Bem-vindo(a) ao PORTAL X-TRAD
PORTAL X-TRAD  
Horários baseados na GMT -2. Agora são 04:42 AM.
  #1  

Padrão xhnewbb_1.31_modinfo.php

 

XHNEWBB - Contents

<?php
// $Id: modinfo.php,v 1.2 2004/12/20 04:23:18 gij Exp $
// Module Info
// The name of this module
define("_MI_XHNEWBB_NAME","Forum");
// A brief description of this module
define("_MI_XHNEWBB_DESC","Forums module for XOOPS");
// Names of blocks for this module (Not all module has blocks)
define("_MI_XHNEWBB_BNAME1","Topics");
define("_MI_XHNEWBB_BDESC1","This block can be used for multi-purpose. Of course, you can put it multiplly.");
// Names of admin menu items
define("_MI_XHNEWBB_ADMENU1","Add Forum");
define("_MI_XHNEWBB_ADMENU2","Edit Forum");
define("_MI_XHNEWBB_ADMENU3","Edit Priv. Forum");
define("_MI_XHNEWBB_ADMENU4","Sync forums/topics");
define("_MI_XHNEWBB_ADMENU5","Add Category");
define("_MI_XHNEWBB_ADMENU6","Edit Category");
define("_MI_XHNEWBB_ADMENU7","Delete Category");
define("_MI_XHNEWBB_ADMENU8","Re-order Category");
define("_MI_XHNEWBB_ADMENU_MYBLOCKSADMIN","Blocks& Groups");
define("_MI_XHNEWBB_ADMENU_MYTPLSADMIN","Templates ");
// configurations
define('_MI_XHNEWBB_ALLOW_TEXTIMG','Allow to dipslay external images in the post');
define('_MI_XHNEWBB_ALLOW_TEXTIMGDSC','If some attackers post an external image using [img], he can know IPs or User-Agents of users visited your site.');
define('_MI_XHNEWBB_ALLOW_SIGIMG','Allow to display external images in the signature');
define('_MI_XHNEWBB_ALLOW_SIGIMGDSC','If some attackers post an external image using [img], he can know IPs or User-Agents of users visited your site.');
define('_MI_XHNEWBB_USE_SOLVED','use the feature of SOLVED1');
define('_MI_XHNEWBB_USE_SOLVEDDSC','You can find the topic is solved or unsolved by the color of message icons etc.');
define('_MI_XHNEWBB_ALLOW_MARK','use the feature of MARKING');
define('_MI_XHNEWBB_ALLOW_MARKDSC','Registered users can mark each topics');
define('_MI_XHNEWBB_VIEWALLBREAK','page break number of viewallforum.php');
define('_MI_XHNEWBB_SELFEDITLIMIT','Time limit for users edit (sec)');
define('_MI_XHNEWBB_SELFEDITLIMITDSC','To allow normal users can edit his/her posts, set plus value as seconds. To disallow normal users can edit it, set 0.');
define('_MI_XHNEWBB_SELFDELLIMIT','Time limit for users delete (sec)');
define('_MI_XHNEWBB_SELFDELLIMITDSC','To allow normal users can delete his/her posts, set plus value as seconds. To disallow normal users can delete it, set 0. Anyway any parent posts cannot be removed.');
define('_MI_XHNEWBB_CSS_URI','URI of CSS file for this module');
define('_MI_XHNEWBB_CSS_URIDSC','relative or absolute path can be set. default: index.css');
// RMV-NOTIFY
// Notification event descriptions and mail templates
define ('_MI_XHNEWBB_THREAD_NOTIFY', 'Thread');
define ('_MI_XHNEWBB_THREAD_NOTIFYDSC', 'Notification options that apply to the current thread.');
define ('_MI_XHNEWBB_FORUM_NOTIFY', 'Forum');
define ('_MI_XHNEWBB_FORUM_NOTIFYDSC', 'Notification options that apply to the current forum.');
define ('_MI_XHNEWBB_GLOBAL_NOTIFY', 'Global');
define ('_MI_XHNEWBB_GLOBAL_NOTIFYDSC', 'Global forum notification options.');
define ('_MI_XHNEWBB_THREAD_NEWPOST_NOTIFY', 'New Post');
define ('_MI_XHNEWBB_THREAD_NEWPOST_NOTIFYCAP', 'Notify me of new posts in the current thread.');
define ('_MI_XHNEWBB_THREAD_NEWPOST_NOTIFYDSC', 'Receive notification when a new message is posted to the current thread.');
define ('_MI_XHNEWBB_THREAD_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post in thread');
define ('_MI_XHNEWBB_FORUM_NEWTHREAD_NOTIFY', 'New Thread');
define ('_MI_XHNEWBB_FORUM_NEWTHREAD_NOTIFYCAP', 'Notify me of new topics in the current forum.');
define ('_MI_XHNEWBB_FORUM_NEWTHREAD_NOTIFYDSC', 'Receive notification when a new thread is started in the current forum.');
define ('_MI_XHNEWBB_FORUM_NEWTHREAD_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New thread in forum');
define ('_MI_XHNEWBB_GLOBAL_NEWFORUM_NOTIFY', 'New Forum');
define ('_MI_XHNEWBB_GLOBAL_NEWFORUM_NOTIFYCAP', 'Notify me when a new forum is created.');
define ('_MI_XHNEWBB_GLOBAL_NEWFORUM_NOTIFYDSC', 'Receive notification when a new forum is created.');
define ('_MI_XHNEWBB_GLOBAL_NEWFORUM_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New forum');
define ('_MI_XHNEWBB_GLOBAL_NEWPOST_NOTIFY', 'New Post');
define ('_MI_XHNEWBB_GLOBAL_NEWPOST_NOTIFYCAP', 'Notify me of any new posts.');
define ('_MI_XHNEWBB_GLOBAL_NEWPOST_NOTIFYDSC', 'Receive notification when any new message is posted.');
define ('_MI_XHNEWBB_GLOBAL_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post');
define ('_MI_XHNEWBB_FORUM_NEWPOST_NOTIFY', 'New Post');
define ('_MI_XHNEWBB_FORUM_NEWPOST_NOTIFYCAP', 'Notify me of any new posts in the current forum.');
define ('_MI_XHNEWBB_FORUM_NEWPOST_NOTIFYDSC', 'Receive notification when any new message is posted in the current forum.');
define ('_MI_XHNEWBB_FORUM_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post in forum');
define ('_MI_XHNEWBB_GLOBAL_NEWFULLPOST_NOTIFY', 'New Post (Full Text)');
define ('_MI_XHNEWBB_GLOBAL_NEWFULLPOST_NOTIFYCAP', 'Notify me of any new posts (include full text in message).');
define ('_MI_XHNEWBB_GLOBAL_NEWFULLPOST_NOTIFYDSC', 'Receive full text notification when any new message is posted.');
define ('_MI_XHNEWBB_GLOBAL_NEWFULLPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post (full text)');
?>

« Previous Chapter   XHNEWBB

Contributors:
Created by beduino, 11-09-2007 at 11:57 PM
Last edited by beduino, 11-09-2007 at 11:57 PM
0 Comments , 161 Views
 

Favoritos



Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Article Tools
Modos de Exibição

Regras para Postagens
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178