Becca
Junior Member
Utterly lost in graphics creation atm, brb!
Posts: 374
inherit
70046
0
Jun 25, 2023 9:52:55 GMT -8
Becca
Utterly lost in graphics creation atm, brb!
374
January 2006
beccagranger
|
Post by Becca on Nov 17, 2012 11:02:48 GMT -8
Is there some way to remove the "Welcome _____. Logout" stuff in the menu area? I would much rather have a logout button that I can add with the other buttons, instead of the words and the link. I was thinking this must be some sort of Template adjustment, but if it needs to be a plug-in instead, could someone let me know so I can move this request? Thanks in advance.
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 17, 2012 11:43:44 GMT -8
Yes,
Go to Admin -- Structure -- Layout templates -- forum wrapper
remove the following line:
{if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if}
if you want to keep the "welcome guest" then just remove:
{else} <span>Welcome $[current_user.name].</span> $[logout_link]
|
|
Becca
Junior Member
Utterly lost in graphics creation atm, brb!
Posts: 374
inherit
70046
0
Jun 25, 2023 9:52:55 GMT -8
Becca
Utterly lost in graphics creation atm, brb!
374
January 2006
beccagranger
|
Post by Becca on Nov 17, 2012 11:58:23 GMT -8
Thank you so much, Justin. I appreciate your help!
|
|
Former Member
inherit
guest@proboards.com
102487
0
Nov 28, 2024 1:09:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 17, 2012 12:00:15 GMT -8
Yes, Go to Admin -- Structure -- Layout templates -- forum wrapper remove the following line: Line 39 -43{if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} if you want to keep the "welcome guest" then just remove: Line 41 - 42{else} <span>Welcome $[current_user.name].</span> $[logout_link] Edit to show line location
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 17, 2012 12:03:38 GMT -8
Thank you so much, Justin. I appreciate your help! Not a problem Yes, Go to Admin -- Structure -- Layout templates -- forum wrapper remove the following line: Line 39 -43{if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} if you want to keep the "welcome guest" then just remove: Line 41 - 42{else} <span>Welcome $[current_user.name].</span> $[logout_link] Edit to show line locationI figure most people are capable of using CTRL-F to locate it , but thanks. + How do I know they haven't already made changes to change the line location?
|
|
Former Member
inherit
guest@proboards.com
102487
0
Nov 28, 2024 1:09:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 17, 2012 12:22:59 GMT -8
Yeah but I took into consideration those that dont Its all good I guess
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 17, 2012 13:58:08 GMT -8
Yeah but I took into consideration those that dont Its all good I guess understandable . I'll try to start including the line numbers
|
|