Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
WOFman Posted March 10, 2015 Posted March 10, 2015 What does this do that the BUILT IN block does not?
newbie LAC Posted March 10, 2015 Author Posted March 10, 2015 What does this do that the BUILT IN block does not?This is 2 in 1.http://www.screencast.com/t/4dG2ewwc8e
Yeezy Talk Posted April 11, 2015 Posted April 11, 2015 Does this include an ajax refresh when posts are made?
Ivo Pereira Posted April 12, 2015 Posted April 12, 2015 Can this block be positioned in middle like all the others in IPS?
newbie LAC Posted April 12, 2015 Author Posted April 12, 2015 Does this include an ajax refresh when posts are made?NoCan this block be positioned in middle like all the others in IPS?No
Ivo Pereira Posted April 12, 2015 Posted April 12, 2015 No No Are you planning adding these features? Auto-refresh with AJAX every X time Be able to position this block in the middle Be able to activate deactivate the tabs we want to show (recent, replies, etc) If so, count me in as a client Lauren3 and Bruce_man 2
Yeezy Talk Posted April 12, 2015 Posted April 12, 2015 No No As Ivo said, if you plan to add those features, you will definitely have another customer because that's exactly what I need. Until then, I'll wait Lauren3 and Ivo Pereira 2
newbie LAC Posted April 12, 2015 Author Posted April 12, 2015 Are you planning adding these features? Auto-refresh with AJAX every X time Be able to position this block in the middle Be able to activate deactivate the tabs we want to show (recent, replies, etc) If so, count me in as a client Sounds like features for new plugin Ivo Pereira 1
Ivo Pereira Posted April 12, 2015 Posted April 12, 2015 Sounds like features for new plugin If you could do it, it would be great
Bruce_man Posted April 19, 2015 Posted April 19, 2015 (edited) Are you planning adding these features? Auto-refresh with AJAX every X time Be able to position this block in the middle Be able to activate deactivate the tabs we want to show (recent, replies, etc) If so, count me in as a client These are great addition to this plugin Also would be nice if each tab has a separator or some sort (so you'd know which tab you're in Edited April 19, 2015 by Bruce_man kmk and Ivo Pereira 2
newbie LAC Posted April 20, 2015 Author Posted April 20, 2015 Hello, These are great addition to this pluginI created new plugin "Recent topics with ajax".Also would be nice if each tab has a separator or some sort (so you'd know which tab you're inSelected tab have a custom css class. Bruce_man 1
Ivo Pereira Posted April 24, 2015 Posted April 24, 2015 Hello, I created new plugin "Recent topics with ajax".Selected tab have a custom css class.Hello @newbie LAC,Can you point me a link where I can find that plugin?Thanks!
newbie LAC Posted April 25, 2015 Author Posted April 25, 2015 Hello @newbie LAC,Can you point me a link where I can find that plugin?Thanks!Hello,I have not uploaded the plugin on the marketplace.
Frank P Posted June 8, 2015 Posted June 8, 2015 Is there a trending topics plugin or will be available at some time?
newbie LAC Posted June 8, 2015 Author Posted June 8, 2015 Is there a trending topics plugin or will be available at some time?Hello,No. Frank P 1
Songstuff Posted August 10, 2015 Posted August 10, 2015 HiI am a 3.4 customer, preparing to upgrade to ipb4 and checking the availability of hooks and plugins before I upgrade. As an NB34 customer for "recent topics/posts", do I need to re-purchase the NB40 version?CheersJohn
newbie LAC Posted August 11, 2015 Author Posted August 11, 2015 (edited) HiI am a 3.4 customer, preparing to upgrade to ipb4 and checking the availability of hooks and plugins before I upgrade. As an NB34 customer for "recent topics/posts", do I need to re-purchase the NB40 version?CheersJohnHello,Yes. This is new plugin. Every updated plugin (from hook 3.4 to plugin 4.0) done from the scratch Edited August 11, 2015 by newbie LAC
DevNTG Posted August 13, 2015 Posted August 13, 2015 Hello,I have not uploaded the plugin on the marketplace.Could you? I relied on another one when for 3.4, but nothing like it (that has ajax refresh) is in the marketplace now. Willing to pay the benjis for it.
InsideEdge Posted August 13, 2015 Posted August 13, 2015 Hello,Yes. This is new plugin. Every updated plugin (from hook 3.4 to plugin 4.0) done from the scratchHello newbie,I haven't updated to 4.0 yet as this hook is one I currently use on 3.8. Will the one for 4.0 be available for each Forum page as well as the index page? Before moving to 4.0 I'm hoping that I can set up each forum page as we did before with with Replies / Posts above the RSS sidebar widget ( unique RSS feed for each forum page.
newbie LAC Posted August 13, 2015 Author Posted August 13, 2015 Hello, Will the one for 4.0 be available for each Forum page as well as the index page? Now sidebar hook is a widget. You'll need drag-and-drop widget twice (for index page and for all forums). Although I have no idea why the block is needed in the pages of forums
InsideEdge Posted August 17, 2015 Posted August 17, 2015 Hello, Now sidebar hook is a widget. You'll need drag-and-drop widget twice (for index page and for all forums). Although I have no idea why the block is needed in the pages of forums Thanks, Since I run a hockey forum I have members who login via bookmark to specific team forums. By having the newest Topics / Posts on each Team Forum page it increases the number of page visits as a hot topic about another team or general forum may interest the member for additional conversation.
newbie LAC Posted August 17, 2015 Author Posted August 17, 2015 Since I run a hockey forum I have members who login via bookmark to specific team forums. By having the newest Topics / Posts on each Team Forum page it increases the number of page visits as a hot topic about another team or general forum may interest the member for additional conversation. Sure. When I wrote message I thought "Widget with recent posts for current forum/category" So I was at a loss
iancassel Posted August 17, 2015 Posted August 17, 2015 How can I get these stats to display to guests? Even though I don't want guests to have actual access to the posts themselves, I would like them to see the titles in the recent topics/posts widget. Do I need to change all of the permissions on each forum and category?
newbie LAC Posted August 17, 2015 Author Posted August 17, 2015 How can I get these stats to display to guests? Even though I don't want guests to have actual access to the posts themselves, I would like them to see the titles in the recent topics/posts widget. Do I need to change all of the permissions on each forum and category?Hello,You can change codeFind $topics = \IPS\forums\Topic::getItemsWithPermission($whereTopics, null, $limitTopics);Change to $topics = \IPS\forums\Topic::getItemsWithPermission($whereTopics, null, $limitTopics, null);Find $posts = \IPS\forums\Topic\Post::getItemsWithPermission($wherePosts, null, $limitPosts);Change to $posts = \IPS\forums\Topic\Post::getItemsWithPermission($wherePosts, null, $limitPosts, null); iancassel 1
Recommended Posts