vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   4.2 Activity Stream formatting (https://vborg.vbsupport.ru/showthread.php?t=283589)

tonmo 05-28-2012 03:59 PM

4.2 Activity Stream formatting
 
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. :-)

Lynne 05-28-2012 05:01 PM

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;}

You can see the names in the page source.

tonmo 05-28-2012 06:13 PM

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;}


Lynne 05-29-2012 12:57 AM

Glad that worked. I tried it on my test site and like the different colors for different types of content. :)

Termure 05-30-2012 11:38 AM

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


All times are GMT. The time now is 07:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01020 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete