1
Dante7237
newbb 4.05 beta bug
  • 2011/10/7 18:55

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


When accessing I get 2 "Thanks for your submission" popups without having posted.

I disabled defacer to see if it was the source of the double popup, and saw no difference.
The more I know, the more I know that I really didn't wanna know.

2
Dante7237
Re: newbb 4.05 beta bug
  • 2011/10/8 17:53

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Further issues:
When accessing "Latest Posts"(newbb4.05b) using Google Chrome.
(No error with Opera )
----
A problem has occurred on our server!
Page is currently unavailable
We are working on a fix
Please come back soon ...
Error : Class XoopsProfileHandler does not exist
Handler Name: profile
----
Not sure if this is related but my logs reflect another error:
File does not exist: /home/?????/public_html/reguser/modules/newbb/images/img_errors.png, referer: http://infernallogic.com/reguser/modules/newbb/viewtopic.php?post_id=348
The more I know, the more I know that I really didn't wanna know.

3
Dante7237
Re: newbb 4.05 beta bug
  • 2011/10/11 15:10

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


The xoopsprofilehandler error is pretty consistent anytime you use Chrome as your browser, anywhere on a 2.5.3 site. I don't believe it to be module related.

I really need a fix for the admin display block at the top of the forums index.
It blows out the format without resizing down. BUT, it does resize correctly while "IN" a forum category or sub-forum.

Disabling defacer eliminated the duplicate pop-ups.
The more I know, the more I know that I really didn't wanna know.

4
timgno
Re: newbb 4.05 beta bug
  • 2011/10/12 11:35

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


the problem is chrome, it happened to me also try checking on other browsers

5
trabis
Re: newbb 4.05 beta bug
  • 2011/10/12 19:08

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


newbb is trying to use profile from Xoops 2.2(I guess). The code needs to be refactored.

Edit include/functions.welcome.inc.php and remove code from line 37
$categories = array();


to line 93:
endif;


line 37 and 93 is also to be removed.

6
Dante7237
Re: newbb 4.05 beta bug
  • 2011/10/12 19:29

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Thanks. That cleared up the Chrome crashes.

Now, I still would love to know where to correct this display format issue:
The admin display block at the top of the forums index.
It blows out the format without resizing down. BUT, it does resize correctly while "IN" a forum category or sub-forum.
The more I know, the more I know that I really didn't wanna know.

7
trabis
Re: newbb 4.05 beta bug
  • 2011/10/12 19:32

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

trabis wrote:
The code needs to be refactored


It can't be refactored,
this code was meant to display custom fields in the welcome post(post created automatically for new users) but it would cause a permission problem on current profile. Fields that would be shown for certain groups would be also displayed for users of other groups.

Just delete the code, basic functionality is already provided (links to profile and pm).

8
Dante7237
Re: newbb 4.05 beta bug
  • 2011/10/12 19:40

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Here are 2 links to demonstrate what I'm trying to describe:

This shows the blown out display:
http://infernallogic.com/reguser/modules/newbb/

This shows it correctly re-sized:
http://infernallogic.com/reguser/modules/newbb/viewforum.php?forum=26

*edit*
btw I did the 4.06 update hoping it would change things. Nope.
The more I know, the more I know that I really didn't wanna know.

9
trabis
Re: newbb 4.05 beta bug
  • 2011/10/12 20:07

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


templates/newbb_index.html

line 121
<td align="right" valign="middle"  width="25%">


Changing width value to 30% or 40% may work for you. Don't forget to set 'check templates for modification' in admin preferences or to delete you cache/smarty_compiles

10
Dante7237
Re: newbb 4.05 beta bug
  • 2011/10/12 20:35

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Changing that value does nothing. Yes I both cleaned the smarty cache as well as set in preferences to check for template mods.

I tried 40%
Then 10% just to be sure.

*edit*
Also just tried changing the align element for the table to "justify" instead of "right" with no change.
The more I know, the more I know that I really didn't wanna know.

Login

Who's Online

448 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 448


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits