vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Thread Count (https://vborg.vbsupport.ru/showthread.php?t=74473)

Zachery 01-31-2005 09:37 PM

Quote:

Originally Posted by MajorFm.com
You sure this works ok? i have done everything exactly how you told me but some people have 0 threads when i know they have got some....

http://www.majorfm.com/forum/thread2925.html

AJ is me... i have done many threads but its shows as 0 but on post 3 it shows 10 threads for that user, i assume this is a problem with usergroups and is not working for mods etc...

Please advise

Did you rebuild thread counters?

MajorFm.com 02-01-2005 12:54 AM

Quote:

Originally Posted by Zachery
Did you rebuild thread counters?

Yes i did about 10 times just to make sure... :squareeyed:

I did "Rebuild Thread Information" in maintenence...

MajorFm.com 02-01-2005 01:34 PM

What's going wrong...?

MajorFm.com 02-01-2005 08:18 PM

However it is counting threads from when i installed the hack for some users and from day one for other users...

Please advise...

MajorFm.com 02-03-2005 09:07 PM

anyone?

Zachery 02-04-2005 02:56 AM

Don't know why it isn't working, worked in 3 of my test forums (1 without tABLE_PREFIX and two with

MajorFm.com 02-04-2005 07:49 AM

Is there any checks i can do to fix it... i have done thread count a few times, that didnt solve it..

MajorFm.com 02-06-2005 01:49 PM

Anyone? im using 3.0.3

It still doesnt count threads from day one on some users... is there a fix, what can i do, i really want this hack to work, its just what i was looking for...

Zachery 02-06-2005 02:32 PM

Is it counting your new threads? Are post & thread counts enabled in the proper forums? It ignores threadcount like postcount

MajorFm.com 02-06-2005 05:10 PM

yes it is counting the new threads and some old threads on random members but for some members its only counting new threads...

As far as i know, post and thread counts are enabled, where would i check if they are? but common sense tells me that if it wasnt enabled, the new threads would not be counted either...

MajorFm.com 02-22-2005 04:12 PM

i just installed another stats hack and the threads is displaying properly... there must be something wrong with this... please look into it, i would appreciate it!

Zachery 05-01-2005 04:03 PM

Wonder if anyone is still using it ? :D

MajorFm.com 05-02-2005 08:28 PM

Wonder if this hack will ever work for me ? :-(

Zachery 05-02-2005 08:54 PM

I don't see why its not working, or even why it wouldn't work...

Tipi 05-03-2005 03:18 PM

Quote:

Go into PHPMyAdmin and run this query, or in the vB Query runner make sure to change for table prefixes if nessary
What does this mean? Can i run the query as it is, or do I have to change it. If I have to change it; How do I do that?

Zachery 05-03-2005 03:56 PM

Did you install vB with a table prefix?

If not
[sql]ALTER TABLE `user` ADD `threads` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL AFTER `posts` ;[/sql]

otherwise

[sql]
ALTER TABLE `THETABLEPREFIXGOESRIGHTHEREINSTEADOFTHISuser` ADD `threads` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL AFTER `posts` ;[/sql]

Tipi 05-03-2005 04:11 PM

I am really not sure. I did not install vB my self, but i think it was without a table prefix.. Thanks for you're reply! :)

Zachery 05-03-2005 05:54 PM

Quote:

Originally Posted by Tipi
I am really not sure. I did not install vB my self, but i think it was without a table prefix.. Thanks for you're reply! :)

You can check in config.php under the setting tableprefix, if there is anything between the '' then you have one, if theres nothing, then you don't

mholtum 05-03-2005 06:29 PM

sweet
/me installs

webrats 05-03-2005 06:31 PM

it sits at page 1 for me :(

Zachery 05-03-2005 06:34 PM

Quote:

Originally Posted by webrats
it sits at page 1 for me :(

Can you be abit more specific...

webrats 05-03-2005 06:54 PM

Quote:

Originally Posted by Zachery
Can you be abit more specific...

when you do the
http:///misc.php?do=threadcount
it only does the first page then it goes to
misc.php?do=threadcount&perpage=1000&page=2

and is blank kust sits an refreshes

Zachery 05-03-2005 06:56 PM

Quote:

Originally Posted by webrats
when you do the
http:///misc.php?do=threadcount
it only does the first page then it goes to
misc.php?do=threadcount&perpage=1000&page=2

and is blank kust sits an refreshes

Hmm... try cleraing your cache and starting again.

webrats 05-03-2005 07:00 PM

Quote:

Originally Posted by Zachery
Hmm... try cleraing your cache and starting again.

nope still just sits there after the first 1000

webrats 05-03-2005 07:01 PM

is there a way i can just type the command in mysql and do it from shell?

webrats 05-03-2005 07:11 PM

/misc.php?do=threadcount&perpage=2000

will work but once i add the page # is screws up

webrats 05-06-2005 04:47 PM

anyone

Marco van Herwaarden 05-06-2005 07:33 PM

I don't think you can set the perpage that high

webrats 05-06-2005 09:08 PM

Quote:

Originally Posted by MarcoH64
I don't think you can set the perpage that high

if i use the default it doesnt work
even at 10 it doesnt work

vakvak 05-07-2005 03:10 AM

Quote:

Originally Posted by Zachery
d'oh how could i forget that

for now use this

Code:

<div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>

add under

Code:

<div>
                                                $vbphrase[threads]: $post[threads]
                                        </div>


Where are temlate postbit_legacy, postbit to put into practice

my forum No threads: not
forum/admincp/misc.php?do=threadcount i apply

Kaishi 05-07-2005 09:13 PM

installed flawlessly under 3.07

webrats 05-16-2005 07:16 AM

i still cant get it count the old threads

Pain86 05-16-2005 01:14 PM

Quote:

Originally Posted by webrats
i still cant get it count the old threads


i seem to be having the same problem... it doesnt count all the threads.. some members have 3 threads showin in their postbit when they have made more..

is there a way to fix this? :ermm:

Zachery 05-16-2005 02:21 PM

Quote:

Originally Posted by Pain86
i seem to be having the same problem... it doesnt count all the threads.. some members have 3 threads showin in their postbit when they have made more..

is there a way to fix this? :ermm:

Are all the threads they made in forums that count for posts?

Pain86 05-16-2005 06:18 PM

hmm not sure what you mean? sorry.

:(

do you mean when they make a thread it just adds to their postcount?....

for example .. ive made over 500 threads but 106 thread count shows up in my postcount....

Zachery 05-16-2005 07:59 PM

Quote:

Originally Posted by Pain86
hmm not sure what you mean? sorry.

:(

do you mean when they make a thread it just adds to their postcount?....

for example .. ive made over 500 threads but 106 thread count shows up in my postcount....

Are the said 500 threads you have made still in the database?

Are they in forums where posts count towards post count?

Pain86 05-16-2005 09:07 PM

yea.. all forums counts towards post count.

Pain86 05-16-2005 09:10 PM

and all the threads are in the datebase

Pain86 05-18-2005 11:13 AM

hi i got this error when updating threads..

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT userid FROM user ORDER BY userid DESC LIMIT -1000, 1000
mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1000, 1000' at line 1

mysql error number: 1064


MajorFm.com 06-19-2005 01:59 PM

Im glad its not just me with these count issues... when i installed it, it actually started me off at a grand total of zero... even though i know im the top thread poster on my forum...


All times are GMT. The time now is 07:50 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.01637 seconds
  • Memory Usage 1,800KB
  • 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
  • (3)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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