vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to include thread title in ads ? (https://vborg.vbsupport.ru/showthread.php?t=254469)

hotfilepro 11-30-2010 01:45 PM

How to include thread title in ads ?
 
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:
PHP Code:

vB_Template::preRegister('postbit_attachment', array('post' => $post)); 

in template:
HTML Code:

{vb:raw post.title}

hotfilepro 11-30-2010 06:11 PM

it works again ! thank you very much !!!


All times are GMT. The time now is 10:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01595 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete