11
El_Jordo
Re: Mac user getting blank pages on loading a thread
  • 2004/2/27 15:49

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


No blank page for me, but I don't see the actual post text. Here's a screenshot. I have Mac OS X 10.3.2 with Safari 125.

The first thing to do whenever encountering a blank page is to turn on PHP debugging and see what warnings you get on that page.

I'm guessing there's something wrong with the template for displaying post text. Have you modified your newbb templates?



12
El_Jordo
Re: Access logs - where are they?
  • 2004/2/27 14:33

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


That would be a nice feature, but I don't think XOOPS records every login and logoff of every user.

The closest I have come is a module called blockutils.



13
El_Jordo
Re: wuold be practical: debug output just to admin's
  • 2004/2/27 14:01

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


Great idea! I wonder how easy it would be to implement. Can PHP debugging be turned on and off conditionally like that?



14
El_Jordo
Re: How to create a module?
  • 2004/2/26 1:40

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


You might start here.

The first and only module I've successfully done was accomplished by deconstructing an existing module, then modifying it to suit my needs.



15
El_Jordo
Re: How to customize "New user registration" e-mail
  • 2004/2/26 1:31

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


I don't think that's the right template to modify. My user registration doesn't require admin activation. And the e-mail that goes out to admins when admin activation is off doesn't seem to have a template. It all seems to come from the code I posted above.

Good suggestion, though. I wish it were that easy.



16
El_Jordo
Re: What Web Statistics Package Do You Use?
  • 2004/2/26 1:24

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


Quote:

bogart wrote:
Sorry if my question may sound stupid, but how do I enable php-stats to start logging stats for my XOOPS site? Where do I add the javascript line, in header.php or somewhere else?


After you log into the main php-stats interface, click Options. Scroll down until you see Javascript to put in your pages in order to activate stats monitoring.

Stick that somewhere in your theme.html file. I put it all the way at the bottom, just before the </body> tag.



17
El_Jordo
Re: How to customize "New user registration" e-mail
  • 2004/2/25 19:36

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


Anybody?



18
El_Jordo
Re: Menu System Like https://xoops.org
  • 2004/2/25 19:34

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


A very easy way to do this sort of thing is with either iMenu or MultiMenu.



19
El_Jordo
Re: How to customize "New user registration" e-mail
  • 2004/2/24 15:53

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


I found this block of code that seems to deal with new user registration notices. Can anybody give me a clue what to change?

Quote:
if ($xoopsConfigUser['new_user_notify'] == 1 && !empty($xoopsConfigUser['new_user_notify_group'])) {
$myts =& MyTextSanitizer::getInstance();
$xoopsMailer =& getMailer();
$xoopsMailer->useMail();
$member_handler =& xoops_gethandler('member');
$xoopsMailer->setToGroups($member_handler->getGroup($xoopsConfigUser['new_user_notify_group']));
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
$xoopsMailer->setFromName($xoopsConfig['sitename']);
$xoopsMailer->setSubject(sprintf(_US_NEWUSERREGAT,$xoopsConfig['sitename']));
$xoopsMailer->setBody(sprintf(_US_HASJUSTREG,$myts->oopsStripSlashesGPC($uname)));
$xoopsMailer->send();
}



20
El_Jordo
Re: quotes module
  • 2004/2/24 15:45

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


I've tried many times to get the Random Quotes module to work, but it shows the first quote in the list 9 out of 10 times in my experience. It needs some work.




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

258 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 258


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