![]() |
No problem. At least now I know to make the query that way in future versions and hopefully prevent anyone else from having a problem. :)
|
On my portal page, the threads on the right, the private threads are showing up there as well, the link just goes to the you don't have permission page, but is there a way to make them not show up at all???
Thanks |
Are you sure all your forum permissions are set correctly in the Permissions part under "Forums & Moderators" in your admin CP? There's no reason they should be visible to anyone that doesn't have permission to view them. Double check those settings and let me know if it's still showing them.
|
Thanks for the response, I had the catagory set properly and thought that the sub forums would inherit the settings, but they didn't seem to in the portal, I set all reg users to no all down the list in all the sub forums, and it worked.
While I've got you here, I have the myvbindex all set up and ready to go, but I don't understand how to make it work with the login. I have placed the file myvbindex in the root folder and renamed it to index.php, but the login goes directly to the forums/index.php?? |
That sounds like you missed the step to edit member.php in the install file, or maybe you forgot to upload it?
Check your member.php file and make sure it has these changes... Find: eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"index.php?s=$sess ion[dbsessionhash]\");"); Replace with: eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"\$url\");"); Find: eval("standarderror(\"".gettemplate("error_cookiec lear")."\");"); Replace with: eval("standardredirect(\"".gettemplate("error_cook ieclear")."\",\"\$url\");"); |
Here's what I got, looks like its ok
if ($url!="" and $url!="index.php" and $url!=$HTTP_REFERER) { if (strpos($url,"?")>0) { $url.="&s=$session[dbsessionhash]"; } else { $url.="?s=$session[dbsessionhash]"; } //header("Location: $url"); $url = str_replace("\"", "", $url); eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"\$url\");"); } else { $bbuserinfo=getuserinfo($userid); eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"\$url\");"); } } |
correction, that doesn't look ok, I will change it
|
Guess it does look ok, I redid the code again and uploaded it and tried again, still the same, I go to forums/index.php
|
Hmm... Can you either post here or PM me with the url to your site? Also, what version of vB are you running?
|
Maybe ill get an answer here, ive been completely ignored for tha past 4 hours....Im using this hack for my forum..its been installed but i have a question....I would like to know how to add more areas on the portal so that i can add more/other info manually....
for example..in the middle i have news and on either end i have the navigations...i would like to add more boxes to fill it up abit with information on the right and on the left of the page.. Please answer in detail for i am very new at this...let me know step by step where to go and what to do Thanks I~ |
All times are GMT. The time now is 10:03 PM. |
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:
|