tubedogg
12 Mar 2001, 16:07
Ok this is gonna sound kinda weird but here goes...
I'm gonna run a contest similar to that of ascifi.com and dvdcouponpost.com where the winner is determined by x # of posts in a certain amount of time. I would like for my users to keep their current # of posts, but also have a total they've made for the contest (i.e. from starting at 0 at the beginning of the contest). I'm just gonna use the biography profile field, but here's where my question comes in: I think I found on the reply PHP page where I would need to insert code to increment a number stored in that field. I believe it's right after this in newreply.php:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Is that right? And could anyone give me a little help with how to do the actual incrementing? I think it's something like
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Would this be right? Thanks for any help you could give me. :)
One other small question: What's the difference in newreply.php between postreply and newreply?
I'm gonna run a contest similar to that of ascifi.com and dvdcouponpost.com where the winner is determined by x # of posts in a certain amount of time. I would like for my users to keep their current # of posts, but also have a total they've made for the contest (i.e. from starting at 0 at the beginning of the contest). I'm just gonna use the biography profile field, but here's where my question comes in: I think I found on the reply PHP page where I would need to insert code to increment a number stored in that field. I believe it's right after this in newreply.php:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Is that right? And could anyone give me a little help with how to do the actual incrementing? I think it's something like
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Would this be right? Thanks for any help you could give me. :)
One other small question: What's the difference in newreply.php between postreply and newreply?