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?
Go to bottom Post Reply Favoured: 1
TOPIC:
#12155
Re:Official Bug Thread for FireBoard v1.0.1 1 Year 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
 
The administrator has disabled public write access.  
#12260
Prevent FB to capture reg-only Itemid's 1 Year 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:

//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);
}


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
 
The administrator has disabled public write access.  
#12453
Re:Prevent FB to capture reg-only Itemid's 1 Year 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)
Gold 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
 
 
The administrator has disabled public write access.  
#12973
Doesn't really work in Internet Explorer 7 1 Year ago  
jakorsme (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
 
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 ago  
the message box is very small when i use the joomla style
http://www.bestofjoomla.com/component/op...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
 
The administrator has disabled public write access.  
#13670
Re:Official Bug Thread for FireBoard v1.0.1 1 Year ago  
Bug: User management page in control panel displaying junk code.

Link: http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/catid,66/id,13871/#13871
neovita (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
 
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 11 Months, 4 Weeks 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.
http://www.bestofjoomla.com/component/op...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
 
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 11 Months, 2 Weeks 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:

// 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"«»);


Enjoy
goldman (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#15918
Re:Official Bug Thread for FireBoard v1.0.1 11 Months, 2 Weeks 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: 7
graphgraph
User Offline Click here to see the profile of this user
Gender: Male MCRoadkills - Evo 2 Site Location: Zwolle, The Netherlands
 
Greetz Michel
a.k.a. MCRoadkill
MC-Online.nl
 
The administrator has disabled public write access.  
#16516
Unable to add a new category 11 Months, 1 Week 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
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop