Recent Topics

1 May 22, 2008 23:19    

My b2evolution Version: Not Entered

Hello,

I am trying to remove the following links:

1) Blog Title Link

2) Sidebar Outer Links (I don't want the pictures linked to anything).

3) Of course, I want to keep the links for the calendar, Categories, Recent Comments (when available) and my links.

Thanks for your help.

2 May 22, 2008 23:28

lovesensualitydevotion wrote:

My b2evolution Version: Not Entered

Hello,

I am trying to remove the following links:

1) Blog Title Link

2) Sidebar Outer Links (I don't want the pictures linked to anything).

3) Of course, I want to keep the links for the calendar, Categories, Recent Comments (when available) and my links.

Thanks for your help.

uhhm.. how should i put this, i dont know , please no offense, however you dont need to create seperate topics for related issues, this causes much mess, do use the skin's topic, or at worst you should continue the one you have started earlier (:

but try to get the hang of what is what at first place, somethings dont have anything to do with code or such..
Understand the basics of the system, for example those ' Categories, Recent Comments ' are widgets you place in your 'container' which i mean sidebar, header or whatever, they are containers, and as you can not see those image linking to validation site in your widget list, it means they are hard coded not to leave the sidebar empty..

1)
Blog title is also a widget placed in your header 'container' simply remove it under Backoffice>Blog settings>widgets

2) - 3) open your _sidebar_outer.inc.php, and remove the following lines only,

echo "<p align=\"left\"><a href=\"http://validator.w3.org/check?uri=referer\"><img src=\"http://www.w3.org/Icons/valid-xhtml10-blue\" alt=\"Valid XHTML 1.0 Transitional\" align=\"middle\" height=\"31\" style=\"border:0\" width=\"88\" /></a><br/> \n";
echo "</p>\n";
echo "<p align=\"left\">\n";
echo "<a href=\"http://jigsaw.w3.org/css-validator/check/referer\">  <img style=\"border:0\" width=\"88\" height=\"31\" src=\"http://jigsaw.w3.org/css-validator/images/vcss-blue\" align=\"middle\" alt=\"Valid CSS!\" /></a></p><br/>\n";

and please next time keep the suggestions about forum rules in your mind, those things are not obligatory however it d be more organized and less annoying for other people if you d do so, next time for any other issues not only for these , i wont be reminding these anymore (: and i am afraid you may not get the response you expect if you post that frequent and seperately..cheers

3 May 22, 2008 23:39

Sorry about all this...

I rarely log in and post anything so I don' really know the "rules"...

Anyway, what I meant I would like to do is this:

as you can see on my Blog main page, there is a big blue title in the middle (LoveSensualityDevotion) which is linked to a blog1.php

Also, there are 3 pictures (my picture, Italy's logo and a 3rd logo with 4 blinded heads) and those as well are linkedto this blog1.php

These are the links I would like to remove...

The one you told me in the previous message I was able to do myself already, thanks. :-)

4 May 23, 2008 18:05

lovesensualitydevotion wrote:

... as you can see on my Blog main page ...

Now without a link we can't.


Form is loading...