What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Latest Posts suggestion

Latest Posts suggestion
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. Latest Posts suggestion
DZ could you add the ability to colour code the different forum sections?

This way you could essentially highlight the different forums so you can see certain ones easier? Like the scripting forum.

Thanks
09-18-2009 01:26 PM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Latest Posts suggestion
Could probably use a greasemonkey script to do that, if WDZ doesn't add it.

Kinda like my Google Calendar script, but make it highlight only when it says 'Scripting', if possible.
Twitter: @ChrisLozeau
09-18-2009 02:43 PM
Profile PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Latest Posts suggestion
What if I just add a CSS class like "fid18" to each table row, so you can manually add styles to them? That way I wouldn't have to make an interface for it and store the settings on the server (for the 4 people who would actually use it :p).
09-18-2009 04:55 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Latest Posts suggestion
(L) you dz! Despite what others say you aren't lazy :P
09-18-2009 05:42 PM
Profile E-Mail PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Latest Posts suggestion
quote:
Originally posted by matty
(L) you dz! Despite what others say you aren't lazy :P
yeah, just ignore all those other forum suggestion threads that have gone nowhere (a)

I added the fid class name to latest.php... hopefully you can make better use of it than I did. :zippy:

CSS code:
.latest_thread.fid39 td { /* styles for all the table cells in the row */ }
.latest_thread.fid39 td.forumname { /* styles for just the "forum name" cell */ }
.latest_thread.fid39 td.subject   { /* styles for just the "subject" cell */ }


.jpg File Attachment: (un)stylish.jpg (78.48 KB)
This file has been downloaded 110 time(s).
09-18-2009 09:50 PM
Profile PM Web Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: Latest Posts suggestion
that's pretty cool actually :zippy:
CSS code:
tr.latest_thread.fid18 td, tr.latest_thread.fid18 a:link, tr.latest_thread.fid18 a:visited{color: #676767 !important; }
tr.latest_thread.fid18 a:hover{ color:#adadad !important; }
tr.latest_thread.fid18 td.trow1{ background: #e8e8e8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAAAAAC7NQIlAAAAB3RJTUUH2QkTACcusErC7QAAAAlw SFlzAAAewQAAHsEBw2lUUwAAAARnQU1BAACxjwv8YQUAAAAoSURBVHjaY/zPgBuw3MYjycSATycj Pkl8WvEaS4Gdg01y0HmFfAcBAHQ0Aiyg0zLYAAAAAElFTkSuQmCC') repeat-x top left !important;}
tr.latest_thread.fid18 td.trow2{ background: #FFFFFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAUCAAAAABZ6RlcAAAAB3RJTUUH2QkTADQpT8EW3AAAAAlw SFlzAAAewQAAHsEBw2lUUwAAAARnQU1BAACxjwv8YQUAAAAlSURBVHjaY/zPgBOwvMYjx0imHBN5 +vBoI9vMYe8HMs1kxJMmAJdTA0RBX9kGAAAAAElFTkSuQmCC') repeat-x top left !important;}


[Image: attachment.php?pid=975073]

.png File Attachment: blubb.png (15.71 KB)
This file has been downloaded 200 time(s).
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
09-19-2009 01:21 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On