Recent Topics

1 Jan 14, 2008 23:37    

My b2evolution Version: 1.10.3

I'm trying to get this blog running for my son's new business. I have absolutely no experience with PHP and getting this setup is making me nuts. I am using version 1.10.3

All I want to do is put a clickable link in the left sidebar to his forum application at ProBoards - preferably near the top by the Search box.

I have looked through all the pages of the admin panel and can't find anything vaguely resembling what I need to do.

Any help here?

http://blueflamepress.com

2 Jan 14, 2008 23:51

Hi...
You have to open the package , or visit the blog directory via FTP

Go to the folder skins ->andreas_01 and edit -main.php

In _main.php you will find a div named "avmenu"

At the very top, above the div named "Search" try putting the following...

<div class="bSideItem">
<h3>Forum</h3>
<ul>
<li><a href="http://blueflamepress.com/forum"><strong>Visit our Forum</strong></a></li>
</ul>
</div>

3 Jan 15, 2008 00:07

Okay thanks - I'll give it a try.

UPDATE:
Okay - that worked! Thanks for the speedy reply:)


Form is loading...