![]() |
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~ |
mv540 - If you'll refer to posts 194 & 196 in this thread that's already been explained. Either of those ways will work and should be pretty simple, but if you have any problems let me know.
|
this question i just asked recently is diferent, i got the index forum to work so when people register or sign in the see the portal...i just want to know basickly how to add more tables if thats what they are called..but ill have a looks see and check if thats what im looking for..
thanks for the help.. |
Quote:
|
That would be because it's in the myvbindex.php file, not a template. ;)
|
DAMIT!...lol
|
k found the php file, how do i rename it or open it to edit it..??
|
What do you mean? You would open it or rename it with a text editor just like you would any other file.
|
i would just rename it like the config.php file..when i need to edit that i name it config.php.new correct?
|
its ok im gonna use the 2 custom index ones that are already in there...much easier..lol..thanks
|
How would you set up the cookie domain if the vbindex homepage is at www.yoursite.com and your board is it forums.yoursite.com Most likely .yoursite.com correct? What if later on I put in a second board(witha second license of course) at <u>subdomain.yoursite.com/forums/</u> and a vbindex at <u>subdomain.yoursite.com</u>, how would i set up the cookie domains for both boards and what would i put in place where it has a / for both boards?
|
Quote:
|
Quote:
|
Tony - I would think that the cookie domain should still be set to .yoursite.com, but I don't know that much about the way cookies and subdomains work. You may want to search vb.com or here for something like "cookie domian subdomain" and you can probably find a better answer.
350Chevy - I knew I should have mentioned how to do that too since it makes more sense to do it that way... All you'd do is look for this line in the threads section: PHP Code:
|
LOL.. I was looking and looking and knew it was something simple. I can't believe I passed that up. Thanks once again. You da man!
And I'd have to say that this one is 10x's better than ANY other portal Pay or Free! It looks nice, runs nice, and has all the options needed! |
Thanks Plur
|
i got the error Warning: ChDir: No such file or directory (errno 2) in /home/virtual/site139/fst/home/da_real_rpg/public_html/myvbindex.php on line 21
but i entered my forum could you please say exactly what i should put there is my url to my forum is host.com/~[myname]/forum please help |
Thanks for the compliment Chevy. Glad you're enjoying the hack. :)
Graphics - The path should be /home/virtual/site139/fst/home/da_real_rpg/public_html/forum |
I marvel at how hateful some reply's are to certain things that are done here. How are people to learn if they don't experiament? Is there not a nice way to ask a question or make a comment without being catty and insulting? I don't care what you think someone has done right or wrong, there is no cause for what I see on these helps and how to boards.
PlurPlanet I do need some help of course.. I wonder what would happen if I EVER did any of these hacks right the first time :( I have done all but do not see this new created page anywhere... it has not replaced my home page nor has it replaced the index of the forum which Im glad of..but anyway can you help me? or somebody ... anybody? and guys.. lifes too short to be anything but kind to one another :) |
Quote:
Quote:
|
Plur,
Seems a friend of mine has stumbled upon something. He's testing this mod out on his site and he noticed if you place text in the search box then press search it just takes you to the search.php page without atcually performing the search. I've tested this on my site with the same results but see nothing wrong with the code. Are we missing something? TIA :D |
Nevermind.
Thanks to EvilLS1, he found the fix. You need to add this Code:
<input type="hidden" name="action" value="simplesearch"> |
THX ALLOT
|
Nice one. Thanks. :) *installed*
|
RavenBeauty - If you followed the instructions and uploaded the myvbindex.php file to your server then you should be able to go to http://yoursite.com/myvbindex.php. Then after you've done that and made sure it's working correctly you would just rename it to index.php and it would of course become your homepage. If you're still having problems let me know exactly what you did and I'll help you out.
Chevy - Thanks for pointing that out. I don't use the search box on my site at the moment, so I never noticed it wasn't working correctly. I'll be sure to include that with the release of v2.1, which I will try to go ahead and finish this week. Oh, and if anyone else has some suggestions for some new features to be added please let me know. There will be a couple of new features with 2.1, but I'm just about out of ideas. ;) |
damm i'm having probs whit installing the weather_install file
when i'm trying to run it it says "The page cannot be displayed" anybody? who canb help my |
Quote:
I also added a forum info box that shows total members, threads, posts, newest member, etc. (screen-shot attached).. And in the UserCP box, I added "new posts since last visit".. Those might be a good addition aswell. |
BaBa - Did you upload the weather_install.php file to forums/admin folder and are you sure you're going to the right url?
EvilS1 - Not a bad idea at all. I'll most likely include that and maybe a few other stats with 2.1. Thanks for the feedback. :) |
Quote:
|
Well I'm just about done with v2.1. I still have to set all the new options so they can be turned on/off via the Admin CP, update the install file, create an update file so 2.0 users can easilly update, test and try to break it a little more, and then try the upgrade process with my personal site. After all that, it'll be ready for release here. :)
Here are some of the new features...
I think that's everything I've added for now, so if anyone has any suggestions for some more features please let me know. :) |
PlurPlanet, very nice! =D You seem cover everything what I need. Thanks!
|
All times are GMT. The time now is 03:26 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:
|