vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] edit welcome table - View Topic
Topic Rating: *****
Printable View
This topic was locked 27th Mar 08 at 5:03pm by Michael
nr4life
New Member
*

Posts: 6
Status: Offline
Joined:  
Reputation: 0%  


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
***


Reputation: 40%  


pmwww
Re: edit welcome table (26th Mar 08 at 1:45am UTC)
Could you be more specific please? What exactly would you like edited? {Smile}

rroll.to— Shorten a link, rickroll your friends.
nr4life
New Member
*

Posts: 6
Status: Offline
Joined:  
Reputation: 0%  


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
***


Reputation: 40%  


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. {Smile}

rroll.to— Shorten a link, rickroll your friends.
nr4life
New Member
*

Posts: 6
Status: Offline
Joined:  
Reputation: 0%  


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
***


Reputation: 40%  


pmwww
Re: edit welcome table (26th Mar 08 at 3:25am UTC)
Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /* User Table Modification by Cr0w (2008) */
  4.  
  5. var changeTo = "Welcome, #user#!"; // Message to display
  6.  
  7. // No more edits
  8. if(vf_username != "guest"){
  9.     var lia = get('user_table','id').getElementsByTagName("font")[0];
  10.     lia.innerHTML = changeTo.replace("#user#","<a href='/action/view_profile'>"+vf_displayname+"</a>");
  11. }
  12. //-->
  13. </script>
 


Global Footers. {Smile}

rroll.to— Shorten a link, rickroll your friends.
 Printable View

All times are GMT+0 :: The current time is 2:13am
Page generated in 0.2315 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums