Search found 2168 matches

by DeXXus
Tue 2. Dec 2003, 23:48
Forum: phpwcms Bug Reports
Topic: "take over files uploaded via ftp"
Replies: 4
Views: 3372

ok, my PHP is 4.2.3. How can I disable this function? thanks a lot macangel o In the php.ini file there's a part that says "disable_functions =" just add something like this: disable_functions = image_type_to_mime_type (when entering more than one function name... separate with commas)
by DeXXus
Sun 30. Nov 2003, 03:48
Forum: phpwcms Support English
Topic: Problem mit IIS 5.1
Replies: 25
Views: 7427

filestorage: phpwcms_filestorage FALSE (not existing) temporary: phpwcms_tmp FALSE (not existing) templates: phpwcms_template FALSE (not existing) thumbnail list: thumb_list FALSE (not existing) preview images: thumb_preview FALSE (not existing) frontend content: content FALSE (not existing) fronte...
by DeXXus
Sun 30. Nov 2003, 00:44
Forum: phpwcms Bug Reports
Topic: wysiwug editor, ordered list
Replies: 1
Views: 2500

Re: wysiwug editor, ordered list

frold wrote:When I make a "ordered list" via the "text w/ images" and the WYSIWYG editor - the frontend shows a bulletlist!?
I have reproduced the same symptom here :cry:
by DeXXus
Sat 29. Nov 2003, 02:35
Forum: phpwcms Support English
Topic: Problem mit IIS 5.1
Replies: 25
Views: 7427

Re: Problem mit IIS 5.1

Der IIS knows the variable $_server["document_root "] not. Any idea for one workaround. Does it to be replaced have the variable possibly planned in the code on Web servers to be examined and afterwards? Ciao, Ralph Might be setting of register_globals in php.ini ? register_globals = off ...
by DeXXus
Sat 29. Nov 2003, 01:52
Forum: phpwcms Support English
Topic: category alias
Replies: 12
Views: 5063

Re: category alias

Believe me... with just this query:
oops wrote:/index.php?alias - don't work... :?
there will not be much help offered :wink:
by DeXXus
Fri 28. Nov 2003, 16:39
Forum: phpwcms Support English
Topic: category alias
Replies: 12
Views: 5063

Re: category alias

/index.php?alias - don't work... :? Some basic questions: 1. Did you already insert a structure level under index.php and give it a category title and then alias the category as.... "alias" and send the category data ? 2. And have you inserted a link somewhere in the article content that ...
by DeXXus
Fri 28. Nov 2003, 12:22
Forum: phpwcms Support English
Topic: Is it possible to insert JavaScript inside article content?
Replies: 13
Views: 3963

Hi DeXXus, Thank you so much for replying to my post. Answering your question--yes it was me. :roll: And you were right about that one line of codes that caused the problem. After I removed the codes, it worked just fine! You are a genius! As far as the menu location is concerned, there are couple ...
by DeXXus
Fri 28. Nov 2003, 08:27
Forum: phpwcms Support English
Topic: Is it possible to insert JavaScript inside article content?
Replies: 13
Views: 3963

Re: Is it possible to insert JavaScript inside article conte

Is it possible to insert a JavaScript inside the article content area? Yes, of course it must be complete with all the appropriate HTML tags prefacing the actual JavaScript. I cannot locate the post now, but someone (was it you Bijan?) posted with an attempt at embedding a "cascading menu"...