This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_simpleboard/simpleboard_config.php
2012-09-18 20:02:43 +00:00

76 lines
2.3 KiB
PHP

<?php
$sbConfig['board_title']='';
$sbConfig['email']='matritumcantat@rodax-software.com';
$sbConfig['board_offline']='0';
$sbConfig['board_ofset']='0';
$sbConfig['offline_message']='<h2>Foro desactivado por mantenimiento<h2>
<p>Perdonad las molestias</p>';
$sbConfig['default_view']='flat';
$sbConfig['enableRSS']='0';
$sbConfig['enablePDF']='0';
$sbConfig['header']='Foro privado de Matritum Cantat';
$sbConfig['threads_per_page']='10';
$sbConfig['messages_per_page']='15';
$sbConfig['showHistory']='1';
$sbConfig['historyLimit']='6';
$sbConfig['showNew']='1';
$sbConfig['newChar']='!';
$sbConfig['disemoticons']='0';
$sbConfig['template']='matritum';
$sbConfig['rtewidth']='350';
$sbConfig['rteheight']='300';
$sbConfig['enableRulesPage']='0';
$sbConfig['enableForumJump']='0';
$sbConfig['username']='0';
$sbConfig['askemail']='0';
$sbConfig['showemail']='1';
$sbConfig['showstats']='0';
$sbConfig['postStats']='0';
$sbConfig['statsColor']='9';
$sbConfig['showkarma']='0';
$sbConfig['useredit']='1';
$sbConfig['editMarkUp']='1';
$sbConfig['allowsubscriptions']='0';
$sbConfig['wrap']='100';
$sbConfig['maxSubject']='50';
$sbConfig['maxSig']='300';
$sbConfig['regonly']='1';
$sbConfig['changename']='0';
$sbConfig['pubwrite']='0';
$sbConfig['floodprotection']='0';
$sbConfig['mailmod']='0';
$sbConfig['allowAvatar']='1';
$sbConfig['allowAvatarUpload']='0';
$sbConfig['allowAvatarGallery']='1';
$sbConfig['avatarHeight']='70';
$sbConfig['avatarWidth']='70';
$sbConfig['avatarSize']='40';
$sbConfig['allowImageUpload']='0';
$sbConfig['allowImageRegUpload']='0';
$sbConfig['imageHeight']='499';
$sbConfig['imageWidth']='499';
$sbConfig['imageSize']='50';
$sbConfig['allowFileUpload']='0';
$sbConfig['allowFileRegUpload']='0';
$sbConfig['fileTypes']='zip,txt,pdf';
$sbConfig['fileSize']='65';
$sbConfig['showranking']='0';
$sbConfig['rankimages']='0';
$sbConfig['rank1']='5';
$sbConfig['rank1txt']='Fresh Boarder';
$sbConfig['rank2']='10';
$sbConfig['rank2txt']='Junior Boarder';
$sbConfig['rank3']='20';
$sbConfig['rank3txt']='Senior Boarder';
$sbConfig['rank4']='40';
$sbConfig['rank4txt']='Expert Boarder';
$sbConfig['rank5']='50';
$sbConfig['rank5txt']='Gold Boarder';
$sbConfig['rank6txt']='Platinum Boarder';
$sbConfig['avatar_src']='cb';
$sbConfig['pm_component']='no';
$sbConfig['cb_profile']='0';
$sbConfig['badwords']='0';
$sbConfig['discussBot']='0';
$sbConfig['version']='1.1.0 Stable';
?>