Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/63486?pagenum=1
05 November 2025, 04:31
Topic
JJenson
Scroller Announcment Mod
06 December 2006, 17:59
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<
Replies ...
Jezmeister
06 December 2006, 18:15
Code:
if mLev = 4 then Response.Write "Links go here..." end if
<
JJenson
06 December 2006, 18:21
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<
Jezmeister
06 December 2006, 18:28
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.<
JJenson
06 December 2006, 18:31
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?
<
Jezmeister
06 December 2006, 18:37
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.<
JJenson
06 December 2006, 18:39
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.
<