Erasing community link community link...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • makbal
    Member
    • Dec 2008
    • 34

    Erasing community link community link...

    I want to erase community link community link and help link. How can I do that without any error in my forum.
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    Edit the navbar template and remove the links there.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • makbal
      Member
      • Dec 2008
      • 34

      #3
      ok, but which codes I will erase in navbar template

      Comment

      • Colin F
        Senior Member
        • May 2004
        • 17689

        #4
        Replace this code:
        Code:
        <td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                <if condition="$show['communitylink'] AND $show['popups']">
                    <td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
                <else />
                    <if condition="$show['memberslist']">
                        <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                    </if>
                    <if condition="$show['quick_links_groups']">
                        <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
                    </if>
                </if>
        with:
        Code:
                    <if condition="$show['memberslist']">
                        <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                    </if>
                    <if condition="$show['quick_links_groups']">
                        <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
                    </if>
        Best Regards
        Colin Frei

        Please don't contact me per PM.

        Comment

        • makbal
          Member
          • Dec 2008
          • 34

          #5
          thank you very much, one more question I have. In the navigation bar, how can I do color change of a certain link...

          Comment

          • Colin F
            Senior Member
            • May 2004
            • 17689

            #6
            The text color?

            Edit the link, adding the red code as below:

            <if condition="$show['memberslist']">
            <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]" style="color:red;">$vbphrase[members_list]</a></td>
            </if>
            Best Regards
            Colin Frei

            Please don't contact me per PM.

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...