PDA

View Full Version : Extra field in Postbit


TranceML
10-27-2005, 06:03 PM
I'm looking for a hack that can add an extra field in the postbit template to say "lyrics submitted" and have the number of lyrics that user has submitted.

The thing is that the users have not signed up yet, so i made a table with 2 fields: username and num_submitted. Whenever I enter lyrics that were submitted by that user, it adds one to num_submitted.

is there a way in the postbit to look in my table for the username, and write the num_submitted if they are in the table?