Log in

View Full Version : creating new threads (php question)


wtrk
05-06-2006, 02:44 AM
Im working on a little something and it involves posting new threads. Ive got the posting threads part working fine, but my problem is how to I set the thread the script creates to be sticky?

sebbe
05-06-2006, 10:22 AM
There's a field in the thread table called "sticky". It's either 0 or 1. In your query make sure you set it to 1.

wtrk
05-06-2006, 03:11 PM
thanks!