Search found 14 matches

by whizkid
Thu 13. Jan 2005, 08:41
Forum: phpwcms Support English
Topic: WYSIWYG Editor(en) gehen nur einmal [SOLVED]
Replies: 26
Views: 10547

The WYSIWYG HTML Editor is not working at all in my 1.1.5 (patch1) test installation. No matter which editor I set it to in the config (1 to 3). I am using Internet Explorer 6.

-whiz
by whizkid
Wed 15. Dec 2004, 16:50
Forum: phpwcms Support English
Topic: Rewrite_Url - Fehlermeldung?
Replies: 10
Views: 3956

Ich habe nun nach langem probieren einen Weg gefunden, folgende .htaccess klappt:

---
RewriteEngine On
RewriteRule ^/www/domainfactorytest18.de//phpwcms/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.html$ /phpwcms/index.php?id=$1.$2.$3.$4.$5.$6
RewriteRule ^/www/domainfactorytest18 ...
by whizkid
Wed 15. Dec 2004, 11:56
Forum: phpwcms Support English
Topic: Rewrite_Url - Fehlermeldung?
Replies: 10
Views: 3956

Inzwischen habe ich etwas mehr herausgefunden, als ich mit folgender .htaccess getestet hatte:

---
Options +FollowSymLinks
RewriteEngine On
RewriteBase /phpwcms
RewriteRule ^(.*)\.html$ /phpwcms/index\.php?$1 [r]
---

Durch den Parameter [r] wird ein Redirect gemacht und ich bekomme das Ergebnis in ...
by whizkid
Wed 15. Dec 2004, 09:27
Forum: phpwcms Support English
Topic: Rewrite_Url - Fehlermeldung?
Replies: 10
Views: 3956

ich habe die Rewrite Engine auf mehreren domainfactory Domains am laufen, hier meine .htaccess [...]

Hmm, ich habe es nun auch einmal auf einem Testaccount bei DomainFactory versucht, es klappt einfach nicht... auch nicht mit Deiner .htaccess (auf *.phtml angepasst).

phpwcms ist im ...
by whizkid
Thu 9. Dec 2004, 13:17
Forum: phpwcms Support English
Topic: Home - Seite eigenes Template
Replies: 7
Views: 1956

die aktuelle mit beiden patches

Wichtig ist eigentlich nur:
2 Seiten-Layouts erstellen (Homepage und Standard)
2 Vorlagen erstellen (Homepage und Standard)
Standard-Layout und -Vorlage sind als 'Standard' definiertin der Seitenstruktur der Ebene 'Home' die Homepage Vorlage zuweisen

Macht bei mir ...
by whizkid
Thu 9. Dec 2004, 12:55
Forum: phpwcms Support English
Topic: Home - Seite eigenes Template
Replies: 7
Views: 1956

Hmm, irgendwie kann ich Euer Problem nicht ganz nachvollziehen. Ich habe ebenfalls für die Startseite ein eigenes Layout und eine eigene Vorlage. Beide sind jedoch nicht 'standard', und das funktioniert einwandfrei. Alle anderen Seiten verwenden (automatisch) das Standard-Layout und die Standard ...
by whizkid
Wed 8. Dec 2004, 12:13
Forum: phpwcms Support English
Topic: Rewrite_Url - Fehlermeldung?
Replies: 10
Views: 3956

Hat der mich falsch verstanden, kann jemand mir einen Hinweis geben, wie's nun weitergeht.

Die Domain liegt auf Domainfactory :( ...


Nein, er hat Dich schon richtig verstanden und auch korrekt geantwortet. In der .htaccess von phpwcms werden 2 Variablen der php.ini gesetzt. Dies ist bei ...
by whizkid
Wed 8. Dec 2004, 12:07
Forum: phpwcms Feature Requests
Topic: article "Edit" icon / "Edit" Symbol
Replies: 20
Views: 14433

frold wrote:I have change the icons in my backend... and it is a biig job if the new icons not have the same same w. and h.

There is many files to edit :-(
Hi frold,

can you provide your icon set somewhere?

-whiz
by whizkid
Wed 8. Dec 2004, 11:31
Forum: phpwcms Support English
Topic: How to use the 'copy article' function?
Replies: 4
Views: 1185

I think three actions are necessary to copy an article (provided that both patches are applied to the current version):

- click on the icon of the article you want to copy
- click at the location where you want to insert this article (same column)
- click at the original location to end the copy ...
by whizkid
Wed 8. Dec 2004, 11:24
Forum: General Discussion
Topic: Shared Hosting oder Managed Server
Replies: 5
Views: 4400

Aber bei all-inkl.com ist der PHP safe_mode aktiviert... wohingegen bei domainfactory safe_mode=off ist. Für phpwcms mag das keine so grosse Rolle spielen, aber einige andere Pakete haben Probleme mit dem safe_mode.

-whiz
by whizkid
Wed 8. Dec 2004, 11:10
Forum: phpwcms Feature Requests
Topic: article "Edit" icon / "Edit" Symbol
Replies: 20
Views: 14433

I'd prefer the 'edit' icon as well.

Anyway, for most of my 'Authors', icons are way too small and I already thought about replacing them with a bigger icon set. Maybe Oliver (or somebody else) can make a second icon set for the backend.

-whiz
by whizkid
Wed 8. Dec 2004, 10:54
Forum: phpwcms Installation Troubleshooting English
Topic: Image issues
Replies: 5
Views: 2062

I have the same problem here. When I try to upload images in the admin section, they show up there but not when I try to add them to content. All paths are correct, so are the permissions.

Some other things I found out:
- it doesn't work for JPG, but it works ok for GIF
- upload images via ftp to ...
by whizkid
Thu 2. Dec 2004, 12:24
Forum: phpwcms Support English
Topic: Problem getting top level category id for sub item
Replies: 2
Views: 1012

Solved it yesterday... here is the result:

create a file sample_ext_php/dyn-nav.php with the following content:

---
<?php
// used to return the code for menu based on given ID
// always returns top level id, can be used to use only 1 template for all

// get the current level ID (layout item id ...
by whizkid
Wed 1. Dec 2004, 11:59
Forum: phpwcms Support English
Topic: Problem getting top level category id for sub item
Replies: 2
Views: 1012

Problem getting top level category id for sub item

Background is: I want to use NAV_TABLE_COLUMN:x dynamically on the left to display the menu for the top level category, selected from a breadcrumb menu.

I have read several postings here about getting the current category id using $GLOBALS['content']['cat_id']; The problem is, it always returns the ...