i have edited all the files but have not run the install script because i cannot figure the following:
in your instructions it says
In the same template find

postbit)
Code:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
closes i can find in the templete is
Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
Also
3. NAVBAR TEMPLATE
In your navbar template, find:
Code:
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
i can only find this in header tamplete please shed some light.
i am using vb 3.0.5
ok i have installed it but now i get pharse error if i replace this code in the ./includes/functions_newpost.php
Code:
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $_REQUEST;
to this
Code:
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $wehavecensoredwords, $weneedacounter, $newpostid, $_REQUEST
but if i dont make this change everything is ok i think