1
phatty
Welcome Guest...
  • 2004/4/3 20:59

  • phatty

  • Just popping in

  • Posts: 70

  • Since: 2004/3/9 2


Hi Xoopsers...

I cannot for the life of me find the following text in any language files:

Welcome guest. Please register and become a member.


Can someone point me in the right direction. I've looked in the language folder at:
global.php
user.php
misc.php

and just about everywhere else I could think of. Also searched this site to no avail. Perhaps using the wrong keywords in my search.

Jeff

2
Stewdio
Re: Welcome Guest...
  • 2004/4/3 21:06

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Sometimes this is hardcoded into your theme.html unless the user is actually logged in, then it changes to the proper name.

<{if $xoops_isuser}> <img src="<{$xoops_imageurl}>title_icon.gif" width="22" height="22" align="absmiddle">Welcome <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>. <{else}> <img src="<{$xoops_imageurl}>title_icon.gif" width="22" height="22" align="absmiddle">Welcome guest. Please <a href="<{$xoops_url}>/register.php">register</a> and become a member.
<{/if}>

I think the Guest name can be changed in your admin for anonymous users.

*Code taken from my site, your's may vary depending on the theme used

3
phatty
Re: Welcome Guest...
  • 2004/4/3 23:56

  • phatty

  • Just popping in

  • Posts: 70

  • Since: 2004/3/9 2


Thanks Stewdio.... found it... however, i've changed it in the theme.html and it still shows as:

Welcome Guest. Please register and become a member.


Any other suggestions?

Jeff

Edit: I've since figured out that I have to update my templates in the admin area... doh!

All set, it works!

Login

Who's Online

137 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits