Error
Footer Edit.
Code:
-------------------------------------------------------------------
Edit template 'FOOTER'
BELOW it add:
-------------------------------------------------------------------
<a href="contributors.php">$vbphrase[bf2_contribs]</a> -
-------------------------------------------------------------------
Try:
<a href="$vboptions[bburl]/contributors.php">$vbphrase[contribs]</a> -
bf2_contribs :banana: ( you still got the brown bear I made ? as a logo ... ehhehe)
Idea
'POSTBIT', 'MEMBERINFO', template
Code:
<if condition="$post['contrib']"><div class="smallfont"><a href="$vboptions[bburl]/contributors.php">$vbphrase[post_contrib]</a></div></if>
vs.
Code:
<if condition="$post['contrib']"><div class="smallfont">$vbphrase[post_contrib]</div></if>
It would be cool to add the same bit of code to the Members list too
**Note: In the XML file. I do not know if there is a way, but <if> the mysql Table / field has been done from an older hack ask the Forums Admin durring install to del and reinstall or skip DB edits.
I had the old hack (assassingod) in and when I did the install the DB edits told me to get Bent for the contrib field was already there. I edited the installer by hand and cliped out the DB installer code and all is well.
Guess make 2 XML's ? the upgrade one and the new install ?