PDA

View Full Version : [vB] Wired-Tech Update


CustomerService
08-08-2008, 09:02 AM
Wired-Tech's templates have been updated with the latest maintenance updates and the following aesthetic changes were made based on customer feedback:

Style Manger -> All Style Options

Additional CSS (page bottom), changed:

.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }

to

.shade, a.shade:link, a.shade:visited { color: #B9BFB3; text-decoration: none; }

Popup Menu Body, improved popup aesthetics, changed background color to #A9AFA4 and, under the Extra CSS, changed:

border: 1px solid #0B198C;

to

border: 1px solid #4C4F4A;

Minor Fix

An improperly formed conditional showed the register links to members. In the header template, I changed:

<if condition="$show['registerbutton']">

to

<if condition="$show['registerbutton'] && !$show['member']">

Minor Improvement

I added a registration button to the sidebar navigation. IMO the registration link was too easy to overlook. This way, it will be very hard not to immediately see a registration link. In the forumhome template, I added:

<if condition="$show['registerbutton'] && !$show['member']"><li class="tab"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></li></if>


ABOVE

$template_hook[navbar_buttons_left]

The master archive has been updated.