Вынужден выразить недоумение
В общих настройках в конфигурациях не нашел...
Общие настройки форумов
Настройки куков
Личные сообщения
Общие настройки форумов и пользователей
Настройки аватар
Установки фото в профиле
COPPA Settings
Настройки e-mail
Нигде нет и намека на объявления.
Нужен мод: Автора темы в ГЛАНС 2.0.0
-
- phpBB 1.4.1
- Сообщения: 49
- Стаж: 19 лет 2 месяца
возможно конечно и не правильно... а можит есть несколько версий этого мода?
Просто на сколько я понял там не затрагивались настройки...
Подскажите что отвечает за прописание поля для указания ID форума
#################################################################
## Mod Title: Glance
## Mod Version: 1.0.0
## Author: Xpert < xpert@phpbbguru.net > http://www.phpbbguru.net
## Description: Show board announcements and recent topics on index
## page of your board. Will check the authorization of users
## and only show allowed topics.
##
## Installation Level: Easy.
## Installation Time: 5 Minutes
## Files To Edit (3): index.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## Included Files (2): glance.php
## glance_body.tpl)
##############################################################
## For Security Purposes, Please Check: http://www.phpbbguru.net/mods/ for the
## latest version of this MOD.
##############################################################
##
## Author Notes:
##
## This work is based on the original "At a glance" script by
## blulegend aka Jack Kan.
##
## You can customize some settings at settings section of glance.php
##
##############################################################
## MOD History:
##
## 2004-06-14 - Version 1.0.0
## - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------
#
index.php
#
#-----[ FIND ]-----------------------------------
#
//
// Generate the page
//
$template->pparse('body');
#
#-----[ BEFORE, ADD ]-----------------------------------
#
include($phpbb_root_path . 'glance.'.$phpEx);
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Glance
$lang['Glance_anno_heading'] = 'Board Announcements';
$lang['Glance_anno'] = 'New mod - Glance<br />is here!'; // just simple html
$lang['Glance_recent_heading'] = 'Recent discussions';
#
#-----[ OPEN ]------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]-----------------------------------
#
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]-----------------------------------
#
{GLANCE_OUTPUT}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Просто на сколько я понял там не затрагивались настройки...
Подскажите что отвечает за прописание поля для указания ID форума
#################################################################
## Mod Title: Glance
## Mod Version: 1.0.0
## Author: Xpert < xpert@phpbbguru.net > http://www.phpbbguru.net
## Description: Show board announcements and recent topics on index
## page of your board. Will check the authorization of users
## and only show allowed topics.
##
## Installation Level: Easy.
## Installation Time: 5 Minutes
## Files To Edit (3): index.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## Included Files (2): glance.php
## glance_body.tpl)
##############################################################
## For Security Purposes, Please Check: http://www.phpbbguru.net/mods/ for the
## latest version of this MOD.
##############################################################
##
## Author Notes:
##
## This work is based on the original "At a glance" script by
## blulegend aka Jack Kan.
##
## You can customize some settings at settings section of glance.php
##
##############################################################
## MOD History:
##
## 2004-06-14 - Version 1.0.0
## - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------
#
index.php
#
#-----[ FIND ]-----------------------------------
#
//
// Generate the page
//
$template->pparse('body');
#
#-----[ BEFORE, ADD ]-----------------------------------
#
include($phpbb_root_path . 'glance.'.$phpEx);
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Glance
$lang['Glance_anno_heading'] = 'Board Announcements';
$lang['Glance_anno'] = 'New mod - Glance<br />is here!'; // just simple html
$lang['Glance_recent_heading'] = 'Recent discussions';
#
#-----[ OPEN ]------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]-----------------------------------
#
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]-----------------------------------
#
{GLANCE_OUTPUT}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
C Праздником!