PDA

View Full Version : [Release] Extreme Footer Modification


Sephiroth32
12-26-2002, 10:00 PM
Author: Sephiroth32
Description: This mod somewhat formats your footer. The first not so noticeable thing it does is remove the "Logout" link from the "Mark all forums read | Forum Leaders" link group and puts it in the "log In / Log Out" cell when a user is loged in. It also makes a table at the footer which in one half has the icon legend and in the other half the login form or log out link. It also has a header on top. Worth a look in my opinion.
Screenshots: In the next two posts

If you use this modification PLEASE click the INSTALL button!

EDIT:

PLEASE NOTE!!!!
If you want another feature I made for this mod see my next post after the screenshots

Sephiroth32
12-27-2002, 03:51 AM
This is what a logged in user sees:

Sephiroth32
12-27-2002, 03:52 AM
This is what a logged out user sees:

Brad
12-27-2002, 03:56 AM
IMO the log in/log out table is a bit big to only have one link in it. If it where me id only show the cell to logged out users and leave the link where it is by default.

BTW, it would have really sucked if the admindemo got reset while you where modifiying it ;).

Sephiroth32
12-27-2002, 04:00 AM
thats why I kept i txt as I was moding :p

Sephiroth32
12-27-2002, 04:06 AM
ATTENTION!

I havw added an extra feature to this mod. It puts the time in a cell below everything. If you would like this feature do this: (screen attached)

1. In forumhome find:

<td><smallfont>$timezone</smallfont></td>

delete it


2. Change


<td align="right"><smallfont><a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a></smallfont></td>

to:


<td align="left"><smallfont><a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a></smallfont></td>


3. After:


$logincode
</td>
</tr>


Add:

<tr bgcolor="{pagebgcolor}" align="center">
<td colspan="2">
<smallfont>$timezone
</td>
</tr>

done :)

Brad
12-27-2002, 04:06 AM
Sephiroth32, please see: http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=70

Sephiroth32
12-27-2002, 04:09 AM
oops doh.

I guess I have graduated to a "see my template mods" link lol

changing now

EDIT: this better?

Brad
12-27-2002, 05:21 AM
Yes, thank you.

Tony G
12-27-2002, 09:55 AM
Nice mod, although I don't favor it.

[WiZZarD]
12-27-2002, 09:29 PM
]Your very limited to mods like this....as there so little you can mod....
IMO

But still a good mod :)

Sephiroth32
12-28-2002, 01:42 AM
huh? how am I limited? i dont get what your saying

filburt1
12-28-2002, 01:48 AM
You should add some hspace and vspace to the icon legend.

Sephiroth32
12-28-2002, 02:20 AM
hspace vspace? :)

filburt1
12-28-2002, 02:27 AM
<img hspace="5" vspace="5" src="...">

Adds a five pixel padding around the image.

Sephiroth32
12-28-2002, 01:44 PM
oh I didnt know you could do that thanks

imported_psyblast
01-07-2003, 12:27 AM
its just basic HTML :) keeps them from being right ontop of eachother