1341
trabis
Re: Group's Image
  • 2008/10/16 21:35

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


It depends of what you want to do, where you want your flag to display.

Also depends on your XOOPS API knowledge.

Generaly, you could use XOOPS member handler (kernel/member) function "getGroupsByUser" and play with the result.



1342
trabis
Re: looking for a free Developer
  • 2008/10/15 0:04

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Yeah, that is really a shame, I would do it for €1400.



1343
trabis
Re: XOOPS 2.3: WF-Links & MyTube compatibility
  • 2008/10/13 23:00

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


That is why it is called XOOPS 2.3 and not XOOPS 2.0.19.
Some incompatibilities may arise as XOOPS goes forth.
Modules must walk together, otherwise we would still be using XOOPS 1.0 modules.



1344
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/10/11 12:07

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Here is a bug for you:
My tabs is making $xoops_contents to become true and this can cause an empty box to appear in your front page.

Please edit mytabs/class/tab and delete the empty line(218) after the closing tag '?>'

Sorry for this.



1345
trabis
Re: Xoops 2.3.x debugger - bug or feature?
  • 2008/10/9 12:51

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

Debug info should be visible to all users: administrators, members and anonymous. Disclosure of sensitive information should not be a concern in case debug mode is enabled since it is for debugging not for production.


Sometimes I need to debug on a live site. If I upgrade my site to 2.3 I will surely want to turn debug on so I can fix expected errors. Sometimes I need 100 users online and timers on to check performance, add cache to blocks, change modules preferences, etc.

Live sites have bugs, harder is to find a site with no bugs.
I´m sure that bugs reported on xoops.org foruns do not come just from localhost.





1346
trabis
Re: xoops 2.3 error
  • 2008/10/7 22:32

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Those are not errors, they are notices(from xoops) and they are there for developers to know that new methods should be used in XOOPS 2.3

Looks ugly but do not worry.




1347
trabis
Re: Xoops 2.3.1 RC shows wrong date?
  • 2008/10/7 22:26

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You can edit modules/system/admin/users/main.php

Around line 175 find this:
$newuser->setVar("name"$name);
$newuser->setVar("uname"$username);
$newuser->setVar("email"$email);
$newuser->setVar("url"formatURL($url));
$newuser->setVar("user_avatar",'blank.gif');


And add this line bellow:
$newuser->setVar("user_regdate"time());








1348
trabis
Re: xoops 2.3 error
  • 2008/10/7 21:38

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Nice to notice,
and your question is?



1349
trabis
Xoops 2.3.x debugger - bug or feature?
  • 2008/10/7 21:35

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I have noticed that debbuging info is being displayed to everybody and not just for admins (as in 2.0.18)

We can find the reason at class/logger.php around line 167:
/**
     * Output buffering callback inserting logger dump in page output
     */
    
function render$output ) {
        global 
$xoopsUser;
        if ( !
$this->activated/* || !$xoopsUser || !$xoopsUser->isAdmin()*/ ) {
            return 
$output;
        }
        
$this->renderingEnabled $this->activated false;
        
        
$log $this->dump$this->usePopup 'popup' '' );

        
$pattern '<!--{xo-logger-output}-->';
        
$pos strpos$output$pattern );
        if ( 
$pos !== false ) {
            return 
substr$output0$pos ) . $log substr$output$pos strlen$pattern ) );
        } else {
            return 
$output $log;
        }
    }


As you can see the check was commented out.
My question is:

Is this a bug or a feature?

IMHO, I like to be able to debug my site without having to close it.
Showing debug info to anonymous is a serious security risk ( and is not pretty).

Thanks.



1350
trabis
Re: Contact the developer of a module
  • 2008/10/5 9:30

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You should contact the developer of xmovie, not yogurt.




TopTop
« 1 ... 132 133 134 (135) 136 137 138 ... 190 »



Login

Who's Online

76 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 76


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