Search found 6 matches

by idom
Sun 5. Mar 2006, 17:39
Forum: phpwcms Feature Requests
Topic: statt ?id=1,72,5,5, irgendwann doch index.php?alias ??
Replies: 9
Views: 6057

but the first question has no answear

I have this problem with ID:

rewrite functions without problems if I click on a link of the main menu, but within the text of the page I have linked other pages with the ID Rep.Tag such as:

Die bedeutendsten Siedlungen sind [ID 7]Sankt Pankraz[/ID], [ID 9]Sankt Walburg[/ID], [ID 15]Sankt Nikolaus ...
by idom
Fri 17. Feb 2006, 21:20
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5943

yes, I know, and so I will do. I will ask to my provider to change temporay the rights for this files. I can use ftp to transfer or to change the right of the files, I can also use an interface, but I am user xy and the files are generated from user "nobody" and so as the configuration is, I have no ...
by idom
Fri 17. Feb 2006, 17:08
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5943

ok. I have changed the line on the file files.private.upload.tmpl.php

but I have now this problem: what is with the images that are just on the server? this command functions with the new files upload, and sure not with the existing files on the dir phpwcms_filestorage.

I have made a restore of my ...
by idom
Wed 15. Feb 2006, 21:58
Forum: (unofficial) tutorials & documentation
Topic: Switch between multi-language sites PAGE TO PAGE
Replies: 154
Views: 217839

now it is ok. I have found the mistake: it is the path. This path is ok:

<a href="index.php?it{PHP:phpwcms_template/inc_script/strip-prefix.php}" target="_self">italiano</a>

My script is in the dir:
phpwcms_template/inc_script/strip-prefix.php
and not
scripts/strip-prefix.php

But these happened ...
by idom
Wed 15. Feb 2006, 16:05
Forum: (unofficial) tutorials & documentation
Topic: Switch between multi-language sites PAGE TO PAGE
Replies: 154
Views: 217839

yes, I have written them so you can understand the link. I have written them under admin -> site structure -> Paesi (edit) -> alias this category:
you can see it here: http:www.idom.org
Guido
by idom
Wed 15. Feb 2006, 13:06
Forum: (unofficial) tutorials & documentation
Topic: Switch between multi-language sites PAGE TO PAGE
Replies: 154
Views: 217839

It works only for 50%

I'm using 1.2.5-DEV
I have configured my site as you have wrotten.

but:
case 1
<a href="index.php?it_home{PHP:scripts/strip-prefix.php}" target="_self">italiano</a>
<a href="index.php?de_home{PHP:scripts/strip-prefix.php}" target="_self">deutsch</a>

case 2
<a href="index.php?it{PHP:scripts/strip ...