Joo!BB - Making Community
Joo!BB - Joomla! Bulletin Board
Board Index
Posts by Reteip
Welcome, Guest

by Reteip on 11/03/2008 12:26
Post Re: Problem registering new member

I had the same problem. By changing the % to %s in the language file after the Action Failed message i got an report back that complained over an SQL field 'pm_enabled' that's not in my database.

I (temporary) worked around te problem by commenting out line 133 in com_joobb\system\joobbuser.php

Code

133  // $this->_joobbUserTable->pm_enabled = $joobbConfig->getUserSettingsDefaults('enable_private_message');


This fixed the problem for me. But of course it's a workaround. Properly a new implemented function that didn't install correct?


Reteip | Joined Board: 11/01/2008 14:33 | Last Visit: 11/04/2008 08:34
Joo!BB - Newie
Registered
Posts: 6
Offline Member is Offline
View all users posts


by Reteip on 11/01/2008 17:21
Post Re: Dutch translation

Hi, The Normal, Sticky and Announced values are filled in "views/edittopic/view.html.php on line 311, 315 and 321.

The values are hard coded, so there's (not yet) an translation value in the INI files for it.

For the Yes and No values: All select boolean lists are using the JHTML::_() function like this :

JHTML::_('select.booleanlist', $tag_name, '', $selected);

But instead of using 4 arguments they should use the following function overload:
JHTML::_('select.booleanlist', $tag_name, $tag_attribs, $selected, $yes, $no, $id ) ;

And make the $yes and the $no translatable


Reteip | Joined Board: 11/01/2008 14:33 | Last Visit: 11/04/2008 08:34
Joo!BB - Newie
Registered
Posts: 6
Offline Member is Offline
View all users posts

Last Edit on 11/01/2008 17:29


by Reteip on 11/01/2008 14:37
Post Upload attachment doesn't work.

In the new beta release (0.7.6) i can select an image in a post as attachment. I can press the attach button and the filename is shown. But when i post te message the image is not shown in the message.

Maybe a feature request : can you make it possible to add an attachment when you create a new topic? Now the option is only shown (unfortunatly not working) when a user creates a reply.


Reteip | Joined Board: 11/01/2008 14:33 | Last Visit: 11/04/2008 08:34
Joo!BB - Newie
Registered
Posts: 6
Offline Member is Offline
View all users posts

Last Edit on 11/03/2008 12:30


Joo!BB - Joomla! Bulletin Board

Copyright © 2007 - 2012 Joo!BB Project - All rights reserved.