The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Would love to have the activity stream appear in nice clean tables, with color coding for different content types. e.g.:
new photos = light green background new posts = light blue background new articles = light grey background new blogs = light orange background and customizable. :-) |
#2
|
||||
|
||||
![]()
All the different types have a unique name. Just add to additional.css something like:
HTML Code:
li.activitybit.calendar_event {background-color: #FFCCFF;} li.activitybit.forum_thread {background-color: #FFFF99;} li.activitybit.forum_post {background-color: #FFFFCC;} |
2 благодарности(ей) от: | ||
Delfi_r, puertoblack2003 |
#3
|
|||
|
|||
![]()
Perfect. And adding a border makes it look real nice. Thanks Lynne!
HTML Code:
/* Lynne's activity stream solution */ li.activitybit.calendar_event {border-style: solid; border-width: 1px; background-color: #FFCCFF;} li.activitybit.forum_thread {border-style: solid; border-width: 1px; background-color: #FFFF99;} li.activitybit.forum_post {border-style: solid; border-width: 1px; background-color: #FFFFCC;} |
2 благодарности(ей) от: | ||
puertoblack2003, smimosmile |
#4
|
||||
|
||||
![]()
Glad that worked. I tried it on my test site and like the different colors for different types of content.
![]() |
#5
|
||||
|
||||
![]()
Hey dudes,
I also want here http://diablo3.ro/activity.php dark background like dark grey or black with white or something as text, yellow as nickname and topic/post as light blue. thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|