SMF For Free Support Forum
Signup For Free Forum
October 12, 2008, 04:40:17 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Request] Change Hello Text  (Read 235 times)
0 Members and 1 Guest are viewing this topic.
Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« on: December 23, 2007, 11:26:16 pm »

Could you make a code that changes the text where it says "Hello" {$USERNAME$}
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3068


Multi-Tasking Maven


View Profile WWW
« Reply #1 on: December 24, 2007, 05:04:35 am »

There is already a code for this. Had to go back in the vaults for this one.  It really needs to be updated and added to the codes index.

Code:
<script>
function change_hello(){
//Created by Agent Moose (http://www.smcodes.smfforfree3.com)
$(function() {
text = "CHANGE TEXT HERE"
a = $("td span b").html()
$("table td.titlebg2 span:contains(Hello)").html(text).append("&nb"+"sp;<b>"+a+"</b>");
});}
change_hello();
</script>


To put an image in there

Code:
<img src='URL OF IMAGE HERE' />

This is one of Agent Moose's earlier codes and a very good one.
Logged

Agent Moose
Moderator
*****
Offline Offline

Posts: 640


Do not PM me for Code Support or Request


View Profile
« Reply #2 on: December 24, 2007, 07:44:11 pm »

Wow, I havn't added this to the code index...

Thanks for finding it Smiley
Logged

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/center]


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.263 seconds with 18 queries.