Page 1 of 1

Template :PMFVer2.0.*'s Type

Posted: Wed Jan 27, 2010 1:02 pm
by UTAKA
Hi!
Template on 2.6.1 : PMFVer2.0.*'s Type .

pmf_2.0_type/*.* ---> template/pmf_2.0_type/*.*

And ACP > Edit configuration > Main configuration > Template set to be used select pmf_2.0_type.

The following processing is done .(Perhaps, Fix2.6.2 ? :D )
"content_css" is the one used within the TinyMCE editor (the editable area).
/template/default/style.css is Better than /template/pmf_2.0_type/style.css . ad.content_css
#
#-----[ OPEN ]----------------------------------
#
/admin/footer.php
#
#-----[ FIND ]---------------------------------------------
# About Line130
#

Code: Select all

    // Example content CSS (should be your site CSS)
    content_css : "../template/<?php echo PMF_Template::getTplSetName(); ?>/style.css",
#
#-----[ REPLACE WITH ]--------------------------------------
#

Code: Select all

   // Example content CSS (should be your site CSS)
//  content_css : "../template/<?php echo PMF_Template::getTplSetName(); ?>/style.css",
    content_css : "../template/default/style.css",
#
#-----[ SAVE /CLOSE ALL FILES ]------------------------------------------
#

Re: Template :PMFVer2.0.*'s Type

Posted: Wed Jan 27, 2010 1:50 pm
by Thorsten
Hi,

when you don't use the CSS from the frontend in the WYSIWYG editor.

bye
Thorsten

Re: Template :PMFVer2.0.*'s Type

Posted: Wed Jan 18, 2012 3:53 pm
by Ricsca
For phpMyFAQ 2.7.3 dont work...

If insert the faq have this erro www.mysite.com/{writeSendAdress}

Is possible upgrade this theme?

Thanks

Re: Template :PMFVer2.0.*'s Type

Posted: Wed Jan 18, 2012 4:14 pm
by Thorsten
Hi,

please check the differences in the templates where forms are included. Then a 2.0 template should work.

bye
Thorsten