• Page 1 of 1
  • 1
Help with codes
SirDarknight
Posts: 247
Reputation: -5

Message # 1 | 9:52 AM
  • Is There Any Code In BBCode Which Will Work As Alternative On HTML
    Code
    <script></script>
    tag?(Can't Find Using Search In Google)
  • Is There Any Way To Add Something Beside Logout?(See This Spoiler)

  • Is There Any Way To Remove All Messages Together From Tag-Board?
  • How To Do This That When I Will Move Mouse Pointer On A Forum It Will be Darken?
  • Is This Possible To Add Any Button Beside The Css Buttons?
  • Which Design Is Most Popular Now?
    Post edited by SirDarknight - Friday, 2011-02-04, 9:53 AM
  • Animorph
    Posts: 2856
    Reputation: 189

    Message # 2 | 9:58 AM
    Quote (SirDarknight)
    Is There Any Way To Add Something Beside Logout?(See This Spoiler)

    spoiler doesn't contain a picture

    Quote (SirDarknight)
    Is There Any Way To Remove All Messages Together From Tag-Board?

    no you need to do it manually

    Quote (SirDarknight)
    # How To Do This That When I Will Move Mouse Pointer On A Forum It Will be Darken?

    you can do this with hovering effects in css,i will provide you the whole code to make it easy'er for you for once

    Code
    table.gTable tr:hover td.forumLastPostTd,
    table.gTable tr:hover td.forumIcoTd,
    table.gTable tr:hover td.threadIcoTd,
    table.gTable tr:hover td.forumNameTd,
    table.gTable tr:hover td.threadNametd,
    table.gTable tr:hover td.forumPostTd,
    table.gTable tr:hover td.threadPostTd,
    table.gTable tr:hover td.threadViewTd,
    table.gTable tr:hover td.threadAuthTd,
    table.gTable tr:hover td.forumThreadTd,
    table.gTable tr:hover td.threadLastPostTd,
    table.gTable tr:hover td.forumLastPostTd {background: #585858;}

    change to colour code to yours

    Quote (SirDarknight)
    # Is This Possible To Add Any Button Beside The Css Buttons?

    be more specific about this , this question is unclear to everyone

    Quote (SirDarknight)
    Which Design Is Most Popular Now?

    all the designs are populair , thy almost match with the same result , we have millions of uCoz users so millions with different designs , we can't know wich one is the most populair one

    To busy building a passive income online ;)
    SirDarknight
    Posts: 247
    Reputation: -5

    Message # 3 | 10:13 AM
    1.Image :
    2.http://forum.ucoz.com/forum/38-12058-1
    I want to add the button on the menu.

    Quote (Animorph)
    table.gTable tr:hover td.forumLastPostTd,
    table.gTable tr:hover td.forumIcoTd,
    table.gTable tr:hover td.threadIcoTd,
    table.gTable tr:hover td.forumNameTd,
    table.gTable tr:hover td.threadNametd,
    table.gTable tr:hover td.forumPostTd,
    table.gTable tr:hover td.threadPostTd,
    table.gTable tr:hover td.threadViewTd,
    table.gTable tr:hover td.threadAuthTd,
    table.gTable tr:hover td.forumThreadTd,
    table.gTable tr:hover td.threadLastPostTd,
    table.gTable tr:hover td.forumLastPostTd {background: #585858;}

    Where Should I Put The Code?

    Added (2011-02-04, 4:13 Am)
    ---------------------------------------------
    Sorry, For The Css Button Question. I've Got The Answer.

    Attachments: 3286644.jpg (24.0 Kb)
    Animorph
    Posts: 2856
    Reputation: 189

    Message # 4 | 10:17 AM
    Quote (SirDarknight)
    Is There Any Way To Add Something Beside Logout?(See This Spoiler)

    sure , you can modify whole the bar , what is the problem ?

    Quote (SirDarknight)
    2.http://forum.ucoz.com/forum/38-12058-1

    you can modify that code to your needs

    Quote (SirDarknight)
    Where Should I Put The Code?

    hmm lets see , this is not an HTML code, and not javascriptsthen it must be CSS , so i will say you need to throw it into your CSS and hit the save button , it might be that it does not work directly in firefox , then you need to watch it in another browser and if it works there then it should work in firefox in a couple of hours smile

    Best regard and goodluck


    To busy building a passive income online ;)
    SirDarknight
    Posts: 247
    Reputation: -5

    Message # 5 | 10:36 AM
    Quote (Animorph)
    Quote (SirDarknight)
    Is There Any Way To Add Something Beside Logout?(See This Spoiler)

    sure , you can modify whole the bar , what is the problem ?

    But Where?

    Animorph
    Posts: 2856
    Reputation: 189

    Message # 6 | 10:43 AM
    okay , go to CP ---> Design ---> Design management (templates) ---> Top part of the website

    Find and edit :

    Code
    <table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('/.s/t/984/4.gif');">
       <tr>
       <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Main"><!--<s5176>-->Main<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="My profile"><!--<s5214>-->My profile<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title="Registration"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Log out"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title="Login"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td>
       <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
       </tr>
    </table>

    continue discussion about your design here:
    http://forum.ucoz.com/forum/5-6857-1


    To busy building a passive income online ;)
    SirDarknight
    Posts: 247
    Reputation: -5

    Message # 7 | 10:45 AM
    THNKX A LOT. Increased Reputation and Gave A Award.
    • Page 1 of 1
    • 1
    Search: