Search found 9 matches

by Rylas
Wed 19. Nov 2003, 01:17
Forum: phpwcms Feature Requests
Topic: Templates...
Replies: 8
Views: 5284

I agree, I am not a big fan of the built-in template parser, I would love to see something in the future where you can build your themes independantly using {tag} tags whenever needed inside the template file. I know, of course, this would take some time, but think of how much happier the users will...
by Rylas
Tue 18. Nov 2003, 23:34
Forum: phpwcms Discussion
Topic: Mailing List
Replies: 3
Views: 3711

Its not really a mailing list, its something you can subscribe to and submit emails to and that email goes to everybody on the list. Its more of a discussion forum but in a much different way. Its approproate for people that dont want to go to the forums website every time to make a post, they can j...
by Rylas
Tue 18. Nov 2003, 01:11
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 10172

I see what your saying, your trying to use POST from the script you included to show the script again with the test results while still showing the CMS layout and functions, this could very well be an issue. I havent experimented with this tag yet, as im sure there is a way to include at least the h...
by Rylas
Mon 17. Nov 2003, 22:37
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 10172

Oliver did not replace this, you must simply use: {PHP:my_script.php} inside one of your templates, just like the documentation quotes: {PHP:my_external.php} All output of "my_external.php" script will be inserted. This is very powerful. You can use any availabe content var of phpwcms for ...
by Rylas
Mon 17. Nov 2003, 22:29
Forum: phpwcms Feature Requests
Topic: Features request
Replies: 2
Views: 2716

Yes... Cross structures would be a good idea, but the dependencies would have to require almost every other single thing you listed, like user areas and so forth. DHTML menues would actually be pretty easy to implement, perhaps this is when CSV files need to come into play to seperate the menu items...
by Rylas
Mon 17. Nov 2003, 20:53
Forum: phpwcms Feature Requests
Topic: mod_rewrite request
Replies: 8
Views: 5818

performance is minimal, mod_rewrite is a stable module written for apache. It takes about the same time to process a rewrite request then it does to process an HTACCESS file without the rewrite engine enabled.
by Rylas
Mon 17. Nov 2003, 19:55
Forum: phpwcms Discussion
Topic: Mailing List
Replies: 3
Views: 3711

Mailing List

Hi, I have set up a new mailing list at http://lists.programthis.net/mailman/listinfo/phpwcms_lists.programthis.net for those who wish to join and be updated daily on whats going on in the phpwcms world. This is almost a perfect alternative to the forums. Anyways, go to the website and sign up and l...
by Rylas
Mon 17. Nov 2003, 18:13
Forum: phpwcms Feature Requests
Topic: mod_rewrite request
Replies: 8
Views: 5818

found a solution

Hi guys, just wanted to let you know that I have found a solution, but have only tested it on the downloads part of phpwcms. RewriteEngine On RewriteRule ^/download.php?id=([0-9]*),([0-9]*),([0-9]*$) /download/$1/$2/$3.html Would let you use: http://www.blah.com/download/32/42/48.html Instead of: ht...
by Rylas
Fri 7. Nov 2003, 16:25
Forum: phpwcms Feature Requests
Topic: mod_rewrite request
Replies: 8
Views: 5818

mod_rewrite request

Hi how is it going guys? I am sorry, im English, so if there has been another topic with this discussion in it, I apologize, I wouldn't have known. Anyways, I thought it would be a really cool idea to incorperate a mod_rewrite hack into the portal, where as links that look like http://www.blah.com/i...