Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
alexxis Posted October 18, 2016 Posted October 18, 2016 @newbie LAC Hi ! Just upgraded to ips 4.1.16 and found a small issue with your application: when posting any comment in a topic with a pinned post, this pinned post will be duplicated and shown right before your own just posted comment. If update the page (F5), this post won't be shown. But when posting again, it will be duplicated again. Please help to check, what's going wrong there. Thanks,
newbie LAC Posted October 18, 2016 Author Posted October 18, 2016 19 minutes ago, alexxis said: Just upgraded to ips 4.1.16 and found a small issue with your application Hello, Not tested on 4.1.16. I need a time to upgrade my dev board and testing.
newbie LAC Posted October 18, 2016 Author Posted October 18, 2016 1 hour ago, alexxis said: Please help to check, what's going wrong there. Confirmed and fixed.
Sergey_SV Posted December 27, 2016 Posted December 27, 2016 (edited) Hi, just install on fresh 4.1.17.1 and do not see the pin button in posts tried uninstall/install, and on default theme too. Edited December 27, 2016 by Sergey_SV
newbie LAC Posted December 27, 2016 Author Posted December 27, 2016 (edited) 35 minutes ago, Sergey_SV said: Hi, just install on fresh 4.1.17.1 and do not see the pin button in posts Hello, I can't reproduce. Please disable other plugins related with post buttons (or post template) and make sure that the Designers Mode is disabled. Edited December 27, 2016 by newbie LAC
Sergey_SV Posted December 27, 2016 Posted December 27, 2016 (edited) You are right issue is with Thanks Edited December 27, 2016 by Sergey_SV
newbie LAC Posted December 27, 2016 Author Posted December 27, 2016 13 minutes ago, Sergey_SV said: You, are right issue is with I don't have this plugin to test and debugging. I found similar problem
Bob Lee Posted April 24, 2017 Posted April 24, 2017 I just bought the plugin. But it is a bit different than what I am looking for. This one setting is only good: Pin first On Pin first post after create topic But the rest of the settings does not solve my problem. I want all topics to have 1st post pinned by default. Don't want/need mods/members need/can pin or unpin. So maybe can get a setting that applies the changes to all the older topics? So yea something like simplier is what I am looking for - ALL TOPICS (including existing and future topics) have first post pinned by default. Thanks, Kaio Macedo 1
newbie LAC Posted April 25, 2017 Author Posted April 25, 2017 Hello, 13 hours ago, Bob Lee said: So maybe can get a setting that applies the changes to all the older topics? I can add new setting (tool) in next release. Now you can run sql-query UPDATE forums_posts SET nbpinned=1 WHERE new_topic=1; If your tables have a prefix add it alexxis 1
Bob Lee Posted April 25, 2017 Posted April 25, 2017 (edited) 17 hours ago, newbie LAC said: Hello, I can add new setting (tool) in next release. Now you can run sql-query UPDATE forums_posts SET nbpinned=1 WHERE new_topic=1; If your tables have a prefix add it When I ran it, it says: SQL query: UPDATE forums_posts SET nbpinned=1 WHERE new_topic=1 MySQL said: #1146 - Table 'asianeu_ipb.forums_posts' doesn't exist Edited April 25, 2017 by Bob Lee
newbie LAC Posted April 26, 2017 Author Posted April 26, 2017 (edited) 7 hours ago, Bob Lee said: When I ran it, it says: If your tables have a prefix add it. Example and sql query UPDATE ips_forums_posts SET nbpinned=1 WHERE new_topic=1; Edited April 26, 2017 by newbie LAC
Greg Rice Posted April 26, 2017 Posted April 26, 2017 Hi there! We're using your excellent pinned post app on our art forums to pin final approved artwork to the top of a thread, i'm so glad you made this! We do have some feature requests though - not sure how possible this would be. 1 - is it possible for the pinned post to be a duplicate of the actual post? Currently pinning the post takes it out of the conversation and puts it at the top, so it sort of breaks the flow of conversation. 2 - is it possible for the pinned post to have a custom style so that you can tell it has been pinned there, and isn't just the first normal post of a thread? many thanks!
newbie LAC Posted April 27, 2017 Author Posted April 27, 2017 Hello, 7 hours ago, Greg Rice said: 1 - is it possible for the pinned post to be a duplicate of the actual post? Currently pinning the post takes it out of the conversation and puts it at the top, so it sort of breaks the flow of conversation. In this case you will have conflict with posts 7 hours ago, Greg Rice said: 2 - is it possible for the pinned post to have a custom style so that you can tell it has been pinned there, and isn't just the first normal post of a thread? Yes. Example
Simon Woods Posted April 27, 2017 Posted April 27, 2017 Feature request: Multi pin. As with tools like 'delete' and 'hide', if possible, it would be great to have an option for pinning in there. Or if that doesn't work maybe like multi-quote? Either way, mass pinning would be fantastic.
newbie LAC Posted April 27, 2017 Author Posted April 27, 2017 (edited) 7 hours ago, Simon Woods said: Feature request: Multi pin. As with tools like 'delete' and 'hide', if possible, it would be great to have an option for pinning in there. Or if that doesn't work maybe like multi-quote? Either way, mass pinning would be fantastic. Hello, 7 hours ago, Simon Woods said: As with tools like 'delete' and 'hide', if possible, it would be great to have an option for pinning in there. Those options depends of topic. In my plugin pin/unpin button depends of post (See plugin settings "Groups (TOPIC OWNER/STARTER)" and "Own posts"). 7 hours ago, Simon Woods said: Or if that doesn't work maybe like multi-quote? It's a better But I don't want to add additional button. Maybe simple checkbox. Edited April 27, 2017 by newbie LAC Simon Woods 1
Simon Woods Posted April 27, 2017 Posted April 27, 2017 A checkbox would be preferable, yes. I like your thinking.
Simon Woods Posted August 4, 2017 Posted August 4, 2017 Hi, I was wondering if this will need an update for 4.2, and if so will it be provided?
newbie LAC Posted August 5, 2017 Author Posted August 5, 2017 9 hours ago, Simon Woods said: Hi, I was wondering if this will need an update for 4.2, and if so will it be provided? Hello, I made quick test and plugin works fine Simon Woods 1
Cybero Posted May 9, 2018 Posted May 9, 2018 (edited) Hi, I have 2 questions about this (very intresting ?) plugin: Is it compatible with 4.3 ? Is there a demo site or a way to test it ? Oh by the way, is it possible to set global pinned posts ? I mean to pin a post in a topic from another topic ? Yes, 3 questions Edited May 9, 2018 by Cybero
newbie LAC Posted May 10, 2018 Author Posted May 10, 2018 Hello, 9 hours ago, Cybero said: 3 questions 1. Yes 2. No demo 3. No
tragopan Posted May 16, 2018 Posted May 16, 2018 Hello, I just bought this plugin. There hasn't been an update since 2016 so I wonder: will it continue to be maintained in the years to come? Thank you ^^
newbie LAC Posted May 17, 2018 Author Posted May 17, 2018 Hello, 12 hours ago, tragopan said: There hasn't been an update since 2016 so I wonder: will it continue to be maintained in the years to come? I support all plugins
InsideEdge Posted June 2, 2018 Posted June 2, 2018 (edited) This is working for 4.3. Edited June 2, 2018 by InsideEdge
Recommended Posts