1
micro
Re:blank page after posting in the forum?
  • 2004/10/14 14:19

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


no not really, i did not only had this problem in newbb ...

I got on every module working with notifications this error.
And so i changed it fitting to my needs.




2
micro
Re: blank page after posting in the forum?
  • 2004/10/11 6:27

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


so, since my problem appeared on every section with notification module i came to the point of changing the kernel notification.php

on line 99 is

$member_handler =& xoops_gethandler('member');
$user =& $member_handler->getUser($this->getVar('not_uid'));
$method = $user->getVar('notify_method');

where $user =& &mem..... returns a NULL-Ptr.
So $method = $user.... exits with failure causing the blank page.

$this->getVar('not_uid') does not return the User-ID.
Instead it seams it returns a static number ... NOT an User-ID.

No wonder it stops there ;)

but for a workaround, which looks pretty much like disabling notification, hehe, if there are errors:


$member_handler =& xoops_gethandler('member');
$user =& $member_handler->getUser($this->getVar('not_uid'));
if( $user == NULL )
return true;
$method = $user->getVar('notify_method');

then at least it will work again. May we soon get a fix?
Is there a fix?



3
micro
Re: blank page after posting in the forum?
  • 2004/9/7 20:54

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


So, until this issue is solved, on newbb the notifications switched to off helps.

:(





4
micro
Re: blank page after posting in the forum?
  • 2004/9/7 20:49

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


to add, I realized this error after deleting :)

not that it hasn´t been there before



5
micro
Re: blank page after posting in the forum?
  • 2004/9/7 18:09

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


Heya, im having the same problem now ...

It started after Deleting a Forum.

I get the same errormessages, but only smilies are missing.
Anyway, if someone knows the answer, plz hurry



6
micro
Newbb Forum, added entry is too long, destroys layout
  • 2004/1/9 14:00

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


Hi,

i got the following problem with my newbb.

If a user posts a statement without hitting Enter, it will be written all in one line.

So if this statement is now 1000 characters long, just for
example, the layout gets messed up.

It is printed in one line, so u have an horizontal scroll after. Not that nice if you have some Blocks on the right side.
I found nothing in the preferences to apply autonewline after 600 pixels or 400 charachters or any other thing.

So is there a possibility? May did i oversee something?
thx 4 help



7
micro
Re: Looking for mod almost like membersection
  • 2004/1/9 3:22

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


Thx a lot mate,
that Team Module was the perfect fiting thing for me.
A bit complicated (it took me 3 hours to get everything right) but very nice.

And nice features too !!



8
micro
Looking for mod almost like membersection
  • 2004/1/8 22:50

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


Hi, im looking for a module almost like the memberseciton,
but just showing members of a special group.

So we have a clanpage, where everybody can register, and we want an user-section (xoopsmemberlist) and an membersection
some section where only listed an extra created group called members.

Don`t know if it is possible with memberlist, but i did not find anything, otherwise some other module?



9
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 1:33

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


i put a strtolower around the last variable then it run,

thx a lot :)

looking forward to RC2 :)



10
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 0:53

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


so, i did a very bad workaround but im fine with it until

RC 2 is out

change line 145 in file viewcat.php

Quote:

$logourl = $myts->makeTboxData4Show($logourl);



to

Quote:


$logourl = "images/shots/" . $myts->makeTboxData4Show($logourl);





TopTop
(1) 2 3 »



Login

Who's Online

122 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 122


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