11
xoobaru
Re: Bug Report: NewBB 4.3 No link to Poll Icon
  • 2013/2/3 17:16

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Quote:

No that was the old SVN.
As i wrote in the second post the url is:
http://svn.code.sf.net/p/xoops/svn/XoopsModules/newbb/branches
/


Understood, irmtifan, but as stated prior, there was no download provision so I am kinda sorta stuck with what appears to be the latest I can get my paws on.

12
irmtfan
Re: Bug Report: NewBB 4.3 No link to Poll Icon
  • 2013/2/4 2:38

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


@xoobaru:
Yes. unfortunately the new SVN system have this limitation. you have to use a tool like tortoise SVN.

latest Alfred: 10120
latest irmtfan: 10648 ( but i will commit today)

@flipse:
I show you what was the root of the issue in Alfred version was that commit. To fix it you need to revert that commit and back those line. so in newbb/header.php you should add:
$pollmodules NULL;
//$module_handler = &xoops_gethandler('module');
$xoopspoll = &$module_handler->getByDirname('xoopspoll');
if (
is_object($xoopspoll) && $xoopspoll->getVar('isactive')) {
        
$pollmodules 'xoopspoll';
} else {
    
//Umfrage
    
$xoopspoll = &$module_handler->getByDirname('umfrage');
    if (
is_object($xoopspoll) && $xoopspoll->getVar('isactive')) 
        
$pollmodules 'umfrage';
}


at the end of the file right above $xoopsLogger->stopTime('newBB_Header');

IMO we can do it in a cleaner way. I mean checking the existence of a poll module can be done in one place.

Quote:

to build one fantastic newbb branche?

IMO concerning the current features NEWBB is fantastic right now. It has all features a professional forum like VB has. Only one important feature is missing: a like/thank you system which need to build a separate module for the whole xoops like what is done by tag module.

13
Mamba
Re: Bug Report: NewBB 4.3 No link to Poll Icon
  • 2013/2/4 4:02

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Yes. unfortunately the new SVN system have this limitation. you have to use a tool like tortoise SVN.

He can also use this download tool
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

243 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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