161
mjoel
Re: Serious security issue Anything@chatterzx.cn
  • 2010/1/20 15:33

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


china ?

http://www.reuters.com/article/idUSTRE60J20820100120

lol...

i got spam registration from russia... november-december last year 2009 in my site

i have blocked ru emails using the method above



162
mjoel
Re: Best way to have review module for products
  • 2010/1/4 14:56

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Publisher module by trabis is also a good choice



163
mjoel
Re: Php code that lists users from a specific group?
  • 2010/1/4 14:39

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


i'm not a coder...
but here's what i use to show 8 random member in a php custom block

to show only members from a group..you need to edit the sql select statement to include the groups_user_link table and groupid

my php coding sucks..let the more experience tell you how to do that

in the mean time you can test this

if the user have no avatar...it will show an image i uploaded in uploads folder called blank-avatar.gif

$count=0;
global 
$xoopsDB;
echo 
"<table><tr>";
$sql "SELECT distinct uid, uname, user_avatar FROM ".$xoopsDB->prefix("users")."  ORDER BY RAND() LIMIT 8";
$result $xoopsDB->query($sql);

while (list(
$uid$uname,$user_avatar) = $xoopsDB->fetchRow($result) ) {
$count++;
if (
$user_avatar == 'blank.gif')
{
echo 
"<td><a href='".XOOPS_URL."/userinfo.php?uid=".$uid."'><img src='".XOOPS_URL."/uploads/blank-avatar.gif' title='".$uname."' border='0' alt='".$uname."' height='48' width='48'><br />".$uname."</a></td>";
}

else

{
echo 
"<td><a href='".XOOPS_URL."/userinfo.php?uid=".$uid."'><img src='".XOOPS_URL."/uploads/".$user_avatar."' title='".$uname."' border='0' alt='".$uname."' height='48' width='48'><br / >".$uname."</a></td>";
}

if(
$count == 4)

 {

  
$count=0;

  echo 
"</tr><tr>";

 }}

echo 
"</tr></table>";



164
mjoel
Re: Merry Christmas and Happy New Year 2010
  • 2009/12/31 13:51

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Lol why are we in front of computer and surfing xoops.org right now

we should be out there partying...lol...Love XOOPS




Happy New Year everyone !!!!!!!!



165
mjoel
Re: Missing Bottom Block in theme
  • 2009/12/24 11:54

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Hi burning

once you finished updating the themes, i think you better publish it in the xoops.org news for better publicity

indeed the old themes are nice..thank you for bringing it back to life..



166
mjoel
Re: Cleanse database
  • 2009/12/24 1:29

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


1. xoopscare

http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XoopsCare/xoops2-mod_xoopscare1.4.zip/download


2.https://xoops.org/modules/news/article.php?storyid=4063



167
mjoel
Re: Profile: select user (only 200 users)
  • 2009/12/24 1:00

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


i remember there is thread of discussing this but i just can't found it, you need to change some line..



168
mjoel
Merry Christmas and Happy New Year 2010
  • 2009/12/24 0:58

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


I would like to take this opportunity to wish all XOOPSERS all around the world a very happy and Blessed Christmas Day and Happy New Year 2010


Let us hope for a more exciting and great of XOOPS future in this coming year........

Resized Image


p/s: remember the reason for the season



169
mjoel
Re: Learning from others: Wordpress through the eyes of a xoops developer
  • 2009/12/12 8:54

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


** i know the reason of not having module besides the profile and PM in the core is to reduce the size of XOOPS installtion...

i think maybe there should be at least basic lightweight content module that user can use...or it will be nice if there is a core way to add content without using module juts like what other cms is doing.....

** or maybe a simple welcome CUSTOM BLOCK is activated right after installtion to guide on what they should do next as example where to download module, how to create custom block etc....




170
mjoel
Re: Integrate a gallery
  • 2009/12/6 5:09

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


http://support.sirium.net/modules/news/article.php?storyid=40

http://support.sirium.net/modules/mydownloads/visit.php?cid=1&lid=69




TopTop
« 1 ... 14 15 16 (17) 18 19 20 ... 28 »



Login

Who's Online

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


Members: 0


Guests: 126


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