Recent Topics

1 Dec 01, 2007 20:34    

My b2evolution Version: 2.x

Is there a way to post an image in the sidebar? It would always be there and not change. I would like to place it below the search box. I want to post pics of the designers. The site is:
http://www.homedesignsense.com/blog so you can see the skin I'm using.

Thanks. :)

2 Dec 01, 2007 21:24

You simply have to edit your .main.php ( your version is 1.1.0, not 2.x
Find....

<div class="rightbox">
<p>Home Design Sense Blog'. <br />
<br />
<strong>This is the place to find  - or post your own - decorating and design info, ideas or thoughts.</strong></p>

<div class="bSideItem">
<h3 class="sideItemTitle">Search</h3>
<form action="http://homedesignsense.com/blog/index.php" method="get" class="search"><div><input type="hidden" name="blog" value="1" /></div><p><input type="text" name="s" size="10" value="" class="SearchField" /><br />
<input type="radio" name="sentence" value="AND" id="sentAND" checked="checked" /><label for="sentAND">All Words</label><br />
<input type="radio" name="sentence" value="OR" id="sentOR" /><label for="sentOR">Some Word</label><br />

<input type="radio" name="sentence" value="sentence" id="sentence" /><label for="sentence">Entire phrase</label></p>
<input type="submit" name="submit" class="submit" value="Search" />
</form>
</div>	

</div>


Straight after that add somethimg like...

<div class="rightbox">
<h3>Designers</h3>
<p class="center">
<img src="http:///wherever.com/designer_1.jpg" alt="Designer one" class="middle" />
</p>
</div>

and the Calendar code will follow that starting with..

<div class="rightbox"><table class="bCalendarTable" etc etc etc.

3 Dec 02, 2007 14:34

Thanks! Will give it a try and let you know how it works. :D

4 Dec 09, 2007 14:41

Worked great. Thanks!


Form is loading...