vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   question~ (https://vborg.vbsupport.ru/showthread.php?t=32878)

squawell 12-02-2001 06:59 AM

if i want to count forum's total posts views~~

what should i do??

FWC 12-02-2001 07:30 AM

Try:

$forumviews = $DB_site->query_first("SELECT SUM(views) AS threadviews FROM thread WHERE forumid='X'");
$totalviews = number_format($forumviews[threadviews]);

Replace the red X with the forum ID number you are interested in.

squawell 12-02-2001 08:18 AM

thankz~~~

but if i want to count all forums~~

what should i do??

FWC 12-02-2001 08:27 AM

Sorry, I misunderstood your question. Use this hack:

https://vborg.vbsupport.ru/showthrea...otal+and+views

squawell 12-02-2001 08:49 AM

i already use that hack but it look so strange!!

ex:thread:107 and thread views also 107~~~

it didn't count post's views if want to count post too what should

i do??

and my english not good enough,i'm sorry about that!!

FWC 12-02-2001 09:00 AM

You're doing something wrong. The number of threads and views should not be the same unless each thread was only viewed once. You need to add the hack code toward the top of index.php and then have something like this:

Total Threads: <b>$totalthreads</b> | Total Thread Views: <b>$totalviews</b>

in your forumhome template. You will not get the same values for both.

squawell 12-02-2001 09:15 AM

haha~~~~~:D

ur right~~~!!

i'm really do something wrong with that code!!

thankz again~~~~


All times are GMT. The time now is 07:05 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.01218 seconds
  • Memory Usage 1,719KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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