PDA

View Full Version : where is hte query of "insert post"


Gamempire
02-06-2010, 03:23 PM
where is the query that is called when someone insert a post?
because i want to add a value (user -> points) when someone insert a post..

thanks!

if you can, if you tell me also where is the query about a new registration

Lynne
02-06-2010, 09:24 PM
Look in includes/class_dm_threadpost.php They use a datamanager to insert the data.

Gamempire
02-06-2010, 10:07 PM
what is a datamanager?

Lynne
02-07-2010, 02:33 PM
There are articles about the datamanager. I don't know how familiar you are with php, but go read up on object-oriented php.