Search found 31 matches

by evan
Thu 26. May 2005, 23:32
Forum: phpwcms Support English
Topic: How can I set a maximum size for images?
Replies: 1
Views: 1200

How can I set a maximum size for images?

Where in the code can I set up a maximum size for a popped-up image? I can set up the maximum height/width of a thumbnail in the image through the image content type, but I'd like to be able to change the size of the popped up image- preferably on a per-page or per content-area basis.
by evan
Tue 21. Sep 2004, 18:07
Forum: phpwcms Support English
Topic: What is the purpose of this directory:
Replies: 2
Views: 1645

I'm pretty sure that's not accurate...
note the /a/ at the end of the path.
by evan
Fri 17. Sep 2004, 20:28
Forum: Copyright
Topic: Login-Screen
Replies: 1
Views: 26783

Re: Login-Screen

Hi,

I found it useful to create a link to my loginscreen of phpwcms. But even if I didn't it may be a security hole letting the unregistered user see which version I did install. So please tell me what is the goal of letting the just-surfed-in user see exactly which version I have?

That's a non ...
by evan
Fri 17. Sep 2004, 19:57
Forum: phpwcms Support English
Topic: What is the purpose of this directory:
Replies: 2
Views: 1645

What is the purpose of this directory:

/phpwcms_tmp/thumbs_preview/a/
This folder appears to have a copy of every image I've ever uploaded. Is there any reason I need it or can I delete it to save space? I tried renaming it and it doesn't seem like it's broken anything- but I can't imagine that it's a completely useless directory.

So ...
by evan
Fri 6. Aug 2004, 19:37
Forum: phpwcms Feature Requests
Topic: send login details to user when password forgotten
Replies: 4
Views: 2338

All passwords are MD5 hashed, it's not possible to retrieve them. A "change password" thing would be possible, however- and no, you can't just copy code from another software package.
by evan
Thu 5. Aug 2004, 21:57
Forum: phpwcms Bug Reports
Topic: fake numbers in url
Replies: 2
Views: 3653

Rewriting won't fix that problem. There's really no way to fix it, as it isn't really a bug in the traditional sense. I don't see how it's a problem, I'd say don't worry about it.
by evan
Thu 5. Aug 2004, 21:36
Forum: phpwcms Support English
Topic: table properties
Replies: 5
Views: 2694

This is a shortcoming of CSS in general. There's no reliable way to make a block element always fill 100% of the document in all browsers. An incredibly simple workaround is to just make a background image of a line and put it on the body.
by evan
Wed 23. Jun 2004, 04:48
Forum: phpwcms Support English
Topic: wcms questions.
Replies: 1
Views: 1403

did you try using the Article List content type?
by evan
Fri 11. Jun 2004, 19:13
Forum: phpwcms Support English
Topic: WYSIWYG Editor and Mozilla ??
Replies: 5
Views: 2279

Re: WYSIWYG Editor and Mozilla ??


("capability.policy.allowclipboard.sites", "http://www.mozilla.org");
This was meant as an example... you're supposed to replace "http://www.mozilla.org" with the URL of the site you want to be able to copy/paste on. (you don't need the /phpwcms.php?alskmvowrim stuff, just up to the .com or ...
by evan
Fri 11. Jun 2004, 19:06
Forum: phpwcms Support English
Topic: My own variables ?
Replies: 2
Views: 1724

You could just define it in the config file. I think it's /include/inc_conf/inc_conf.php or something like that. Just add a line somewhere that says:

Code: Select all

$myvar = 'Whatever you want it to say';
by evan
Sat 5. Jun 2004, 08:05
Forum: phpwcms Discussion
Topic: Lyrics database, concert chronology, song rankings possible?
Replies: 4
Views: 2582

There isn't anything like that built into phpwcms, no.
by evan
Thu 3. Jun 2004, 17:31
Forum: phpwcms Discussion
Topic: New phpwcms version- when? I can't wait!!!
Replies: 18
Views: 8161

Why's it still RC4? :?
by evan
Wed 2. Jun 2004, 22:42
Forum: phpwcms Support English
Topic: Article List in Templates
Replies: 2
Views: 1740

You know, I'd really like the same thing... and it occurs to me just now that the code to print a list of articles in a catagory already exists, as one of the content types...

I'm gonna see if I can't bang out a mod that will add an {ARTICLES} replacement tag later tonight. No promises!
by evan
Sun 30. May 2004, 08:22
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 8638

sorry about the errors in my code, I didn't really test it or anything... but you seem to have figured it out. I'm looking at the URL you posted earlier and it's still got this.bgColor="" rather than this.className="" in it... that's why your background colors are working but the CSS stuff isn't ...