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

Padrão newbbex_1.4_modinfo.php

 

NEWBBEX - Contents

<?php
// $Id: modinfo.php,v 1.12 2003/04/02 04:44:23 mvandam Exp $
// Module Info
// The name of this module
define("_MI_NEWBBEX_NAME","ForumEx");
// A brief description of this module
define("_MI_NEWBBEX_DESC","Forums module for XOOPS");
// Names of blocks for this module (Not all module has blocks)
define("_MI_NEWBBEX_BNAME1","Recent Topics");
define("_MI_NEWBBEX_BNAME2","Most Viewed Topics");
define("_MI_NEWBBEX_BNAME3","Most Active Topics");
define("_MI_NEWBBEX_BNAME4","Recent Private Topics");
define("_MI_NEWBBEX_BNAME5","Topics without answer");
define("_MI_NEWBBEX_BNAME6","Private Topics without answer");
define("_MI_NEWBBEX_BNAME7","Private and public topics without answer");
define("_MI_NEWBBEX_BNAME8","Forums statistics");
define("_MI_NEWBBEX_BNAME9","Recent private and public Topics");
define("_MI_NEWBBEX_BNAME10","Monthly statistics");
define("_MI_NEWBBEX_BNAME11","Last public and private posts since your last visit");
// Names of admin menu items
define("_MI_NEWBBEX_ADMENU1","Add Forum");
define("_MI_NEWBBEX_ADMENU2","Edit Forum");
define("_MI_NEWBBEX_ADMENU3","Edit Priv. Forum");
define("_MI_NEWBBEX_ADMENU4","Sync forums/topics");
define("_MI_NEWBBEX_ADMENU5","Add Category");
define("_MI_NEWBBEX_ADMENU6","Edit Category");
define("_MI_NEWBBEX_ADMENU7","Delete Category");
define("_MI_NEWBBEX_ADMENU8","Re-order Category");
// RMV-NOTIFY
// Notification event descriptions and mail templates
define ('_MI_NEWBBEX_THREAD_NOTIFY', 'Thread');
define ('_MI_NEWBBEX_THREAD_NOTIFYDSC', 'Notification options that apply to the current thread.');
define ('_MI_NEWBBEX_FORUM_NOTIFY', 'Forum');
define ('_MI_NEWBBEX_FORUM_NOTIFYDSC', 'Notification options that apply to the current forum.');
define ('_MI_NEWBBEX_GLOBAL_NOTIFY', 'Global');
define ('_MI_NEWBBEX_GLOBAL_NOTIFYDSC', 'Global forum notification options.');
define ('_MI_NEWBBEX_THREAD_NEWPOST_NOTIFY', 'New Post');
define ('_MI_NEWBBEX_THREAD_NEWPOST_NOTIFYCAP', 'Notify me of new posts in the current thread.');
define ('_MI_NEWBBEX_THREAD_NEWPOST_NOTIFYDSC', 'Receive notification when a new message is posted to the current thread.');
define ('_MI_NEWBBEX_THREAD_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post in thread');
define ('_MI_NEWBBEX_FORUM_NEWTHREAD_NOTIFY', 'New Thread');
define ('_MI_NEWBBEX_FORUM_NEWTHREAD_NOTIFYCAP', 'Notify me of new topics in the current forum.');
define ('_MI_NEWBBEX_FORUM_NEWTHREAD_NOTIFYDSC', 'Receive notification when a new thread is started in the current forum.');
define ('_MI_NEWBBEX_FORUM_NEWTHREAD_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New thread in forum');
define ('_MI_NEWBBEX_GLOBAL_NEWFORUM_NOTIFY', 'New Forum');
define ('_MI_NEWBBEX_GLOBAL_NEWFORUM_NOTIFYCAP', 'Notify me when a new forum is created.');
define ('_MI_NEWBBEX_GLOBAL_NEWFORUM_NOTIFYDSC', 'Receive notification when a new forum is created.');
define ('_MI_NEWBBEX_GLOBAL_NEWFORUM_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New forum');
define ('_MI_NEWBBEX_GLOBAL_NEWPOST_NOTIFY', 'New Post');
define ('_MI_NEWBBEX_GLOBAL_NEWPOST_NOTIFYCAP', 'Notify me of any new posts.');
define ('_MI_NEWBBEX_GLOBAL_NEWPOST_NOTIFYDSC', 'Receive notification when any new message is posted.');
define ('_MI_NEWBBEX_GLOBAL_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post');
define ('_MI_NEWBBEX_FORUM_NEWPOST_NOTIFY', 'New Post');
define ('_MI_NEWBBEX_FORUM_NEWPOST_NOTIFYCAP', 'Notify me of any new posts in the current forum.');
define ('_MI_NEWBBEX_FORUM_NEWPOST_NOTIFYDSC', 'Receive notification when any new message is posted in the current forum.');
define ('_MI_NEWBBEX_FORUM_NEWPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post in forum');
define ('_MI_NEWBBEX_GLOBAL_NEWFULLPOST_NOTIFY', 'New Post (Full Text)');
define ('_MI_NEWBBEX_GLOBAL_NEWFULLPOST_NOTIFYCAP', 'Notify me of any new posts (include full text in message).');
define ('_MI_NEWBBEX_GLOBAL_NEWFULLPOST_NOTIFYDSC', 'Receive full text notification when any new message is posted.');
define ('_MI_NEWBBEX_GLOBAL_NEWFULLPOST_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : New post (full text)');
define ('_MI_NEWBBEX_SMNAME1', 'Advance Search');
define ('_MI_NEWBBEX_SHOWMSG', 'Show private titles and forums ?');
define ('_MI_NEWBBEX_SHOWMSGDESC', 'When set to no, users can\'t see forums and posts they don\'t have access to');
?>

« Previous Chapter   NEWBBEX
  Next Chapter »

Contributors:
Created by beduino, 12-09-2007 at 12:17 AM
Last edited by beduino, 12-09-2007 at 12:17 AM
0 Comments , 207 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