Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Troubleshooting

Troubleshooting Problems, need help? Have a tip or advice? Post it here.

Reply
 
Thread Tools Display Modes
Old 07-04-2008, 12:47 AM   #1
jmmy
Guest
 
Posts: n/a
Default how can i added another urls in head menu

hello,

i want add a new urls

like that !

http://anothersite.com

i mean i want make another url in the head menu out site


sorry .. my lang it's so bad


2

how can i doing that



and thanks so mutch for this help
Attached Images
File Type: jpg showgif.jpg (23.5 KB, 55 views)
  Reply With Quote
Old 07-04-2008, 08:38 AM   #2
Micha
Administrator
 
Micha's Avatar
 
Join Date: Feb 2006
Location: Belgrade
Posts: 2,661
Rep Power: 10
Micha will become famous soon enough
Default

Hmm, ok now, this goes for two gray bars at the bottom of your image.

You can change this by editing templates\xhtml\box\footer.tpl

The first, lighter line, contains top level categories, and you can add new links only before or after existing categories.

For example, if you want to add some link before categories:

Code:
<vte:box module="box_sections">
  <vte:params>
    <vte:param name="id" value="0" />
  </vte:params>
  <vte:template>
    <ul>
      <li><a href="YOUR LINK">YOUR LINK TEXT HERE</a></li>
      <vte:foreach item = "category" from = "{categories}">
        <vte:if test="{category.view_subcat}">
          <li>
            <a href="{category.get_href}">
              <vte:value select="{category.category_name}" />
            </a>
          </li>
        </vte:if>
      </vte:foreach>
     </ul>
  </vte:template>
</vte:box>
As for the second, darker line, that is just static HTML and can be customized easily.
Links that are inside darker bar, are contained within <div class="static_footer"> block.
__________________
--[Read Forum Rules and Guidelines before you post!!!]--

Djole, Djole, bas si bezobrazan sto si se pravio da si mali zekan. Zato cu te dobro kazniti...
Micha is offline   Reply With Quote
Old 07-04-2008, 04:03 PM   #3
jmmy
Guest
 
Posts: n/a
Default

thanks micha

i don't under stand about the secound

i want hidden this Additional news

and about how can i add a new links in headr

how that?

thanks
  Reply With Quote
Old 07-04-2008, 04:23 PM   #4
TheLastMen
Guest
 
Posts: n/a
Default

in header.tpl
or footer.tpl

your can add link like this: {<a href="your_link_here"><vte:value select="{LINK_TAG_NAME}" /></a> }

and you must add the name of link into lang file
  Reply With Quote
Old 07-04-2008, 06:43 PM   #5
quick2004
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by TheLastMen View Post

and you must add the name of link into lang file

You Don't Have to
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 02:57 PM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.