Scroller Announcment Mod - Posted (654 Views)
Advanced Member
JJenson
Posts: 2121
2121
Ok I have made this mod I want to add a couple more things to it I want to add a bottom footer to it that has a add/edit links that only a admin can see when they are logged in?
Thanks for any help on this thanks

Jeff<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Senior Member
Jezmeister
Posts: 1141
1141
Code:
if mLev = 4 then
Response.Write "Links go here..."
end if
smile<
Posted
Advanced Member
JJenson
Posts: 2121
2121
Wow that was easy I guess that would need some table Response.Write "table" marks to make it a footer table as well?
Thanks Jez<
Posted
Senior Member
Jezmeister
Posts: 1141
1141
do you just want it an extension to the table? if so yes, but i'd put that within the if statement that way it doesn't make unneccesary clutter for normal members/guests.<
Posted
Advanced Member
JJenson
Posts: 2121
2121
Good thinking I do like that more. Curiosity do you think there is anything else that this mod would need to be better or more useful?
<
Posted
Senior Member
Jezmeister
Posts: 1141
1141
Not the right person to ask as it's not really something I'd use lol err possibly if you made the table resizable from the admin section so people could fit it into custom sidebars or something? that would mean storing widths and heights in the db as well.<
Posted
Advanced Member
JJenson
Posts: 2121
2121
Hmm. I like that idea I am not 100% sure how to do it but I will start playing around and trying to figure it out.
<
 
You Must enter a message