Search found 132 matches

by Nik2004
Tue 1. May 2007, 13:32
Forum: phpwcms Installation Troubleshooting English
Topic: How to update? (1.3 -> 1.3.2)
Replies: 13
Views: 6116

You are right, but you can copy them back in there from the backup (they are not many, I assume).
by Nik2004
Tue 1. May 2007, 13:03
Forum: phpwcms Installation Troubleshooting English
Topic: How to update? (1.3 -> 1.3.2)
Replies: 13
Views: 6116

Question: Would it be wrong to simply take a backup and then cp -Rv phpwcms_1.3.0-to-1.3.2.1_diff/* root_phpwcms_folder (so that all files are copied) and finally manually copy settings from individual files (or whole individual files) from the backup into the new directory hierarchy and do the db u...
by Nik2004
Tue 1. May 2007, 09:26
Forum: phpwcms Discussion
Topic: Latest Articles.. can anyone tell me
Replies: 4
Views: 2820

Thanks Jensensen

It worked. You were most helpful.
by Nik2004
Mon 30. Apr 2007, 22:51
Forum: phpwcms Discussion
Topic: Latest Articles.. can anyone tell me
Replies: 4
Views: 2820

Did you find a solution on this? I need to find out how to do it as well. (I use version 1.3.0)
by Nik2004
Sun 29. Apr 2007, 17:22
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18313

I changed to lower case but it's the same. It behaves as before. Nothing works. To make sure: what's the whole path of the directories you describe?
by Nik2004
Sat 28. Apr 2007, 22:45
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18313

Cannot use images in FCKEditor

I am using version 1.3.0 (upgraded from 1.1RC4). On article edit, when I click the icon "Insert/Edit Picture" (on FCKeditor toolbar - I am using phpwcms_default) I get the popup dialog showing a root folder ("/"). No images are in there. When I click the down arrow, nothing happe...
by Nik2004
Mon 16. Apr 2007, 09:56
Forum: phpwcms Support English
Topic: Greek searches - v.1.3
Replies: 6
Views: 2489

As mentioned in the beginning of the thread, see directions here: http://www.phpwcms.de/forum/viewtopic.php?t=10582
by Nik2004
Fri 13. Apr 2007, 11:47
Forum: phpwcms Support English
Topic: Greek searches - v.1.3
Replies: 6
Views: 2489

About greek search hack

You are right Oliver, but it was my only way out. If I could, I would do it in a more robust way, but I'm not a professional coder... I have to do it the easy way. You may want to do in a way so as searh works right when greek encoding is selected. I posted my solution in case it might help some oth...
by Nik2004
Wed 4. Apr 2007, 14:35
Forum: phpwcms Support English
Topic: Greek searches - v.1.3
Replies: 6
Views: 2489

I did it

I managed to do it: Add function in /include/inc_front/content/cnt_functions/cnt13.func.inc.php: function grchars_replace($text) { // convert all greek chars to lower case, non-accented ones for search **** $text = str_replace(chr(220), chr(225), $text); $text = str_replace(chr(193), chr(225), $text...
by Nik2004
Wed 4. Apr 2007, 14:33
Forum: phpwcms Support English
Topic: Article Sorting Order problems
Replies: 7
Views: 2375

Transferred to other thread

A reply here was related to another thread. This issue remains open.
by Nik2004
Wed 4. Apr 2007, 13:32
Forum: phpwcms Support English
Topic: Greek searches - v.1.3
Replies: 6
Views: 2489

Greek searches - v.1.3

Following this thread http://www.phpwcms.de/forum/viewtopic.php?t=13646 I tested search (using ISO-8859-7 and greek in MySQL) and I found that it does not work right. Searches should be case- and accent- INSENSITIVE, as per my message: http://www.phpwcms.de/forum/viewtopic.php?t=10582&highlight=...
by Nik2004
Wed 4. Apr 2007, 13:17
Forum: phpwcms Support English
Topic: Article Sorting Order problems
Replies: 7
Views: 2375

Article Sorting Order problems

I would like to sort articles by start date AND manual. So, if I manually set an order, this should take precendence over start date, but if no sort order is defined, then start date should be used. In Release 1.1RC4 I had done this by code hacking. However, Release 1.3 has option buttons to select ...
by Nik2004
Mon 2. Apr 2007, 14:38
Forum: phpwcms Installation Troubleshooting English
Topic: Problem in Admin login
Replies: 3
Views: 6390

Problem again

Now I am trying to set up on a new server. I have used: $phpwcms['site'] = 'http://www.unborn.gr/'; $phpwcms['DOC_ROOT'] = '/httpdocs'; $phpwcms['root'] = 'unborn1/unborn'; and I am having again the problem that all pages appear blank. It seems that some misconfiguration has taken place but I can't ...
by Nik2004
Sat 24. Mar 2007, 16:41
Forum: phpwcms Support English
Topic: Captcha text not displayed
Replies: 13
Views: 4864

Which host?

The strange thing is that GD and Freetype is compiled-in and working. The problem is that these two functions only do not work; but they insist that this compilation has been made to optimize stability and support of these two functions is not standard. I cannot agree with their reasoning, so I plan...
by Nik2004
Fri 23. Mar 2007, 22:13
Forum: phpwcms Support English
Topic: Captcha text not displayed
Replies: 13
Views: 4864

Found the cause, but no solution

I found why captcha code is not displayed: The PHP/GD function imagettftext() which is used by captcha component (solmetra) does not work. It does not produce errors, but it is simply ignored. Since GD/Freetype is compiled in PHP, I classified it as an error in PHP behaviour and I asked my host (sha...