Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Yesterday at 02:04 PM
-FP Posted October 2, 2015 Posted October 2, 2015 Is it or would it be possible to select which user groups can add the description?
newbie LAC Posted October 3, 2015 Author Posted October 3, 2015 14 hours ago, -FP said: Is it or would it be possible to select which user groups can add the description? Hello, Plugin without settings. I thought about it. Jamie Clark 1
newbie LAC Posted October 3, 2015 Author Posted October 3, 2015 9 hours ago, newbie LAC said: Hello, Plugin without settings. I thought about it. Added 2 settings Adriano Faria, -FP and Jamie Clark 3
icedream Posted October 31, 2015 Posted October 31, 2015 Hello, How does this plugin work with new activity stream?
newbie LAC Posted October 31, 2015 Author Posted October 31, 2015 2 hours ago, icedream said: Hello, How does this plugin work with new activity stream? Hello, Not supported "AS".
Shiyo Posted June 19, 2016 Posted June 19, 2016 (edited) Hello. I cannot download the latest version from the marketplace (only the older one). Edited June 19, 2016 by Shiyo
newbie LAC Posted June 20, 2016 Author Posted June 20, 2016 (edited) 10 hours ago, Shiyo said: Hello. I cannot download the latest version from the marketplace (only the older one). Hello, It's IPS bug. You can send PM me and I'll send you a file. I reuploaded the file Edited June 20, 2016 by newbie LAC Shiyo 1
Shipfriends Posted October 18, 2016 Posted October 18, 2016 Good day. I used to have the old version in ipb 3. if i install this would it use the existing info on old topics? thank you
newbie LAC Posted October 18, 2016 Author Posted October 18, 2016 12 minutes ago, Shipfriends said: Good day. I used to have the old version in ipb 3. if i install this would it use the existing info on old topics? thank you Hello, I've used a column 'description'. Check a table 'topics'. Otherwise you will need to rename a column.
PPlanet Posted October 29, 2016 Posted October 29, 2016 (edited) On 18/10/2016 at 6:07 PM, newbie LAC said: Hello, I've used a column 'description'. Check a table 'topics'. Otherwise you will need to rename a column. Hello, could expand on this renaming thing please? I bought this plugin and it works fine. Now before I used the (Pav33) Topic Description hook. I didn't uninstall it but the old topic descriptions from IPB 3.4 are not showing now on IPB 4.1. Maybe they are gone from the database, but I suspect they are probably there somewhere. I can see in the database where your new data is, but who knows where the previous one was. Mind you, databases scare me, every time I even just look at one, I feel like I'm performing open brain surgery Now, I've only upgraded my test installation of IPB to 4.1, my live site still is (and will be for quite some time) 3.4. Even looking at that database I cannot find where the descriptions are (and they do show on the forums, so they are there somewhere). So, any help you could provide regarding this would be much welcome. Cheers. Edited October 29, 2016 by PPlanet
newbie LAC Posted October 29, 2016 Author Posted October 29, 2016 Hello, 4 hours ago, PPlanet said: Hello, could expand on this renaming thing please? 1. Find old topic with description. 2. Run sql query. If your tables has a prefix add it in query. SELECT * FROM forums_topics WHERE tid=X X is topic ID. 3. Find old description 4. Look at field name. No need it. I found a column name here https://invisionpower.com/forums/topic/349558-download-pav33-topic-description/ 4 hours ago, PPlanet said: Maybe they are gone from the database You are right. Description will be removed during the upgrade. applications/forums/setup/upg_40000/upgrade.php $description = \IPS\Db::i()->checkForColumn( 'forums_topics', 'description' ) ? "DROP COLUMN description," : '';
PPlanet Posted October 29, 2016 Posted October 29, 2016 I see. Would editing out that command from the file before the upgrade leave the column alone? Or is that a recipe for disaster?
newbie LAC Posted October 29, 2016 Author Posted October 29, 2016 6 minutes ago, PPlanet said: Would editing out that command from the file before the upgrade leave the column alone? Yes. You can comment that line.
PPlanet Posted October 29, 2016 Posted October 29, 2016 Okay, that's good to know before upgrading. Thanks.
kmk Posted January 11, 2018 Posted January 11, 2018 (edited) Can request and is possible, change font color and some styles? So that let play a little the presentation of the topic. bought it recently. Edited January 11, 2018 by kmk
newbie LAC Posted January 11, 2018 Author Posted January 11, 2018 3 minutes ago, kmk said: Can request and is possible, change font color and some styles? So that let play a little the presentation of the topic. bought it recently. Hello, You can do it yourself. The description is wrapped in a block with class (topics list page) or ID (topic view page) nbTopicDescription
kmk Posted January 11, 2018 Posted January 11, 2018 I use GC and clubs, do not set for all forums, please can you add GC forums and clubs Topics to Forums choice setting?
newbie LAC Posted January 11, 2018 Author Posted January 11, 2018 43 minutes ago, kmk said: I use GC and clubs, do not set for all forums, please can you add GC forums and clubs Topics to Forums choice setting? - I don't have GC. - On the clubs tabs displayed only user clubs not all (uses permissions).
kmk Posted January 11, 2018 Posted January 11, 2018 11 minutes ago, newbie LAC said: - I don't have GC. - On the clubs tabs displayed only user clubs not all (uses permissions). Please, exactly I bought this plugin is for use in forum that is build in Group Collaboration app, maybe you do not have it, but please, I can give you ACP access
newbie LAC Posted January 11, 2018 Author Posted January 11, 2018 I added support for clubs The checkbox appear on frontend side when add/edit the forum 1 hour ago, kmk said: maybe you do not have it, but please, I can give you ACP access I can look into how the app works
PPlanet Posted January 11, 2018 Posted January 11, 2018 On 10/29/2016 at 4:53 PM, newbie LAC said: You are right. Description will be removed during the upgrade. applications/forums/setup/upg_40000/upgrade.php $description = \IPS\Db::i()->checkForColumn( 'forums_topics', 'description' ) ? "DROP COLUMN description," : ''; While I see this thread up, I'd like to ask a question about what's quoted above. With every upgrade within the 4.x version series in my test installation, I've been commenting that line out before upgrading (I even need to trick the IPS upgrader lately because it detects a file has been changed, so I need to make the switch after step 1 of the upgrade). Now, is doing this really needed once you have upgraded to 4.x? Or is it only needed when upgrading from 3.4.x to 4.x?
newbie LAC Posted January 11, 2018 Author Posted January 11, 2018 Hello, 3 minutes ago, PPlanet said: Or is it only needed when upgrading from 3.4.x to 4.x? This PPlanet 1
Recommended Posts