Quote:
Originally Posted by Ted S
HRK,
If you are using the 3.7 version of this addon there is no reason to remove any lines of code and doing so may cause the addon to not work. In 3.7 the notices are a default feature and this addon just inputs a predefined set to get you started.
|
Hi Ted,
so in summary you are asking those using vb3.7 b not to remove the line of codes.?
the package contain a readme file which state
Code:
vB Version: 3.7.x
1. From your Admin Control Panel expand the "Styles and Templates" option.
2. Click the "Style Manager" link and then select "Edit Templates" for the style you wish to first edit (you will need to repeat steps 1 & 2 for every parent style you have).
3. Select the FORUMHOME template.
Scroll about 20 lines until you find the code:
PHP Code:
<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</if>
Remove this entire block of code. This will remove your current and default welcome headers making room for your enhanced headers.
Save and close the template.
thanks