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 - Display Number (count) of Articles Posted by user in postbit (https://vborg.vbsupport.ru/showthread.php?t=275156)

Simon Lloyd 06-18-2012 01:00 PM

Remove this line from the product xml
PHP Code:

$vbulletin->db->query_write(" ALTER TABLE " TABLE_PREFIX "user ADD artcount int(10) unsigned NOT NULL "); 

then re-import th eproduct and select overwrite.

Tri@de 06-18-2012 01:45 PM

No way. i see only "1" but if i click on it i see all of them.
There's something with the language? I use italian language instead english.

Tri@de 06-18-2012 02:14 PM

I solved modifying the query in this way:

PHP Code:

$vbulletin->db->query_write(" UPDATE " TABLE_PREFIX "user AS user 
SET artcount = (SELECT COUNT(postusername) AS count 
FROM thread 
WHERE title LIKE 'Articolo:%' 
AND postuserid = user.userid) 
"
); 


deverill2010 06-18-2012 02:52 PM

Quote:

Originally Posted by Tri@de (Post 2340725)
I solved modifying the query in this way:

PHP Code:

$vbulletin->db->query_write(" UPDATE " TABLE_PREFIX "user AS user 
SET artcount = (SELECT COUNT(postusername) AS count 
FROM thread 
WHERE title LIKE 'Articolo:%' 
AND postuserid = user.userid) 
"
); 


that doesnt work for me either, I just have a 0 although I have clearly written loads of articles..

Tri@de 06-18-2012 03:55 PM

It can't work for you if you don't use italian language.
Try replacing
PHP Code:

'Articolo:%' 

with
PHP Code:

'Artic%' 


Tri@de 06-22-2012 07:41 AM

No way. Uninstalled.
It doesn't work properly.

Simon Lloyd 06-22-2012 01:41 PM

What do you mean doesn't work properly?, it should work exactly as described.

Tri@de 06-22-2012 02:39 PM

it count only some articles.
a user has displayed 8 but if i click on the number it displays 10 articles.

Seems that don't count older articles

Tri@de 06-22-2012 03:08 PM

I found this looking in the db: some are called Artilces others "Discussion" as first word...

but i don't know why. the artilce settings are the same.

Simon Lloyd 06-22-2012 05:30 PM

Well some could be unpublished, in moderation or not promoted to article :)


All times are GMT. The time now is 07:18 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.01267 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
  • (5)bbcode_php_printable
  • (1)bbcode_quote_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