New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Design Customization » How to add this! (sml[answered])
How to add this!
komshaDate: Tuesday, 2011 April 26, 11:26 PM | Message # 1
Font size: A | A |
Private
Group: User
Message: 15
[ ]
Offline
How to add this menu on my forum?

Attachments: 2040695.jpg (129.8 Kb)
 
SirDarknightDate: Wednesday, 2011 April 27, 7:21 AM | Message # 2
Font size: A | A |
Lieutenant
Group: uCozer
Message: 61
[ ]
Offline
Depends On Your CSS.

Code
<table border="1">
<tr>
<td align="right">
   
<div class="buttonwrapper">

<a class="boldbuttons" href="javascript://" rel="nofollow" id="upml" onclick="window.open('http://ucozers.ucoz.com/index/14','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>--><span>Private messages<!--</s>-->(0)</span></a>  

<a class="boldbuttons" href="/forum/0-0-1-34" rel="nofollow"><!--<s5209>--><span>New messages</span><!--</s>--></a>  
<a class="boldbuttons" href="/forum/0-0-1-35" rel="nofollow"><!--<s5216>--><span>Members</span><!--</s>--></a>  
<a class="boldbuttons" href="/forum/0-0-0-36" rel="nofollow"><!--<s5166>--><span>Forum rules</span><!--</s>--></a>  
<a class="boldbuttons" href="/forum/0-0-0-6" rel="nofollow"><!--<s3163>--><span>Search</span><!--</s>--></a>  

  </div></td>
</tr>
</table>

I can't give 100% guarantee that whether It'll work or not


Please Give Me Some Reputation or Award If My Post Helps You
 
komshaDate: Wednesday, 2011 April 27, 10:57 AM | Message # 3
Font size: A | A |
Private
Group: User
Message: 15
[ ]
Offline
no,isn't work.What i nead to do in css to be like here?
 
SirDarknightDate: Wednesday, 2011 April 27, 1:40 PM | Message # 4
Font size: A | A |
Lieutenant
Group: uCozer
Message: 61
[ ]
Offline
You Can See the CSS class "boldbuttons" there. try finding that on you're CSS or paste your CSS at pastebin.com and give me the link

Please Give Me Some Reputation or Award If My Post Helps You
 
komshaDate: Wednesday, 2011 April 27, 2:33 PM | Message # 5
Font size: A | A |
Private
Group: User
Message: 15
[ ]
Offline
her u go my css
 
SirDarknightDate: Wednesday, 2011 April 27, 2:47 PM | Message # 6
Font size: A | A |
Lieutenant
Group: uCozer
Message: 61
[ ]
Offline
Replace Your Whole CSS with the below code :

CSS

If It Doesn't Work Then I Need To See Your Whole Template.

Note : The Above CSS Works Fine For Me



You Can Change The Color Via http://html-color-codes.info/


Please Give Me Some Reputation or Award If My Post Helps You

Edited BySirDarknight - Wednesday, 2011 April 27, 2:48 PM
 
komshaDate: Wednesday, 2011 April 27, 3:37 PM | Message # 7
Font size: A | A |
Private
Group: User
Message: 15
[ ]
Offline

what to do to be like here now?

Attachments: 9144332.jpg (6.9 Kb)
 
jackassDate: Thursday, 2011 April 28, 2:22 AM | Message # 8
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
HTML

Code
<td align="right"><?if($USER_LOGGED_IN$)?>
   

<a class="boldbuttons" href="javascript://" rel="nofollow" id="upml" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>--><span>Private messages<!--</s>-->($UNREAD_PM$)</span></a>
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s48.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="boldbuttons" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>--><span>New messages</span><!--</s>--></a>
<a class="boldbuttons" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>--><span>Members</span><!--</s>--></a>
<a class="boldbuttons" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>--><span>Forum rules</span><!--</s>--></a>
<a class="boldbuttons" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>--><span>Search</span><!--</s>--></a>

  </td>

CSS

Code
/* buttons */
a.boldbuttons{
background: transparent url('/images/buttons/black.gif') no-repeat top left;
display: block;
float: left;
font: bold 11px Arial; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 26px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/images/buttons/black.gif') repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
background: transparent url('/images/buttons/left.png') no-repeat top left;
display: block;
float: left;
font: bold 11px Arial; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 26px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:hover.boldbuttons span{
background: transparent url('/images/buttons/right.png') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* ----------------- */

http://ucozers.ucoz.com/images/buttons/black.gif
http://ucozers.ucoz.com/images/buttons/left.png
http://ucozers.ucoz.com/images/buttons/right.png
http://ucozers.ucoz.com/images/buttons/yellow.gif


 
SirDarknightDate: Thursday, 2011 April 28, 7:15 AM | Message # 9
Font size: A | A |
Lieutenant
Group: uCozer
Message: 61
[ ]
Offline
jackass, Your code worked fine for me too.

Please Give Me Some Reputation or Award If My Post Helps You
 
komshaDate: Thursday, 2011 May 05, 11:56 PM | Message # 10
Font size: A | A |
Private
Group: User
Message: 15
[ ]
Offline
why this not work any more on my site?
 
uCoz Support Forum by uCozers » uCoz » Design Customization » How to add this! (sml[answered])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager