Quote:
Originally Posted by Andreas
What about:
Show Adsense in (or under, above) first unread Post of a Thread.
I think this is the place that would get the most user attention?
|
If this helps you guys i tried using the following IF condition to do this but vB said it was not alowed.
PHP Code:
<if condition="$threadview = fetch_bbarray_cookie('thread_lastview', $thread['threadid']);">
It says:
Quote:
With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression.
|