11
andersa
Re: Admin cannot change user's email address
  • 2006/2/12 16:25

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


In my /modules/profile/admin/user.php
those lines you say need to be uncommented are already uncommented, and I still can't change the email address of a user.

I am running 2.2.4.
...



12
andersa
Re: Admin cannot change user's email address
  • 2006/2/12 16:09

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


I can at least confirm this bug. I had to go into myPhpAdmin and change the email address for one of my users manually.
...



13
andersa
Bugs in newbb, edit forum
  • 2006/2/12 13:08

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


It seems there are at least a couple of bugs in newbb2.0.2 when you use the edit forum page on the admin side.

I mentioned this in the newbb2 help forum as well on dev.xoops.org, but no response so far.

First of all I get this error:

Fatal error: Call to undefined function: xoopsformselect() in /home/kms/public_html/modules/newbb/class/formselectuser.php on line 34

I think I have a fix for this though:

Change

$this->XoopsFormSelect($caption, $name, $value, $size, $multiple);

to

$this->XoopsFormSelectUser($caption, $name, $value, $size, $multiple);

in the file that has the error. This reveals further problems though:

Fatal error: Call to undefined function: addoptionarray() in /home/kms/public_html/modules/newbb/class/formselectuser.php on line 47

Which seems to be caused by:
$this->addOptionArray($member_handler->getUserList($criteria));

So I am stuck here for now.
...



14
andersa
Re: Problem displaying blocks after upgrading to 2.0.10
  • 2005/6/11 22:22

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


Cool! It works now. Thanks!



15
andersa
Re: Problem displaying blocks after upgrading to 2.0.10
  • 2005/6/11 22:14

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


I have that file in modules/system/templates/
It had permissions 644 which I have now changed to 744 so it is the same as the other files in that directory.

I am not using a custom template set, I am using the default template set.

Was I supposed to run some update script after installing the 2.0.9.2 to 2.0.10 patch?

(Edit: It's still not working.)



16
andersa
Problem displaying blocks after upgrading to 2.0.10
  • 2005/6/11 21:54

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


All custom blocks are empty and I get this warning:

Warning [Xoops]: Smarty error: unable to read resource: "db:system_block_dummy.html" in file class/smarty/Smarty.class.php line 1084

What's up?



17
andersa
Re: Image manager inserts align attribute in img tag
  • 2005/1/9 20:18

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


Quote:

Mithrandir wrote:
Or one could put some style="clear:top;" in the templates...

BTW shouldn't that be clear:none;? I can't find a top value in the css specification.



18
andersa
Re: Image manager inserts align attribute in img tag
  • 2004/12/31 15:04

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


But that left aligns the picture, it doesn't center it? Well.. That's what I wanted anyway.. :)



19
andersa
Image manager inserts align attribute in img tag
  • 2004/12/31 13:31

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


Using the align attribute is deprecated and will cause severe rendering errors if you are not careful and doesn't take the usage of the align attribute into account when you create the rest of the html.

For instance in newbb2 the front page is rendered using div and span tags, and not table tags as you might expect. This is all fine and well, as long as the rest of your code is well behaved. However if you use an image tag with the align attribute in it (align="left" for instance), the image will cause text to wrap around it, and it doesn't stop when the current article ends, it will wrap proceding articles as well, which causes the rendering to be completely screwed up, in ALL browsers, including IE.

I think the align attribute should not be used, and we will have to live with some alignment issues until a solution can be found using css.



20
andersa
Session hijacking vulnerability in XOOPS 2.0.7.3
  • 2004/11/11 16:10

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


If you send a link to an article or forum post to someone, and the link contains the PHPSESSID, the recipient will be able to post under your name whether he is a member or not.

Shouldn't a session id be associated with some kind of other security check on the server side, for instance an IP number?




TopTop
« 1 (2) 3 4 »



Login

Who's Online

103 user(s) are online (65 user(s) are browsing Support Forums)


Members: 1


Guests: 102


Bleekk,

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