Quote:
Originally Posted by 7beebi.com
done :nervous:
|
Good
i have idea for you
you can replace
Code:
<normalfont>cantseeattach</normalfont>
to
Code:
<div class="smallfont">
$vbphrase[cantseeattah]
</div>
then add to the XML file
Code:
<phrases>
<phrasetype name="GLOBAL" fieldname="global">
<phrase name="cantseeattah"><![CDATA[You Can't See Attach Files Before Reply]]></phrase>
</phrasetype>
</phrases>
for who using 2 or more language
and you can repalce all of this from XML file
Code:
"' . fetch_template('postbit_cantseeattach') . '"
with this
Code:
$vbphrase[cantseeattah]
and delete
Code:
<templates>
<template name="postbit_cantseeattach" templatetype="template" date="0" username="" version=""><![CDATA[<normalfont>You Can't See Attach Files Before Reply</normalfont>]]></template>
</templates>
also delete this
for who using 2 or more language
anyway
Good Work