PDA

View Full Version : How to include thread title in ads ?


hotfilepro
11-30-2010, 01:45 PM
Hello,
Like the title says, could anyone please help me include the thread title in advertisement ?
I want it to be like this, look at the red underlined and you'll understand what I mean.
example :

http://mediafiredownload.org/title.jpg

Btw, I also want advertising mod like that (the ad is right under first post content)
I'm using vBB 4.0.8 PL2
Please help and share, thank you very much in advance.
Best regards :)

Lynne
11-30-2010, 02:06 PM
It looks like all they've done is modified the postbit_attachment template and put the ad in there? Have you tried that?

hotfilepro
11-30-2010, 04:36 PM
I tried and it works. And how can I include the thread title in the ad like theirs ?

Lynne
11-30-2010, 05:32 PM
You could try just preregistering $post for use and using $post[title]:
hook location - postbit_attachment
code:
vB_Template::preRegister('postbit_attachment', array('post' => $post));
in template:
{vb:raw post.title}

hotfilepro
11-30-2010, 06:11 PM
it works again ! thank you very much !!!