Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 10, 20159 yr Author What does this do that the BUILT IN block does not?This is 2 in 1.http://www.screencast.com/t/4dG2ewwc8e
April 12, 20159 yr Author Does this include an ajax refresh when posts are made?NoCan this block be positioned in middle like all the others in IPS?No
April 12, 20159 yr 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
April 12, 20159 yr 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
April 12, 20159 yr Author 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
April 19, 20159 yr 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, 20159 yr by Bruce_man
April 20, 20159 yr Author 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.
April 24, 20159 yr 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!
April 25, 20159 yr Author 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.
June 8, 20159 yr Author Is there a trending topics plugin or will be available at some time?Hello,No.
August 10, 20159 yr 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
August 11, 20159 yr Author 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, 20159 yr by newbie LAC
August 13, 20159 yr 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.
August 13, 20159 yr 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.
August 13, 20159 yr Author 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
August 17, 20159 yr 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.
August 17, 20159 yr Author 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
August 17, 20159 yr 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?
August 17, 20159 yr Author 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);