Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - olgaart

Pages: [1]
1
Discussion & Troubleshooting / Wordlist problem (russian language)
« on: June 16, 2009, 06:48:21 PM »
Hi everybody,

I have problems with search wordlist created in the database, with russian words. Some of them are OK, some are split to peaces, and some are not accepted at all.

Like here:
 http://www.fotoclub.robertmagel.de/details.php?image_id=390&l=russian

Что мне снег, что мне зной, что мне дождик проливной!..
"проливной" ist stored in the database, and "дождик" is not accepted.
(Incorrect string value: '\xD0\xD0\xBE\xD0\xB6\xD0...' for column 'word_text' at row 1)

My database is coded in UTF.

Does anybody have a solution?

Best regards, Olga

2
User language preference, for registered user, stored in database,
that would be very usefull.

As an additional user field I have created  "user_lang" field in  table "users".
Based on $user_info['user_lang'] = "de" (for example), it should be possible to define a default user language directory "German",

if user not registered, the default language will stay as $config['language_dir']



3
Discussion & Troubleshooting / Cache Templates not working
« on: October 13, 2008, 11:36:09 AM »
Hallo everybody,

in my page_header.php script "Cache Templates" part is deactivated like this:
// Cache Templates
/*$template_list = 'header,footer,category_dropdown_form,user_logininfo,user_loginform';
if (isset($templates_used) && $templates_used != "") {
  $template_list = $template_list.",".$templates_used;
}
$site_template->cache_templates($template_list);*/

If I activate it, my 4images site can not find templates any longer. What could be the problem? Does the activation of this bit make 4images performance faster?

Thanks in advance.

4
Discussion & Troubleshooting / Html in image details
« on: May 01, 2008, 06:53:15 PM »
Hello everybody,
I have one problem or question: what is the difference in html-code usage for image description from admin panel and by user?
E.g. code (for including audio file)
<embed src="http://www.fotoclub.robertmagel.de/music/kroshka.enot.avi.audio1.mp3" loop="false" autoplay="true" width="200" height="50"></embed>
is working from admin center, but is not working when a user writes it in description-

My site http://www.fotoclub.robertmagel.de/
 4images 1.7.5 

Many thanks  for any suggestions.

5
I woold like to show on the main page Top images of the week (or day, three days). That would be possible using "new images" set to 7 days. Is there any way to sort them using "rating" on the main page?
Many thanks

Pages: [1]