The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hi,
I now that there already exists a kind of hack for Login/Logout on forumdisplay (at least login) on the forumdisplay template because the winner of "vB of the month" has something like this. Ist there already an public hack for this or can someone write one? |
#2
|
|||
|
|||
It's actually not too hard to do. I haven't got time to give the details but basically all you need to do is look at forumhome and find the variables included to put the login box on the page and then put these into the appropriate forumdisplay templates.
Next step is to find the places in index.php where these templates are called and copy that bit of code into forumdisplay and it should work! |
#3
|
||||
|
||||
Who's board has this hack?? Paintballcity?
|
#4
|
|||
|
|||
actually its within the styles part of your forum and its already included as standard its just commented out.
Just remove the <!-- and --> from the Header part of the Style Set. Admin Panel > Styles > Modify > Default > Header hope this helps |
#5
|
|||
|
|||
@ppn:
Sorry, there is no "<!--" which is not needed .. there is only: <!-- logo and buttons --> <!-- toplinks --> I don't think that deleting this ones would help anythink @Sinecure: Right, at Paintball City this feature is included. See here for example: http://forums.paintballcity.com/foru....php?forumid=3 @Mark: Quote:
Quote:
|
#6
|
|||
|
|||
what i told you was correct, i'll show you exactly where it is then.
Go to styles, then the fonts/colors/etc, then the header edit box. remove the <!-- and --> around the following Code:
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> --> Code:
<!-- logo and buttons --> <center> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="top" align="left" background="images/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="images/vBulletin_logo.gif" border="0" alt="$bbtitle"></a></td> <td valign="bottom" align="right" nowrap background="images/menu_background.gif"> <!-- toplinks --> <a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a> <a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a> <a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a> <a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a> <a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a> <a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a> <a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a> -------------------------------------------------------- <!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> --> -------------------------------------------------------- <!-- /toplinks --> </td> </tr> </table> <!-- /logo and buttons --> open forumdisplay.php go to the bottom and above PHP Code:
PHP Code:
|
#7
|
|||
|
|||
Quote:
Thank you, that was exactly the thing I was looking for !!! But, altogh the login box appears where it should appear, the login from the forumdisplay does not work .. It says : couln'd find the site and this URL: http://localhost:9000/forums/member.php?location=<?=/php/php.exe/forum/forumdisplay.php%20?>?<?=s=46d0728c26506e9d173d964 58ecc6bee&forumid=2%20?> anythink I can do ? |
#8
|
|||
|
|||
anyone who could help me ??
|
#9
|
|||
|
|||
anyone ??
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|