1451
phppp
Re: Newbb forums admin error SOLVED !!!!!!!!!
  • 2004/3/11 22:28

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25





1452
phppp
online handling bug
  • 2004/3/11 18:28

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


I notice that the online info is only updated in the b_system_online_show().

Imagine #1: If only webmasters have access to online block, then webmasters can see only themselves, neither other members nor anonymous.
Imagine #2: If the online block is allowed to be displayed only on the first page, and one user happends to stay inside a module or go across modules directly, then the user has no chance to update his online info hence will be considered as offline.

any comments?




1453
phppp
Re: Newbb forums admin error
  • 2004/3/11 13:32

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


my suggestion:
Don't try newbb_P, newbb_E before your find out the reason.

such hacks are originated from newbb and with more opportunities of creating bugs than the original version.



1454
phppp
Re: Newbb forums admin error
  • 2004/3/10 16:16

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


suspending progress:

for vicbiz's server, error_reporting is turned off.
hence no bug info.
Have to wait...

look forward to info from other sites.



1455
phppp
Re: How to get an email when a user has activated their accout???
  • 2004/3/10 16:13

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


forget one item

xoops 2.06?



1456
phppp
Re: How to get an email when a user has activated their accout???
  • 2004/3/10 16:09

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


The root user.php file?
Only the red part?

That's what I did.



1457
phppp
Re: Newbb forums admin error
  • 2004/3/10 15:23

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


The mods select is broken after one option

<select name='mods[]' size='5' multiple='multiple'>
<
option value="1">user #1</option>


need to check more



1458
phppp
Re: Newbb forums admin error
  • 2004/3/10 15:18

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


quick check:
The same problem for both IE and NS

checking more ...



1459
phppp
Re: How to get an email when a user has activated their accout???
  • 2004/3/10 14:38

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


user.php

LINE #129
} else {

// hack by phppp
$xoopsMailer =& getMailer();
$xoopsMailer->useMail();
$xoopsMailer->setTemplate('activated.tpl');
$xoopsMailer->assign('SITENAME', $xoopsConfig['sitename']);
$xoopsMailer->assign('ADMINMAIL', $xoopsConfig['adminmail']);
$xoopsMailer->assign('SITEURL', XOOPS_URL."/");
$xoopsMailer->setToUsers($thisuser);
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
$xoopsMailer->setFromName($xoopsConfig['sitename']);
$xoopsMailer->setSubject(sprintf(_US_YOURACCOUNT,$xoopsConfig['sitename']));
$xoopsMailer->send();
// hack by phppp

redirect_header('user.php',5,_US_ACTLOGIN);
}



1460
phppp
Re: Newbb forums admin error
  • 2004/3/10 14:28

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


I would try if anyone could allow me to enter his administation area ...




TopTop
« 1 ... 143 144 145 (146) 147 148 »



Login

Who's Online

229 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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