![]() |
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 08:48 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:
|