Template :PMFVer2.0.*'s Type

You made an own skin or theme for phpMyFAQ. You can share it here with others!

Moderator: Thorsten

Post Reply
UTAKA
Posts: 37
Joined: Sun Jan 24, 2010 8:01 am
Location: phpmyfaq-jp.org
Contact:

Template :PMFVer2.0.*'s Type

Post 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 ]------------------------------------------
#
You do not have the required permissions to view the files attached to this post.
Last edited by UTAKA on Thu Mar 04, 2010 8:36 am, edited 3 times in total.
---------------------------------------
Sorry...I am not good at English.
http://www.phpmyfaq-jp.org
---------------------------------------
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

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

Post by Thorsten »

Hi,

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

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Ricsca
Posts: 29
Joined: Mon Jan 05, 2009 2:55 pm

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

Post 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
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

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

Post by Thorsten »

Hi,

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

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply