• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » how to change availabe to user only
how to change availabe to user only
ugdrey
Posts: 16
Reputation: 0

Message # 1 | 6:28 PM
how to change availabe to user only ? im use code hide but i want to change availabe to user only with my own says example only user can see the link. please register to see
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 8:07 AM
ugdrey, I'm afraid the text cannot be edited with the standard system tools. May be possible with the help of custom scripts.
I'm not active on the forum anymore. Please contact other forum staff.
ugdrey
Posts: 16
Reputation: 0

Message # 3 | 5:07 PM
Quote Sunny ()
ugdrey, I'm afraid the text cannot be edited with the standard system tools. May be possible with the help of custom scripts.

can u give me the script Sunny biggrin biggrin biggrin

Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 5:43 AM
ugdrey,

Code
<script>
$(document).ready(function(){
$(".UhideBlockL a").html("Custom text here.");
});
</script>

Stick that somewhere in the relevant template code. That should do the trick.

Good luck. wink

// Moved to Custom Solutions

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
ugdrey
Posts: 16
Reputation: 0

Message # 5 | 10:24 AM
Quote Paradox ()
Stick that somewhere in the relevant template code. That should do the trick.

Good luck. wink

thanks Paradox, il trying now

uCoz Community » For Webmasters » Custom Solutions » how to change availabe to user only
  • Page 1 of 1
  • 1
Search: