1
hawkman1
Re: Group access
  • 2003/10/30 5:22

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


Quote:
you have a link for search use, search and later MARK the user and go to see a new option in the selector :


thanks!



2
hawkman1
Re: Group access
  • 2003/10/30 5:03

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


Quote:
i cant add people to my groups. i can delete them but not add them... any help?


have you resolved the problem? i meet the same trouble.



3
hawkman1
Re: Group access
  • 2003/10/30 5:00

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


I got the same trouble. please lend me a hand.



4
hawkman1
Is it a bug of xoops admin modules?
  • 2003/10/30 1:58

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


why i can not add a user to a new group?

just one text box and delete button show in the group admin page. and in the box is the current user in the group.



5
hawkman1
Re: how to add php code to a block? help!
  • 2003/10/24 5:39

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


"don't find"



6
hawkman1
why it does not work? php code in a block. help!
  • 2003/10/22 1:43

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


i add the following codes to a php block.

require (XOOPS_ROOT_PATH."/articles/global.php");
list_message(15,0);


but nothing displayed. but i use the same code in a .php file , it is fine , why? Help!!!!!!

the follwing is the function define:

function list_message($type,$setid)
{
global $list_num,$list_brief_num,$datetxt;
global $frame_color, $title_bgcolor, $title_txtcolor, $form_bgcolor1, $form_bgcolor2, $frame_width, $alert_txtcolor;

$aSoft = new CSoft;
$aSoft->open();
$aClass = new CClass;
$aClass->open();
$aCategory = new CCategory;
$aCategory->open();

$posList = $aSoft->FilterByClass($type, "1");
$num = count($posList);
if ($num <= 0) echo "don't find.";

if (empty($setid)) $setid = 0;

$realnum = $num - $setid;
for($i = 0; $i < min($realnum, $list_num); $i++)
{
$aSoft->setAbsolutePosition($posList[$i + $setid]);
$id = $posList[$i + $setid];
$aClass->find($aSoft->class_id);
$type2 = $aClass->class_name;
$sort1id = $aClass->class_category_id;

$aCategory->find($sort1id);
$type1 = $aCategory->category_name;
print "·$aSoft->name";
} // while
}



7
hawkman1
how to add php code to a block? help!
  • 2003/10/22 1:24

  • hawkman1

  • Just popping in

  • Posts: 7

  • Since: 2003/10/22


i add the following codes to a php block.

require (XOOPS_ROOT_PATH."/articles/global.php");
list_message(15,0);


but nothing displayed. Help!!!!!!

the follwing is the function define:

function list_message($type,$setid)
{
global $list_num,$list_brief_num,$datetxt;
global $frame_color, $title_bgcolor, $title_txtcolor, $form_bgcolor1, $form_bgcolor2, $frame_width, $alert_txtcolor;

$aSoft = new CSoft;
$aSoft->open();
$aClass = new CClass;
$aClass->open();
$aCategory = new CCategory;
$aCategory->open();

$posList = $aSoft->FilterByClass($type, "1");
$num = count($posList);
if ($num <= 0) echo "don't find.";

if (empty($setid)) $setid = 0;

$realnum = $num - $setid;
for($i = 0; $i < min($realnum, $list_num); $i++)
{
$aSoft->setAbsolutePosition($posList[$i + $setid]);
$id = $posList[$i + $setid];
$aClass->find($aSoft->class_id);
$type2 = $aClass->class_name;
$sort1id = $aClass->class_category_id;

$aCategory->find($sort1id);
$type1 = $aCategory->category_name;
// 显示列表记录
print "·$aSoft->name";
} // while
}




TopTop



Login

Who's Online

237 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 237


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