Search found 3474 matches

by Holger
Fri Oct 17, 2008 8:23 am
Forum: Addons and Plugins
Topic: memberpage addon
Replies: 8
Views: 4522

Re: memberpage addon

And other plugins are working without issues?

Holger
by Holger
Fri Oct 17, 2008 7:15 am
Forum: Deutsch
Topic: Zwei Skripte auf einer Seite?
Replies: 13
Views: 5745

Re: Zwei Skripte auf einer Seite?

Was mach ich falsch? Schreib' anstatt #CMSimple $output.= gallery('gallery/yuuki/');# #CMSimple $news = "Bild_Photos";# genau den Code den Zips Dir gepostet hat: #PLUG1# #PLUG2# und dann #CMSimple $output= preg_replace("/".chr(35)."PLUG1".chr(35)."/",gallery("gallery/yuuki"),$c[$s]);$output= preg_r...
by Holger
Thu Oct 16, 2008 7:56 pm
Forum: Deutsch
Topic: Umlaute in Navi (Problem im IE)
Replies: 8
Views: 3690

Re: Umlaute in Navi (Problem im IE)

:?: :?: :?:
Hinten'rum durch die Beine in's Knie geschossen... :mrgreen:
... und wie legt Dein Kunde neue Seiten mit Umlauten an?

Ich kapier es zwar nicht - aber egal...

Holger
by Holger
Thu Oct 16, 2008 10:52 am
Forum: General
Topic: submenu
Replies: 2
Views: 2309

Re: submenu

Hi,

try to place this code at the position in your content where you want to have the submenu:

Code: Select all

#CMSimple $output=preg_replace("/".chr(35)."CMSimple.*".chr(35)."/",submenu());#
Holger
by Holger
Thu Oct 16, 2008 8:20 am
Forum: Deutsch
Topic: Umlaute in Navi (Problem im IE)
Replies: 8
Views: 3690

Re: Umlaute in Navi (Problem im IE)

Hallo Marco, ich verstehe nicht warum Du überhaupt noch ein besonderes toc-sript brauchst. Du hast doch Dein Menü so gestylt wie auf Markus' Seite beschrieben. Schmeiß' das wbtoc() aus dem Template und aktiviere die toc() - Funktion von CMSimple wie bei Markus beschrieben: http://mv-web-design.de/?C...
by Holger
Wed Oct 15, 2008 9:45 am
Forum: Addons and Plugins
Topic: Bug in Menumanager plugin
Replies: 5
Views: 3566

Re: Bug in Menumanager plugin

In admin.php search for: $leveledPage = preg_replace('/<H[1-3]/i','<H'.$pageInfo[1] , $c[$pageInfo[0]],1); $leveledPage = preg_replace('/H[1-3]>/i','H'.$pageInfo[1].'>' , $leveledPage,1); Change the capital H to small h letters. Then it is fixed. Amazing, I've looked into all files except admin.php...
by Holger
Wed Oct 15, 2008 7:56 am
Forum: Deutsch
Topic: Problem im Backend CMSimple 3.0
Replies: 2
Views: 1887

Re: Problem im Backend CMSimple 3.0

Hi Marco, das ist das bekannte $plugin - Problem. Nimm den aktuellen Pluginloader und schon geht's ;) : http://cmsimplewiki.com/lib/exe/fetch.php/pluginloader/plugin_loader_v2.0beta11.zip?id=pluginloader%3Apluginloader&cache=cache BTW: Nimm lieber die aktuelle Version 3.2! Hast Du nichts von den Sic...
by Holger
Wed Oct 15, 2008 7:01 am
Forum: Addons and Plugins
Topic: [SOLVED] Problems with kissgallery v0.4
Replies: 5
Views: 3199

Re: Problems with kissgallery v0.4

... and I've noticed that you first load the mootools (by kissgallery) in your <head> section and after that
the prototype.js (maybe by LightboxforCMSimple).

Try to load only one of them.

Holger
by Holger
Wed Oct 15, 2008 6:48 am
Forum: Addons and Plugins
Topic: [SOLVED] Problems with kissgallery v0.4
Replies: 5
Views: 3199

Re: Problems with kissgallery v0.4

Hi Markus,

I think you have to change the z-index in the slimbox-addon.
First have a look at the slimbox.css but, as far as I remember, you have
to make the changes in the JavaScripts and that's not so easy to do...

Holger
by Holger
Wed Oct 15, 2008 6:33 am
Forum: Addons and Plugins
Topic: Bug in Menumanager plugin
Replies: 5
Views: 3566

Bug in Menumanager plugin

In my content.htm is a upper- and lowercase mix of <hx>-tags so the page will not validate XHTML. I've found that these mixed <Hx></hx> tags caused by a bug in the Menumanager plugin. It happens when you drag'n drop a page to another menulevel. For now only tested with Menumanager 2007 - (Club-)Vers...