Search found 9 matches

by rlkb
Sun Sep 21, 2014 8:08 pm
Forum: General discussions
Topic: Expand/Collapse text in a FAQ
Replies: 1
Views: 2073

Re: Expand/Collapse text in a FAQ

OK, I got it to work right (using code lines in wysiwyg editor).
Just 1 thing, which bothers me a little bit:
When I make a bordered table to collapse, there's still a thin border remaining. example Here (click on "Demo Title").


<h5 data-toggle="collapse" data-target="#demo">
<a href="#null ...
by rlkb
Sun Sep 21, 2014 3:42 am
Forum: General discussions
Topic: Expand/Collapse text in a FAQ
Replies: 1
Views: 2073

Expand/Collapse text in a FAQ

I need to make a text Collapsible/expandable in a faq im editing.
Is there a way to do it without messing with code? (because when you choose a style I can see "collapse" in the menu).

Thanks
by rlkb
Sun Sep 21, 2014 3:37 am
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

Thanks.
admin/editor/plugins/syntaxhl/langs/he.js was missing as well, since there's no such file for my language, so I just copies the en.js and changed the name to he.js
works great now! :mrgreen:
by rlkb
Sun Aug 17, 2014 2:48 am
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

Hi Thorsten,
TinyMCE crew fixed the problem in their site, but im still having issues with changing the language in TinyMCE editor.

I placed the Hebrew v3.x language pack files in their folders, but then the TinyMCE box just disappears.
I then tried to change the language in the footer.php file in ...
by rlkb
Sun Aug 10, 2014 3:20 pm
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

Next week?!
Great, i will wait with patience :mrgreen:

Thanks for the help
by rlkb
Sun Aug 10, 2014 10:52 am
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

Is there a way to implement it now?
I can change the script in the footer.php file, or it is more complicated than that?
by rlkb
Sun Aug 10, 2014 5:02 am
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

OK, I found the reason.
I downloaded a language pack for TinyMCE 4.x by mistake, and the phpmyfaq uses version 3.x
The ony problem is that the translations page for TinyMCE 3.x is broken, so there's no way to change the language currently.

Is the new version of phpmyfaq with the new version of ...
by rlkb
Sat Aug 09, 2014 4:12 pm
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Re: Changing language on WYSIWYG editor

For some reason it doesn't work with hebrew.
When I edit the footer.php file to change the tinymce.init language from 'en' to 'he_IL' (the name of the js file in myphpfaq/admin/editor/langs) the editor just disappears.
When I do the same, just with 'de' instead of 'he_IL' it works flawlessly.
by rlkb
Sat Aug 09, 2014 3:57 am
Forum: General discussions
Topic: Changing language on WYSIWYG editor
Replies: 11
Views: 8965

Changing language on WYSIWYG editor

Im trying to change the WYSIWYG language according to this:
Note: phpMyFAQ uses a WYSIWYG online editor that has support for multiple languages. However, phpMyFAQ comes only with English language pack installed so changing the current language will not change the language of WYSIWYG editor. If you ...