• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Site News & Blogs » how to hide link for guest (Available for users only)
how to hide link for guest
cyberworlds
Posts: 77
Reputation: 1

Message # 1 | 6:47 PM
Can someone please help me with that thing.. Image below.. Thanks..

Attachments: 0692867.jpg (43.0 Kb)

Susmoy
Posts: 185
Reputation: 6

Message # 2 | 7:04 PM
cyberworlds, http://www.ucause-entertainment.tk/ may help and I am sure it will !

Regards smile

If I Help you then Please +Rep and Awards
cyberworlds
Posts: 77
Reputation: 1

Message # 3 | 7:58 PM
Quote (Susmoy)
cyberworlds, http://www.ucause-entertainment.tk/ may help and I am sure it will !

Regards smile


its not working to me cry cry

Natashko
Posts: 3366
Reputation: 171

Message # 4 | 1:37 PM
cyberworlds, use this code:
Code
<script>
     e=document.getElementsByTagName("span");
     for(i=0;i<e.length;i++) {
     if(e[i].className=='UhideBlockL') {
     e[i].innerHTML=e[i].innerHTML.replace('Available for users only','YOURTEXT');
     }
     }
     </script>

"YOURTEXT" should be substituted with the text you need. Paste this code to the template of bottom part of the website.
cyberworlds
Posts: 77
Reputation: 1

Message # 5 | 10:02 AM
thanks Natashko, il trying
uCoz Community » uCoz Modules » Site News & Blogs » how to hide link for guest (Available for users only)
  • Page 1 of 1
  • 1
Search: