289861
onokazu
Re: Multiselect in preferences - how do I?
  • 2003/10/20 13:36

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Do you really have the formtype directive set as below?
See if you have the underscore line between 'select' and 'multi'.

$modversion['config'][1]['formtype'] = 'select_multi';




289862
ackbarr
Re: Output xoops info

Getting information about each user is a snap, the xoopsUser object contains properties for each of your desired fields:
$member_handler =& xoops_gethandler('member');
//Retrieve all users in our site
$members =& $member_handler->getUsers();

//Loop through each user and output desired fields:
foreach ($members as $obj) {
  echo(
'Member Name: ' $obj->getVar('name'));
  echo(
'ID #: ' $obj->getVar('uid'));
  echo(
'Joined: ' formatTimestamp($obj->getVar('user_regdate')));
  echo(
'Last Login: ' formatTimestamp($obj->getVar('last_login')));
  echo(
'Is Online?: ' $obj->isOnline());
}


For your second request, you are starting to ask for features that should probably be a module. So I would recommend a quick jaunt over to the Module Development documentation on the Xoops Wiki site



289863
ultimate
sql in cpanel problems
  • 2003/10/20 13:15

  • ultimate

  • Just popping in

  • Posts: 3

  • Since: 2003/10/20


i created sql database for XOOPS in cpanel and add user
but i got error message that sqlbase cannot be found on my server....
permissions are setted...
any ideas....?
thx
ulti



289864
ralf57
Re: How to show xoops content into a iframe?
  • 2003/10/20 13:06

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


I posted the solution in my previous post but...
it isn't perfect.
In fact the iframe's horizontal scrollbar appears with some modules like newbb or xoopsmembers and this is not elegant.
i'll try to make it better and repost if i success.



289865
Mithrandir
Re: Multiselect in preferences - how do I?

Array ( [0] => )


But I can't set it in the preferences, that's the problem.
I get the preference showing up with description and all - but the multi-select is not a select box, but a text line and I get the

Warning: htmlspecialchars() expects parameter 1 to be string, array given in [....]/class/module.textsanitizer.php on line 252

On top of the page.

(Sorry for blowing up like that, but it's just so frustrating that this functionality, which should make my life so easy is not working as I expected it)



289866
Auzze
Output xoops info
  • 2003/10/20 12:21

  • Auzze

  • Just popping in

  • Posts: 19

  • Since: 2002/6/1 2


HI..

I have been running a XOOPS site since May 1st 2003. I find XOOPS is great but I need to output some of XOOPS members info to a page.
How would I do this.

What I need to output
Members Name
ID#
When joined
Last Loged on.
If they are online.

Also I need to make a form to so the members can input some info, like time doing an activity. The times will also need to be added and outputed aswell.

Anyone willing to help me.

Auzze
http://www.vfbl.com




289867
ouioui
Re: Smarty templace with space
  • 2003/10/20 12:17

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Thank for your response...

I used a text editor ?

Best reagard bruno

NB : I used smarty to generate Php file. My purpuse is to generate a basic class. For example, classe/toto.php for a db table call toto.



289868
hrac
SOLVED: Re: Strange xoopsgallery problem
  • 2003/10/20 12:15

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


I added a few lines for collecting some stats with statistics module. I've fixed this problem with moving this line from header.php to footer.php.



289869
onokazu
Re: Multiselect in preferences - how do I?
  • 2003/10/20 12:01

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


what do you get when you do

print_r($xoopsModuleConfig['name']);



289870
joelg
Re: Unbelievable!! How do I enter content???
  • 2003/10/20 11:54

  • joelg

  • Just popping in

  • Posts: 22

  • Since: 2003/10/14


Thanks for the help - actually somebody had aleady pointed me at this point, that XOOPS is very much a matter of installing modules, an idea that I wasn't used to but which works very well.

Now that that is sorted out, I think that wfsection is the business for what I want to do.

But there is a point to make: I'm not a techie, so I'm starting with my requirements, and one of my key requirements is to be able to enter Russian - if XOOPS couldn't handle that then there wasn't any point going any further... I'll probably be more back later with more questions about wfsection







Login

Who's Online

84 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 84


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