Search found 32 matches

by dpajevic
Sat 23. Apr 2005, 07:32
Forum: phpwcms Support English
Topic: problem since upgrade with sorting articles.
Replies: 2
Views: 1069

yes, I have the same problem plus other issues. I have set the caching to "0" in conf.inc.php.: -- Copying does not work. Click on the article to copy and then green arrow, page reloads, no new article. -- Articles, Viewable and Public click to red, but still viewable on site. Same for categories ...
by dpajevic
Thu 14. Apr 2005, 21:01
Forum: phpwcms Support English
Topic: Different styles for links
Replies: 6
Views: 1500

I think this is what you are looking for, from the root of your site. The differnet nav types are broken out with comments:

config/phpwcms/conf.template_default.inc.php
by dpajevic
Tue 8. Mar 2005, 17:28
Forum: phpwcms Support English
Topic: (Update) Help! Error while writing file to storage (1)
Replies: 8
Views: 2757

Hi Pico, I'm not sure I understand. Here's what my paths were when I had the site in a subfolder // paths $phpwcms["DOC_ROOT"] = "E:/web/mysiteorg/htdocs"; $phpwcms["root"] = "aaa_newsite"; //default: "" All I did was to download the site from "aaa_newsite" and reupload into the root. Then I changed ...
by dpajevic
Mon 7. Mar 2005, 23:44
Forum: phpwcms Support English
Topic: (Update) Help! Error while writing file to storage (1)
Replies: 8
Views: 2757

(Update) Help! Error while writing file to storage (1)

I just started getting this error today after I moved the site out of a folder and into the root folder. FTP takeover and uploading worked fine before. Here's the other message I get: Please dont try again - this is an server error! Contact your webmaster as soon as possible! I changed all my paths ...
by dpajevic
Thu 3. Mar 2005, 07:45
Forum: phpwcms Support English
Topic: Content {RIGHT} -- how do I add it to the print view?
Replies: 0
Views: 833

Content {RIGHT} -- how do I add it to the print view?

When I print a page using the PRINT tag, the {RIGHT} content in the div #rightBlock is not there. The div isn't even there. The content shows up on the regular page.

Ideas anyone? :(
by dpajevic
Wed 2. Mar 2005, 22:52
Forum: phpwcms Support English
Topic: email contact form -- replace Submit button with image?
Replies: 0
Views: 949

email contact form -- replace Submit button with image?

V. 1.2.1 -- Does anyone know how to replace the html Submit button with a custom image? I've found this code in cnt23.article.inc.php, line 627, but how do you access it? $form_field .= '<input type="image" name="'.$form_name.'" id="'.$form_name.'" '; Or maybe there is a way in the "article content ...
by dpajevic
Wed 2. Mar 2005, 17:52
Forum: phpwcms Support English
Topic: anyone got "Email Contact Form" to work??
Replies: 3
Views: 1363

Also, make sure you have set the proper SMTP values in conf.inc.php. For details on the data points see here:

http://www.phpwcms-docu.de/conf.inc.php_en.phtml
by dpajevic
Tue 1. Mar 2005, 21:48
Forum: phpwcms Support English
Topic: [SOLVED][How get the red Login Field when using CSS
Replies: 7
Views: 2305

Ah ... I get it. Thanks.

:)
by dpajevic
Tue 1. Mar 2005, 18:54
Forum: phpwcms Support English
Topic: [SOLVED][How get the red Login Field when using CSS
Replies: 7
Views: 2305

Do you know how to turn it off?
by dpajevic
Tue 1. Mar 2005, 18:34
Forum: phpwcms Support English
Topic: [SOLVED][How get the red Login Field when using CSS
Replies: 7
Views: 2305

in index.php I found this on line 124. I'm not sure where this mode is actually set? Is it something I only see, or the public sees as well? if(VISIBLE_MODE == 1 || VISIBLE_MODE == 2) { $content['page_end'] = '<div id="VisualMODE" style="position:absolute;left:5px;bottom:5px;padding:5px;z-index:1 ...
by dpajevic
Tue 1. Mar 2005, 18:26
Forum: phpwcms Support English
Topic: error - uploading image/create directory => login screen
Replies: 16
Views: 5043

Thanks for the info Pico. I think I will just deal with it for now. In the future I will get this client migrated off of IIS and onto a Unix box.

"Bad Windows! Bad!" :wink:
by dpajevic
Tue 1. Mar 2005, 18:22
Forum: phpwcms Support English
Topic: List all article under a level...
Replies: 17
Views: 4860

I agree. Maybe it's worth exploring config/phpwcms/conf.template_default.inc.php. That file seems to have a lot of that formatting.

If I misunderstood your question, sorry. Hope that helps. :)
by dpajevic
Tue 1. Mar 2005, 18:09
Forum: phpwcms Support English
Topic: List all article under a level...
Replies: 17
Views: 4860

Right. To make headings, you would have to create them within the WYSIWYG editor. Maybe that will work.

Not very scalable, I know ... :(
by dpajevic
Tue 1. Mar 2005, 17:30
Forum: phpwcms Support English
Topic: List all article under a level...
Replies: 17
Views: 4860

How large are your articles? Can't you just put the entire article in the summary text?
:?:
by dpajevic
Tue 1. Mar 2005, 17:26
Forum: phpwcms Support English
Topic: error - uploading image/create directory => login screen
Replies: 16
Views: 5043

Thanks for the server info, but virtual servers are beyond my scripting ability. The conf.inc.php paths look correct. Are there any other specific files I should check for the slash/backslash issue?

Anyone else have these log out issues with 1.2.1 on IIS servers?

Thanks for all your help. :)