Search found 164 matches

by Moozie
Sun 9. Nov 2003, 02:14
Forum: phpwcms Support English
Topic: image list valign="top" instead of valign="bo
Replies: 3
Views: 2389

Found it already: In the file: /include/inc_front/front.func.inc.php Line 122 Change: //Aktuelle Bildspalte ausgeben $table .= "<td align=\"center\" valign=\"bottom\"".(($class)?" class=\"".$class."\"":"")." width=\"&quo...
by Moozie
Sun 9. Nov 2003, 01:51
Forum: phpwcms Support English
Topic: image list valign="top" instead of valign="bo
Replies: 3
Views: 2389

image list valign="top" instead of valign="bo

When I choose image list as an article content and I put in 10 images, with a short text underneath every image, the script creates a page with all images + text valign="bottom". The discriptions are different in length so the page will look messy, because all the pics are aligned at the b...
by Moozie
Sun 9. Nov 2003, 01:25
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

I double checked it and both files were updated as you told. But still the error appears in the log file when I press edit a pic or upload a pic. The error appears with time-stamp so I know it's caused by the action of this very minute. What could I do? I know it's a non critical error, but I like i...
by Moozie
Sun 9. Nov 2003, 01:01
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

OK, I tested it again and the error appears when I:

1. upload a new picture to any dir or root dir
2. edit a picture

Maybe this is of any help.
by Moozie
Sun 9. Nov 2003, 00:50
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

Changed that one too. But... still the same error appears:

File does not exist: /home/httpd/vhosts/mydomain.nl/httpdocs/img/sp1.gif

Mmmm
by Moozie
Sun 9. Nov 2003, 00:18
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

I changed that, but still the error appears in the servers log file...

Maybe the same mistake is there in another file???
by Moozie
Sat 8. Nov 2003, 22:48
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

Still not all the path errors are gone. For example if I go into File center and click on edit a picture, my servers error_log appends a line: Sample 1: File does not exist: /home/httpd/vhosts/mydomain.nl/httpdocs/img/sp1.gif Now it seems that the phpwcms dir is missing in the link. It should read: ...
by Moozie
Sat 8. Nov 2003, 20:26
Forum: phpwcms Support English
Topic: Filecats?
Replies: 1
Views: 2144

Filecats?

What is the purpose of filecat?

I mean I can create subdirs and then make also categories?
by Moozie
Sat 8. Nov 2003, 19:59
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

OK that solves the file upload problem.

// paths
$phpwcms["root"] = "phpwcms";

That was empty. Now it works.
by Moozie
Sat 8. Nov 2003, 18:49
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

Additional info: Ahaa: The same problem with the missing directory /phpwcms/ also occurs on other places. This is the error I get when I try to modify the page layout title-information: Warning: fopen(/home/httpd/vhosts/zone51.nl/httpdocs/include/inc_conf/conf.pagelayout.inc.php): failed to open str...
by Moozie
Sat 8. Nov 2003, 16:16
Forum: phpwcms Support English
Topic: images upload problem
Replies: 13
Views: 6474

images upload problem

I have the whole script working. Only 1 thing is still bugging: Question 1: When I try to upload an image in a created dir I get the following error: Error while creating user directory. Please do not try again - this is an server error! Contact the webmaster to tell as soon as possible! If I upload...
by Moozie
Sat 8. Nov 2003, 03:38
Forum: phpwcms Support English
Topic: Newbie question: How to get menu on the left?
Replies: 3
Views: 2942

>>>Many project site graphics are presented by replacement tags - e.g. non clickable.

Can you explain how to use those replacement tags?
What do I choose in the article create menu: text & image? And what do I put as image tag then?
by Moozie
Sat 8. Nov 2003, 03:32
Forum: phpwcms Support English
Topic: email form
Replies: 1
Views: 2197

email form

When you choose an article to be an "email form" how do I set the form fields in the admin? Let's say I want a form to contain the fields:

Name, Address, City, Zipcode and age
Age has to be a digit e.g. 32 or 13.

How is this done?

Thanx

Moozie
by Moozie
Sat 8. Nov 2003, 00:28
Forum: phpwcms Support English
Topic: Newbie question: How to get menu on the left?
Replies: 3
Views: 2942

Newbie question: How to get menu on the left?

Hello, In fact I have 3 questions: Question 1: I managed to get the admin working. I set some articles and a site structure of 2 menu items. But when I check the frontend, I do not see a menu to navigate. I believe I have to code the HTML for the left column by hand. And I believe I have to put the ...