Search found 8 matches

by nichri
Mon 9. Aug 2004, 22:17
Forum: phpwcms Feature Requests
Topic: Need your help translating backend
Replies: 70
Views: 40468

Greek language

It seems that I am the only Greek speaking user of phpwcms :D
If you are interested I can do the Greek translation
by nichri
Fri 23. Jul 2004, 08:00
Forum: hacks & enhancements
Topic: {NEWCATID}
Replies: 35
Views: 21564


You modify a hack for a function you need
use it like {NEWALL:no_of_latest_articles_to_be_shown} i.e. {NEWALL:10} gets the latest 10 articles from the whole site.

But that function already exist.

If you use {NEW:10} the result is the same, but it is a build in function :-).

:lol: I didn't ...
by nichri
Wed 21. Jul 2004, 14:13
Forum: hacks & enhancements
Topic: {NEWCATID}
Replies: 35
Views: 21564

rk wrote:What did you think about

Code: Select all

{NEW:max_count_links}	
Shows headline and date of last edited article 

Example: {NEW:5} - shows the last edited articles with headline and date
:D
I am not sure if I understand with your question.
by nichri
Sat 17. Jul 2004, 12:02
Forum: phpwcms Support English
Topic: admin cannot see private files of simple users
Replies: 1
Views: 786

admin cannot see private files of simple users

I noticed that the administrator cannot see the uploaded files if a simple user has set it to private.
Is there a way to be able to see these files?
by nichri
Fri 16. Jul 2004, 10:10
Forum: hacks & enhancements
Topic: {NEWCATID}
Replies: 35
Views: 21564

Modified replacement tag for newcatid

Thank you, I will give that a try!!

I found this new replacement tag very useful but then found out that I would rather get it a bit modified to show me the articles in all categories (from the whole cms) instead.

Here it is, I hope it is useful for somebody ...
by nichri
Wed 14. Jul 2004, 10:53
Forum: phpwcms Support English
Topic: File uploading/thumbnail problem
Replies: 26
Views: 7389

I increased the memory limit from 8M to 12M and worked w/o any errors!
Thnx for yr assistance :D
by nichri
Wed 14. Jul 2004, 10:39
Forum: phpwcms Support English
Topic: File uploading/thumbnail problem
Replies: 26
Views: 7389

No - the problem is your PHP process has not enough memory. A JPEG file that is 800K will often has around 10MB in memory because it is a compressed image format.

This value can be changed in php.ini only.

Oliver

Oliver I think you 're right :) I checked my php.ini and has a limitation as ...
by nichri
Tue 13. Jul 2004, 14:04
Forum: phpwcms Support English
Topic: File uploading/thumbnail problem
Replies: 26
Views: 7389

File uploading/thumbnail problem

Hi,
I installed phpwcms a few days ago and I must admit that the learning cycle for it is quite fast.
I have a problem when trying to upload pictures of file size 800-900k. It gives an error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6400 bytes) in /var/www/html ...