Search found 164 matches

by Moozie
Sat 17. Jan 2004, 19:07
Forum: phpwcms Support English
Topic: What is this warning???
Replies: 3
Views: 1148

What is this warning???

When I add a new user in the admin the program adds a new user, but shows for a split second an error screen. I pressed screendump te capture the error code. It says: Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/htdocs/mydomain/phpwcms/include/inc_tmp...
by Moozie
Wed 14. Jan 2004, 13:46
Forum: phpwcms Support English
Topic: date values: where from???
Replies: 3
Views: 1196

If I set:

Code: Select all

$template_default["news"]["date_language"]	= "NL"
then still the tag {DATE_LONG} will show english days. Also if I try "DE" instead of "NL"... english it is.
by Moozie
Wed 14. Jan 2004, 03:20
Forum: phpwcms Support English
Topic: date values: where from???
Replies: 3
Views: 1196

date values: where from???

If I use {DATE_MEDIUM} I see some date values on my site. I was planning to translate those values (January, Jan, February, Feb, etc) into my own language. I thought the scripts reads them from include/inc_js/date.js. But if I change the variables in date.js nothing happens. It still shows the engli...
by Moozie
Tue 13. Jan 2004, 23:36
Forum: phpwcms Support English
Topic: HOME button in NAV_TABLE
Replies: 13
Views: 3531

good idea!!!
by Moozie
Tue 13. Jan 2004, 22:58
Forum: phpwcms Bug Reports
Topic: content part search won't save my settings...
Replies: 10
Views: 4499

Thanx frold!
by Moozie
Tue 13. Jan 2004, 22:52
Forum: phpwcms Bug Reports
Topic: What is the filed template doing in search?
Replies: 1
Views: 1583

What is the filed template doing in search?

In ARTICLE search you can setup a search page. There is a field called "template" where you can fill in in a box. But what has to be filled in there? Where does that show?
by Moozie
Tue 13. Jan 2004, 22:49
Forum: phpwcms Bug Reports
Topic: content part search won't save my settings...
Replies: 10
Views: 4499

When I set results per page to "2", it still shows all. I have 4 entries found which he should deivide into 2 seperate pages. I see all the results in 1 page.

I have installed:
phpwcms_1.1-RC2_2004-01-11.tar.gz

The latest version...
by Moozie
Tue 13. Jan 2004, 21:40
Forum: phpwcms Support English
Topic: HOME button in NAV_TABLE
Replies: 13
Views: 3531

HOME button in NAV_TABLE

If I remember correctly there was a way to add a HOME button to the {NAV_TABLE_COLUMN}. So that you will return to the starting page (index).

How can that be done?
by Moozie
Tue 13. Jan 2004, 16:28
Forum: phpwcms Support English
Topic: Content replacement tag for displaying a specific page???
Replies: 4
Views: 1649

Because I am setting this cms up for somebody who is not a genius in html. So he can create content for all the pages in ARTICLE and it would be the easiest if he could edit the content for the right column in ARTICLE too. Coding the right column in the template is more difficult for him. A replacem...
by Moozie
Tue 13. Jan 2004, 14:34
Forum: phpwcms Support English
Topic: Content replacement tag for displaying a specific page???
Replies: 4
Views: 1649

Content replacement tag for displaying a specific page???

I would like to have a right column with a fixed content. So every page in the site must have that same right column. I thought I could make a hidden page (eg right_column) in ADMIN so that it will not display in the menu structure. But that the content of this hidden page right_column can be modifi...
by Moozie
Tue 13. Jan 2004, 14:22
Forum: phpwcms Support English
Topic: phpMyAdmin
Replies: 6
Views: 1873

You can change that file there to set a redirect link to your own phpMyAdmin installation or download the phpwcms phpMyAdmin extension. But I link tot the phpMyAdmin within the inc dir of phpwcms. It worked but with the update version it doesn't work anymore. Still there is a phpMyAdmin installed i...
by Moozie
Mon 12. Jan 2004, 23:34
Forum: phpwcms Support English
Topic: phpMyAdmin
Replies: 6
Views: 1873

phpMyAdmin

I had a version installed 11-1-2004 with the build in phpMyAdmin working. Then I upgraded it with the version: phpwcms_1.1-RC2_2004-01-11c.tar.gz (the one with the seperate phpMyAdmin). I did not download the phpMyAdmin file because that was installed allready. But now if I go to ADMIN and then go t...
by Moozie
Mon 12. Jan 2004, 02:41
Forum: phpwcms Support English
Topic: What's the difference?
Replies: 4
Views: 2259

What's the difference?

Question 1: What's the big difference between 1 = HTMLarea, and 2 = FCKeditor? FCKeditor has style possibilities, but not a real big change. Or do I miss anything? Question 2: When I choose option 3: "browser based"... I still get the FCKeditor. Is that right? Question 3: $phpwcms["re...
by Moozie
Mon 12. Jan 2004, 00:21
Forum: phpwcms Support English
Topic: Upgrading to version 11-1-2004 problem
Replies: 10
Views: 2396

OK so some kind of inlog will be created for the frontend in time...

But that leaves my question why that line isn't added automatically. I had to do it manually and I downloaded the latest TOTAL version.

Code: Select all

ALTER TABLE MYPREFIX_phpwcms_articlecat ADD acat_regonly INT( 1 ) NOT NULL; 
by Moozie
Mon 12. Jan 2004, 00:16
Forum: phpwcms Support English
Topic: Upgrading to version 11-1-2004 problem
Replies: 10
Views: 2396

In fact I do not quite understand what this field is all about. I read your poll this afternoon but you lost me. But nevertheless why is that table field not added automatically? Or do I misunderstand you?

Maybe you can also explain again the use of that field...