Recent Topics

1 Jun 01, 2010 23:39    

My b2evolution Version: 3.3.3

I need to change the URL that is loaded when the user clicks on the header image on a blog. It defaults to reloading the main page. I think I found the operable code in the "_body_header.inc.php" file:

<div id="header" onclick="location.href='<?php $Blog->disp('url') ?>';" style="cursor: pointer;">

But my knowledge of PHP is limited. Can I insert another URL in here somewhere?

Thanks!

2 Jun 01, 2010 23:46

You could always put a hard-coded url in there - replacing everything between the single quotes. Just make sure you move a copy of the _body_header.inc.php file to your particular skin's folder so it doesn't affect all blogs that you may host.

3 Jun 15, 2010 00:27

Thanks! That worked!


Form is loading...