vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to make plugin to display picture count... (https://vborg.vbsupport.ru/showthread.php?t=220058)

christian8a 08-02-2009 08:07 PM

How to make plugin to display picture count...
 
How to make plugin to display picture count on members profile, instead of the statistics block?

Lynne 08-02-2009 09:03 PM

What picture count? And what statistics block? I really don't know what you are asking - an image may help here.

christian8a 08-02-2009 09:34 PM

Hi
Well, actually on a default memberinfo page, there are tabs and blocks, the tabs have that statistics block, there you can see post count, threads, albums pictures... but if I take the line wich is actually "$block_data[albumcount]" for albums or "$block_data[picturecount]" for pics and paste it on any other part of the memberinfo template because I dont use the statistics tab, then it doesnt display any picture count... I had requested a feature like this for a mod called "gifts" to display gifts count on postbit and they made me a plugin and a variable to paste and worked, the plugin looks very simple but having the knowledge of course... any help I will appreciate Lynne :up:

Lynne 08-02-2009 10:03 PM

You probably need to use the variable $userinfo[albumcount]. If that doesn't work, try $prepared[albumcount].

christian8a 08-02-2009 10:38 PM

None worked.. Usually what a small plugin like that should consist in?

Lynne 08-03-2009 02:14 AM

If that variable isn't available, then I would guess that the plugin would do the code or query to create the variable. In album.php, there is a query to get the albumcount on line 1887. Or actually, the count for the member page is defined around line 2044 in class_profileblock.php, so you might be able to use that code for it. I'm really don't know though.

christian8a 08-03-2009 03:31 AM

looks close, ill try few things with those codes, thanx for your help Lynne :up:


All times are GMT. The time now is 03:31 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.01736 seconds
  • Memory Usage 1,714KB
  • 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