Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Official Bug Thread for FireBoard v1.0.1 (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Re:Official Bug Thread for FireBoard v1.0.1
#12155
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 5 Months ago  
Won't stay closed.
osirisjem (User)
This is my Personal Text
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12260
Prevent FB to capture reg-only Itemid's 1 Year, 5 Months ago  
Prevent FB to capture reg-only Itemid's
For some reasons i want to show the link to comprofiler only for registered users, but the links in the Welcome message are still looking for this menu item.

file (patched):
class.fireboard.php [build 103] starting from line 39
[code:1] //Community Builder
if ($fbConfig['cb_profile'])
{
$query = "SELECT id FROM #__menu WHERE link = 'index.php?option=com_comprofiler' AND published=1 AND access gid; // fixed by rybik
$database->setQuery($query);
$CB_Itemid = $database->loadResult();

define("FB_CB_ITEMID", (int)$CB_Itemid);
define("FB_CB_ITEMID_SUFFIX", "&Itemid=" . FB_CB_ITEMID);
}[/code:1]

I don't know if there's any other place to fix, but this one works.
rybik (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12453
Re:Prevent FB to capture reg-only Itemid's 1 Year, 5 Months ago  
I don't know, if this is the right place but I want the developers to point at this issue. This Forum here has a different version. But here the memberlist and the sorting is very corrupted.

Please have a look at this issue.

Greetings Jo_shi
Jo_shi (User)
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 94810168 Gender: Male Location: Switzerland Birthdate: 1981-07-10
Logged Logged
 
 
The administrator has disabled public write access.  
#12973
Doesn't really work in Internet Explorer 7 1 Year, 5 Months ago  
jakorsme (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/06/26 20:06 By jakorsme.
 
The administrator has disabled public write access.  
#13140
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 5 Months ago  
the message box is very small when i use the joomla style

www.bestofjoomla.com/component/option,co...d,66/id,13138/#13138
dhgamers (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male erikmasa5@hotmail.com Location: Tilburg Birthdate: 1989-01-03
Logged Logged
 
The administrator has disabled public write access.  
#13670
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 5 Months ago  
Bug: User management page in control panel displaying junk code.

Link: www.bestofjoomla.com/component/option,co...d,66/id,13871/#13871
neovita (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/07/05 17:09 By neovita.
 
 
The administrator has disabled public write access.  
#14588
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 4 Months ago  
Flood protection will not allow posts if set to anything other than zero.

The thread is in the v1.0.0 section but also applies to v1.0.1.

www.bestofjoomla.com/component/option,co...ew/id,6023/catid,65/
whouse (Moderator)
FB Support Team
Moderator
Posts: 648
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Please mark all resolved threads as SOLVED.
If you start a thread and the original topic is resolved, please edit the subject title of the original thread with SOLVED: at the beginning please.
 
The administrator has disabled public write access.  
#15804
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 4 Months ago  
Hi,

I create some bugfix for "Show recent messages" - it propably should
sort last messages in chronologic order (sorted by datetime of message).

To fix that modify your components/com_fireboard/template/default/latestx.php file in about 66 line to:

[code:1]// get all the threads with posts in the specified timeframe
$database->setQuery("SELECT MAX(c.time) AS msgtime,a.thread,b.subject FROM #__fb_messages AS c LEFT JOIN #__fb_messages AS a ON c.thread=a.thread LEFT JOIN #__fb_messages AS b ON a.thread=b.thread WHERE a.time >'$querytime' AND b.parent=0 AND a.catid IN ($ResultSet) AND a.moved != 1 GROUP BY a.thread ORDER BY msgtime DESC LIMIT 100"«»);[/code:1]

Enjoy :laugh:
goldman (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#15918
Re:Official Bug Thread for FireBoard v1.0.1 1 Year, 4 Months ago  
Wrong version number showing in component list.
A: what you need to do is:
- open 'fireboard.xml'
- go to line 9
- find 1.0.0 - beta
- change to 1.0.1 - beta

Wrong version number showing in adminpanel
A: what you need to do is:
- open 'fireboard_config.php'
- go to line 103
- find $fbConfig['version']='1.0.0-beta';
- change to $fbConfig['version']='1.0.1-beta';

Good luck
MCRoadkill (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Gender: Male MCRoadkills - Evo 2 Site Location: Zwolle, The Netherlands
Logged Logged
 
Greetz Michel
a.k.a. MCRoadkill
MC-Online.nl
 
The administrator has disabled public write access.  
#16516
Unable to add a new category 1 Year, 4 Months ago  
I installed FireBoard v1.01 and migrated JoomlaBoard database to it. I love FB, but it fails to add new categories correctly.
As soon as I add a new category, lots of "...." shows up before all the existing categories and ends up in the following error message
when I try to edit the category:
"Fatal error: Out of memory (allocated 33292288) (tried to allocate 16487 bytes) in /joomla/administrator/components/com_fireboard/admin.fireboard.php on line 1579"
kohyin (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top