Topic: I can't believe this still hasn't been done - clickable headers

Clickable headers.  I know I can mod this, but it should be standard.  YES, it should.

Something like this header example, but obviously without images.

Through the awful grace of God

"Dude, CSS and XHTML are like two boys who are deeply in love.  They're perfect for each other, but no one can acccept it."

2

Re: I can't believe this still hasn't been done - clickable headers

And where would the header link to. Pointless linking to the forum index since there is already a link for that. No need to link to the site homepage, if the webmaster wants it he/she will already have set up the site banner as a link.

Re: I can't believe this still hasn't been done - clickable headers

No, it shouldn't.

Re: I can't believe this still hasn't been done - clickable headers

I don't like clickable headers. I need a bit of white space on the page so I can just click to deselect text or to make the page active or just so I can relax and not have horrid mouseover actions happening all the time

5 (edited by guardian34 2007-01-19 21:04)

Re: I can't believe this still hasn't been done - clickable headers

No, it shouldn't.

Open: header.php

Find:

$tpl_main = str_replace('<pun_title>', '<h1><span>'.pun_htmlspecialchars($pun_config['o_board_title']).'</span></h1>', $tpl_main);

Replace with:

$tpl_main = str_replace('<pun_title>', '<h1><span><a href="'.$pun_config['o_base_url'].'/index.php">'.pun_htmlspecialchars($pun_config['o_board_title']).'</a></span></h1>', $tpl_main);

Adjust stylesheets as desired?

Edit: This inline style seems to work too?

style="text-decoration: none; color: inherit;"

Re: I can't believe this still hasn't been done - clickable headers

so now.. how about clickable footers? wink


j/k

Re: I can't believe this still hasn't been done - clickable headers

Vanslyde wrote:

so now.. how about clickable footers?

That may be possible with 1.3: http://dev.punbb.org/ticket/41