• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Simple Text Change (I wish to know where can I change this text!)
Simple Text Change
Elexy
Posts: 93
Reputation: 2

Message # 1 | 4:28 PM

^ The text found next to each icon is not to my liking, I wanted to know where exactly is this text found so I can change it.
Attachments: 2823888.png (4.9 Kb)

Proud Ucoz Member Since 2013
Warning: Do not trust Zayaan Ibrahim with projects, he will scam you by overpricing!
♥ http://rawtrex.com/ ♥
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 2 | 5:16 PM
Elexy, you can change it with custom scripting... If you want, I'll help you to create a script like this.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Elexy
Posts: 93
Reputation: 2

Message # 3 | 7:13 PM
bigblog are you new here or something, never seen a Webmaster rank around, lol!
But sure, I would like to change some of that text so if interested to help me, send me a PM with required information!
biggrin

Proud Ucoz Member Since 2013
Warning: Do not trust Zayaan Ibrahim with projects, he will scam you by overpricing!
♥ http://rawtrex.com/ ♥
Post edited by Elexy - Saturday, 2014-10-11, 7:14 PM
Xayaan
Posts: 558
Reputation: 13

Message # 4 | 7:48 AM
Elexy, Google "Custom scripts for uCoz websites". Alot of scripts on the internet for uCoz. You will definitely find that in one of the websites.

Best regards.

My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 5 | 11:52 AM
Elexy, the code is too long, so I've to post here. Insert this in General appearance of forum pages template after $BODY$:

Code
<?if($PAGE_ID$='forum')?><script type="text/javascript">
   var tabl =  document.getElementsByClassName("legendTable");
var hosz1 = tabl.length;
if(hosz1==1){
     var tomb =  tabl[0].getElementsByTagName("tr");
     var hosz2 = tomb.length;
     for    (i = 0; i < hosz2; i++) {
         sor = tomb[i];  
         if(i==0){
             sor.innerHTML = '<td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic/4/f_norm_new.gif"> Content 1</td><td rowspan="5">   </td><td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic1/thread.gif"> Content 2</td>';
      // Content of 1st row (Normal thread (there are new message(s)) and Normal thread)
         }else if(i==1){
              sor.innerHTML = '<td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic/4/f_norm_nonew.gif"> Content 3</td><td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic1/poll.gif"> Content 4</td>';
      // Content of 2nd row (Normal thread (No new messages) and Thread - Poll)
         }else if(i==2){
              sor.innerHTML = '<td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic/4/f_hot_new.gif"> Content 5</td><td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic1/pinned.gif"> Content 6</td>';
      // Content of 3rd row (Hot thread (There are new message(s)) and Sticky thread)
         }else if(i==3){
              sor.innerHTML = '<td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic/4/f_hot_nonew.gif"> Content 7</td><td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic1/hot.gif"> Content 8</td>';
      // Content of 4th row (Hot thread (No new messages and Hot thread)
         }else if(i==4){
              sor.innerHTML = '<td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic/4/f_closed_nonew.gif"> Content 9</td><td class="legendTd"><img alt="" style="margin:0;padding:0;vertical-align:middle;border:0;max-width:60px;max-height:60px;" src="http://s1.ucoz.net/img/fr/ic1/closed.gif"> Content 10</td>';
      // Content of 5th row (Closed thread (no new messages) and Closed thread)
         }
}
   
      
}
      </script><?endif?>


(Script created by bigblog & vmarci21)

You have to replace the content and the images too. In the code are some comments, to help installing your code.

Demo.

If you don't understand something, feel free to feedback.

Quote Elexy ()
are you new here or something, never seen a Webmaster rank around, lol!

I'm not new tongue I'm in the Helpers group atm and this is my user title happy

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
uCoz Community » For Webmasters » Design Customization » Simple Text Change (I wish to know where can I change this text!)
  • Page 1 of 1
  • 1
Search: