Hi!
This is the Hungarian translation for 1.4.1
http://www.profi-media.com/~roti/etc/se ... 41_utf.zip
Roti
Search found 20 matches
- Mon Jan 19, 2009 2:27 pm
- Forum: Development
- Topic: Hungarian translation.
- Replies: 7
- Views: 9936
- Mon Jan 19, 2009 1:18 pm
- Forum: Installation
- Topic: Cannot redeclare serendipity_ini_bool()
- Replies: 3
- Views: 2835
- Sat Jan 17, 2009 9:16 pm
- Forum: Installation
- Topic: Cannot redeclare serendipity_ini_bool()
- Replies: 3
- Views: 2835
Cannot redeclare serendipity_ini_bool()
Hi!
I get this error calling serendipity_admin.php after upgrade (xdebug enabled) :
Fatal error: Cannot redeclare serendipity_ini_bool() (previously declared in ./include/functions_installer.inc.php:21) in /home/roti/public_html/serendipity/include/functions_installer.inc.php on line 23
Call ...
I get this error calling serendipity_admin.php after upgrade (xdebug enabled) :
Fatal error: Cannot redeclare serendipity_ini_bool() (previously declared in ./include/functions_installer.inc.php:21) in /home/roti/public_html/serendipity/include/functions_installer.inc.php on line 23
Call ...
- Mon Mar 03, 2008 9:40 pm
- Forum: Plugins
- Topic: New feature for the statistics-plugin
- Replies: 4
- Views: 4049
fix
Hi!
This is monday, and I found a bug in my code, if it is monday or sunday.
The following rows should be added to serendipity_plugin_statistics.php line 196, right after
$lastmonday = date('Ymd', strtotime('last monday'));
$nextsunday = date('Ymd', strtotime('next sunday'));
to check if it is ...
This is monday, and I found a bug in my code, if it is monday or sunday.
The following rows should be added to serendipity_plugin_statistics.php line 196, right after
$lastmonday = date('Ymd', strtotime('last monday'));
$nextsunday = date('Ymd', strtotime('next sunday'));
to check if it is ...
- Wed Feb 27, 2008 10:30 pm
- Forum: Bugs
- Topic: Help - Spam Protector STILL not working
- Replies: 5
- Views: 5417
- Wed Feb 27, 2008 10:03 pm
- Forum: Bugs
- Topic: Help - Spam Protector STILL not working
- Replies: 5
- Views: 5417
admin cant reply to comment if captcha enabled
(I realized that I had to take 'Force captchas after how many days' to 0 to test captchas instantly.)
My problem is:
When captchas are enabled, and accepted a comment as admin, I try to answer to it.
At the window, I dont have the captcha, and after posting the reply, I get this error:
'Your ...
My problem is:
When captchas are enabled, and accepted a comment as admin, I try to answer to it.
At the window, I dont have the captcha, and after posting the reply, I get this error:
'Your ...
- Tue Feb 26, 2008 2:45 pm
- Forum: Development
- Topic: Hungarian translation.
- Replies: 7
- Views: 9936
done
Hi!
I have finished the translation of serendipity to Hungarian.
http://www.profi-media.com/~roti/etc/lang.zip
I have a suggestion:
in serendipity_config.inc.php, the languages should have their own name, like
'hu' => 'Magyar', // 'hu' => 'Hungarian',
I am going on with the modules. Not all ...
I have finished the translation of serendipity to Hungarian.
http://www.profi-media.com/~roti/etc/lang.zip
I have a suggestion:
in serendipity_config.inc.php, the languages should have their own name, like
'hu' => 'Magyar', // 'hu' => 'Hungarian',
I am going on with the modules. Not all ...
- Tue Feb 26, 2008 2:28 pm
- Forum: Plugins
- Topic: New feature for the statistics-plugin
- Replies: 4
- Views: 4049
done
Hi!
I have implemented the idea.
Here it is the code:
http://www.profi-media.com/~roti/etc/serendipity_event_statistics.zip
Fixed an error with sqlite:
there is not function: REPLACE
Visitor/day + visitor/week with settings.
Adjusted the code, and the lang file.
Translated to hungarian too ...
I have implemented the idea.
Here it is the code:
http://www.profi-media.com/~roti/etc/serendipity_event_statistics.zip
Fixed an error with sqlite:
there is not function: REPLACE
Visitor/day + visitor/week with settings.
Adjusted the code, and the lang file.
Translated to hungarian too ...
- Mon Feb 18, 2008 10:55 pm
- Forum: Plugins
- Topic: TinyMCE WYSIWYG editor
- Replies: 96
- Views: 80158
- Mon Feb 18, 2008 9:49 pm
- Forum: Development
- Topic: _SESSION problem
- Replies: 10
- Views: 14226
- Fri Feb 15, 2008 4:10 pm
- Forum: Development
- Topic: _SESSION problem
- Replies: 10
- Views: 14226
- Fri Feb 15, 2008 2:58 pm
- Forum: Development
- Topic: _SESSION problem
- Replies: 10
- Views: 14226
- Fri Feb 15, 2008 2:37 pm
- Forum: Plugins
- Topic: TinyMCE WYSIWYG editor
- Replies: 96
- Views: 80158
- Thu Feb 14, 2008 10:34 pm
- Forum: Development
- Topic: _SESSION problem
- Replies: 10
- Views: 14226
- Thu Feb 14, 2008 10:15 pm
- Forum: Development
- Topic: _SESSION problem
- Replies: 10
- Views: 14226
Solved
Finally I solved it:
I had to add this:
ini_set("url_rewriter.tags", "a=href,area=href,frame=src,iframe=src,input=src,form=fakeentry");
to
serendipity_config_local.inc.php
maybe it should be a default at install
I had to add this:
ini_set("url_rewriter.tags", "a=href,area=href,frame=src,iframe=src,input=src,form=fakeentry");
to
serendipity_config_local.inc.php
maybe it should be a default at install