Recent Topics

1 Sep 18, 2009 03:24    

My b2evolution Version: 3.3.1

I'm pretty new to b2evo ( I love it!!), and I'm using it as a blog for my Joomla! site, I'm happy to have it not integrated, but I'd like to put a menu link from the blog back to the main site.
I've had a look on here, have read the Manual, have done searching/reading, but can't find exactly what I need to know.
All I want is to add a "Site Home" beside the "Home" link on the blog...any help greatly appreciated.

( edited to correct my version number)

2 Sep 18, 2009 15:55

Hi

All you need to do is add a Free HTML widget to your menu and add the relevant html link to your main site. This looks something like:

<a href="http://www.your-joomla-site.com" title="Your funky site">Site Home</a>

Now it also depends on your skin but you might have to add some extra tags around it to make it look like the other menu items:

<li><a href="http://www.your-joomla-site.com" title="Your funky site">Site Home</a></li>

If the above doesn't work then a link to your site would be useful to help see what it going on.

L


Form is loading...