Search found 3589 matches

by Tata
Wed Jun 04, 2008 4:21 pm
Forum: Addons and Plugins
Topic: Wdir with date format setting
Replies: 0
Views: 4296

Wdir with date format setting

Sometime the standard date format in wdir plugin disturbs design of a site. "d.m.Y H:i:s" makes the column too wide or it writes the date in two rows. The solution can be in using config variable $plugin_cf['wdir']['show_chaged_date']="d.m.Y";//d.m.Y H:i:s or any other desired format To use this in ...
by Tata
Tue Jun 03, 2008 7:41 pm
Forum: General
Topic: Various
Replies: 14
Views: 12615

Re: Various

Why should I adjust the color in the CSS of the plugin? Is there a syntax to get the colorscheme of the template? CMSimple stores the main content in one single HTM file. For this is one stylesheet.css defined. There are no plugins needed to run CMSimple. If a user decides to add some more function...
by Tata
Mon Jun 02, 2008 11:52 am
Forum: General
Topic: Various
Replies: 14
Views: 12615

Re: Various

As the weblog there is installed the sBlog plugin - look at http://www.qualifire.de/cmsimple/ The mailform is the Asform plugin - look at http://www.hp-light.de/ But there is one more very nice script B4YFormmailer v 2.x.x - must be used externally, in iframe - look at http://www.hoerandl.com If you...
by Tata
Sun Jun 01, 2008 2:13 pm
Forum: Deutsch
Topic: header funktion nur im Ansichtsmodus
Replies: 2
Views: 3062

Re: header funktion nur im Ansichtsmodus

Arbeitest Du mit oEditor, oder mit einem anderen? Es kann drin stecken. Welche CMSimple und Pluginloader Version? Oder lass hier deinen Link oder die Logins per PM. Mal wird sehen.
by Tata
Fri May 30, 2008 5:31 pm
Forum: Deutsch
Topic: Pluginloader und Plugins - keine Einstellungen mehr möglich
Replies: 8
Views: 7505

Re: Pluginloader und Plugins - keine Einstellungen mehr möglich

Open plugins/index.php and look for

Code: Select all

function PluginFiles($plugin)
and insert

Code: Select all

unset($plugin);
in the line just before.

Code: Select all

unset($plugin);
function PluginFiles($plugin)
For me it works with Plugin Loader version 2.0 beta 9 for CMSimple v2.6, v2.7
by Tata
Fri May 30, 2008 5:22 pm
Forum: General
Topic: Various
Replies: 14
Views: 12615

Re: Various

I have built a portal for our local government with a structure like this: \ cmsimple - main installation \ cmsimple00 - installations 00-12 are complet installations of cmsimple used for 12 committees \ cmsimple00 \content \ cmsimple00 \downloads \ cmsimple00 \help \ cmsimple00 \images \ cmsimple00...
by Tata
Sat May 24, 2008 11:40 am
Forum: Templates
Topic: Tenis
Replies: 0
Views: 4765

Tenis

Template for tenis clubs. Uses svarrer's calendar (stylesheet.css included). There are two newsboxes available: 1. on the top of the content area - placed in simple MARQUEE tag - reads the hidden ticker page. 2. in the right column - reads the hidden NEWS page. There is also new function sitesubtitl...
by Tata
Sat May 24, 2008 10:24 am
Forum: Deutsch
Topic: Update von CMSimple
Replies: 6
Views: 5150

Re: Update von CMSimple

Es is immer gut einen eigene localen Webserver installiert zu habe. Wenn es noch nicht vorhanden ist, such im Google nach wamp5_1.7.4.exe . Die Installation ist ganz einfach und läuft ohne Problemen. Nach der installation eine Neue Ikone erscheint. Dort brauch man: 1. in PHP settings - short open ta...
by Tata
Fri May 23, 2008 4:43 pm
Forum: Editors
Topic: openWYSIWYG from CMSimple SE doesn't work
Replies: 5
Views: 5689

Re: openWYSIWYG from CMSimple SE doesn't work

I had a problem with some plugins (mentioned here. The problem was in variables names. Would this not be the same problem?