Quote:
Originally Posted by NuclioN
Yes that's ok why-not.  The display in default looks good
|
Hi
Ok,
Go to Styles & Templates >> Search >> 'FORUMHOME'
Open that template up....
Find...
PHP Code:
<if condition="$show['forecast']"><if condition="$forecast_home['location']!='0'">$forecast_home[data]<else /><tbody>
<tr>
<td class="thead" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_weather')"><img id="collapseimg_forumhome_weather" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_weather].gif" alt="" border="0" /></a>$vbphrase[local_weather]</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_weather" style="$vbcollapse[collapseobj_forumhome_weather]">
<tr>
<td class="alt2"><a href="profile.php?$session[sessionurl]do=weather"><img border='0' src='$stylevar[imgdir_misc]/weather.gif' alt='$vbphrase[local_weather]' /></a></td>
<td class="alt1" width="100%" align="center"><div class="smallfont" align="center">$forecast_home[data]</div></td>
</tr>
</tbody></if></if>
Dlete it and save the update!
Go back to Styles & Templates >> Search >> 'navbar'
Open that template up....
Find...
PHP Code:
</div>
<!-- / nav buttons bar -->
Right above '</div>'
Add the following...
PHP Code:
<if condition="$show['forecast']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$forecast_home['location']!='0'">$forecast_home[data]<else /><tbody>
<tr>
<td class="thead" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_weather')"><img id="collapseimg_forumhome_weather" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_weather].gif" alt="" border="0" /></a>$vbphrase[local_weather]</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_weather" style="$vbcollapse[collapseobj_forumhome_weather]">
<tr>
<td class="alt2"><a href="profile.php?$session[sessionurl]do=weather"><img border='0' src='$stylevar[imgdir_misc]/weather.gif' alt='$vbphrase[local_weather]' /></a></td>
<td class="alt1" width="100%" align="center"><div class="smallfont" align="center">$forecast_home[data]</div></td>
</tr>
</tbody></if></table></if>
Same changes....
All Done....
Sonia