Search found 23 matches

by hagem
Thu 1. Jun 2006, 19:04
Forum: phpwcms Support English
Topic: [SOLVED] local back-end login doesn't work
Replies: 3
Views: 2560

brilliant, I never even thought of that.

temporarilly shutdown the firewall running on the machine, and indeed, it worked like a charm.

Thanks a bunch, dude. I'll direct my attention to the firewall
by hagem
Tue 23. May 2006, 00:27
Forum: phpwcms Support English
Topic: [SOLVED] local back-end login doesn't work
Replies: 3
Views: 2560

[SOLVED] local back-end login doesn't work

hi all,

I have a weird problem, I've bene trying for a while to fix, but still haven't figured out what goes wrong.

I installed PHPWCM v1.2.1Dev on a Win2000 server last year, and it's been running perfectly. It suits my needs rather well, and I can administer my client's website remotely.

A ...
by hagem
Mon 12. Dec 2005, 00:13
Forum: phpwcms Support English
Topic: fckeditor .. WYTYSIWYDG editor
Replies: 6
Views: 1822

i found and fixed the problem..

it turned out to be a change in the frontend.css file.

in version 1.2.5-dev there is this part in the frontend.css

form, div, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}

I changed this to

form, div, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0 ...
by hagem
Fri 9. Dec 2005, 17:58
Forum: phpwcms Support English
Topic: fckeditor .. WYTYSIWYDG editor
Replies: 6
Views: 1822

fckeditor .. WYTYSIWYDG editor

it seems FCK editor as bundled with the CMS (1.2.5.dev) is absolutely crap

I mean, I type in an article in "WYSIWYG" mode, and see that the Enter key is nicely translated into <p> .. </p> format. In the editor screen I see a nice blank line in between paragraphs. As it should be ..

Then, when ...
by hagem
Thu 19. May 2005, 00:07
Forum: phpwcms Support English
Topic: question about {PHP:...} replacement tag
Replies: 4
Views: 1219

No one?

at all?

anyone?

no-one is using this {PHP:...} replacement tag?
by hagem
Tue 10. May 2005, 22:03
Forum: phpwcms Support English
Topic: question about {PHP:...} replacement tag
Replies: 4
Views: 1219

nope, doesn't work

the problem is that in the PHP program i'm referencing contains several re-usable php components (ADODB libraries)

the {PHP:prog.php} replacement tag works perfectly when "prog.php" doesn't contain any include statements.

as soon as there is a "include("/path/otherphp.php ...
by hagem
Sun 8. May 2005, 17:35
Forum: phpwcms Support English
Topic: question about {PHP:...} replacement tag
Replies: 4
Views: 1219

question about {PHP:...} replacement tag

I have some PHP scripts that I need to include on some pages.
these are scripts to retrieve data from custom database, etc.

in these scripts, other scripts are called thru INCLUDE function of PHP.

for some reason WCMS does not show any scripts that contain "INCLUDE" statements. I have tried basic ...
by hagem
Sun 1. May 2005, 17:17
Forum: phpwcms Support English
Topic: Multiple full articles on 1 page?
Replies: 0
Views: 658

Multiple full articles on 1 page?

is it possible to display more then 1 full article on 1 page?

I know it is possible by putting the entire article in the summary, but I don't want to do that.

Situation sketch:
I want to create 1 single page that shows date information on courses. EAch article will contain information on a ...
by hagem
Sun 16. May 2004, 22:48
Forum: phpwcms Support English
Topic: 2 formmailer questions
Replies: 2
Views: 1042

I had indeed seen that same thread on the BB. However, that would mean also having to program my own validation algorithm, to see if all fields are filled in.
by hagem
Sun 16. May 2004, 22:22
Forum: phpwcms Support English
Topic: 2 formmailer questions
Replies: 2
Views: 1042

2 formmailer questions

i'm really getting into this wcms system, and think it's ab fab.

there's 2 questions about the formmailer:
1. is it possible to put 2 or more form fields on the same line? (think of dates etc)
2. is it possible to insert black lines between form fields, to also visually group form fields?

And a ...
by hagem
Sun 16. May 2004, 17:57
Forum: phpwcms Support English
Topic: document_root.php not entirely correct
Replies: 1
Views: 852

document_root.php not entirely correct

I've found a small error in the Document_Root.php file provided by Oliver to resolve the document_root error messages.

The page says to add $_SERVER['DOCUMENT_ROOT'] = 'path to wcms root-dir';
to the conf.inc.php file. When I did this, it still didn't work. When adding this line to your conf.inc ...
by hagem
Sun 16. May 2004, 17:43
Forum: phpwcms Support English
Topic: unexpected hangs
Replies: 4
Views: 1417

@ Dex: I'll look into that, it sounds plausible

@ Oliver
I haven't got imagemagick installed, as i'm not entirely sure what i'd use it for.
I'm transitioning an existing website into wcms. When it happens, it's just editing or entering articles (most stuff i'm doing at the moment anyway).

I've ...
by hagem
Sun 16. May 2004, 01:45
Forum: phpwcms Support English
Topic: unexpected hangs
Replies: 4
Views: 1417

unexpected hangs

for some reason a couple of times every night, wcms unexpectedly hangs.
it mostly happens when saving new or edited articles.

what i have to do to get things running again, is close all IE windows, even the ones that i am browsing the net with, and log in to wcms again.

my question is whether this ...
by hagem
Thu 13. May 2004, 16:41
Forum: phpwcms Feature Requests
Topic: date antry and validation in email form
Replies: 2
Views: 1525

understood and agreed
by hagem
Wed 12. May 2004, 00:42
Forum: phpwcms Feature Requests
Topic: date antry and validation in email form
Replies: 2
Views: 1525

date antry and validation in email form

maybe this is not a big issue for most people, but what i'm looking for is an elegant way of entering dates (for example Birthdays) in email forms.

The current option is to put 3 combo-boxes "Day", "Month" and "Year" on 3 separate lines, but I don't think that particularly elegant. Also, this way ...