PDA

View Full Version : Changes to Postbit


boske
03-24-2006, 05:45 PM
I have created a reviews script for my site, using the VB Username.

I would like to have their review count in the postbit, here is an example:

https://vborg.vbsupport.ru/external/2006/03/2.jpg

I have seperate tables for the reviews the link to their userid, is their something I can read, or can anyone help me out on how I can get the total amount of review written in the postbit?

Ranma2k
03-28-2006, 02:20 PM
I have created a reviews script for my site, using the VB Username.

I would like to have their review count in the postbit, here is an example:

https://vborg.vbsupport.ru/external/2006/03/2.jpg

I have seperate tables for the reviews the link to their userid, is their something I can read, or can anyone help me out on how I can get the total amount of review written in the postbit?
that easy
creat a plugin to run a query in order to count the reviews based on the userid then store the count result in a variable

use that variable in the postbit template

i'm intrested in the review system that you have because i wanted to create one myself
any demo :) ?!

Freesteyelz
03-28-2006, 07:06 PM
I'd be interested too. vBarticles is currently not taking any more customers so I'm looking for other viable options.

fabioski
08-15-2008, 01:12 PM
Have you created this plugin?
I want to create a similar plugin for counting member's photos but I am not able to done the correct database query!

How do you have solved the query in your postbit plugin?