Quote:
Originally Posted by GoHighVoltage
Hey Vossi, How hard is it to do the manual template mods? Your support is awesome, Thank you.
|
You're welcome
Doing the template modifications is quite easy, look:
In template
footer look for the following text:
Quote:
{vb:raw ad_location.global_above_footer}
|
Place this text below it:
Quote:
{vb:raw ad_location.vbyellowpage_global_above_footer}
|
In template
header look for the following text:
Quote:
{vb:raw ad_location.global_header1}
|
Place this text below it:
Quote:
{vb:raw ad_location.vbyellowpage_global_header1}
|
In template
header look for the following text:
Quote:
{vb:raw ad_location.global_header2}
|
Place this text below it:
Quote:
{vb:raw ad_location.vbyellowpage_global_header2}
|
In template
navbar look for the following text:
Quote:
{vb:raw ad_location.global_below_navbar}
|
Place this text below it:
Quote:
{vb:raw ad_location.vbyellowpage_global_below_navbar}
|
In template
search.css look for the following text:
Place this text above it:
Quote:
.threadinfo.yellowpageentry a.threadstatus
{
background-image:url({vb:stylevar imgdir_searchresults}/search_results_yellowpageentry.png);
background-position: 11px 6px;
}
|