Quote:
Originally Posted by Paul M
FYI, It doesnt look for anything, it appends itself to the relevant phrase.
|
In your previous version there was a section in vB Options to specify the area which Unread Post codes would attach to using ATCS (
Automatic
Template
Changes
System). I wanted to do that with this version since my navbar is modified.
I've successfully moved $unread so the mod will display where I want it to (and not after last visited phrase) by commenting out those lines of codes. I was just wondering if by commenting out those lines of codes (below) would harm vB or the codes in any way:
Code:
// $vbphrase['welcome_x'] .= '</strong><br />'.$unread.'<strong>'; // 3.6 Phrase
// $vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase
// $vbphrase['last_visited_x_at_y'] .= "<!-- PEMDATA38: {$data_dup['title']} : Version = {$data_dup['version']} : Revision = {$data_dup['cvs']} -->";