Search found 14198 matches

by cmb
Thu Sep 01, 2011 10:39 pm
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, I think there's a general misunderstanding on how "global" works or between what "global" is doing or not doing (= the superglobals in PHP) Nope! I guess we must not consider the superglobals in this case. And I'm pretty sure we both know, what the global "declaration" means. Where is ...
by cmb
Thu Sep 01, 2011 9:32 pm
Forum: Addons and Plugins
Topic: Advancedform_XH
Replies: 225
Views: 105231

Re: Advancedform_XH

Hi intelli, I use CMSimple XH 1.4.2, and Yes, I have defined a Form called Kontaktformular ( also tried the implemented Calc-form. And no, I don't have or had installed any previous vetsions of the Plugin! So that is really very strange. :? Did you try to call another plugin with {{{PLUGIN:}}}? Does...
by cmb
Thu Sep 01, 2011 9:25 pm
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, Even in this case (see the demo with Plug0, which prints his output on every page) jquery.inc.php finds it's cf-array because of the declared require of it's config.php. Yes, you're right. jquery.inc.php will find it's $plugin_cf. But when it's included from within a function, $plugin_...
by cmb
Thu Sep 01, 2011 9:22 pm
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, thanks for having a further look at this issue and at HandheldXH. Well, you're absolutely right, that it's the best not to nest includes too deeply. IMO HandheldXH doesn't need another include file at all, because index.php would be small enough to not cause any noticeable overhead. Bu...
by cmb
Thu Sep 01, 2011 9:00 pm
Forum: Addons and Plugins
Topic: Advancedform_XH
Replies: 225
Views: 105231

Re: Advancedform_XH

Hi intelli, that's really very strange! Both calls should behave exactly the same! So I have some questions: - which CMSimple Version do you use? - do you have defined a form with the name Kontaktformular? - did you perhaps install Advancedform_XH without removing AdvancedForm first? One thing I can...
by cmb
Thu Sep 01, 2011 7:57 pm
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, thanks for your comprehensive answer. :) I have to check all the details later. But this afternoon I had the problem, that the filename of the jquery.js was not included to the <head> because bca included jquery.inc.php from a funtion without declaring $plugin_cf global. So, what happe...
by cmb
Thu Sep 01, 2011 6:19 pm
Forum: Deutsch
Topic: Bildvorschau (Thumbnail) mit Link auf Originalbild
Replies: 21
Views: 5766

Re: Bildvorschau (Thumbnail) mit Link auf Originalbild

Hallo easyitsolutions, Du musst es auf jeder Seite des Content eintragen, auf der das tg_popup gebraucht wird. Wenn Du es direkt in content.htm machst, dann eben direkt unter jedes <h1>-<h3>. Christoph PS: Ich stelle gerade fest, dass die Beschreibung im CMSimple-Wiki wohl nicht mehr aktuell ist (be...
by cmb
Thu Sep 01, 2011 4:53 pm
Forum: Addons and Plugins
Topic: Advancedform_XH
Replies: 225
Views: 105231

Re: Advancedform_XH

Hello intelli, thanks for your interest in Advancedform_XH and your feedback. :) there is the issue, that neither the site title will be shown, nor you can put additional text in the Mailform-Page The title of the page will be shown with Advancedform_XH, even when you call it with: #CMSimple $output...
by cmb
Thu Sep 01, 2011 11:48 am
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, the problem is with jquery.inc.php. It includes jquery/config/config.php to have access to $plugin_cf['jquery']. That's indeed important, because it's needed in include_jQuery() and declared there as global. But if a developer includes jquery.inc.php from within a function, jquery/conf...
by cmb
Thu Sep 01, 2011 10:46 am
Forum: Addons and Plugins
Topic: [New Plugin] jQuery4CMSimple
Replies: 33
Views: 19510

Re: [New Plugin] jQuery4CMSimple

Hello Holger, I've just came across an issue with the jQuery4CMSimple documentation. The example code given in section "How to use" doesn't work. It mandatory to declare $plugin_cf as global, when jquery.inc.php is included from within a function. Typically this will be the case, as the plugin devel...