i was wondering idf there was a ode to edit what the welcome table says
Could you be more specific please? What exactly would you like edited?![]()
get it to where instead ofit saying logged in as, to say like welcome "username"
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.![]()
ok
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.![]()