Author Topic: Moving user login box to bottom  (Read 7066 times)

0 Members and 1 Guest are viewing this topic.

Offline Bugs

  • Pre-Newbie
  • Posts: 1
    • View Profile
Moving user login box to bottom
« on: March 28, 2005, 07:15:28 PM »
Hi,
I am trying to move the user login box to the bottom of the page, I have removed the random image. I am trying to make the Categories full size without the side bar. I am using 4dark template with several mods already done.
Thanks in advance.

Bugs

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: Moving user login box to bottom
« Reply #1 on: March 29, 2005, 01:12:10 AM »
in the template-files (./templates/yourtemplate/*.html) find the code {user_box}
and move this piece of code to where you want to have the user_box...

and then you might need to edit the files
./templates/yourtemplate/user_logininfo.html
and
./templates/yourtemplate/user_loginform.html

to fit your needs  :wink:

have fun
MAяTRIX


Offline disman

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Moving user login box to bottom
« Reply #2 on: February 21, 2006, 08:39:41 PM »
I nearly have the same issue...I'm using 4greyblue, but I want to have the whole left table removed, so that I can free up some space for the categories.
All the logon and user_info stuff is done within phpkit.

So maybe you can priovide me some advice which files and wich kind of tables to remove, only for the 'blue' part on the left side of the original 4darkgrey template...I' just receiving junk, when I do it myself ... ^^

Thanks a lot!

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Moving user login box to bottom
« Reply #3 on: February 21, 2006, 09:16:42 PM »
as the poster above you already said.

you have to modify the ("main") templates,
and remove the {user_box} or just place it on another place.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline disman

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Moving user login box to bottom
« Reply #4 on: February 21, 2006, 10:23:08 PM »
yeah, that's absolutely right for the user_box, if I do that, then an empty cell remains...and still claims the width so, that I have the horizontal scrollbars....that's why I want to move the whole thing.
thx

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Moving user login box to bottom
« Reply #5 on: February 21, 2006, 11:11:30 PM »
jep, as i said.
In that case, you have to edit/modify all other templates too.
home.html, member.html, categories.html...

Where the tag {userbox} is, is the place where the userbox is placed.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump