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)
-   -   v3 Articles, How many Articles a user made (in postbit) (https://vborg.vbsupport.ru/showthread.php?t=73482)

Amavisca 01-16-2005 04:31 AM

Quote:

Originally Posted by Guy G
Possible of course...

Ill see what i can do.

Ya plz do it, I was gonna have the same question 4 u

Guy G 01-17-2005 06:59 PM

Quote:

Originally Posted by Amavisca
Ya plz do it, I was gonna have the same question 4 u

Ok im not sure this gonna happen, a new article system came out, a better one...

Polo 03-14-2005 03:39 PM

Is there a way so that the number of articles written is shown only if the members has 1 article or more? not many of my members post articles and I would not like to see a bunch of
Quote:

"articles written : 0"
all over my site..

kall 03-14-2005 05:04 PM

Probably
PHP Code:

<if condition="$post[user_article_count]">Articles Written$post[user_article_count]</if> 

:)

Polo 03-14-2005 05:34 PM

Quote:

Originally Posted by kall
Probably
PHP Code:

<if condition="$post[user_article_count]">Articles Written$post[user_article_count]</if> 

:)

thanks kall... I will give it a try ;)

Guy G 03-15-2005 09:40 AM

Quote:

Originally Posted by kall
<if condition="$post[user_article_count]">Articles Written: $post[user_article_count]</if>

if that wont work than this might

HTML Code:

<if condition="$post[user_article_count] >= 1">
<div class="postbit" align="left"">
                    <span style="color: #8B9DB0; font-weight: bold">
Articles Written:</span> $post[user_article_count]</div>
[/if]


Polo 03-15-2005 12:16 PM

I'm starting to have some problems with v3articles :( .... now I'm almost in the 130th article and it seems like the system just cant handle more articles... so I think I will start looking into other options :ermm:

thank you for the help anyways, I really appreciate it...

commTRU 08-26-2005 12:14 PM

This is a really useful add-on.. Sadly I can't seem to get it to work. In the post bit it says that everyone has posted a article when I have :\

Its a really good idea though :)


All times are GMT. The time now is 10:55 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.01634 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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