HOMEPAGE - Login, Register, and separate Login Box

.

Searched high and low in the 6.1 forum but couldn't find the answers. Found the login box color addressed, but even that answer wasn't clear & concise (lest I didn't find the right one) enough for me.

.

Here the problem:

.

I need to know which php file(s) and/or css to edit in order to remove the big gigantic fat register and login text on the homepage. I'd like to replace that with image links instead, permanently.

See this screenshot for a better explanation ...

.

I also need to find out which files/css control that second login box, the one that shows up on the homepage (if so desired). Is there just one specific file that controls that entire box? Sure would be easier to edit that way ....

.

.

Greetings from Germany

Quote · 3 Mar 2009

Mrpowless has a nice tutorial that shows how to put it on top of your site, as I have done here.  I think it is on his blog page.

Quote · 3 Mar 2009

I found this mod, might be of some help

www.expertzzz.com/downloadz/view/5321

Quote · 10 Mar 2009

.

Thanks CALTRADE and nix1602.

.

I decided to use a huge image map instead which also involved removing the login/register text at the top altogether. I have no problem with the register/login box further down and so I'll just keep that one there in lieu of the big text. The background color had to be changed from within a .css file, but not one of the ones that you can reach from the admin panel. It's the login_form.css file located in templates/tmpl_base and then right at the top:

.

.login_form_cont
{
position:relative;
border:1px solid gray;
width:300px;
margin:0px auto;
background-color:#FEE09E;
padding:5px;
font-size:12px;

.

.

Greetings from Germany

Quote · 10 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.