Quote:
Originally Posted by Hippy
|
I have actually addressed the CSS issue in version 1.0.3 of the mod, and it's no longer a problem if you choose to save the stylesheets as files. Nonetheless, you're a hero, you know that? Your other quote pointed me to the right direction as far as the profile field phrases are concerned, and this is what you need to REMOVE from the .xml file before reimporting it:
Code:
<phrasetype name="Custom Profile Fields" fieldname="cprofilefield">
<phrase name="field5_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Enter a short heading for the Profile Intro block]]></phrase>
<phrase name="field5_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Title]]></phrase>
<phrase name="field6_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[The content of the profile intro block. You may use BBcodes <br />if your usergroup is granted permission to do so.]]></phrase>
<phrase name="field6_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Text]]></phrase>
<phrase name="field7_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Enter a short heading for the Profile Intro block]]></phrase>
<phrase name="field7_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Title]]></phrase>
<phrase name="field8_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[The content of the profile intro block. You may use BBcodes <br />if your usergroup is granted permission to do so.]]></phrase>
<phrase name="field8_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Text]]></phrase>
</phrasetype>
Thanks, mate!