Quote:
Originally Posted by BBR-APBT
Is this in a plugin?
Try this code I got from one of Lynne's mods.
Code:
$find = '{vb:raw navbits.breadcrumb}';
$replace = "Joe Blogs". PHP_EOL;
$output = str_replace($find,$replace.$find, $output);
|
I have tried this but does not work .... as Lynne said we need some thing real.
Yes it is a plugin.
I need to add "{vb:raw my_text}" on top of my footer template via plugin.
--------------- Added [DATE]1259787239[/DATE] at [TIME]1259787239[/TIME] ---------------
Quote:
Originally Posted by BBR-APBT
Put it in the ad_footer_start template.
|
"{vb:raw my_text}" has another template in it so this is not going to work.