Search found 12 matches

by profix898
Thu 6. Oct 2005, 02:33
Forum: phpwcms Support English
Topic: Doppeltes Einloggen
Replies: 1
Views: 926

by profix898
Tue 4. Oct 2005, 20:12
Forum: phpwcms Support English
Topic: SSL Login
Replies: 1
Views: 697

SSL Login

Hi,

I tried to enable SSL for phpWCMS. It seems to work. I realized that you
can enable SSL on a per page basis when walking through the site structure.
It also seems to work, wenn I manually change the url to https://
Apart from some (single) pages or forms, the most important to use ssl
with is ...
by profix898
Tue 4. Oct 2005, 19:57
Forum: phpwcms Support English
Topic: Requiring double Login
Replies: 3
Views: 1284

I was just lucky to find a workaround for my problem:
Generally I was calling "http://www.domain.de/login.php" to load the
Login-Page. But I realized that the url changed, when my first logon-
attempt failed, to "http://domain.de/login.php. The second try was
always successful. So I tried to call ...
by profix898
Tue 4. Oct 2005, 19:09
Forum: phpwcms Support English
Topic: Requiring double Login
Replies: 3
Views: 1284

Hi silvermoondesigns,

some time ago I discovered the same problem. Unfortunately I was not
able to solve it until now (using 1.2.5-dev) :( Have a look at these threads,
maybe it will help YOU.

http://www.phpwcms.de/forum/viewtopic.php?t=6820
http://www.phpwcms.de/forum/viewtopic.php?t=5777

Thilo
by profix898
Sun 2. Oct 2005, 21:31
Forum: General Discussion
Topic: keonaXMS - a phpwcms outbreak?
Replies: 5
Views: 2373

I don't see any negative point on creating forks from OpenSource products

You're right, I can't see any negative with that, either.
But for the community, I think, we would simply prefer them to put their
creativity into phpWCMS instead of creating a fork of it. It seems they are
OK with the CMS ...
by profix898
Sun 2. Oct 2005, 19:08
Forum: phpwcms Support English
Topic: {NAV_LIST_TOP:integer} ?
Replies: 3
Views: 1107

Hey Leute, danke für die Links!
Das hat mich echt weitergebracht!

Ich habe mich für fli-flop's Lösung entschieden. Schien mir am einfachsten.
Habe als CSS-class einfach list_top angegeben. So sieht das Menü genauso
aus wie das {NAV_LIST_TOP}, ohne auch nur eine Zeile im Stylesheet
geändert zu ...
by profix898
Sat 1. Oct 2005, 01:24
Forum: phpwcms Support English
Topic: {NAV_LIST_TOP:integer} ?
Replies: 3
Views: 1107

{NAV_LIST_TOP:integer} ?

Hallo,

ich habe folgende Seitenstruktur angelegt, um meine Seite in
Unterkategorien aufzuteilen:

Home
- Site 1
- - Item A
- - Item B
- Site 2
- - Item A
- - Item B

Das funktioniert bisher auch sehr gut. Es gibt ja
{NAV_TABLE_COLUMN:xx} und {BREADCRUMB:xx}.
Damit ist es möglich, beim "Betreten ...
by profix898
Thu 29. Sep 2005, 12:22
Forum: phpwcms Support English
Topic: Intro-Page
Replies: 5
Views: 1514

Never expected such a simple solution! Wow! :D
Thanks a lot!
by profix898
Wed 28. Sep 2005, 13:23
Forum: phpwcms Support English
Topic: Intro-Page
Replies: 5
Views: 1514

Intro-Page

Is it possible to redirect the user to an "intro"-page?

I want to have all users on their arrival to be redirected to a
page, where I put a flash-intro or something. The intro should
only be visible when users enter the page, but not when they go
back (from any of my pages) to index ("Home")!

Any ...
by profix898
Wed 28. Sep 2005, 13:11
Forum: phpwcms Discussion
Topic: WYSIWYG & MOD-Page
Replies: 1
Views: 1302

Javascript with WYSIWYG

I solved problem No1 like this:
You can open the source-code view of FCKeditor
and then paste the existing code there.
Doing this, embedded JavaScript remains untouched,
but one can edit the Text/Images/... as usual.

Is there any simpler way to work with JavaScript?
How about a new content type ...
by profix898
Wed 28. Sep 2005, 12:55
Forum: phpwcms Support English
Topic: Reduzierung des Speicherplatzbedarfs
Replies: 2
Views: 811

Reduzierung des Speicherplatzbedarfs

Hi Steven,

ich bin neu bei phpWCMS, aber wenn Du Dir den Ordner inc_ext mal
anschaust, dann beinhaltet er externe Komponenten, wie der Name ja
erwarten lässt. Bei mir befindet sich darin z.B. phpMyAdmin (8-10MB).
Wenn Du diese (oder einer der anderen Komponenten) nicht benötigst,
kann Du die ...
by profix898
Mon 26. Sep 2005, 22:37
Forum: phpwcms Discussion
Topic: WYSIWYG & MOD-Page
Replies: 1
Views: 1302

WYSIWYG & MOD-Page

Hi everyone,

I'm new to phpWCMS and I really like it! There are just two questions
at the moment. I started to transfer my old pages to phpWCMS.
Therefore I used content type "HTML" an copied my old code directly
to the forms.
1. Is it possible to edit the pages with the build-in WYSIWYG-Editor ...