View Full Version : Help Vb Advanced Install ???
joeychgo
03-06-2004, 04:03 AM
in the readme included it says
Step 2 - Template Modifications
Open the templates.txt file which was included in the zip file. Make the changes to each template as specified there.
I opened this but dont know what I need to change!!!!!!!!!! Help!!!!!!!!!
Im new at all this as this is my first board....... so im kinda green.......
Zachery
03-06-2004, 04:27 AM
in the readme included it says
Step 2 - Template Modifications
Open the templates.txt file which was included in the zip file. Make the changes to each template as specified there.
I opened this but dont know what I need to change!!!!!!!!!! Help!!!!!!!!!
Im new at all this as this is my first board....... so im kinda green.......
Maybe you should ask in the thread?
joeychgo
03-06-2004, 04:31 AM
maybe I should ask in what thread?
SkyCatcher
03-06-2004, 07:36 AM
You add the code to the templates....for example:
------------------------------------
calendar_smallmonth_day
------------------------------------
<!-- a single day on the small calendars -->
<td class="<if condition="$show['highlightweek']">alt2<else />alt1</if>"<if condition="$show['highlighttoday']"> style="border:solid 1px red; font-weight:bold" title="$vbphrase[today]"</if>>
<if condition="$show['daylink']">
<if condition="$dontshowweek"><span class="smallfont"></if><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid" title="$eventdesc">$day</a><if condition="$dontshowweek"></span></if>
<else />
<if condition="$dontshowweek"><span class="smallfont">$day</span><else />$day</if>
</if>
</td>
open your adminCP and click styles then edit your style and select the dropdownlist, clicking on edit templates.
Then select the calendar_smallmonth_day and add the code to it.
joeychgo
03-06-2004, 07:37 AM
thanks
assassingod
03-06-2004, 07:54 AM
maybe I should ask in what thread?
You usually get better responses if you post in the thread where you downloaded the hack from.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.