Quote:
Originally Posted by Ted S
It sounds like you are editing the HTML incorrectly. Each message is a separate tale so you can either add code to each table in the template or setup the code in another if you want to show the code in another way.
|
I only want the Adsense to display to Guests. I placed it within this table in the welcome_headers template for the style I wanted it to display in:
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]" 3="$vboptions[bbtitle]" 4="sendmessage.php$session[sessionurl]">$vbphrase[welcome_guest]</phrase>
</td>
</tr></table>
|
And the code I am using is the same as that for displaying adsense in posts in this mod:
https://vborg.vbsupport.ru/showthread.php?t=140664
So, how would I place that to make it display as I wish - to the right of the welcome header message, but within the template so that I can apply different color codes for the different styles?
Or, do I need to use conditionals for each style directly in the phrase for the welcome header?