Search found 69 matches

by stevenlyons
Thu 3. Feb 2005, 00:13
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3943

Excellent! :D
by stevenlyons
Thu 3. Feb 2005, 00:03
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3943

Thanks Oliver. So you are addressing my concerns. Great!
Just out of curiosity, what will be the default CSS styles associated with each div?
Will they use absolute positioning? Or will a 'liquid' layout be the default?
by stevenlyons
Wed 2. Feb 2005, 22:58
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3943

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 so...
by stevenlyons
Wed 2. Feb 2005, 16:32
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3943

Yes, you can use CSS for custom designs within phpWCMS. But the underlying structure (if you use the built-in layouts) is tables-based.
by stevenlyons
Wed 2. Feb 2005, 04:29
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3943

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?
by stevenlyons
Sat 2. Oct 2004, 18:15
Forum: phpwcms Support English
Topic: Is it possible to edit the default template?
Replies: 10
Views: 3440

I think you will have to dig through the php pages to find the default template code. this is not something that is documented anywhere that i know of.

is it really that big of a problem to make one menu selection when you start an article?
by stevenlyons
Sat 2. Oct 2004, 17:59
Forum: phpwcms Support English
Topic: Is it possible to edit the default template?
Replies: 10
Views: 3440

yes you can create as many new templates as you wish. they are just html snippets, but make sure you add a suffix of .tmpl to the file (instead of .html).

you can find them in:
phpwcms_template>inc_contpart>articlesummary>article
by stevenlyons
Mon 2. Aug 2004, 15:50
Forum: phpwcms Support English
Topic: summary image as link?
Replies: 2
Views: 1180

perfect!

thanks.
by stevenlyons
Mon 2. Aug 2004, 04:27
Forum: phpwcms Support English
Topic: summary image as link?
Replies: 2
Views: 1180

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
by stevenlyons
Fri 30. Jul 2004, 23:42
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 10693

Thanks. It works now.
by stevenlyons
Fri 30. Jul 2004, 23:35
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 10693

Thanks for the quick reply!

My htaccess file was already named .htaccess by the host and I have changed the conf.inc.php file as indicated. It does not work.

I have phpWCMS located in a directory called /cms...will this affect things?
by stevenlyons
Fri 30. Jul 2004, 23:18
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 10693

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.
by stevenlyons
Fri 30. Jul 2004, 03:01
Forum: phpwcms Support English
Topic: Help needed for Article when selecting Content Type: IMAGE
Replies: 7
Views: 2078

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 fig...
by stevenlyons
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: 1404

You mean I have to re-upload all the images and then do FTP Takeover again?


[EDIT] That works, but wow what a major annoyance.
by stevenlyons
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: 1404

[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...