The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like subforum threads to be displayed along with the main forum's threads in forumdisplay. Is there any setting that could accomplish this? I have tried searching for a mod that can do this but could only find one for vb 3.6.8 here https://vborg.vbsupport.ru/showthread.php?t=158760
|
|
#2
|
|||
|
|||
|
Try something like this?
![]() |
|
#3
|
|||
|
|||
|
I tried that, even set the 1's to 0s' and nothing changed?
|
|
#4
|
||||
|
||||
|
Create a plugin as follows:
Product: vBulletin Hook Location : forumdisplay_query Title: Display subforum threads in parent forumdisplay thread list Execution order: 5 Plugin PHP Code : PHP Code:
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
I tested it on my local dev site first and it works perfectly...the only thing I would try adding is to put this line of code above the existing code:
PHP Code:
|
|
#7
|
|||
|
|||
|
I don't know why it breaks my site :/
|
|
#8
|
||||
|
||||
|
You haven't reset the plugin as active, according to your screenshot.
![]() What version of vB are you running? |
|
#9
|
|||
|
|||
|
Oh no no haha
. It was activated, but I set it to inactive after it broke the site. I took the screen shot after I had already tried it and then deactivated it. I have vb 4.2.
|
|
#10
|
||||
|
||||
|
Do you have any other plugins hooked at that same location?
|
![]() |
|
|