Search found 31 matches
- 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.
- Tue 21. Sep 2004, 18:07
- Forum: phpwcms Support English
- Topic: What is the purpose of this directory:
- Replies: 2
- Views: 1645
- 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 ...
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 ...
- 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 ...
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 ...
- Fri 6. Aug 2004, 22:46
- Forum: phpwcms Support English
- Topic: code general - horizontal alignment
- Replies: 8
- Views: 5293
- Fri 6. Aug 2004, 19:37
- Forum: phpwcms Feature Requests
- Topic: send login details to user when password forgotten
- Replies: 4
- Views: 2338
- Thu 5. Aug 2004, 21:57
- Forum: phpwcms Bug Reports
- Topic: fake numbers in url
- Replies: 2
- Views: 3653
- Thu 5. Aug 2004, 21:36
- Forum: phpwcms Support English
- Topic: table properties
- Replies: 5
- Views: 2694
- Wed 23. Jun 2004, 04:48
- Forum: phpwcms Support English
- Topic: wcms questions.
- Replies: 1
- Views: 1403
- 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 ...
- 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';
- Sat 5. Jun 2004, 08:05
- Forum: phpwcms Discussion
- Topic: Lyrics database, concert chronology, song rankings possible?
- Replies: 4
- Views: 2582
- Thu 3. Jun 2004, 17:31
- Forum: phpwcms Discussion
- Topic: New phpwcms version- when? I can't wait!!!
- Replies: 18
- Views: 8161
- Wed 2. Jun 2004, 22:42
- Forum: phpwcms Support English
- Topic: Article List in Templates
- Replies: 2
- Views: 1740
- 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 ...