![]() |
Sub-Forums Help
I want to have my sub-forums and my thread listing be connected like they are at yaxay.com (Example). I am very proficient in HTML, etc, so if you could just send me to the right templates, I can do the rest.
Thanks for your help. |
thatyll involve some major modding....ill think about how to do it...then MAYBE get back to you:(
|
really? It looks like it is something minor like changing a few templates, maybe editing some table settings. I appreciate your help and I will try to do it and see if it works :).
If you find anything out, feel free to contact me. |
np
my guess is that its major....but who knows?? |
:( woa, thats a hard question.....mabey if you found the template the contains the sub-forum design, and made a new table, and seperated them.....hummm
|
It looks reasonably simple, just requires that you know how the templates work (and I don't for the forumdisplays, only for the forumhomes).
|
Open Template: forumdisplay_forumslist
## Find: <br> (at the very end of the template) Remove it. Open template: forumdisplay_threadslist ## Find: <!-- topic table --> <form action="forumdisplay.php" method="get"> ## Below that add: $forumdisplay[forumslist] Open template: forumdisplay ## Find: $forumdisplay[forumslist] Remove it. |
Brad,
I will defintely try this out in a bit and get back to you on how effective it was :). |
I already have it running on my forum using the above code:
http://www.kousetsu.net/forums/forum...?s=&forumid=25 |
Brad,
As you promised, working flawlessly. Thanks for your help, all I needed was the templates, but you busted out with the code as well. Thumbs Up! |
Brad,
I just realized that this hack messes the forums up a bit. Like for example lets say I have this Board --> Category ---> Forum When I go to forum everything is fine, it displays correctly; however, when I go to category I see nothing it's just blank with no threads, forums, etc. It's also like this on your boards. Do you know how to fix this? |
Heres your fix:
Open template: forumdisplay_threadslist ## Find: <script language="Javascript"> function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230 ,height=300"); } </script> <!-- topic table --> <form action="forumdisplay.php" method="get"> $forumdisplay[forumslist] Remove it. Open template: fourmdisplay ## Find: $forumdisplay[threadslist] ## Replace with: <script language="Javascript"> function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230 ,height=300"); } </script> <!-- topic table --> <form action="forumdisplay.php" method="get"> $forumdisplay[forumslist] $forumdisplay[threadslist] |
Working good now, thanks :).
|
Brad,
Now when I did the above I am getting a javascript error that says this: Quote:
|
I think I may know the javascript error in that code but since it's not mine I think AL can fix it for you.
|
Can someone help :(
|
Its something in your template, try re applying the modification. I get no javascript errors at my board so i cant really tell you what the problem is.
|
Brad,
I redid it all and now it is working flawlessly. Thanks for your assistance. |
All times are GMT. The time now is 04:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|