Search found 14198 matches

by cmb
Fri Sep 23, 2011 11:12 am
Forum: Addons and Plugins
Topic: Pagemanager_XH
Replies: 39
Views: 23004

Re: Pagemanager_XH 1

Hello community, I've just released Pagemanager_XH 1rc1. It's available from my website . The current version has to be considered Beta software! Use with caution! Always make a backup as explained in the manual. If you don't know how to make a backup and restore it, do not yet use Pagemanager_XH! T...
by cmb
Fri Sep 23, 2011 9:51 am
Forum: Addons and Plugins
Topic: Plugin programming: How to "include" english language file?
Replies: 3
Views: 1930

Re: Plugin programming: How to "include" english language file?

Hi Frank,

it should suffice to include both language files in the right order:

Code: Select all

include 'en.php';
include 'it.php';
 
So only the entries that are defined in it.php will overwrite the according entries from en.php.

This feature will probably be implemented in CMSimple_XH 1.5.

Christoph
by cmb
Fri Sep 23, 2011 8:58 am
Forum: Deutsch
Topic: Optionen im Menü und Speicherung von Änderungen
Replies: 5
Views: 1019

Re: Optionen im Menü und Speicherung von Änderungen

Hallo Conditio, hallo maeg, das hört sich ganz danach an, dass die login Cookies nicht gesetzt werden. Das kann folgene Ursachen haben: 1. der Server ist so konfiguriert, dass er keine Cookies sendet (sehr unwahrscheinlich) 2. noch vor dem Versuch die Cookies zu senden, erfolgt eine Ausgabe (wahrsch...
by cmb
Thu Sep 22, 2011 4:20 pm
Forum: Addons and Plugins
Topic: Yanp_XH
Replies: 8
Views: 5624

Yanp_XH

Hello community, I've just released Yanp_XH 1beta1. It's available from my website . YANP is the acronym for y et a nother n ews p lugin. It facilitates semi-automatic handling of news of a CMSimple_XH website, that could be shown as newsbox and made available as RSS feed. Consider it an alternative...
by cmb
Thu Sep 22, 2011 9:32 am
Forum: Editors
Topic: line break ...
Replies: 4
Views: 3718

Re: line break ...

Hello, you can have a look at http://www.cmsimple-xh.com/wiki/doku.php/manuals:users_manual:fckeditor:start#extensive_user_guide for questions regarding FCKeditor in general. BTW: I suggest updating to the latest version of CMSimple_XH . And if you want to use any plugin that uses jQuery, you should...
by cmb
Tue Sep 20, 2011 4:03 pm
Forum: Addons and Plugins
Topic: [New Plugin] Mobile Detector: HandheldXH
Replies: 42
Views: 25164

Re: [New Plugin] Mobile Detector: HandheldXH

Hi b,

thank you for the mobile template. :) I've made some modifications to it, and installed it as template for mobiles on my website.

Christoph
by cmb
Tue Sep 20, 2011 9:26 am
Forum: Deutsch
Topic: Seite umleiten _blank
Replies: 3
Views: 1866

Re: Seite umleiten _blank

Hallo Lemon,

eine echte Umleitung (z.B. per Page_params) in ein neues Fenster ist, soweit ich weiß, generell nicht möglich. So etwas geht nur bei einem Link (target="_blank").

Christoph
by cmb
Mon Sep 19, 2011 1:15 pm
Forum: Deutsch
Topic: Suche Updateanleitung
Replies: 1
Views: 708

Re: Suche Updateanleitung

Hallo Michael, soweit ich weiß gibt es leider keine wirkliche Schritt-für-Schritt-Anleitung. Aber ich habe neulich eine ähnliche Frage beantwortet. Eigentlich ist es in Deinem Fall das gleiche. Der wesentliche Punkt ist die Umstellung auf UTF-8 (die Dateien als UTF-8 ohne BOM speichern). Christoph P...
by cmb
Sun Sep 18, 2011 11:04 pm
Forum: Addons and Plugins
Topic: Cryptographp_XH
Replies: 13
Views: 4598

Cryptographp_XH

Hello community, I've just released Cryptographp_XH 1beta1. It's available from my website . Cryptographp_XH is a captcha plugin powered by cryptographp . It could be used as utility plugin for other plugins, such as Advancedform_XH (Version 1beta7 and up). The current version has to be considered B...
by cmb
Sun Sep 18, 2011 6:27 pm
Forum: Addons and Plugins
Topic: [New Plugin] Mobile Detector: HandheldXH
Replies: 42
Views: 25164

Re: [New Plugin] Mobile Detector: HandheldXH

Hi Rob,

in CMSimple's back-end you have to go to Handheld -> Plugin Config and set enabled to 1. Set destination to point to the URL you want to redirect.

Christoph