201
onokazu
Re: Admin for Members List Module
  • 2002/2/13 19:32

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The easiest way to get rank info for each user in the membesrlist is to do like this

$rank = $userinfo->getRank();

Now, $rank['title'] holds the title of user rank and $rank['image'] holds the name of image file for the rank. You can only do this after line 181 in index.php though, where each user object $userinfo is instantiated.



202
onokazu
Re: Admin for Members List Module
  • 2002/2/12 14:33

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


That sounds cool..



203
onokazu
Re: How to remove users from groups?
  • 2002/2/12 14:31

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Quote:

finalfiler wrote:
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




Ok, i've found what was causing this problem.
Open modules/system/groups/group.php
on line 152 find the following codes:

echo "<form action='admin.php' method='post' />";

change the above line to

echo "<form action='admin.php' method='post'>";

This should work in mozilla.



204
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?



205
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



206
onokazu
Re: screenshots in weblinks
  • 2002/1/14 17:10

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yep, this is a known bug, and will be fixed in the next version.



207
onokazu
Re: Top Dowloads Block: Links right but missing TITLE
  • 2002/1/10 3:11

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


thanks for the report.

in mydownloads/singlefile.php, on line 52

change

$title = $myts->makeTboxData4Show($title);

to

$dtitle = $myts->makeTboxData4Show($title);



208
onokazu
Re: Request to Expand Sections
  • 2002/1/4 18:49

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, all the features you listed are to be included in the new sections module.



209
onokazu
Re: A couple of questions on blocks...
  • 2002/1/4 12:28

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


2) The main menu is auto-generated, so it cannot be edited from the admn section. The content field of the blocks form for modules blocks is to add additional contents to each block. You can add your contents to either before or after the original cotents of a module block.



210
onokazu
Re: Main Menu?
  • 2002/1/3 7:29

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Did you chmod 666 all files under the "cache" folder under "system" module? The contents of main menu is written into a file called "mainmenu.txt" under this folder.

Also some other modules have its own "cache" folder and files in those folder must also be chmod 666.
hope this helps




TopTop
« 1 ... 18 19 20 (21) 22 »



Login

Who's Online

142 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

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

Latest GitHub Commits