181
mjoel
Re: Comments issue
  • 2009/2/23 13:16

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:
No, due to the configuration option 'quickreply' of this, it is easy to isolate the needed code from newbb and to integrate it on the same way to a target module.


will love to see this



182
mjoel
Re: Comments issue
  • 2009/2/23 13:14

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:

As in regard to MyComments, I thought it is only for tracking comments by a user


i think ghia mean comment anywhere - a module by gijoe

http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=52&cid=6&easiestml_lang=xlang%3Aen




183
mjoel
Re: Comments issue
  • 2009/2/23 13:10

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


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

you can change the editor to be a basic editor



184
mjoel
Re: Horoscope, weather, thema, and comunauty module
  • 2009/2/6 13:08

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:
Each module in that site is heavily modified and requires a good knowledge of design and coding.

yup..maybe you can try contact the site owner..to ask if they would like to distribute the customized module..

Quote:

module communaute

it is a modified profile system..(yogurt+profile)
take at look at this thread

https://xoops.org/modules/newbb/viewtopic.php?post_id=302433#forumpost302433




185
mjoel
Re: Module/block which displays how many users were online today
  • 2009/2/6 12:38

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


this is nice but not all user want their name to be listed in the online list for privacy reason

..core/module developer should add feature where user can select to allow him or her to be listed in the online list or not just like in the IPB system

this should be add in core IMO

Quote:

demian wrote:
hipo..you can try this

https://xoops.org/modules/repository/singlefile.php?cid=89&lid=1303

its an old module..don't know if its safe to use...

i just tried it..it works..but maybe need more some tweak to improve it
screenshot
Resized Image

hope someone can update this module


+1 agree



186
mjoel
Re: Yogurt search members
  • 2009/2/6 12:33

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


ok This is based on these post
Quote:


Make sure you have this code by trabis in root/header.php..you can put it before the file closing tags ?>

$online_handler =& xoops_gethandler('online');
    
mt_srand((double)microtime()*1000000);
    
// set gc probabillity to 10% for now..
    
if (mt_rand(1100) < 11) {
        
$online_handler->gc(300);
    }
    if (
is_object($xoopsUser)) {
        
$uid $xoopsUser->getVar('uid');
        
$uname $xoopsUser->getVar('uname');
    } else {
        
$uid 0;
        
$uname '';
    }
    if (
is_object($xoopsModule)) {
        
$online_handler->write($uid$unametime(), $xoopsModule->getVar('mid'), $_SERVER['REMOTE_ADDR']);
    } else {
        
$online_handler->write($uid$unametime(), 0$_SERVER['REMOTE_ADDR']);
    }


next open yogurt/searchmembers.php

bfore
include_once XOOPS_ROOT_PATH.'/footer.php';


add this code
$user_online = new XoopsUser($xoopsUser->getVar('uid'));

if (
$user_online->isOnline())

{
    
$xoopsTpl->assign('user_online'true);

}



next open yogurt/templates/yogurt_searchresults.html
serach for
<td class="even"><{$users[i].avatar}></td>


and replace it with this

<td class="even"><{$users[i].avatar}>

<{if 
$user_online == true}>
             <
br />   <span style='color:#ee0000;'>Online</span><br />
<{else}>
        <
br />        <span style='color:#000000;'>Offline</span><br />
<{/if}> 

</
td>


clear cache...wallaaa..

tell me if it works..



187
mjoel
Re: Joomla Vs. Xoops
  • 2008/12/29 16:14

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


wow...

xoops with ajax ? social networking services ? this look promising

can't wait for XOOPS 3.0 to come

any other XOOPS 3.0 site example ?



188
mjoel
Re: Joomla Vs. Xoops
  • 2008/12/29 14:37

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:
In China, some XOOPS 3.0 test sites are available and the new features are amazing. Thanks for phppp and all XOOPS developers. XOOPS is a masterpiece indeed.


can you give us a link ? i want to see it too..what is the new features of 3.0 ?



189
mjoel
Re: Can I disable PMS on per user or per group basis??
  • 2008/12/29 10:28

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


you can create a new group eg (banned) and put the trouble members in the group and block their permission to use pm



190
mjoel
Re: Poster's status
  • 2008/12/24 23:22

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:

I tried to apply the same code in the yogurt friends page to show if a friend is online/offline, but i failed.

refer this
https://xoops.org/modules/newbb/viewtopic.php?topic_id=66999&forum=15&post_id=302548#forumpost302548




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



Login

Who's Online

154 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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