Search found 926 matches

by manu
Mon Jan 21, 2013 10:05 am
Forum: Open Development
Topic: CMSimple_XH 1.6 favicon.ico
Replies: 3
Views: 2334

Re: CMSimple_XH 1.6 favicon.ico

If I'm not mistaken it suffices to place a favicon.ico in the root folder of the CMSimple installation to be used by all modern browsers as favicon. Confirmed: http://en.wikipedia.org/wiki/Favicon#How_to_use What's the point? To provide a CMSimple_XH favicon in the root directory? Good idea? Hang o...
by manu
Mon Jan 21, 2013 9:48 am
Forum: Open Development
Topic: XH 1.6: tinyMCE: Toolbar Configuration in Back-End
Replies: 7
Views: 3849

Re: XH 1.6: tinyMCE: Toolbar Configuration in Back-End

nice idea!
But what's all in there?
activate/deactivate plugins by drag&drop?
rearrange orders and panels by drag&drop?
Something like this(realized with mootools :? ).
by manu
Mon Jan 21, 2013 9:29 am
Forum: Open Development
Topic: XH 1.6: Error Message on failing Plugin Call
Replies: 2
Views: 1348

Re: XH 1.6: Error Message on failing Plugin Call

My suggestion is to examine thoroughly this evaluate_plugincall().
What the heck is {{HOME:..}} better than a simple internal link inserted by the editor?
I suppose the {{HOME}} (if you don't want to name the starting page particularly ) can be substituted with a simple "/" link.
regards
manu
by manu
Mon Jan 21, 2013 9:12 am
Forum: Open Development
Topic: Roadmap: transition from idea to todo
Replies: 10
Views: 3880

Re: Roadmap: transition from idea to todo

Sometimes it's just not clear what's the subject of the vote. As example look at the textarea discussion : it starts with an idea and ends up with two options/proposals or even with an open question. It would be a big help it the 1st post of the discussion always includes the actual issue we vote ab...
by manu
Mon Jan 21, 2013 8:57 am
Forum: Open Development
Topic: CMSimple_XH 1.5.6 Mailform
Replies: 3
Views: 1883

Re: CMSimple_XH 1.5.6 Mailform

Win7 Outlook 2007 :e-mail body with 1300 consecuting MB Characters received without issues.
manu
by manu
Mon Jan 21, 2013 8:30 am
Forum: Open Development
Topic: XH 1.6: Configurable <title>
Replies: 5
Views: 2012

Re: XH 1.6: Configurable <title>

+1
nice & tiny improvement.
by manu
Wed Jan 16, 2013 5:53 pm
Forum: Open Development
Topic: CMSimple Scripting vs. Plugin Call
Replies: 9
Views: 3492

Re: CMSimple Scripting vs. Plugin Call

That correct, Christoph. I've updated like your template.
It's still a bit obsure to me why the HOME placeholders have to evaluated for functions also.
But it works, that's what counts.
manu
by manu
Wed Jan 16, 2013 5:34 pm
Forum: Open Development
Topic: XH 1.6: Linkchecker overhaul
Replies: 21
Views: 9980

Re: XH 1.6: Linkchecker overhaul

Pretty cool: Plugin Linkchecker: Total: 54 – OK: 36 – Warn: 3 – Fail: 15 – ToDo: 0 ::33.7secs Built in Link check: 58 Links wurden geprüft. :: 31.4secs So no big difference? Plugin Linkchecker seems to wait quite long until its starts to countdown. regards manu EDIT: BTW What's this link in the plug...
by manu
Mon Jan 14, 2013 7:58 pm
Forum: Open Development
Topic: CMSimple Scripting vs. Plugin Call
Replies: 9
Views: 3492

Re: CMSimple Scripting vs. Plugin Call

The variable $call seems just to be used to extract any variables as parameters but not for the call itself; Not quite. After $call = str_replace("{{%1}}", $fd_calls[$regex][1][$call_nr], $pl_calls[$regex]);  $call contains the complete script with a leading "return". E.g. for {{{PLUGIN:my_plugin(1...
by manu
Mon Jan 14, 2013 1:33 pm
Forum: Open Development
Topic: CMSimple Scripting vs. Plugin Call
Replies: 9
Views: 3492

Re: CMSimple Scripting vs. Plugin Call

How about thisone: function evaluate_plugincall($__text) {     global $u;     $error = ' <span style="color:#5b0000; font-size:14px;">{{CALL TO:<span style="color:#c10000;">{{%1}}</span> FAILED}}</span> '; //use this for debugging of failed plugin-calls     $pl_regex = '"{{{RGX:CALL(.*?)}}}"is'; //g...