PDA

View Full Version : How can I add a "Link" to the bottom of all Threads?


vilhiem
06-18-2010, 04:05 PM
Here's what I want to do ... is add an "Ad" link to the bottom of all new threads created.

Thing is ... I want this link to actually be part of the post itself (not just a reference footer).
In other words, I want this to show up in the database table, "Posts" in the field, "PageText".

So, I'm thinking this is something to add to the make new record query ... but got no clue as to where, or how, to do it.

Thanks Much !!!!

vilhiem
06-20-2010, 04:15 AM
Any ideas here ...?

Lynne
06-20-2010, 02:23 PM
I've answered this recently - was it in reply to another of your threads?

You'll have to look at the datamanagers where the post gets into into the database (look in class_dm_threadpost.php) and see about a hook location around there that you can append your ad to before it gets saved.