|
From: Jon O. <jon...@us...> - 2008-01-28 22:21:11
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26348/mx_news/cache Added Files: data_global.php index.htm Log Message: New module. Based on the KB engine and reuse the core comments OO class to make a simple news/comments module, for wuick news. Very handy... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: data_global.php --- <?php $this->vars=array('config'=>array('enable_module'=>'0','module_name'=>'Download Database','wysiwyg_path'=>'modules/mx_shared/','site_logo'=>'http://phpbb2.mxbb.com/phpBB2/linkdb/images/web_logo88a.gif','site_url'=>'http://phpbb2.mxbb.com/phpBB2/','display_interval'=>'6000','lock_submit_site'=>'0','width'=>'88','height'=>'31','display_links_logo'=>'1','allow_no_logo'=>'0','split_links'=>'1','sort_method'=>'link_time','sort_order'=>'DESC','pagination'=>'10','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'1','use_comments'=>'0','internal_comments'=>'1','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'1','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'1','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'1','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'0','use_ratings'=>'0','votes_check_userid'=>'1','votes_check_ip'=>'1','show_pretext'=>'0','pt_header'=>'Link Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'2','notify_group'=>'0')); $this->vars_ts=array('config'=>1200260572) ?> |