
Search found 69 matches
- Thu 3. Feb 2005, 00:13
- Forum: phpwcms Support English
- Topic: will v2 have full CSS support?
- Replies: 10
- Views: 4266
- Thu 3. Feb 2005, 00:03
- Forum: phpwcms Support English
- Topic: will v2 have full CSS support?
- Replies: 10
- Views: 4266
- Wed 2. Feb 2005, 22:58
- Forum: phpwcms Support English
- Topic: will v2 have full CSS support?
- Replies: 10
- Views: 4266
yes but have you actually tried to use the CSS Div option? Its not exactly user friendly.
If I want to build an all CSS layout, I typically place all my design elements into the Main block and stay away from using the built-in left/right columns. Which is a pity. If only the CSS option would work ...
If I want to build an all CSS layout, I typically place all my design elements into the Main block and stay away from using the built-in left/right columns. Which is a pity. If only the CSS option would work ...
- Wed 2. Feb 2005, 16:32
- Forum: phpwcms Support English
- Topic: will v2 have full CSS support?
- Replies: 10
- Views: 4266
- Wed 2. Feb 2005, 04:29
- Forum: phpwcms Support English
- Topic: will v2 have full CSS support?
- Replies: 10
- Views: 4266
will v2 have full CSS support?
This is something that would make phpWCMS much more useable for commercial projects:
Will the basic structure continue to be tables-based, or will v2 use CSS divs for layout?
Will the basic structure continue to be tables-based, or will v2 use CSS divs for layout?
- Sat 2. Oct 2004, 18:15
- Forum: phpwcms Support English
- Topic: Is it possible to edit the default template?
- Replies: 10
- Views: 4174
- Sat 2. Oct 2004, 17:59
- Forum: phpwcms Support English
- Topic: Is it possible to edit the default template?
- Replies: 10
- Views: 4174
- Mon 2. Aug 2004, 15:50
- Forum: phpwcms Support English
- Topic: summary image as link?
- Replies: 2
- Views: 1219
- Mon 2. Aug 2004, 04:27
- Forum: phpwcms Support English
- Topic: summary image as link?
- Replies: 2
- Views: 1219
summary image as link?
OK so I want to do something very simple and logical: make the summary image link to the full article when clicked. Can anyone here explain how I might do this?
Thanks.
SL
Thanks.
SL
- Fri 30. Jul 2004, 23:42
- Forum: phpwcms Support English
- Topic: Rewrite is driving me nuts
- Replies: 26
- Views: 12614
- Fri 30. Jul 2004, 23:35
- Forum: phpwcms Support English
- Topic: Rewrite is driving me nuts
- Replies: 26
- Views: 12614
- Fri 30. Jul 2004, 23:18
- Forum: phpwcms Support English
- Topic: Rewrite is driving me nuts
- Replies: 26
- Views: 12614
Rewrite is driving me nuts
I have read all the posts on this and still can't get it to work.
Can somebody please explain, one step at a time, everything that needs to be done to activate the URL rewrite function. Please?
Thanks.
Can somebody please explain, one step at a time, everything that needs to be done to activate the URL rewrite function. Please?
Thanks.
- Fri 30. Jul 2004, 03:01
- Forum: phpwcms Support English
- Topic: Help needed for Article when selecting Content Type: IMAGE
- Replies: 7
- Views: 2225
OK this is very basic info, but maybe you need to upload some images into the phpWCMS file system?
You do this in the backend by clicking "File" and then clicking on the tiny file upload icon on the right side of the screen (looks like an up arrow inside a 'u'). This took me forever to figure out ...
You do this in the backend by clicking "File" and then clicking on the tiny file upload icon on the right side of the screen (looks like an up arrow inside a 'u'). This took me forever to figure out ...
- Wed 28. Jul 2004, 19:04
- Forum: phpwcms Support English
- Topic: [SOLVED] can't change max image size in conf.inc.php?
- Replies: 3
- Views: 1453
- Wed 28. Jul 2004, 18:53
- Forum: phpwcms Support English
- Topic: [SOLVED] can't change max image size in conf.inc.php?
- Replies: 3
- Views: 1453
[SOLVED] can't change max image size in conf.inc.php?
OK so I changed the max image size in conf.inc.php (see below) and nothing happens. Images are still stuck at 299 x 400. How to fix this?
$phpwcms["img_prev_width"] = 800; //max width of the large preview image
$phpwcms["img_prev_height"] = 1800; //max height of the large preview image
$phpwcms["img_prev_width"] = 800; //max width of the large preview image
$phpwcms["img_prev_height"] = 1800; //max height of the large preview image