This topic was locked 27th Mar 08 at 5:03pm by Michael |
nr4life New Member
Posts: 6 Status: Offline Joined:
pm | [F] edit welcome table (26th Mar 08 at 1:44am UTC) | | i was wondering idf there was a ode to edit what the welcome table says | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: edit welcome table (26th Mar 08 at 1:45am UTC) | | Could you be more specific please? What exactly would you like edited? | |
rroll.to— Shorten a link, rickroll your friends. |
|
nr4life New Member
Posts: 6 Status: Offline Joined:
pm | Re: edit welcome table (26th Mar 08 at 1:46am UTC) | | get it to where instead ofit saying logged in as, to say like welcome "username" | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: edit welcome table (26th Mar 08 at 1:52am UTC) | | get it to where instead ofit saying logged in as, to say like welcome "username"
Ohh, you mean the users table? Give me a minute. | |
rroll.to— Shorten a link, rickroll your friends. |
|
nr4life New Member
Posts: 6 Status: Offline Joined:
pm | Re: edit welcome table (26th Mar 08 at 1:57am UTC) | | ok | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: edit welcome table (26th Mar 08 at 3:25am UTC) | | Code: - <script type="text/javascript">
- <!--
- /* User Table Modification by Cr0w (2008) */
-
- var changeTo = "Welcome, #user#!"; // Message to display
-
- // No more edits
- if(vf_username != "guest"){
- var lia = get('user_table','id').getElementsByTagName("font")[0];
- lia.innerHTML = changeTo.replace("#user#","<a href='/action/view_profile'>"+vf_displayname+"</a>");
- }
- //-->
- </script>
Global Footers. | |
rroll.to— Shorten a link, rickroll your friends. |
|