Search found 17 matches

by WhiteCookie
Thu Jul 17, 2014 3:28 am
Forum: Bug reports
Topic: Unable to exit full screen mode in editor
Replies: 9
Views: 8824

Re: Unable to exit full screen mode in editor

I think the fault is at the editor, this is what I see:
a.PNG
when I click the full screen button...
b.PNG
when I click the full screen button again. I realised some buttons dimmed and the cursor went to the middle of the post.
c.PNG
by WhiteCookie
Tue Jul 15, 2014 9:50 am
Forum: Skins and Themes
Topic: [2.8] Bootswatch using Bootstrap 3.0.0! (11 Themes)
Replies: 4
Views: 19899

Re: [2.8] Bootswatch using Bootstrap 3.0.0! (11 Themes)

the comment form box not working!
by WhiteCookie
Tue Jul 15, 2014 9:13 am
Forum: Bug reports
Topic: Unable to exit full screen mode in editor
Replies: 9
Views: 8824

Re: Unable to exit full screen mode in editor

the toggle full screen works in the "add a new faq" in the public page, but does not work in the "add a new faq" in the administration panel.
by WhiteCookie
Fri Jul 11, 2014 8:06 am
Forum: Bug reports
Topic: Unable to exit full screen mode in editor
Replies: 9
Views: 8824

Re: Unable to exit full screen mode in editor

Hi,

Still doesn't work for me.
When I am editing a record, once I click the full screen button, and I try to click the same button again but it won't go back to the previous screen..
I have to click the back button, and my changes won't be saved.
I can toggle to fullscreen, but cannot toggle back ...
by WhiteCookie
Thu Jul 10, 2014 6:55 am
Forum: General discussions
Topic: Does ice plugin works for phpmyfaq 2.8.10?
Replies: 1
Views: 2345

Does ice plugin works for phpmyfaq 2.8.10?

Here's the link for ice: https://github.com/catsgotmytongue/ice

How do I make it work?

Thanks
by WhiteCookie
Thu Jul 10, 2014 6:53 am
Forum: Bug reports
Topic: Unable to exit full screen mode in editor
Replies: 9
Views: 8824

Unable to exit full screen mode in editor

Hi,
I clicked the full screen button in the editor to go to full screen mode, but when I click the button again, I am unable to exit full screen nor save my work.

How do I exit the full screen mode and that the work I typed in the editor will remain there?

Thanks
by WhiteCookie
Fri Jul 04, 2014 7:22 am
Forum: Skins and Themes
Topic: Change view records column view
Replies: 2
Views: 13515

Change view records column view

Hi,

I would like to change the interface of viewing faq records from 3-column view to 2-column view.
That means, shifting the right column - (social buttons, records in this category and tags) to the bottom of left column, and increase the width of the center column.

How to I edit this style ...
by WhiteCookie
Wed Jul 02, 2014 8:22 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

oh yay I solved my problem!
I realised I did not download the latest version of liststyle-3.1. And it finally works now!!! :lol: :D

Thanks for your help!
by WhiteCookie
Wed Jul 02, 2014 7:34 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

Yea didn't show up... Don't know what to do now :(
by WhiteCookie
Wed Jul 02, 2014 4:44 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

Hi

I don't think there is an error at footer.php, probably is the adding of plugin?

I extracted the liststyle files (images,jscripts,langs,editor_plugin.js,liststyle.htm,plugin_liststyle.html,readme.txt) to: admin/editor/plugins/liststyle
What should I do next?

Thanks
by WhiteCookie
Tue Jul 01, 2014 3:11 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

Hi,

I don't see any JS error.
I think is the ui.css file that I am not sure...

"
/* Plugins */
.defaultSkin span.mce_advhr {background-position:-0px -20px}
.defaultSkin span.mce_ltr {background-position:-20px -20px}
.defaultSkin span.mce_rtl {background-position:-40px -20px}
.defaultSkin span.mce ...
by WhiteCookie
Fri Jun 27, 2014 9:12 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

Hi,

thanks!
But the button is still not appearing..
Did I miss something?

Here is what I add: (in blue)

tinyMCE.init({
// General options
mode : "exact",
language : "<?php print (PMF_Language::isASupportedTinyMCELanguage($LANGCODE) ? $LANGCODE : 'en'); ?>",
elements : "<?php print ('addnews ...
by WhiteCookie
Fri Jun 27, 2014 8:17 am
Forum: General discussions
Topic: How to add alphabetic bullets in phpmyfaq?
Replies: 13
Views: 9962

Re: How to add alphabetic bullets in phpmyfaq?

Hi,

I am using phpmyfaq 2.8.10.
I have placed the liststyle folder in the admin/editor/plugins folder, and I did this :
"add the following CSS rule to the "themes/advanced/skins/default/ui.css" file:

.defaultSkin span.mce_liststyle {
background-image: url(../../../../plugins/liststyle/img ...