vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - All Topic / Master Forums - View Threads from Multiple Forums in a Master Forums (https://vborg.vbsupport.ru/showthread.php?t=245414)

TitanJeff 12-28-2010 07:57 PM

Nice idea but is there a way for the user to turn it off?

BirdOPrey5 12-28-2010 09:18 PM

Not at the moment but it's a feature I plan on adding soon. Some admins wouldn't want to allow users to turn it off so I would have to make an option both to allow admins to decide if users can turn it off, and if so, actually let users turn it off...

For the time being I allow it on my own site using a custom profile field and a hack of the code but I wouldn't suggest someone who isn't comfortable programming php and vbulletin try this yet.

BirdOPrey5 01-16-2011 02:23 PM

It has been discovered that you must have at least 1 thread in your master forum for this to work.

MD_Hacker 01-31-2011 02:21 PM

Would be nice if you had a feature that made the "master forum" use the same format as a forum search does, but with the appearance of an actual forum. By this I mean having a "forum" column at the end of the rows instead of displaying the sub-forum beside the username.

BirdOPrey5 01-31-2011 02:33 PM

I tried that first but could never get it to work right.

alex_vaa 03-02-2011 02:23 PM

Thanks for a great mod.
But I noticed that there is so much, they do not all appear in the master forum, but only one page.

BirdOPrey5 03-02-2011 03:47 PM

Quote:

Originally Posted by alex_vaa (Post 2168726)
Thanks for a great mod.
But I noticed that there is so much, they do not all appear in the master forum, but only one page.

Yes, I see... I will be releasing an update shortly that will work on 3.8.6 and 3.8.7 and fix this issue.

If you want to fix it yourself, it may be a few days before I post the final version, you can edit the plugin: All Topic Forumdisplay Thread Count

Add:
Code:

  $hook_query_joins = "/*";
  $hook_query_where = "*/ WHERE forumid IN ($alltopics) AND sticky = 0 $prefix_filter $visiblethreads $globalignore $limitothers $datecut";

Right above the final:
Code:

}
(the last line of the plugin)


I have not tested this on earlier 3.8 versions, only 3.8.6 and 3.8.7.

alex_vaa 03-03-2011 10:23 AM

Wow, thank you very much. Nominate!

BirdOPrey5 03-03-2011 12:37 PM

I have upgraded this to version 2.1 to fix the bug mentioned above. It should work on all 3.8.x, 3.7.x, and 3.6.x versions.

Amenadiel 03-22-2011 08:25 PM

I just checked the plugin in which you comment a large chunk of original code. It's absolutely breathtaking.

I wish every VB query had a way to do that. I'd pretty much rewrite most of them.

(Which I won't do by altering the core files)


All times are GMT. The time now is 07:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01141 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete