The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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:
cheers and thanks in advance for any help. Carlos |
#2
|
||||
|
||||
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)); 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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|