vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Track Guest Visits (https://vborg.vbsupport.ru/showthread.php?t=232182)

DJ29Joesph 03-19-2010 09:16 AM

Just wondering... I have a dark background on my forums, when I use the plugin, the text along with the background are white... would that be an issue with the style of the plugin... or a style issue with my style on the forum?

Paul M 03-19-2010 11:01 AM

Which text, the forumhome or the listing pages ?

Debbi 04-04-2010 08:18 PM

Love this! Great tool for admins. Thanks so very much.

arco 04-09-2010 09:46 PM

Doesn't look good on a dark style. Same with the member tracking mod.

Paul M 04-09-2010 10:34 PM

Well obviously if you have customised your style then you will need to customise the css in the mod as well. Its designed for the default style.

arco 04-10-2010 03:04 AM

Yeah I know it can be changed. I just can't understand why hard coded values needs to be used, instead of stylevars so that the output follows the look of your installed style. Anyway, I made changes to the css so it does exactly that. Feel free to use it. :up:

custom_trg.css
Code:

.vistable {
    font-weight: bold;
    text-align: center;
}

.vistable td {
    padding:4px;
    vertical-align:top;
    border-left: {vb:stylevar tabslight_border};
    border-right: {vb:stylevar tabslight_border};
    border-bottom: {vb:stylevar tabslight_border};
}

.vistable .alt1 {
    background: {vb:stylevar threadbit_background};
}

.vistable .alt2 {
    background: {vb:stylevar threadbit_alt_background};
}

.vistable .left {
    text-align: {vb:stylevar left};
}

.vistable .normal {
    font-weight: normal;
}


Paul M 04-10-2010 11:17 AM

Quote:

Originally Posted by arco (Post 2018710)
Yeah I know it can be changed. I just can't understand why hard coded values needs to be used, instead of stylevars so that the output follows the look of your installed style. Anyway, I made changes to the css so it does exactly that. Feel free to use it. :up:

Im not an html/css person - I just about manage to get things working - I find the vastly over complicated vb4 stylevar system almost impossible to follow, trying to work out which one of 500+ to use, and then it might change in the next version.

However, if these work then 'll keep this post in mind for future updates. :)

zeroality 04-13-2010 06:28 PM

Was wondering if there was any way I could show this mod to specific usergroups without them being able to see IPs/history/etc?

Paul M 04-13-2010 08:48 PM

Did you read the main post ?

Quote:

Four new usergroup permissions are provided in the usergroup manager.

* Can View the Guests Visited Display - Members can view the guests visited display on Forumhome.
* Can View Guest IP Addresses - Members can see the ip addresses of visiting guests.
* Can View Guest Visits List - Members can view the list of guest visits page.
* Can View Guest Tracking Data - Members can view the individual guest visit tracking page.

zeroality 04-14-2010 08:22 AM

Ugh, my most profound apologies. Thanks.


All times are GMT. The time now is 12:37 AM.

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.01141 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete