Search found 15 matches

by dennis05
Mon Oct 06, 2008 5:52 pm
Forum: Installation und Einstellungen
Topic: CMS "konservieren" für die Ewigkeit
Replies: 9
Views: 3569

Re: CMS "konservieren" für die Ewigkeit

Hallo! Vielen Dank für die bisherigen Antworten. Ich kenne wget gut, doch leider komme ich mit meinen Seiten nicht klar. Wir haben unter anderem 12 Sprachen über eine eigene Erweiterung eingebunden. Ich bekomme es quasi fast unmöglich in statische Seiten. Mein eigentliches Ziel war, die Seiten weite...
by dennis05
Sat Oct 04, 2008 3:31 pm
Forum: Installation und Einstellungen
Topic: CMS "konservieren" für die Ewigkeit
Replies: 9
Views: 3569

CMS "konservieren" für die Ewigkeit

Hallo! Wir hatten erfolgreich ein CMSMS am laufen. Es hat mittlerweile eine beträchtliche Größe angenommen und wird sich nun 100%ig nicht mehr verändern. Gibt es eine Möglichkeit, die Seiten in statisches HTML zu konvertieren um es für die Ewigkeit aufzubewahren? Wenn das nicht geht, welche Schritte...
by dennis05
Thu Jul 05, 2007 4:43 pm
Forum: Tips and Tricks
Topic: How to include smarty in page title and men items?
Replies: 6
Views: 3263

Re: How to include smarty in page title and men items?

As I wrote in my previous post: It returns the actual text which should be dispalyed in the menu.
by dennis05
Thu Jul 05, 2007 4:21 pm
Forum: Tips and Tricks
Topic: How to include smarty in page title and men items?
Replies: 6
Views: 3263

Re: How to include smarty in page title and men items?

Thank's for your quick reply. I'd like to call a php function which returns my menu text.

this is what I would like to enter into the field menu text and page title:

{php}echo my_func();{/php}
by dennis05
Thu Jul 05, 2007 4:07 pm
Forum: Tips and Tricks
Topic: How to include smarty in page title and men items?
Replies: 6
Views: 3263

How to include smarty in page title and men items?

Hi!

I need to have smarty tags work for the menu item text and page title text. In special, I'd like to use {php} within these fields. Any hint how I can do this quickly?

Cheers
by dennis05
Thu Mar 01, 2007 3:57 pm
Forum: Modules/Add-Ons
Topic: cmsms-mle-1.0.2: hiding empty content [solved]
Replies: 3
Views: 1739

Re: cmsms-mle-1.0.2: hiding empty content

re,

while browsing through the source, I got it working by adding ... after $lan is initialized in LoadFromData() in class.content.inc.php: (which was line 860 in cmsms-mle-1.0.2

if(strlen($data["menu_text$lan"]) == 0)
return false;
by dennis05
Thu Mar 01, 2007 11:34 am
Forum: Modules/Add-Ons
Topic: cmsms-mle-1.0.2: hiding empty content [solved]
Replies: 3
Views: 1739

Re: cmsms-mle-1.0.2: hiding empty content

That doesn't help. It hides the buttons to chose the language, right? Imagine, I have 3 pages (A, B, C) where all three are translated both to German and English. Page D is ONLY available in English. The German "translation" of D is empty. Viewing the page in English gives the menu: A,B,C,...
by dennis05
Wed Feb 28, 2007 10:10 pm
Forum: Modules/Add-Ons
Topic: cmsms-mle-1.0.2: hiding empty content [solved]
Replies: 3
Views: 1739

cmsms-mle-1.0.2: hiding empty content [solved]

Hey folks, how can I get rid of a empty (non translated) content page? i.e. I have a page only available in one language (eg english) (while having 2 language support). If I choose German, a entry of the untranslated page appears in the menu and is clickable, however with an empty string. But you ca...
by dennis05
Tue Feb 27, 2007 6:40 pm
Forum: CMSMS Core
Topic: using php in menu text and site title
Replies: 1
Views: 1106

using php in menu text and site title

Hi everyone, I would like to have php support for the menu text and page title. Using {php} there doesn't work as expected. Anyone got this working or any hints how I can get it to work? I'm playing with cmsms to get GNU gettext working. The multi-lang version of cmsms is great, but still you'll hav...
by dennis05
Fri Dec 15, 2006 8:33 pm
Forum: CMSMS Core
Topic: Explicit Template Call in URI
Replies: 1
Views: 1125

Explicit Template Call in URI

Hi! Is there a way to call a template from within the URI which is different to the defined template? e.g. http://mysite/index.php?page=mypage&template_id=mytemplate Situation: I need to include a cmsms site into another site with php. I thought about creating a template which only contains {con...
by dennis05
Wed Nov 29, 2006 10:40 am
Forum: CMSMS Core
Topic: Disabling the page for public, but still viewable for users
Replies: 2
Views: 1530

Disabling the page for public, but still viewable for users

Hi! We're in the process of filling out cms with contents. We'd like to hide the website from public access while we're still working on the webpage. In admin options, there is a way to disable the whole site for maintenance. Is there any way how I can activate this option, but let my users still vi...
by dennis05
Mon Nov 27, 2006 3:01 pm
Forum: [locked] Quality Assurance
Topic: Problem getting ImageMagick working and Problem with tag ImageGallery
Replies: 0
Views: 1983

Problem getting ImageMagick working and Problem with tag ImageGallery

Hi guys, I don't have GD installed on my webspace and I can't get my provider to do so. I tried to get it working with imagemagick static binaries by setting the path in cmsmadesimple's config.php and the Image Program to IM. Without success. I figured out that the ImageManager's images.php (which l...
by dennis05
Tue Nov 07, 2006 2:06 pm
Forum: CMSMS Core
Topic: Group Management
Replies: 1
Views: 1188

Group Management

Hi!

is there any way to let a user only modify pages *below* his own pages?
In detail, I'd like to give a user rights to create a new page, but I don't want him to be able to create pages in the whole website. Only for parts.

Is there something like this?
by dennis05
Tue Oct 24, 2006 4:49 pm
Forum: CMSMS Core
Topic: [Solved] CSS not working!
Replies: 3
Views: 1867

Re: CSS not working!

did you upload stylesheet.php?

index.php refers to http://www.firstspace.co.uk/stylesheet.php which ends up in error 404
by dennis05
Tue Oct 24, 2006 4:45 pm
Forum: CMSMS Core
Topic: Problems with permission "Modify any page" and hierarchy
Replies: 2
Views: 1267

Problems with permission "Modify any page" and hierarchy

Hi! I'm using 1.0.2 standard installation. I created a new group with some users in. I have the following hierarchy on my page: 1. main 2. groupA 2.1 page of groupA 2.2 another page of group A The groupA has the following permissions: Add Pages Manage Menu Remove Pages They can easiely modify and re...

Go to advanced search