vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Lightweight Style Options for "Lightweight Style" (https://vborg.vbsupport.ru/showthread.php?t=249339)

dartho 02-03-2011 11:46 AM

You need to tell me what add-on you are using to make those statistics

prandah 02-03-2011 03:37 PM

i used
[AJAX] Advanced Forum Statistics

prandah 02-05-2011 10:58 AM

hello

dartho 02-05-2011 08:09 PM

Hello. There doesn't appear to be an "enable / disable" type option in that add-on (which I assume is this one: https://vborg.vbsupport.ru/showthrea...ght=statistics ?) so you can;t disable it as such. However, you could try editing and deleting the contents of all the temapltes for that product within this style:

Code:

'+++++++_topstats_main',               
'+++++++_topstats_tabbit',               
'+++++++_topstats_menubit',
'+++++++_topstats_footer',
'+++++++_topstats_thread_info',
'+++++++_topstats_blog_info',
'+++++++_topstats_latest_posts',
'+++++++_topstats_hottest_threads',
'+++++++_topstats_most_viewed',
'+++++++_topstats_top_posters',
'+++++++_topstats_latest_news',
'+++++++_topstats_newest_members',
'+++++++_topstats_top_starters',
'+++++++_topstats_top_referrers',
'+++++++_topstats_top_reputation',
'+++++++_topstats_thanked_members',
'+++++++_topstats_top_forums',
'+++++++_topstats_top_credits',
'+++++++_topstats_latest_blogs',
'+++++++_topstats_top_infractions',
'+++++++_topstats_latest_classads',
'+++++++_topstats_latest_comments',
'+++++++_topstats_most_viewed_entrys',
'+++++++_topstats_hottest_entrys',
'+++++++_topstats_top_bloggers'

[Edit] For some reason, the text "v i e t v b b" in the above template names gets replaced with +++++++. Someone here at vb.org seems to have an issue with them?

prandah 02-06-2011 09:52 AM

thanks dartho
it's work :D

anupam_luv 02-11-2011 12:15 AM

Some of my posts are mistakenly marked as "Posted via Mobile Device" ....... I want to remove it from everywhre and reset its status so that I should mark only new post from now on as "Posted via Mobile Device" ...
Can u suggest any sql query which can remove "Posted via Mobile Device" status from all my posts?

dartho 02-11-2011 03:39 AM

something like the following 2 queries should do it:
Code:

UPDATE post SET mobile = NULL, ua = NULL WHERE post.userid = nn;
UPDATE thread SET mobile = NULL, ua = NULL WHERE post.userid = nn;

replacing nn with your userid

zeus_r6 02-27-2011 05:56 PM

1 Attachment(s)
Any idea why this is left aligned rather than being next to the links on the right in postbit foot?

Screenshot attached

dartho 02-27-2011 09:04 PM

because that's where I put it :)

zeus_r6 02-27-2011 10:35 PM

Any insight on what .css file or template to modify to put it right next to edit post?


All times are GMT. The time now is 02:25 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.01184 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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