294131
finalfiler
Re: How to remove users from groups?
  • 2002/2/12 6:46

  • finalfiler

  • Documentation Writer

  • Posts: 111

  • Since: 2002/1/19


That's it! Just tried it in IE5.5 and the delete worked.

My usual browser is Netscape 6.2 on Windows and Mozilla on Linux.

OK XOOPS team, can we get a fix know that Razgo worked it out and I have confirmed it?

TIA
(PS sooner than later would be a bonus )



294132
Razgo
Re: How to remove users from groups?
  • 2002/2/12 6:26

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


I just found out I can remove a user from the user group if I am using IE6 web browser.

My problem was Mozilla web browser would not do it.



294133
finalfiler
Re: How to remove users from groups?
  • 2002/2/10 8:29

  • finalfiler

  • Documentation Writer

  • Posts: 111

  • Since: 2002/1/19


Quote:

onokazu wrote:
What exactly do you get after you push the delete button? does it take you to another page, or nothing happens?


Nothing and the same (group edit) page remains up.

I have turned the debug/ error messages on as per one of your previous posts but no message appears when clicking
Many thanks




294134
onokazu
Re: How to remove users from groups?
  • 2002/2/10 7:22

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


What exactly do you get after you push the delete button? does it take you to another page, or nothing happens?



294135
finalfiler
Re: How to remove users from groups?
  • 2002/2/9 20:50

  • finalfiler

  • Documentation Writer

  • Posts: 111

  • Since: 2002/1/19


Is there any chance one of the XOOPS team can give me an answer to this, or at least give me a hint where I start tracking the problem, for example the code section I should look at to see what's going on?

TIA



294136
finalfiler
Re: How to remove users from groups?
  • 2002/2/9 1:39

  • finalfiler

  • Documentation Writer

  • Posts: 111

  • Since: 2002/1/19


If you read my initial post, that is exactly what I am doing. But nothing happens when the delete, back button, whatever you want to call it, is clicked.





294137
netwize
Re: How to remove users from groups?
  • 2002/2/8 22:00

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


theres two box below,

left one contains members not in the group
rite one contains members in the group

..
to remove a user, just click on the name in the rite box and click on the left arrow.

.
the name will now be transfer to the left box

..
you are done.

.



294138
finalfiler
How to remove users from groups?
  • 2002/2/8 21:08

  • finalfiler

  • Documentation Writer

  • Posts: 111

  • Since: 2002/1/19


I am assured this function is working, ie

ADMINISTRATION MENU > SYSTEM ADMIN > GROUPS > REGISTERED USERS MODIFY > EDIT MEMBERS OF THIS GROUP >

and

SELECT Member(s) from "Members" list box
Click "Delete"

But this does NOT work for me. It can only be because I am too stupid and uneducated to complete the process.

Given the my lack of commonsense and education can someone explain to me how members can be removed from a specific group.


Many thanks





294139
wanderer
Xoops v1.0 RC2 BUG fixed - 2002-02-06_01

Xoops v1.0 RC2 BUG fixed - 2002-02-06_01

1.visitors2
bug file:
modules/visitors2/include/modules/top_domain.module.php

dec:
visitors2 ,the month view always loading bug

fix
line 9

global $gDB, $gData;

change to

global $xoopsDB, $gData;

2.memberslist
bug file:
modules/memberslist/index.php

dec:
memberslist can no paging

fix:
line 146

$result = $xoopsDB->query($select.$where.$sort,0,$max,$min) or die($xoopsDB->error() );

change to

$result = $xoopsDB->query ($select.$where.$sort,$max,$min) or die($xoopsDB->error() );


FROM : goghs



[ Edited by w4z004 on 2002/2/6 5:34:49 ]



294140
onokazu
Re: PostgreSQL support?
  • 2002/2/6 4:16

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, we will be working on that, but it may be after the final release







Login

Who's Online

629 user(s) are online (312 user(s) are browsing Support Forums)


Members: 0


Guests: 629


more...

Donat-O-Meter

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

Latest GitHub Commits