Quote:
Originally posted by Rose
1.) I'd like for the members to return to the index.php after a)logging in/logging out and b)voting (instead of returning to the poll). I think this is possible with a login.php code you mentioned a page or two back? Could I get this?
|
I will PM you the two files needed for this, you just need to upload them and change the URL in the home_poll and home_welcomelogin
Quote:
2.) In the last posts column - is there a way to hide private forums?
|
This is already implimented, but vBulletin doesn't seem to add the permissions for forums that inherit permissions, if the information in the database has canview=0 for the usergroups that can't view it then it excludes it from the list, otherwise it is included.
Quote:
Also, I don't really need the who's online bit on the index page. I suppose I can remove this - is it in a template or the index.php?
|
Remove the origional vBulletin code and the today online hack, also you need to remove the HTML from the home_left template:
Code:
<tr>
<td bgcolor="{firstaltcolor}"><smallfont><a href="$bburl/online.php?s=$session[sessionhash]">Online Now</a>: <b>$totalonline</b><br>
Online Today</a>: <b>$todayonline</b><br>
<b>$numberregistered</b> Members | <b>$numberguest</b> Guests<br>
$activeusers<br></smallfont>
</td>
</tr>