uCoz Community uCoz Modules Forum Everything about [QUOTE] and [CODE] goes here (changing appearance and other troubles) |
Everything about [QUOTE] and [CODE] goes here |
Natashko, Thanks Ma'am..Now Ma'am Please check my other thread Named "Chat Box Forum"
Regards Susmoy, Added (2011-07-18, 4:30 Am) If I Help you then Please +Rep and Awards
|
Susmoy,
Quote (Susmoy) Can you provide a Code which will show to users "Available for Users only(MY Own Text)" Substitute the provided above code with this one: Code <script> $(document).ready(function(){ $('.bbCodeBlock').empty(); $('.bbCodeBlock').append("<b>Available for Users only(Your Own Text)</b>"); }); </script> |
Hello all ucoz staff I need help pls
how can i hide my post only for code tag(no Views in guest ) look like this Attachments:
7520839.jpg
(3.3 Kb)
Post edited by cracker56 - Tuesday, 2011-07-26, 3:50 PM
|
go to CP ---> Design ---> Design management (templates) ---> Forum ---> General appearance of forum pages ----> After $BODY$ paste this code: Code <?if($USER_LOGGED_IN$)?><?else?> <script type="text/javascript"> // Copyright uCause ~ http://uCause.ucoz.com/ jQuery('div.bbCodeBlock').each(function(){ code = jQuery(this).find('div.codeMessage').html(); jQuery(this).replaceWith('<div class="HideCode"> you can not view this code, you are in the group "Guests" <a href="/index/1" target="_blank">Log in</a> or <a href="$REGISTER_LINK$" target="_blank">Register</a> to view this code</div>'); }); </script> <?endif?> In CSS put: Code .HideCode { background: none repeat scroll 0 0 #F5F5F5; border: 1px dotted #151515; font-size: 11px; padding: 3px 5px; } You can edit the CSS how you want it to look like source: here To busy building a passive income online ;)
|
Nope, Not working For me.. I don't know why... Maybe it's on my PC only..
Please can some one check this link and tell me is that code is working or not: http://crackingzone.ucoz.com/forum/4-103-1 If I Help you then Please +Rep and Awards
|
cracker56,
Quote (cracker56) Natashko, Mam no error forund i hide my download link in code contente im try to Animorph steps but work only for forum not working on site news pls help That is why I have asked you to provide a link to your Site News module, so we will be able to check. |
| |||