Search found 6 matches

by elv
Wed 20. Apr 2005, 01:26
Forum: phpwcms Support English
Topic: retrieve session variable
Replies: 1
Views: 664

Ok I finally figured out what was wrong. The cache was on, so the session variable content was also cached :( It is cached when teh script is inside [PHP] tag and also when you call an external content. I disabled the cache and everything works like a charm. I know it is not a real solution, but as ...
by elv
Tue 19. Apr 2005, 19:31
Forum: phpwcms Support English
Topic: retrieve session variable
Replies: 1
Views: 664

retrieve session variable

Sorry if I seem to ask the same question over and over again, but I badly need to get the values stored into a session... What I try to do is a kind of "frontend login", but it doesn't need to be inside phpWcms. I actually use a form BEFORE the visitor goes inside phpWcms to store a login/...
by elv
Sat 16. Apr 2005, 05:47
Forum: phpwcms Support English
Topic: Private category?
Replies: 0
Views: 558

Private category?

Hi, I'd like to be able to show or hide a category depending on a user login/password. I know frontend login isn't ready, but I thought I could use an external script for authentification/setting a session. But even with sessions my real problem is : is it possible to tweak the menu to make it hide ...
by elv
Thu 7. Apr 2005, 18:01
Forum: hacks & enhancements Support
Topic: Working semanticly correct with phpwcms
Replies: 4
Views: 3064

I second the idea of adding classes or ids to the html or body tag. It's useful to build a navigation based on css. You can differenciate pages by their type, without the necessity to deal with multiple templates. I often use body class="topic" or "home" to render some elements d...
by elv
Thu 7. Apr 2005, 05:20
Forum: phpwcms Feature Requests
Topic: Custom Content Part? How would you like that to be?
Replies: 2
Views: 1751

It's the feature I'd like to see the most! It can be useful for my clients. Imagine you build, say, a web shop with product informations. A that time you have no way to edit a "product page" within one screen. You have to use an html content, or use several content parts (a list for the fe...
by elv
Sat 26. Mar 2005, 19:18
Forum: phpwcms Discussion
Topic: Why is structure and articles separated?
Replies: 2
Views: 1271

A nice feature for the editors would be to have a "content edit" mode : it would display the content fields for all the current article's blocks, at once on the same page. That way they could change the titles, text blocks, etc in one pass.