Hi phpdesk
I know this may not be a fix for everyone but it worked for me..
I did as you suggested here
Quote:
Originally Posted by phpdesk
What you can do to fix the problem in your case is click on every profile field in the admincp and update there, once saved it will display properly both in the backend and in the front end.
Hope this helps.
|
and it didn't work..
so I edited the field*_desc part in the xml file..
to this..
Code:
$template_hook[custom_css_list] .= ',profile-intro.css';
}]]></phpcode>
</plugin>
</plugins>
<phrases>
<phrasetype name="Custom Profile Fields" fieldname="cprofilefield">
<phrase name="field13_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Enter a short heading for the Profile Intro block]]></phrase>
<phrase name="field13_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Title]]></phrase>
<phrase name="field14_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="field14_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Text]]></phrase>
<phrase name="field15_desc" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Enter a short heading for the Profile Intro block]]></phrase>
<phrase name="field15_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Title]]></phrase>
<phrase name="field16_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="field16_title" date="1285782758" username="phpdesk" version="1.0.0"><![CDATA[Profile Intro Text]]></phrase>
Just noticed in the other version it was caching youtube.css
Code:
if(THIS_SCRIPT=='css')
{
$cache[] = 'youtube.css';
instead of
Code:
if(THIS_SCRIPT=='css')
{
$cache[] = 'profile-intro.css';
thanks again
If you see a issue of what I did let me know..
regards
Hippy