| |
|
| Stats | |
| Goal: | $100.00 |
| Due Date: | May 31 |
| Gross Amount: | $65.00 |
| Net Balance: | $61.80 |
| Left to go: | $38.20 |
|
|
|
| Donations | |
| studioC ($25)May-17 | |
| Anonymous ($15)May-16 | |
| Anonymous ($25)May-4 | |




Fatal error: Call to a member function on a non-object in /srv/www/virt/my-domain.com/htdocs/include/cp_functions.php on line 135
Fatal error: Cannot redeclare adminmenu() (previously declared in /srv/www/virt/my-domain.com/htdocs/modules/news/admin/functions.php:39) in /srv/www/virt/my-domain.com/htdocs/modules/xoopsinfo/include/functions.php on line 15

Looks great.
Will see how to integrate with XOOPS 2.3
Let me know if you have interest to collaborate.



I test this probleme due to my last modification.
Thanks to all for your comment and reports
.NavMenu hr{
height:1px;
width:100%;
*width:120px;
...
}



The module has been integrated into XOOPS2.3 with a newly designed Cpanel GUI:
http://xoops.svn.sourceforge.net/view ... ocs/modules/system/class/
Meanwhile the module has been imported to SVN XoopsModules so that MusS can take care of:
http://xoops.svn.sourceforge.net/view ... ops/XoopsModules/thadmin/
<!-- scripts xoops.js and instructions header.php files-->
<script type="text/javascript" src="<{$xoops_url}>/include/xoops.js"></script>
<script type="text/javascript" src="<{$theme_js}>/adminmenu.js"></script>
<script type="text/javascript" src="<{$theme_js}>/ie5.js"></script>
<!-- png transparence under ie -->
<!--[if lte IE 6]>
<script type="text/javascript">
var WEBFX_PNG_PATTERN=".*.png";
var WEBFX_PNG_BLANK = "<{$theme_img}>/blank.gif";
</script>
<style type="text/css">
img { behavior: url(<{$theme_css}>/pngbehavior.htc); }
</style>
<![endif]-->
<script type="text/javascript">
/* preload images */
var arrow1 = new Image(4, 7);
arrow1.src = "<{$theme_icons}>/menuarrow1.gif";
var arrow2 = new Image(4, 7);
arrow2.src = "<{$theme_icons}>/menuarrow1.gif";
</script>

). Maybe we can let 'em skip a level and make the module names clickable? Same thing for the 'blocks' tab.
Fatal error: Cannot redeclare adminmenu() (previously declared in /my/path/modules/news/admin/functions.php:39) in /my/path/modules/xoopsinfo/include/functions.php on line 17