![]() |
Quote:
|
To bitg - I've just finished the upgrade_to_v2.txt instruction at the first post so I recommend you do it so. Good luck :)
|
Quote:
|
Quote:
|
Thx, works perfectly! :)
|
I really like this, but is there a way to keep the hits you already have, or add them in -
I don't want my hits starting at 1 when I've already got 50,000 - thx |
If you want just start your forum's hits from 50,000 instead of 1 then run this query
[sql]UPDATE forum SET views = 1 WHERE forumid = 34 [/sql] With views = 1, replace 1 with the the number you want it to start at, and forumid = 34 replace 34 with the forum's id you wanna update. Thanks, |
Ha - that's great! thx Anh -
1 final ? - integer doesn't have a comma shows as 10001 - any way to display as 10,001? |
It has to go through a function process llike vb_number_format() to shown as interger with , etc...
You can do it so Open forumroot/includes/functions_forumlist.php Find: Code:
$forum['threadcount'] = vb_number_format($forum['threadcount']); Code:
$forum['views'] = vb_number_format($forum['views']); |
hey - you did it - thx! :up:
|
All times are GMT. The time now is 10: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|