1751
Catzwolf
Re: Multiselect in preferences - how do I?
  • 2003/10/20 23:49

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Mithy,

Have a look at the new mydownloads module, it will show you exactly what you are looking for m8



1752
Catzwolf
Re: Adding the group permission feature to your module
  • 2003/10/13 2:02

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


All modules as from 2.1.0 will be updated in one way or another and yes most of these will have the new groupaccess features in someway or another.

I am also working on updating the my_downloads module at the moment, new feature is the ability for admin and user to submit uploads. Finally! LOL



1753
Catzwolf
Re: Javascript-errors!
  • 2003/10/11 3:14

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

vzbob wrote:
Quote:

francis wrote:
Those who use XOOPS 2.0.5 and older modules may have experienced that the javascripts are not working.

Solution: Make a copy of an xoops204 version of include/xoopsjs.php and copy it to the include folder of xoops205.

This works for me!


On my site in the includes folder there are 2 files xoopsjs.php & xoopx.js, which 1 is being used in 2.0.5.



The xoopsjs.php is no longer needed now and can be safely deleted



1754
Catzwolf
Re: Word Censoring and Bytes in Downloads
  • 2003/10/10 23:05

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

phlewis wrote:
Don't know about the word censoring issue, but I am having the same problem with the bytes in downloads module not registering the bytes amount.

I am using XOOPS 2.05.



I Have fixed this and will be releasing an updated version of mydownloads. This version also has the ability of uploads and I have changed the admin side for easier easier handing.



1755
Catzwolf
Re: wfsections - Comments visible for everyone
  • 2003/10/6 11:57

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Sorry m8,

Been caught up with a 100 and 1 other things.

There is no way that you can hide these comments, as these are handled by the core and not WF-Section. Even if the article is limited to a user group.

I will talk to Kazu and maybe the new groupaccess can handle this.



1756
Catzwolf
Re: dynamic sub-menus - proposal to change xoops menus
  • 2003/10/6 10:32

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


try something like this:

global $xoopsDB;

$result = $xoopsDB->queryF("SELECT * FROM " . $xoopsDB->prefix("wfschannel") . " WHERE defaultpage = 0 ORDER by weight");
$i = 1;
while(list($CID, $pagetitle, $maintext, $weight, $groupid, $html, $smiley, $xcodes ) = $xoopsDB->fetchRow($result))
{
if (checkAccess($groupid))
{
$modversion['sub'][$i]['name'] = $pagetitle;
$modversion['sub'][$i]['url'] = "index.php?pagenum=" . $CID . "";
}
$i++;
}



1757
Catzwolf
Re: wf-section & agenda-x in waiting content block
  • 2003/9/30 17:25

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


This is the code that will allow you to have wf-sections in the waiting content block


if ($module_handler->getCount(new Criteria('dirname', 'wfsection'))) {
$result = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("wfs_article")." WHERE published=0");
if ( $result ) {
$block['modules'][8]['adminlink'] = XOOPS_URL."/modules/wfsection/admin/allarticles.php?action=submitted";
list($block['modules'][8]['pendingnum']) = $xoopsDB->fetchRow($result);
$block['modules'][8]['lang_linkname'] = _MB_SYSTEM_SUBWFS;
}
}
if ($module_handler->getCount(new Criteria('dirname', 'wfsection'))) {
$result = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("wfs_files")." WHERE submit=0");
if ( $result ) {
$block['modules'][9]['adminlink'] = XOOPS_URL."/modules/wfsection/admin/allarticles.php?action=submitted";
list($block['modules'][9]['pendingnum']) = $xoopsDB->fetchRow($result);
$block['modules'][9]['lang_linkname'] = _MB_SYSTEM_WFDLS;
}
}

ATB

Catz



1758
Catzwolf
Re: WFSection
  • 2003/9/29 22:53

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

Mikhail Miguel wrote:
Hi! Thank you for the feedback, Catzwolf! The problem: the high number of members (more than 12,000) was freezing the admin page... I 'solved' this problem erasing inactive users (just a palliative, I know)


Np Glad to see you got this issue sorted, I am surprised, as XOOPS should be able to handle a lot more than that?

Maybe time for a server change



1759
Catzwolf
Re: WFSection
  • 2003/9/29 15:41

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hi mikhail,

Whats the problem m8?



1760
Catzwolf
Re: Banner Management?
  • 2003/9/29 5:36

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Draven:

Send it to me and I will put this module on the WF-Section website




TopTop
« 1 ... 173 174 175 (176) 177 178 179 ... 185 »



Login

Who's Online

161 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits