Topic: help me remove stuff

someone has to be able to explain where to find out how to remove this, i tried editing the php but nothing but errors.

that whole block where it says to log in or register & that block where it says topics 1 to 30 of 668.  see pic for reference.

http://img527.imageshack.us/img527/7875/stuff.gif

Re: help me remove stuff

You should to play with transparency of page elements with id="brd-visit" and class="main-head".

Re: help me remove stuff

Slavok, which file?

Re: help me remove stuff

commenting out these lines in header.php removed my first issue.....

//    $visit_elements['<!-- forum_welcome -->'] = '<p id="welcome"><span>'.$lang_common['Not logged in'].'</span> <span>'.$lang_common['Login nag'].'</span></p>';
// else
//    $visit_elements['<!-- forum_welcome -->'] = '<p id="welcome"><span>'.sprintf($lang_common['Logged in as'], '<strong>'.forum_htmlencode($forum_user['username']).'</strong>').'</span> <span>'.sprintf($lang_common['Last visit'], format_time($forum_user['last_visit'])).'</span></p>';

Re: help me remove stuff

You can find styles in the file "<FORUM_ROOT>/style/<Style_name>/<Style_name>.css"