Show all posts by user
Modules are small packages that increase or change the functionality of Phorum in some way, without changing any of the main Phorum code.
Re: как запустить php скрипт - 16 years ago
открываешь командную консоль переходишь к папке с console_convert.php и выполняешь путь_до_папки_с php/php.exe -f console_convert.phpby joys - Русская поддержка движка Phorum
Re: Параметры кэширования - 18 years ago
На мой взгляд оптимально для любого форума - ничего не кэшировать. Что и должно происходить без всяких настроек. Или есть проблемы?by joys - Русская поддержка движка Phorum
Re: очередная проблемка при апгрейде - 18 years ago
В таких случаях первым делом надо добиться чтоб скрипт начал выдавать ошибку , а не молчал, как партизан. По дефолту у многих хостеров это отключено Включается просто В начале php-скрипта необходимо добавить строки: ini_set (display_errors,On); ini_set (error_reporting, E_ALL);by joys - Русская поддержка движка Phorum
Re: Шаблоны, дизайн форума - 18 years ago
Настроек на отступы специальных нет. Все задается в шаблонах и стилях насчет кодировки. в файле include\db\config.php есть строка 'charset' => 'utf8' ? если да, то поменяй utf8 на windows-1251by joys - Русская поддержка движка Phorum
Re: Шаблоны, дизайн форума - 18 years ago
Для браузера firefox есть добавчик - панель web Developer toolbar C помощью этой панели, можно включить инструмент, который будет показывать с помощью какого стиля оформлен тот или иной элемент страницы.by joys - Русская поддержка движка Phorum
Re: Стоит ли оставаться на оффициальном форуме, или перейти на свой? - 18 years ago
QuoteЧего не хватает на сайте поддержки? каких функций вы бы хотели?] По-моему ничего выдумывать не надо. Сайт который позиционирует себя как русскоязычный официальный сайт поддержки какого либо продукта, должен содержать все, что есть на оригинальном сайте, только адаптированный для русскоязычных пользователей. Он должен дать возможность этим самым пользователям найти ответы на все вопросы, свяby joys - Русская поддержка движка Phorum
Re: Локализация (перевод на русский язык) форума - 18 years ago
Проблема с кодировкой бывает из-за несоответствия кодировки самого языкового файла и указания на кодировку в в html заголовке Вот там и надо искать.by joys - Русская поддержка движка Phorum
Re: Стоит ли оставаться на оффициальном форуме, или перейти на свой? - 18 years ago
Свое оно как-то лучше :)by joys - Русская поддержка движка Phorum
Re: Выбираю форум, несколько вопросов - 18 years ago
QuoteBasstrikerЗдесь мне не нужно идеального решения, достаточно, чтобы, как правило, пользователь не "вылетал" из авторизации при переходе на статическую html страницу и обратно на форум в одном и том же окне броузера. Здесь не стоит беспокоиться. Я думал, что речь идет об организации ограниченного доступа к html страницам, причем единого с форумом. QuoteА этот форум работает с utfby joys - Русская поддержка движка Phorum
Re: Выбираю форум, несколько вопросов - 18 years ago
QuoteBasstrikerА Ваш форум FoxPro Club тоже на движке phorum? Да, использую phorum с самых ранних версий. Думаю, организовать обсуждение статей несложно.by joys - Русская поддержка движка Phorum
Re: Выбираю форум, несколько вопросов - 18 years ago
1 Да, настраивается тип, размер, общее кол-во прикрепляемых файлов. Настойки для каждого форума свои можно сделать 2 Может вставлять. То есть если прикрепляется картинка, то можно ее показывать прямо в сообщении (мод такой есть). Для аватар такая возможность тож есть 3 Не понятно, что имелось ввиду. По поводу статических html страниц, с авторизацией не получится. Придется делать php и длby joys - Русская поддержка движка Phorum
Release 5.1.12 (Changeset 1037) - 20 years ago
Hi! In "quote" mode (if Enable quote hook) - htmlformated quoted body text like : MD (dd) <img class="mod_smileys_img" src="./mods/smileys/images/shuffle.gif" alt=":shuffle:" title=":shuffle:"/><br /> <br /> some text <br /> <br />by joys - 5.1 Phorum Support
Re: PM_REPLY_FLAG - 20 years ago
Quotemmakaay.. There's no code in pm.php to actually make use of this yet. This still has to be implemented... îê. Thanks.by joys - 5.1 Phorum Support
Re: PM_REPLY_FLAG - 20 years ago
Forgive for my English (Can be bad I has explained the problem.) Whether is in plans to use a field reply_flag (in phorum_pm_xref table) or me it is necessary to write own module?by joys - 5.1 Phorum Support
PM_REPLY_FLAG - 20 years ago
Hello! I wish to add the indicator about the answer to the PM in pm_list_incoming.tpl. Whether I can use this PHORUM_PM_REPLY_FLAG MESSAGES->reply_flag, It works? Thanks.by joys - 5.1 Phorum Support
Re: Bug(s) on 5.1.8 RC-2 - 20 years ago
Quotets77its the same bug which was fixed above. No, this another bug look at line 654 in mysql.php 654 $search_text="$message | $message | $message"; where mysql_escape_string() ?by joys - 5.1 Phorum Support
Bug in rebuild_search_table.php - 20 years ago
line 29 ...insert into {$PHORUM['search_table']} select message_id, concat(... but this no valid fields order for my $PHORUM['search_table'] must be insert into {$PHORUM['search_table']} (message_id,search_text,forum_id) select...by joys - 5.1 Phorum Support
Re: Phorum v3.3.2c to v5 - 20 years ago
file phorum3to5convert.php Quote Instructions: 1. Be sure your Phorum 3 is running a 3.4.x version. If you are running an older version of Phorum 3, first upgrade to 3.4.x.by joys - 5.1 Phorum Support
Re: Banned email (Bug or feature) - 20 years ago
In this case we need change error message for user Quote The e-mail address banned@email has been banned from use. Please use a different email address or contact the forum administratorsby joys - 5.1 Phorum Support
Banned email (Bug or feature) - 20 years ago
If user has banned email error message The e-mail address banned@email has been banned from use. Please use a different email address or contact the forum administrators. But he can't change email to valid because can't submit confirmation code because The e-mail address banned@email has been banned from use again displayed. phorum 5.1.6aby joys - 5.1 Phorum Support
Re: Yuri, i can't patch by your solution :( - 20 years ago
Hmm Oh sorry :) you need replace in list_threads.tpl style="padding-left: {ROWS->indent_cnt}px">{marker} on >{ROWS->indent} and in read_threads.tpl style="padding-left: {MESSAGES->indent_cnt}px">{marker} on >{MESSAGES->indent}by joys - 5.1 Phorum Modules / Add-Ons
Re: Tree lines like Phorum 3 module! - 20 years ago
in templates list_threads.tpl you need replace {ROWS->indent_cnt} on {ROWS->indent} read_threads.tpl {MESSAGES->indent_cnt} on {MESSAGES->indent} Next way to patch treeview.php befor 87 } 88 } after 87 } 88 $messages[$key]["indent_cnt"]=$messages[$key]["indent"]; 89 }by joys - 5.1 Phorum Modules / Add-Ons
Re: All pages link module - 20 years ago
Hi! Thank You for your consideration that my idea is usefull. And thanks once more for spending a lot of time for editing and forming the my module. The all maded changes I accept with gratitude.by joys - 5.1 Phorum Modules / Add-Ons
All pages link module - 20 years ago
This module add All pages link to paging FlatRead thread like Goto Page: 1 2 3 All in admin section you can limit max count pageby joys - 5.1 Phorum Modules / Add-Ons
Re: New mark at FlatRead mode module - 20 years ago
nice news :)by joys - 5.1 Phorum Modules / Add-Ons
Re: New mark at FlatRead mode module - 20 years ago
its a bug ;)by joys - 5.1 Phorum Modules / Add-Ons
New mark at FlatRead mode module - 20 years ago
This module add "new" flag for new message at Flat Read mode Usage: In read.tpl within {LOOP MESSAGES} .... {/LOOP MESSAGES} Insert code {IF MESSAGES->new}<span class="PhorumNewFlag">{MESSAGES->new}</span>{/IF}by joys - 5.1 Phorum Modules / Add-Ons
Bug in report.php - 20 years ago
v 5.1.õ file report.php 67 "edit_url" => phorum_get_url(PHORUM_MODERATION_URL, PHORUM_MOD_EDIT_POST, $message_id), result Use of undefined constant PHORUM_MOD_EDIT_POST to my mind must be phorum_get_url(PHORUM_POSTING_URL,'moderation', $message_id)by joys - 5.1 Phorum Support
Re: Russian for phorum 5.1.6 - 20 years ago
ïàðó ñëîâåé íå ïåðåâåäåíûby joys - 5.1 Phorum Language Files