Recent Topics

1 May 22, 2007 20:46    

My b2evolution Version: 1.9.3

Now if you click the logo at the top, comment, rss feeds, you can see it adds the "/" to the end of index.php, breaking they're function.

Title code for top logo:

<h1 id="pageTitle"><a href="<?php $Blog->disp( 'url', 'raw' ) ?>"><img src="http://bytheplate.com/logo_hv1.jpg"></a></h1>

The page is http://hudsonvalley.bytheplate.com

Any Ideas what needs to be changed?
Thanks,
Tom

And one more thing I can't believe I'm not seeing, where in the code is that last line underneath the RSS section? I want to remove it and can't find it and its driving me nuts

2 May 22, 2007 22:24

Welcome to the forum, mackymcg!

I think you can fix that by looking in Blog Settings > General > Blog url parameters. My guess is that you're using explicit reference on index.php and you don't have a stub title. The easiest fix is just to change to Automatic detection by index.php. You'll also want to go to App Settings > General > Display options and make sure that this blog is the default blog to display.

The line below your rss feeds is coming from this:
.bSideItem {
border-bottom:1px solid #DDDDDD;
}
If you only want to remove that last one, and not all of the lines below each section (categories, archives, etc), then you'll need to add another class to the rss box and override like this:
div.yourRSSClass {
border-bottom: none;
}

3 May 22, 2007 22:42

Thank you those both worked excellently!
Tom


Form is loading...