vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Is it possible to have the Regiser button be replaced with a log out button for...... (https://vborg.vbsupport.ru/showthread.php?t=42777)

Tony DiMera 08-26-2002 07:49 PM

Is it possible to have the Regiser button be replaced with a log out button for......
 
.....members whoare logged in? I have seen this once before at www.vbulletin.com/forum way before www.vbulletin.org was made. Thanks in advance.

g-force2k2 08-26-2002 09:07 PM

Tony DiMera just use the phpinclude template and use an if else statement to change ie::

PHP Code:

if($bbuserinfo[userid] == 0) {
  
// register button info here 
} else {
  
// logout button info here


And now its a done deal :) regards...

g-force2k2

Tony DiMera 08-27-2002 12:37 AM

Quote:

Originally posted by g-force2k2
Tony DiMera just use the phpinclude template and use an if else statement to change ie::

PHP Code:

if($bbuserinfo[userid] == 0) {
  
// register button info here 
} else {
  
// logout button info here


And now its a done deal :) regards...

g-force2k2

I did and this is what I get?

Quote:

Parse error: parse error, unexpected T_STRING in /www/users/sedai/GrendelsLair/global.php(302) : eval()'d code on line 7

g-force2k2 08-27-2002 01:00 AM

did you include any templates by any chance? just curious because it seems like a template error...

g-force2k2

g-force2k2 08-27-2002 01:02 AM

Actually try this coding instead...

PHP Code:

if($bbuserinfo[userid] == 0) {
  
$chklogin "[ register button info here ]";
} else {
  
$chklogin "[ logout button info here ]";


then in the header replace both the register and logout codes with $chklogin... regards...

g-force2k2

Tony DiMera 08-27-2002 01:06 AM

ok so in thge phpinclude template I put in this:

PHP Code:

if($bbuserinfo[userid] == 0) {
  
$chklogin "[ register button info here ]";
} else {
  
$chklogin "[ logout button info here ]";


And what exactly do I put in theheader? I don't know much about this stuff. Thanks.

g-force2k2 08-27-2002 01:18 AM

don't worry Tony DiMera i will test it now and give you an exact instruction... regards... be back in a few :)

g-force2k2

Tony DiMera 08-27-2002 01:22 AM

ok thankyou very much I'll be here :)

g-force2k2 08-27-2002 01:35 AM

open the phpinclude template under the four lines of code add this:

PHP Code:

if($bbuserinfo[userid] == 0) {
$chklogcode "<a href=\"register.php?s=$session[sessionhash]&action=signup\"><img src=\"https://vborg.vbsupport.ru/images/top_register.gif\" alt=\"Registration is free!\" border=\"0\"></a>";
} else {
  
$chklogcode "<a href=\"member.php?s=$session[sessionhash]&action=logout\"><img src=\"https://vborg.vbsupport.ru/images/top_logout.gif\" alt=\"Logout Now?\" border=\"0\"></a>";


then in the header template find:

PHP Code:

<a href="register.php?s=$session[sessionhash]&action=signup"><img src="https://vborg.vbsupport.ru/images/top_register.gif" alt="Registration is free!" border="0"></a

And replace with:

PHP Code:

$chklogcode 

that should do the trick :) regards....

g-force2k2

Tony DiMera 08-27-2002 01:41 AM

Thanks a lot it worked


All times are GMT. The time now is 10:04 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
  • Page Generation 0.01124 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete