151
demian
Re: How to display latest registered in my theme?
  • 2009/2/6 11:56

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


for total registered members

in theme
<{php}>

$member_handler =& xoops_gethandler('member');
$total $member_handler->getUserCount();
echo 
'Registered Users: ';
echo 
$total;<{/php}>



in custom block
Quote:

try put this php code in custom block ** content type (phpscripts)

$member_handler =& xoops_gethandler('member');
$total $member_handler->getUserCount();
echo 
'Registered Users: ';
echo 
$total;




https://xoops.org/modules/newbb/viewtopic.php?topic_id=33684&forum=20&post_id=146413




152
demian
Re: Module/block which displays how many users were online today
  • 2009/2/2 22:55

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


thank you zyspec..yup it works


Quote:

1. is it possible to exclude members by ID - Example i want to exclude my username (admin) listed in the list

2. what about avatar..can it be included ?


anyone know on how to modified the code to show the above ?



153
demian
Re: ftp type module
  • 2009/2/1 15:49

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


maybe you can try this

http://dev.xoops.org/modules/xfmod/project/?xplorer



154
demian
Re: Module/block which displays how many users were online today
  • 2009/2/1 15:11

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


extra question

1. is it possible to exclude members by ID - Example i want to exclude my username (admin) listed in the list

2. what about avatar..can it be included ?

thanks..and sorry if this is too much




155
demian
Re: Module/block which displays how many users were online today
  • 2009/2/1 14:57

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


thanks zyspec..

blank page--i got this error

Call to undefined function isarray() in class\xoopsblock.php(147) : eval()'d code on line 7






156
demian
Re: Module/block which displays how many users were online today
  • 2009/2/1 1:36

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


Bump

Quote:
This was cool indeed.
can i make a little suggest and that is to have all membernames in the block who have visit too..



would be cool to have this...list of members online today

if i'm not mistaken arabxoops.com have this feature..

mowaffak can you share this ?



157
demian
Re: Problem with Mastop Go2 module (spotlight module)
  • 2009/1/13 16:42

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


don't know if the auto-resize feature of XOOPS 2.3 cause this

Quote:

Xoops 2.3 comes with automatic image resizing : the image becomes clickable and opens in a new window at full size. Sometimes you need to fine tune this effect, or simply to deactivate.
You will know how to set this below.
Simply go to /class/textsanitizer/image/config.php ,and set the proper values for :

// Click to open an image in a new window
'clickable' => 1,
// Resize the image
'resize' => 1,
// Maximum width of an image displayed on page, otherwise it will be resized
'max_width' => 300,


so you can change the max width


maybe you can also try mytabs 2.2 alpha

http://xuups.googlecode.com/files/XOOPS2_mod_mytabs_2.2_alpha_trabis.zip

by trabis

demo here: xuups.com

but please be warned that this alpha will be redesign as said by trabis..so the final and alpha will be different

more info here
https://xoops.org/modules/newbb/viewtopic.php?post_id=303846#forumpost303846



158
demian
Re: real state - ¿open-realty intregrated into xoops?
  • 2009/1/11 1:56

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


try turn on the debug... admin-preferences/
and see if there is any message



http://www.mdxprod.com/modules/news/article.php?storyid=211




159
demian
Re: Modules working with XOOPS 2.3
  • 2009/1/11 1:49

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


Burning...

i visited the frxoops repositoryhttp://www.babylonbyxoops.net

it is super nice, congratulations... maybe some suggestion

- to include minimum php/mysql version and the module release date
- to include some screenshot of module

mamba

i wish i was a good programmer..

a. why don't ask help from the guys at instant-zero

if we look at their repository..its like it support multi-category..look in the module section
http://xoops.instant-zero.com/modules/mydownloads/index.php


b. or ask help from frxoops..

i think their revamp repository is good but need some improvement






160
demian
Re: Modules working with XOOPS 2.3
  • 2009/1/10 17:38

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


what about xoops.org repository ?

i think it need updates too




TopTop
« 1 ... 13 14 15 (16) 17 18 19 ... 21 »



Login

Who's Online

155 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 155


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