![]() |
yes I am sure of it.. I registered a test user and clicked on the link and it worked.. I was able to view the thread and all of its posts.
|
I this going to be fixed?
|
*bump*
|
Ajoutez en dessous :
what does that mean? over write? add at end? |
Clicks to Install! Took me 7 minutes and I am NOT a pro vB.
Thanks |
I installed this recently - the intent for me was to limit one forum from users without the required amount of posts.
I since found out that it prevents anyone not logged in, from viewing ANY forum at all - no matter what the settings are on. If I remove the changes from forumdisplay.php, the situation is rectified and one can view individual forums again if not logged in. Any suggestions? |
<a href="http://www.vbulletinclub.com/index.php?styleid=43" target="_blank">http://www.vbulletinclub.com/index.php?styleid=43</a>
|
Quote:
Ye going to be sorting this? o.O |
Took me a while to figure out why Guests / Visitors could not view my website. Well the problem turned out to be this hack. This line of code change is what did it.
In forumdisplay.php, find : ********************************************* eval('print_output("' . fetch_template('FORUMDISPLAY') . '");'); ********************************************* and replace with : ********************************************* if ($foruminfo[access_nb]<=$bbuserinfo[posts] || $bbuserinfo[usergroupid]==6) eval('print_output("' . fetch_template('FORUMDISPLAY') . '");'); else print_no_permission(); ********************************************* Now for the good news is, the hack still works, even with this portion of the code taken out. Yes all the defaults were at 0 but still no guests could even view the website. So in the end I would like to understand WHY the above code did not allow the guests to view the website and what mods could be done to allow me to upgrade this on portion of the code back into forumdisplay.php I am running 3.0.3 if that matters. Guns Network Staff |
Ditto what jlaine said above, so I guess I am not the only one having the same problem. But the hack still keeps running.
GNS |
All times are GMT. The time now is 11:32 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:
|