Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Theme Settings
#8
O.k. ...
Here is an easy solution for wysiwyg powered fields :

1. Add the attached ckeditor.php file to the plugin directory ( IE: plugins/theme_settings/ckeditor.php )

2. Add the code below into the settings.php of your theme for your wysiwyg powered textarea (for a field I called "democontent"):

Code:
<div>
  <p>
    <label for="democontent">תוכן נסיוני:</label>
    <textarea class="wysiwygedit" name="democontent" id="democontent" style="width:90%; height?:50px;"><?php get_theme_setting('democontent', $default='', $isHtml=true); ?></textarea>
  </p>
</div>

3. Add this line to the end of your setting.php :

Code:
<?php include(GSPLUGINPATH . 'theme_settings/ckeditor.php'); ?>


Attached Files
.php   ckeditor.php (Size: 3.06 KB / Downloads: 16)
Reply


Messages In This Thread
Theme Settings - by mvlcek - 2014-07-12, 08:34:42
RE: Theme Settings - by shawn_a - 2014-07-12, 08:51:27
RE: Theme Settings - by Carlos - 2014-07-12, 17:32:34
RE: Theme Settings - by mvlcek - 2014-07-12, 18:22:34
RE: Theme Settings - by Tzvook - 2014-07-15, 20:47:06
RE: Theme Settings - by Tzvook - 2014-07-15, 21:50:44
RE: Theme Settings - by Tzvook - 2014-07-15, 22:33:26
RE: Theme Settings - by Oleg06 - 2014-07-13, 05:25:31
RE: Theme Settings - by Oleg06 - 2014-07-15, 23:13:45
RE: Theme Settings - by Tzvook - 2014-07-15, 23:22:20
RE: Theme Settings - by Oleg06 - 2014-07-15, 23:34:09
RE: Theme Settings - by Tzvook - 2014-07-15, 23:40:01
RE: Theme Settings - by Tzvook - 2014-07-30, 02:34:35
RE: Theme Settings - by mvlcek - 2014-07-30, 02:49:59
RE: Theme Settings - by Tzvook - 2014-07-30, 03:04:02
RE: Theme Settings - by mvlcek - 2014-07-31, 15:19:23
RE: Theme Settings - by Tzvook - 2014-07-31, 06:12:49
RE: Theme Settings - by Oleg06 - 2014-07-16, 00:36:17
RE: Theme Settings - by Oleg06 - 2015-04-08, 19:58:34
RE: Theme Settings - by mvlcek - 2015-04-09, 06:12:22
RE: Theme Settings - by Arugula - 2015-12-31, 16:31:18
RE: Theme Settings - by mvlcek - 2015-12-31, 23:02:12
RE: Theme Settings - by Arugula - 2016-01-01, 10:23:45
RE: Theme Settings - by mvlcek - 2016-01-01, 20:03:16
RE: Theme Settings - by Arugula - 2016-01-02, 15:56:20
Multi-lang: Theme Settings - by Tzvook - 2016-02-13, 04:28:21
RE: Theme Settings - by mvlcek - 2016-02-15, 02:16:41
RE: Theme Settings - by Timbow - 2016-10-13, 08:04:27
RE: Theme Settings - by DrogoNevets - 2016-10-14, 14:29:33
RE: Theme Settings - by Oleg06 - 2019-11-15, 00:27:47



Users browsing this thread: 1 Guest(s)