Quote:
Originally Posted by StormBreaker
If i want to show profile field in ad_navbar_below template instead of {vb:var adsense_pub_id}.. I done this>>
PHP Code:
google_ad_client = "{vb:var adsense_pub_id}";
to
PHP Code:
google_ad_client = "{vb:raw post.field8}";
Will it work?
|
Doubtful. I do not believe the $post variable is registered for use in that template. And, most likely you want to use $vbuserinfo or something like that and so you would need to register that variable for use in that template.