1 a_user Jun 10, 2009 19:10
3 a_user Jun 10, 2009 23:08
Thanks lturner. I am a step closer. I am able to get the links working with the available containers but I still cant seem to find where to add the little tabs like this site has with the Home | About | Demo | Download | Hosting | Extend | Docs | Forums
The skin I am using is the following: http://skins.b2evolution.net/two.php/2008/02/18/b2evo_ru
4 a_user Jun 10, 2009 23:16
okay i figured this out. probably obvious for anyone who spent some time with this but you need to add a new blog, name what you want the tab called and then change the absolute link path.
5 edb Jun 11, 2009 02:41
Ummm... that's not true at all. The only time you need to create a new blog is when you want to have a new blog. lturner's answer was correct, but not complete. After adding links you want via a Free HTML widget you would then have to modify your style sheet to use the doodads that make the fake tabs happen on your new widget. Untested, but most certainly style makes the links look like tabs - not being a blog.
Just sayin ya know? Like, now you have blogs created that aren't blogs just because you wanted links.
6 lturner Jun 11, 2009 09:02
Ah, OK now I see what you are getting at. Easier to understand now I know what skin you are using.
EdB is spot on, you should really only add another blog if you actually want another blog. If all you want is a link then sticking to the Free HTML widget should still be the best way to go. All we need to do is to make sure we use the same HTML in the Free HTML widget as the tabs so it all styles the same (like EdB said). Thankfully, looking at the source of that skin the author added a handy comment:
<!-- Add your custom tabs here
<td class="option"><a href="#">Custom Tab 1</a></td> -->
So, find the container where the tabs are held - This will probably be the container with the public blog list widget in and add the Free HTML widget to it. Enter the following html to the widget and see where we get to:
<td class="option"><a href="http://url_to_forum.com">Forum</a></td>
Let us know how you get on
L
Hi a_user
Welcome to the forums. You can add the Free HTML widget to the container of your choice and add the links to directly.
I don't know what skin you are using but it will probably be something like this:
<li><a href="http://url-to-your-forum.com">Forum</a></li>
L