The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
All Topic / Master Forums - View Threads from Multiple Forums in a Master Forums Details »» | ||||||||||||||||||||||||||||
All Topic / Master Forums - View Threads from Multiple Forums in a Master Forums
Developer Last Online: Aug 2023
This a complete and total upgrade to version 2.0!
This mod is now an importable product, there are no more manual file edits. 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. 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 3.8.6 and am sure it will work on all 3.8 versions. I also strongly believe it will work as far back as VB 3.6 but can't test it myself. This will not work for vBulletin 4.0, do not try to install it. The VB4 Version is here. If you used the old version revert your forumdisplay.php file back to it's original condition before installing. Please Mark as Installed if you use this. You can mostly ignore all posts in this thread up to post #28. Old posts are not longer relevant to this new version. (Note: post #7 is still relevant if you have only 1 master forum.) Upgrade to Version 2.1 (March 3, 2011) Fixes a bug where the master forum wouldn't display as many pages as there were posts. Download Now
Screenshots
Show Your Support
|
Comments |
#52
|
||||
|
||||
The new thread appears in the master forum.
|
#53
|
|||
|
|||
I'll have to test it out, but I am wondering if I can not allow new threads in this forum, but still allow replies. Basically I want to use this mod as a way to view and reply to threads from multiple forums, but I want new threads to be placed in the proper forum for those who choose not to use the master forum view and view the forums singly.
|
#54
|
||||
|
||||
Each thread remains in its own forum... When someone is viewing the master forum the "New Thread" button will put a thread in the Master Forum as if ti was any other forum.
If someone clicks on a thread that is shown in the Master Forum but is from another forum, say Forum 2, then once the user clicks on it they will be in Forum 2. If they use the Forum Jump menu for example they will be taken "back" to Forum 2. That's why on my forum I edited the Jump Menu to include a link back to my master forum at all times. Best way to understand is just to try it. |
#55
|
|||
|
|||
Brilliant mod. Just testing it on 3.8 but hopefully it'll bring order to chaos when we upgrade to vb4 too.
Anyone tested this on the vb mobile apps/tapatalk? (I saw something about it not being compatible with tapatalk in this thread or the vb4 one) If I wanted to force users to select a forum when they hit post new thread when in the master forum I'd have to edit the newthread.php as well as the template wouldn't I? (thinking aloud - I could do it with a plugin) Cheers! |
Благодарность от: | ||
BirdOPrey5 |
#56
|
||||
|
||||
I know it doesn't work with Tapatalk, not sure about vbulletin mobile app. For Tapatalk I find a lot of people use the "New Posts" feature anyway.
Yes you can edit new thread to ask where to post, but I haven't done it. |
#57
|
|||
|
|||
I would love that feature (having it prompt for forum on new thread).
Anyway, downloading and installing now. |
#58
|
|||
|
|||
Marked as installed! great mod, extremely useful thank you.
I have a question - I have a forum that is being used a master forum. Where would I edit to have the sub-forums be displayed above the threads (so the opposite as in your first example screenshot) tia |
Благодарность от: | ||
BirdOPrey5 |
#59
|
||||
|
||||
Quote:
Code:
Manual Template Edit for vBulletin 3.x series: In your Admin CP -> Styles & Templates -> Style Manager Choose your style(s) and go to Edit Templates Scroll down to Threadbit Templates -> threadbit In the threadbit template find the code: <if condition="$show['guestuser']"> $thread[postusername] And directly after it add the following code: For your request instead put this code directly BEFORE the above: <if condition="$thread[forumid] != $foruminfo[forumid]"> - $thread[forumtitle]</if> Also find the code: <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> And REPLACE it with: <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]<if condition="$thread[forumid] != $foruminfo[forumid]"> - $thread[forumtitle]</if></span> |
Благодарность от: | ||
hpidriver |
#60
|
|||
|
|||
I am getting the below error. Any ideas on how to fix this?
Code:
Database error in vBulletin 3.8.5: Invalid SQL: SELECT COUNT(*) AS threads, ( SELECT COUNT(*) AS newthread FROM thread AS thread WHERE forumid = 22 AND lastpost > 1319489077 AND open <> 10 AND sticky = 0 AND visible IN (0,1,2) */ WHERE forumid IN (22) AND sticky = 0 AND visible IN (0,1,2) ) AS newthread FROM thread AS thread /* WHERE forumid = 22 AND sticky = 0 AND visible IN (0,1,2) */ WHERE forumid IN (22) AND sticky = 0 AND visible IN (0,1,2); MySQL Error : 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 forumid IN (22) AND sticky = 0 AND visible IN (0,1,2) ) AS newth' at line 14 Error Number : 1064 Request Date : Monday, October 24th 2011 @ 01:44:44 PM Error Date : Monday, October 24th 2011 @ 01:44:44 PM Script : http://website.com/forumdisplay.php?f=22 Referrer : http://website.com/forumdisplay.php?f=11 IP Address : xx.xx.xx.xx Username : admin Classname : vB_Database MySQL Version : 5.1.52-log |
#61
|
||||
|
||||
Quote:
1) You have another mod using the hook forumdisplay_query_threadscount. In plugin manager see if any other plugin is using that hook and if so let me know which mod and I'll take a look. Or 2) Are you using a modified or different forumdisplay.php file then came with your version. Please replace your forumdisplay.php with a copy from the original 3.8.5 install. (Keep a backup in case of anything.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|