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.


Messages - Aleksey

Pages: 1 [2] 3
16
Да.. действительно нет такой проблемы. Буду разбираться...
Правда я ошибся, не одинарные ковычки а обычная двойная ковычка. Но на 1.7.3 это не влияет.
Единственное что если назвать картинку
Code: [Select]
="test"=  или  =""""""= то при просмотре категории или на главной странице, название такое отображаться не будет в 1.7.3
Но это в принципе не критично.. нечего так извращаться с названиями :)

17
По английски я напишу коряво, поэтому опишу по русски...
Проблема в том, что когда пользователь называет фотографию
Code: [Select]
='''''''''= (одинарные ковычки) то в предыдущем фото это вызывает ошибку.
В моем случае у меня выводятся картинки предыдущей и следующей фотографии.
Поэтому когда открываем фотографию и в следующем фото содержится фотка с критичным для mysql названием это вызывает ошибку и остановку скрипта. Соответственно темплейт на этом тоже рвется и все съезжает.

Можно ли как-то запретить называть фото плохими символами?

18
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 07, 2006, 12:51:34 PM »
oops) sorry.. Thanks Vano :)

19
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 06, 2006, 12:33:28 PM »
How set quota size in 50 kilobyte for uload avatar? This possible?

20
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: July 28, 2006, 09:48:50 AM »
How limit size upload avatar? Like no more 50 kb..

21
Please help   Script version 1.7.2
Analog problem on http://funchecks.fu.funpic.de/problem.JPG i fix this code

Quote
1. Цffne die Datei / open file->  \includes\functions.php

2. Finde Code / find code:

Code:
$text = replace_url($text);
3. Ersetze mit / remove with:

Code:
if ($html !== 2) {
      $text = nl2br(trim($text));
      $text = replace_url($text);
}

But in control panel admin / settings - Bad words list.  Asteriks replaced my swear words in cirillic codepage 
 if i use backup file  /includes/functions.php  then all ok :(  How fix?  Thanks

22
this mod in version 1.7.2 works fine
but then UPLOAD PHOTO  title =
Quote
<a href="./categories.php?cat_id=711" class="clickstream">[18] Вечеринки</a> | Загрузить фото | Солнечногорская фотогалерея
  :lol:

23
Discussion & Troubleshooting / Re: Error in 4images 1.7.2 release
« on: March 22, 2006, 09:08:37 AM »
Нет.. :) я тоже ставил чистую установку 1.7.2 для теста и br все равно ставился.
Смотрю это все в Internet Explorer
Так же хотелось бы узнать.. Если описаний нет совсем и поставить в админке cellspacing/padding =0
категории сблизятся на расстояние что туда не влезет знако-место?

24
Discussion & Troubleshooting / Re: Error in 4images 1.7.2 release
« on: March 21, 2006, 06:07:42 PM »
Скажу по русски :) В галерее версии 1.7.1 , когда у категорий небыло никакого описания, то код
Code: [Select]
{if cat_description}<span class="smalltext">{cat_description}</span><br />{endif cat_description}
не ставил тэг br в темплейте. Потому как условие не выполнялось по логике. И все категории отображались с нормальным расстоянием между строками. А в галерее 1.7.2 даже если нет никакого описания, то тэг br все равно ставится и получается слишком большой отступ.
По этому теперь пришлось удалить эту строчку совсем.

25
Discussion & Troubleshooting / Re: Error in 4images 1.7.2 release
« on: March 21, 2006, 11:37:06 AM »
no no no :)  if not use cat_description then categories must  have minimum space on vertical polarization. :)
But function "IF" not work in category_bit.html
Code: [Select]
{if cat_description}<span class="smalltext">{cat_description}</span><br />{endif cat_description}
this if not work and BR is not disable...

26
Discussion & Troubleshooting / Re: Error in 4images 1.7.2 release
« on: March 20, 2006, 03:43:22 PM »
if change Cellspacing or Cellpadding in admin panel, this changes not work on categories...   
Если по русски, то изменения не происходят. Должны меняться отступы таблиц в которых содержатся ссылки на категории. На главной странице и в подкатегориях...

demo this bug  http://www.sunchat.ru/foto/index.php
I select Cellspacing=0 and Cellpadding=0 in admin panel, but not work...   for best view border=1

28
Discussion & Troubleshooting / Error in 4images 1.7.2 release
« on: March 20, 2006, 02:49:24 PM »
In admin panel /  settings / Category settings    not work Cellspacing   and  Cellpadding
This error in /includes/functions.php

if use functions.php 1.7.1 all works is fine...   1.7.2 - not work...
Please fix this...
 

29
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: March 19, 2006, 09:41:00 AM »
in fresh 1.7.2 this mod works fine

30
How exclude characters on register new user?
Need only A-Za-z and russian А-Яа-я
And EXCLUDE FOREVER
Code: [Select]
!@#$%^&*()-=}{]['"  :)
Please...

Pages: 1 [2] 3