PEAK XOOPS - from news 1.1 to bulletin 2.0 in englishin japanese

Archive | RSS |
Site News
Site News : from news 1.1 to bulletin 2.0
Poster : GIJOE on 2006-07-17 06:43:58 (8949 reads)

in englishin japanese
I've just replaced the main news module of this site from news 1.1 to bulletin 2.0 made by suin.

bulletin 2.0 looks excellent code and has sufficient features.
And don't forget that bulletin 2.0 is the first Duplicatable V3 module with rich features.

I'm appreciated with your bug report of this site


XOOPS_ROOT_PATH/backend.php


<?php

define( 'BACKEND_DIRNAME' , 'news' ) ;
$_GET['page'] = 'rss' ;


require 'mainfile.php' ;
if( ! defined( 'XOOPS_TRUST_PATH' ) ) die( 'set XOOPS_TRUST_PATH in mainfile.php' ) ;

$module_handler =& xoops_gethandler( 'module' ) ;
$xoopsModule =& $module_handler->getByDirname( BACKEND_DIRNAME ) ;

$mydirname = BACKEND_DIRNAME ;
$mydirpath = XOOPS_ROOT_PATH.'/modules/'.BACKEND_DIRNAME ;
$mydirurl = XOOPS_URL.'/modules/'.$mydirname;

require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname

if( @$_GET['mode'] == 'admin' ) {
	require XOOPS_TRUST_PATH.'/modules/'.$mytrustdirname.'/admin.php' ;
} else {
	require XOOPS_TRUST_PATH.'/modules/'.$mytrustdirname.'/main.php' ;
}

?>


Related articles
Printer friendly page Send this story to a friend

Comments list

GIJOE  Posted on 2007/1/11 5:41
Thank you for the reporting!
I've just fixed them.
cebepuh  Posted on 2006/9/23 10:09
Although it might be a bit late to report bugs in the site it seems that the comments to some older news items are not attached to their corresponding news. see what I mean:

Preventing from time-out has the comments of the Speed up your XOOPS site updated article.

Also when selecting to view more than 5 articles in a category and clicking on the second page will restore the setting again to 5 articles per page.
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!