Recent Topics

1 Feb 15, 2009 01:46    

My b2evolution Version: 2.x

Please look at my sample web page link is here:

http://www.burningtaper.org/bl...hp?blog=11

Here to the right there is a image in the evocamp skin I am useing the image is of a b2evolution I want to remove this and put a another image in its place can someone help me by pointing out the line number and file this code is in so I can make this change.

THANKS

Frank H. Shaw

PS I am still going to keep a back link I just want to remove the one on the page its self

2 Feb 15, 2009 03:20

I have tried to search for some posting - I have in the right side of the blog the b2evolution i am calling it a image - I need to remove the image or put it in another place.

My perefence is to totaly remove the image and leave it in the footer as a link.

I want to know what file and line number to get ride if the image.

THANKS

PS Give me a search string - if this information is posted somewhere

3 Feb 15, 2009 03:26

Look through your skin's folder and you will find...
_sidebar_right.inc.php
Starting at line 48 ( in my editor ) you will find this bit of code....

		<?php
			// Please help us promote b2evolution and leave this logo on your blog:
			powered_by( array(
					'block_start' => '<div class="powered_by">',
					'block_end'   => '</div>',
					// Check /rsc/img/ for other possible images -- Don't forget to change or remove width & height too
					'img_url'     => '$rsc$img/powered-by-b2evolution-120t.gif',
					'img_width'   => 120,
					'img_height'  => 32,
				) );
		?>
	</div>

Edit as you see fit.

Cheers

4 Feb 15, 2009 03:33

THANKS Thsi information should help me remove that from my skin evocamp.

THANKS

Frank H. Shaw


Form is loading...