vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How can I integrate this into my postbit (https://vborg.vbsupport.ru/showthread.php?t=64889)

CRego3D 05-08-2004 10:26 PM

How can I integrate this into my postbit
 
at my forums (linuxcult) I use nephp CMS for the main page

I asked the nephp programmer how coudl I place on the postbit the number of entries a user had done in the nephp system with a link to it's entries

he todl me I need to call this function

PHP Code:

extract(mysql_fetch_array(mysql_query("SELECT COUNT(nnet_aid) AS `totalpost` FROM `lfora`.`nnet_articles` WHERE nnet_uid='[user_id_here]'  AND nnet_title!='' AND nnet_activated='1'"),MYSQL_ASSOC)); 

does it make sence to anybody ? (I am not a programmer) .. how can I integrate this ?

cheers and thanks in advance for any help.

Carlos

mx3 05-10-2004 01:52 AM

Code:

$nnetcount=extract(mysql_fetch_array(mysql_query("SELECT COUNT(nnet_aid) AS `totalpost` FROM `lfora`.`nnet_articles` WHERE nnet_uid='$post[userid]'  AND nnet_title!='' AND nnet_activated='1'"),MYSQL_ASSOC));
place that in admin/functions.php somewhere... if someone else can help that'd be cool

then you just put $nnetcount[totalpost] in your postbit template wherever you want the number to be.

But thats just my quick solution, I probably missed something, I'm sure someone else can help with the rest ;)


All times are GMT. The time now is 07:10 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.01045 seconds
  • Memory Usage 1,711KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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