I use Ads plugin to display ads on my user blogs. I use custom blocks to display ads at the end of each post.
But with template editor i cant be sure that the bloggers dont remove the tag.
So it there a way to use the smarty tags for the custom block?
For exemple, I use:
- Code: Select all
<div class="Post">
{$post->getText()}
##pub##
</div>
And custom block is based on ##pub## tag
is there a way ton only past:
- Code: Select all
<div class="Post">
{$post->getText()}
</div>
And force custom block to be dased on the smarty tag {$post->getText()}?
Thanks
