Search found 13 matches

by roman-schechtel
Sun 21. Dec 2003, 23:44
Forum: phpwcms Bug Reports
Topic: Can not update content in IE6: download dialog issued.
Replies: 7
Views: 3693

Hi Olvier!

In einer htaccess kann ich ja nur ein PHP-Modul steuern, nicht die
CGI-Variante welche bei Puretec läuft, aber davon abgesehen:

nein, ich habe gar keine Fehlermeldungen (insbesondere nicht "cannot
send header information :-) . Es wird blos (anscheinend) GZIP an die
Browser ...
by roman-schechtel
Sun 21. Dec 2003, 23:11
Forum: phpwcms Bug Reports
Topic: Can not update content in IE6: download dialog issued.
Replies: 7
Views: 3693

OK, heute hab ich beschlossen das Problem für mich zu fixen, da doch
bald eine Präsentation ansteht :)

Also, Problem tritt auf bei Puretec-Webspace (hier meine phpinfo:
http://schechtel.de/phpinfo.php ) und zwar im IE6 und Mozilla, nicht in Opera 7.

Workaround/Fix: in phpwcms.php Zeilen 170 bis ...
by roman-schechtel
Thu 18. Dec 2003, 20:11
Forum: phpwcms Feature Requests
Topic: W3C - Validate
Replies: 45
Views: 15569

What a good job gent! Thank you for that.
I wanted to do this too but it seemed to much work for me :)

Now the next step would be to generate HTML that is not only
valid, but also semantically correct (i.e. tables, where table data
is presented, not tables for layout etc..). But I'm sure this will ...
by roman-schechtel
Thu 18. Dec 2003, 20:02
Forum: phpwcms Discussion
Topic: DHTML menu for phpwcms
Replies: 11
Views: 5618

as of today, I think this is going to be difficult. Sometimes in the future phpWCMS will habe a better template support, I heard. Then things like this will go without modifying phpWCMS's source code.
by roman-schechtel
Thu 18. Dec 2003, 19:59
Forum: phpwcms Bug Reports
Topic: Can not update content in IE6: download dialog issued.
Replies: 7
Views: 3693

Ja, aber sonst läuft ja alles. Es wäre für mich deshalb wichtig, weil ich
meinen Kunden phpWCMS präsentieren will. Ich bin nunmal bei Puretec.
Und wenn sie dann ihre Präsenz haben, reate ich ihnen auch zu Puretec.
Vor allem weil da alles so stabil läuft.

Und Puretec ist ja bekanntermaßen ein ...
by roman-schechtel
Sat 13. Dec 2003, 15:03
Forum: phpwcms Feature Requests
Topic: NEWS function for subcategories
Replies: 2
Views: 2129

OK, then I would propose a new tag, something like:

{LIST_LATEST:catid:number}

which would generate a listing of the latest "number" articles in "catid".
by roman-schechtel
Fri 12. Dec 2003, 17:10
Forum: phpwcms Feature Requests
Topic: Open all categories button in article center
Replies: 3
Views: 2805

Open all categories button in article center

What about an "open all categories" button in the article center? Like
there is one in the open source CMS "Contenido":

Image

It comes in quite handy if you wish to gain a quick and complete
overview over the website.
by roman-schechtel
Fri 12. Dec 2003, 16:44
Forum: phpwcms Bug Reports
Topic: Can not update content in IE6: download dialog issued.
Replies: 7
Views: 3693

Update: and this is what my Mozilla is showing when doing the above:

http://www.schechtel.de/pub/screens/2003/1212-phpwcms-update-content-moz.gif

I think if this would be a common bug, then I wouldn't be the first to
issue it. So maybe there is something "wrong" with my server
configuration?

If ...
by roman-schechtel
Fri 12. Dec 2003, 16:25
Forum: phpwcms Bug Reports
Topic: Can not update content in IE6: download dialog issued.
Replies: 7
Views: 3693

Can not update content in IE6: download dialog issued.

Greetings,

when using IE 6 on Win2k (with latest patches ans service packs installed)
I am offererd a download dialog whenever I click on
"update content". Be it a bullet list or plain text -- same result.
The content actually gets updated, but my IE is not willing to
display the page I'm ...
by roman-schechtel
Fri 12. Dec 2003, 15:28
Forum: phpwcms Feature Requests
Topic: page layout / template edit
Replies: 25
Views: 11332

Oliver Georgi wrote:My wish is to disable all WYSYWIG editor in phpwcms. I do not like this way of editing.
Thumbs up Oliver, exactly what I think! With the concept of "content parts" (as seen in Typo3) there is virtually no need for this, and the content can be really separated from the layout.
by roman-schechtel
Fri 12. Dec 2003, 14:34
Forum: phpwcms Discussion
Topic: articlecontent table structure...?
Replies: 2
Views: 2984

yeah, when I was looking into the code, seeing all those mysql_query();
I was wondering myself why no database abstraction layer
was used, too..
by roman-schechtel
Fri 12. Dec 2003, 14:17
Forum: phpwcms Discussion
Topic: Full control over code generation?
Replies: 8
Views: 4499

OK, as I see it, phpWCMS uses an own interpretation
of the themplate concept. A lot of HTML code generation is
happening in \include\inc_front\content.article.inc.php

I dont't think this is right! That way you don't have a real
separation of content and layout. phpWCMS's template concept is ...
by roman-schechtel
Thu 11. Dec 2003, 16:42
Forum: phpwcms Discussion
Topic: Full control over code generation?
Replies: 8
Views: 4499

Full control over code generation?

Hello,

now I've successfully set up a phpWCMS-Installation on a mass hoster
account (which is fantastic, as many of my clients want their website to
be hosted cheap..) and am starting to play around with it.

One thing that really annoys me is the code that the system is generating.
It's old ...