1 blackjack May 07, 2008 00:30
3 blackjack May 07, 2008 00:47
tilqicom wrote:
blackjack wrote:
My b2evolution Version: Not Entered
Hello,
How can I add a new sort link in the menu.
NOw I only have like 5 choices(contact.home/latest comments etc etc)
Thanks alot
simply use the free html widget.
i tried but cant get it too look like the other ones, and cant get a url under neath it
4 edb May 07, 2008 01:08
You can't actually add a link to that widget via the widget, but you can edit on into your skin. Find the "Menu" container. It'll start with something like this:
<div class="top_menu">
<ul>
<?php
// ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------
// Display container and contents:
// Note: this container is designed to be a single <ul> list
skin_container( NT_('Menu'), array(
It'll end with something like this:
// ----------------------------- END OF "Menu" CONTAINER -----------------------------
?>
</ul>
</div>
Now add in a few other LIs linked as you see fit:
// ----------------------------- END OF "Menu" CONTAINER -----------------------------
?>
<li><a href="http://wonderwinds.com" title="best guy ever">wonderwinds</a></li>
</ul>
</div>
Your actual linkage may vary ;)
I'm thinking a lot of these widgets need some hacking. Like this one should have an "add a link" option. I dunno. I gotta go to work. Work sucks. yuck. Hey that did that thing that poems do! You know: where one word sounds like a word before it? Wow I'm cool.
5 tilqicom May 07, 2008 01:09
blackjack wrote:
tilqicom wrote:
blackjack wrote:
My b2evolution Version: Not Entered
Hello,
How can I add a new sort link in the menu.
NOw I only have like 5 choices(contact.home/latest comments etc etc)
Thanks alot
simply use the free html widget.
i tried but cant get it too look like the other ones, and cant get a url under neath it
where would you like it link to, and do you have a link at your webpage ?
and about the look , it's possibly your 'common links' widget and general link styles are styled differently
6 blackjack May 07, 2008 14:54
I am such a newby, where do I find this? in which file etc? after that I can figure it out hopefully
EdB wrote:
You can't actually add a link to that widget via the widget, but you can edit on into your skin. Find the "Menu" container. It'll start with something like this:
<div class="top_menu"> <ul> <?php // ------------------------- "Menu" CONTAINER EMBEDDED HERE -------------------------- // Display container and contents: // Note: this container is designed to be a single <ul> list skin_container( NT_('Menu'), array(
It'll end with something like this:// ----------------------------- END OF "Menu" CONTAINER ----------------------------- ?> </ul> </div>
Now add in a few other LIs linked as you see fit:// ----------------------------- END OF "Menu" CONTAINER ----------------------------- ?> <li><a href="http://wonderwinds.com" title="best guy ever">wonderwinds</a></li> </ul> </div>
Your actual linkage may vary ;)I'm thinking a lot of these widgets need some hacking. Like this one should have an "add a link" option. I dunno. I gotta go to work. Work sucks. yuck. Hey that did that thing that poems do! You know: where one word sounds like a word before it? Wow I'm cool.
7 blackjack May 07, 2008 14:59
What I want is a link in the MENU part that goes to my forums, so it should be called forums.
For example Home- contact- FORUMS=>www.cnn.com
tilqicom wrote:
blackjack wrote:
tilqicom wrote:
blackjack wrote:
My b2evolution Version: Not Entered
Hello,
How can I add a new sort link in the menu.
NOw I only have like 5 choices(contact.home/latest comments etc etc)
Thanks alot
simply use the free html widget.
i tried but cant get it too look like the other ones, and cant get a url under neath it
where would you like it link to, and do you have a link at your webpage ?
and about the look , it's possibly your 'common links' widget and general link styles are styled differently
8 tilqicom May 07, 2008 15:31
simply insert
<a href="http://www.myforums.com">Forums</a>
using the free html widget. which skin are you using?
and do you have an actual link yo your website?
9 blackjack May 07, 2008 16:05
Thanks alot mate,
Not yet)well ofcourse i have the link but I am building everything as we speak.
You see the standard default page at the moment so
Greetings
blackjack wrote:
simply use the free html widget.