Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Customization of CKEditor
Post: Customization of CKEditor
|
yxcvbnm |
Feature Requests
|
5 |
14,218 |
2010-04-25, 07:39:47 |
|
|
Thread: Customization of CKEditor
Post: Customization of CKEditor
sounds good, thanks chris
problem #2: there seems to be a problem cause ckeditor expects an url not a file path, i used $SITEURL... and that works :). i hope, this will be fixed in 2.02 ?
edit.php, ... |
|
yxcvbnm |
Feature Requests
|
5 |
14,218 |
2010-04-25, 01:45:51 |
|
|
Thread: Customization of CKEditor
Post: Customization of CKEditor
1. is it possible to have an update safe and less 'complicated' solution for the customization of ckeditor?
2. if someone uses get simple in a subdirectory of root, ckeditor does not show the images.... |
|
yxcvbnm |
Feature Requests
|
5 |
14,218 |
2010-04-24, 03:13:28 |
|
|
Thread: Using umlauts as website title fails @ gs 2.0
Post: Using umlauts as website title fails @ gs 2.0
hi,
i don't know if this bug exists in 2.01 too, but if i use umlauts within the website title - defined at data/other/website.xml > SITEURL - i get an "object not found 404 from the web server... the... |
|
yxcvbnm |
General Questions and Problems
|
1 |
5,350 |
2010-03-30, 02:23:38 |
|
|
Thread: Elaborate on get_footer();
Post: Elaborate on get_footer();
i'm a bit doubtful but i think that add_action has the default value null as third parameter, means:
Code:
--
add_action(.., .., .. = null)
--
if someone forgets the thrid parameter or believes, tha... |
|
yxcvbnm |
General Questions and Problems
|
6 |
15,273 |
2010-03-06, 08:55:10 |
|
|
Thread: Small css bug/question
Post: Small css bug/question
ok, i got that too, now... but, thanks :)
$type and $loaddata aren't required anymore, but how does it work in future releases?
annotation:
another thread tries to describe a second problem with nav-... |
|
yxcvbnm |
General Questions and Problems
|
4 |
10,141 |
2010-03-05, 18:10:57 |
|
|
Thread: Problems "Top-level" plugin
Post: Problems "Top-level" plugin
1. nav-tab
n00dles101 Wrote:
--
The createNavTab function was created originally for the plugins tab and was not meant for general use as top level
nav for plugins.
--
hm... then, i've got 2 questio... |
|
yxcvbnm |
Developer Discussions
|
3 |
7,703 |
2010-03-05, 08:40:54 |
|
|
Thread: Problems "Top-level" plugin
Post: Problems "Top-level" plugin
i want to write a small "top-level" plugin (means: i use an additional tab next to the plugins tab in the menu')
in the main section of the plugin, i want to use a php file which renders my form.
i de... |
|
yxcvbnm |
Developer Discussions
|
3 |
7,703 |
2010-03-05, 05:02:05 |
|
|
Thread: Turned off HTMLeditor and wanna delete unnecessary files
Post: Turned off HTMLeditor and wanna delete unnecessary...
hm.. why do you want to delete them? your modifications won't be update safe, means: after the next update of gs, you have to remove them again. do you have a special reason for that? |
|
yxcvbnm |
Off Topic
|
2 |
10,392 |
2010-03-05, 03:04:47 |
|
|
Thread: Small css bug/question
Post: Small css bug/question
I would recommend the following. be careful: that's not the best option but a workaround for the problem.
1. change the implementation of createNavTab, add the name of the plugin as first parameter
... |
|
yxcvbnm |
General Questions and Problems
|
4 |
10,141 |
2010-03-05, 00:57:23 |
|
|
Thread: Small css bug/question
Post: Small css bug/question
I just wanted to write a top-level plugin which should appear top-level (sry, but the documentation is complicated, the interfaces of register_plugin is not documented: what does $type and $loaddata d... |
|
yxcvbnm |
General Questions and Problems
|
4 |
10,141 |
2010-03-04, 23:36:22 |
|
|
Thread: Customization of CKEditor
Post: Customization of CKEditor
In admin/edit.php, line 275-283, the settings for the admin CKeditor are set. i'd like to customize the editor settings, e.g. using Image, ...
Code:
--
if ($EDTOOL == 'advanced') {
$toolbar = "
... |
|
yxcvbnm |
Feature Requests
|
5 |
14,218 |
2010-03-04, 23:18:13 |
|
|
Thread: Language translation
Post: Language translation
Edberg Wrote:
--
Hello GS'S
Im a danish person, and i really love the simplynes of GetSimple.
I dont know i anybody have translated the admin part into danish, if not I will begin the process. Is t... |
|
yxcvbnm |
Developer Discussions
|
6 |
15,830 |
2010-03-04, 22:54:42 |
|
|
Thread: Plugin Repository
Post: Plugin Repository
I haven't used get-simple for several months so excuse me if it already exists. i would recommend a repository for the plugins which are yet or will be implemented. |
|
yxcvbnm |
Feature Requests
|
1 |
5,717 |
2010-03-04, 22:50:31 |
|
|
Thread: Building a multilevel Navigation
Post: Building a multilevel Navigation
another small request for the multi-level navigation:
the parent slug of the current can't be highlighted via css if the current slug is a child of the parent (getsimple 1.7, admin/inc/theme_function... |
|
yxcvbnm |
Developer Discussions
|
21 |
53,076 |
2009-11-07, 20:41:04 |
|
|
Thread: Problems with apostrophes
Post: Problems with apostrophes
hi,
thanks for the new version 1.6...
i have got a problem with the apostrophes... after installing and testing, i saw that the page title and the content included the ' apostrophe. the apostroph was... |
|
yxcvbnm |
General Questions and Problems
|
3 |
8,815 |
2009-09-01, 07:01:47 |
|
|
Thread: Building a multilevel Navigation
Post: Building a multilevel Navigation
hi,
thanks for your post... after reading your thread, I looked into the code and didn't understand why menu_data() only answers the menu data if the menu is marked as "Add to Menu?" on line 188 in ... |
|
yxcvbnm |
Developer Discussions
|
21 |
53,076 |
2009-08-28, 07:11:47 |