Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
All Topic - Master Forums - Shows threads from multiple forums in one forum Details »»
All Topic - Master Forums - Shows threads from multiple forums in one forum
Version: 2.2, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 07-03-2010 Last Update: 06-05-2011 Installs: 102
Uses Plugins Auto-Templates
Code Changes  
No support by the author.

This a complete and total upgrade to version 2.0!

New Version: 2.2

NOTE: VB 4.2.0(and over) Users DO NOT do the Manual File Edit on forumdisplay.php in the directions.

1 manual file edit is required to fix a bug where the thread count may be wrong in the master forum. Details in instructions in zip file.

You can now specify an * to denote "all forums" when creating a master forum. See instructions for details.

In addition this mod will be able to auto edit your templates if you run the standard threadbit template, otherwise there are instructions in the zip file for manual template edits if needed.

New in 2.2: Show or hide sticky threads from slave forums on the master forum.

What does this mod do? - Basically this is only the most awesomest mod ever for vBulletin. You can now view threads from other forums in "Master Forums" you designate.

For example on my site "Off Topic" is my "Master Forum" and virtually all other forums are assigned to the Master Forum offering user's the ability to browse 1 forum while seeing threads from many others.

New in version 2.0: You can now have multiple master forums.

See the screen shots for an example.

All instructions are included in the zip file.

As pointed out by phpdesk you must have at least 1 thread in your master forum for this to work.

I have tested this on VB 4.0.8 and am sure it will work on all 4.0/4.1 versions to date. There is a separate version for VB 3.x.

You can mostly ignore all posts in this thread up to post #25. Old posts are no longer relevant to this new version. (Note: post #7 is still relevant if you have only 1 master forum.)

------------------------------------------------------

Please "Mark as Installed" if you use this.
Donations always appreciated. :up:
Nominate MOTM if you LOVE it!

Download Now

File Type: zip All Topic - Master Forums by BOP5 - VB4v22.zip (5.5 KB, 494 views)

Screenshots

File Type: jpg ss_masterforum_set.jpg (86.0 KB, 0 views)
File Type: jpg ss_masterforum_vb4.jpg (141.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
mikesafl, Muhammad Rahman

Comments
  #172  
Old 12-21-2012, 10:44 AM
m3rl1n m3rl1n is offline
 
Join Date: Feb 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Joe think little confusion on both parts maybe mainly caused by me, I know vb has never displayed the icons try keep it simple as confusion maybe as before my fault. Think basically i was asking "if" it was possible for the threads showing on master forum to show the forum icons from the forum the threads originate from?

Once again sorry for the confusion.
Reply With Quote
  #173  
Old 02-21-2013, 09:24 AM
Eagle Eyes Eagle Eyes is offline
 
Join Date: Oct 2006
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do i make the forum name clickable to that forum below the thread name in forumdisplay?
Reply With Quote
  #174  
Old 03-03-2013, 12:02 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by m3rl1n View Post
Joe think little confusion on both parts maybe mainly caused by me, I know vb has never displayed the icons try keep it simple as confusion maybe as before my fault. Think basically i was asking "if" it was possible for the threads showing on master forum to show the forum icons from the forum the threads originate from?

Once again sorry for the confusion.
If it is, I am not sure how. I don't think it would be easy.

Quote:
Originally Posted by Eagle Eyes View Post
How do i make the forum name clickable to that forum below the thread name in forumdisplay?
Edit the All Topic In Threadbit Plugin.

Find the 2 instances of: {vb:raw thread.forumtitle}

Change them BOTH to:

Code:
<a href=\'forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw thread.forumid}\'>{vb:raw thread.forumtitle}</a>
That should do it.
Reply With Quote
  #175  
Old 03-03-2013, 06:10 PM
Baghira Baghira is offline
 
Join Date: Mar 2011
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some problems here... After activating the mod (i did the template modification as instructed) I get an Error when visiting the masterforum

PHP Code:
Datenbankfehler in vBulletin 4.2.0:

Invalid SQL:

    
SELECT COUNT(*) AS threads
    
    FROM thread 
AS thread
    
    
/*
    WHERE thread.forumid = 17
        AND sticky = 0
        
         AND visible IN (0,1,2);

MySQL-Fehler  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/*
    WHERE thread.forumid = 17
        AND sticky = 0
        
         AND visible IN (0,1,2)' at line 9
Fehler-Nr.    : 1064
Fehler-Zeit   : Sunday, 03.03.2013 @ 20:08:17
Datum         : Sunday, 03.03.2013 @ 20:08:17
Skript        : [I]URL of the Masterforum[/I]
Referrer      : [I]Forum URL[/I]
IP-Adresse    :[I] My IP[/I]
Benutzername  : [I]MyName[/I]
Klassenname   : vB_Database
MySQL-Version : 5.1.63-0+squeeze1 
Reply With Quote
Благодарность от:
Eagle Eyes
  #176  
Old 03-03-2013, 07:36 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In 4.2.0 you do not do the file edit. Restore forumdisplay.php back to the original.
Reply With Quote
  #177  
Old 03-03-2013, 08:03 PM
Baghira Baghira is offline
 
Join Date: Mar 2011
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did it.

The MySQL Error is not shown any more. Will test tomorrow, if items are collected by master

Thanks

UPDATE

WORKS on 4.2 PL3! Great Mod! Love it. Thank you very much!
Reply With Quote
Благодарность от:
BirdOPrey5
  #178  
Old 03-14-2013, 02:28 AM
planetMitch planetMitch is offline
 
Join Date: Apr 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to pop in and give a big shoutout to BirdOfPrey5!

Good golly man this is perfect for my needs!

THANK YOU!
Reply With Quote
Благодарность от:
BirdOPrey5
  #179  
Old 05-02-2013, 03:10 PM
mikesafl's Avatar
mikesafl mikesafl is offline
 
Join Date: Mar 2013
Location: Philippines
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much for this I love this mod. This goes perfect with the type of forum im running. I only have one question because i didnt see it in the settings, how do i turn off where replies show on the masterforum. All i would like is the threads to show up not when someone replies to the thread
Reply With Quote
  #180  
Old 05-03-2013, 10:38 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't understand how you mean to turn off replies? As a thread it gets bumped to the top when there is a new reply, that can't be changed. But viewing the actual replies takes place in the thread itself.
Reply With Quote
  #181  
Old 05-05-2013, 05:13 PM
Burnt Burnt is offline
 
Join Date: Oct 2002
Location: Iowa
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm running 4.2.0 PL3 and when I installed this and setup one main forum to catch 3 other forums.. If I post anything in that master forum those posts don't show up only the ones that are grabbed.. I didn't edit anything other than tell what was the master and the other forums. I turned off all other plugins to see if it was having problems with anything else but even with all turned off nothing shows up. Any suggestions?

EDIT

I'm guessing I have to turn on that forum as well to show its posts in the master forum as that does work... Question I have is there any way to separate that? I'd like to have the grabbed posts all on top then have it split and start with all the posts from that master forum separated
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05674 seconds
  • Memory Usage 2,359KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete