adding something

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • forum-il
    Senior Member
    • Nov 2005
    • 118

    adding something

    how do i add something to here for example i have a portal and i need to add to this place somthing... how?


  • forum-il
    Senior Member
    • Nov 2005
    • 118

    #2
    anyone?

    Comment

    • forum-il
      Senior Member
      • Nov 2005
      • 118

      #3
      1 hour of waiting!!!

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        That is your navbar template, you can easily find it and add in your url link between that.

        Comment

        • forum-il
          Senior Member
          • Nov 2005
          • 118

          #5
          i dont get it can you give me a small guide?

          Comment

          • Jose Amaral Rego
            Senior Member
            • Feb 2005
            • 11058
            • 1.1.x

            #6
            Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Controls « » -> navbar


            Add green code

            Code:
            <!-- nav buttons bar -->
            <div align="center">
            	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
            	<tr align="center">
            		<if condition="$show['member']">
            			<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
            		</if>
            		<if condition="$show['registerbutton']">
            			<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
            		</if>
            		<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
            		<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                            [COLOR="SeaGreen"]<td class="vbmenu_control"><a href="URL">Portal</a></td>[/COLOR]
            		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
            		<if condition="$show['popups']">		
            			<if condition="$show['searchbuttons']">
            				<if condition="$show['member']">
            				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
            				<else />
            				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
            				</if>
            				<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
            			</if>
            			<if condition="$bbuserinfo['userid']">
            				<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>		
            			</if>
            		<else />		
            			<if condition="$show['searchbuttons']">
            				<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
            				<if condition="$show['member']">
            				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
            				<else />
            				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
            				</if>
            			</if>
            			<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
            			<if condition="$bbuserinfo['userid']">			
            				<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>			
            			</if>			
            		</if>
            		<if condition="$bbuserinfo['userid']">
            			<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
            		</if>
            	</tr>
            	</table>
            </div>
            <!-- / nav buttons bar -->
            Last edited by Jose Amaral Rego; Wed 15 Aug '07, 11:09am.

            Comment

            • forum-il
              Senior Member
              • Nov 2005
              • 118

              #7
              thank you very much that's what i needed
              thank you!!!!

              Comment

              • Steve Machol
                Former Customer Support Manager
                • Jul 2000
                • 154488

                #8
                For future reference, please wait at least 12 hours before bumping your posts. Thank you.
                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                Steve Machol Photography


                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                Comment

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