Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Nightly Build 1.0.5NB6 posted (1 viewing) (1) Guest
TOPIC: Nightly Build 1.0.5NB6 posted
#54955
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
You can install the mambotthe normal way, let me know if you find problems, have'nt tested it too much. I can look into the image magic fix for you
blakey87 (User)
Senior Boarder
Posts: 136
graphgraph
User Offline Click here to see the profile of this user
blakey87_1@hotmail.com
Logged Logged
 
 
 
#54956
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
You must be using J 1.5 , I could modify that file to work with the 1.0.5 alptha
blakey87 (User)
Senior Boarder
Posts: 136
graphgraph
User Offline Click here to see the profile of this user
blakey87_1@hotmail.com
Logged Logged
 
 
 
#54958
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
nope - 1.0.15...

leme try once more.


nope:

ERROR: Could not find an XML setup file in the package.
JDuc (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178490440 Gender: Female DucatiJan bandit098@hotmail.com DucatiJan Location: Little Elm, Texas Birthdate: 1981-06-16
Logged Logged
 
Last Edit: 2008/08/02 01:04 By JDuc.
 
Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
Database Version: MySQL 5.0.45
Database Collation: UTF-8 Unicode CI
PHP Version: 5.2.2
Web Server: Apache
 
 
#54959
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
I messed it up, ill sort it out properly
blakey87 (User)
Senior Boarder
Posts: 136
graphgraph
User Offline Click here to see the profile of this user
blakey87_1@hotmail.com
Logged Logged
 
Last Edit: 2008/08/02 02:12 By blakey87.
 
 
 
#54965
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
this shud work , its an older version but it works as it should with out need of the old config file

by the way with 1.0.5 will it be possible for users of cb to have the addional info such as db,msn,yahoo etc like before by a hack which was posted
File Attachment:
File Name: fb_discussbot_1-017e6dd33f0599ead49db741bacdee3f.zip
File Size: 23028
blakey87 (User)
Senior Boarder
Posts: 136
graphgraph
User Offline Click here to see the profile of this user
blakey87_1@hotmail.com
Logged Logged
 
 
 
#54971
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
blakey87 wrote:
this shud work , its an older version but it works as it should with out need of the old config file

by the way with 1.0.5 will it be possible for users of cb to have the addional info such as db,msn,yahoo etc like before by a hack which was posted
File Attachment:
File Name: fb_discussbot_1-017e6dd33f0599ead49db741bacdee3f.zip
File Size: 23028


Can you get me that hack? I know what you are talking about. It would be easy to add (low risk) for the release candidate.

Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#54973
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
Hi blakey87
This is the latest FB DB 1.0.7c (not oficial) I added:
Code:


// Include the fireboard config file
/* if (file_exists( $mosConfig_absolute_path.'/administrator/components/com_fireboard/fireboard_config.php' )) {
include( $mosConfig_absolute_path.'/administrator/components/com_fireboard/fireboard_config.php' );
} else {
return 'Error, missing fireboard config file!';
}
if (file_exists( $mosConfig_absolute_path.'/components/com_fireboard/class.fireboard.php' )) {
include_once( $mosConfig_absolute_path.'/components/com_fireboard/class.fireboard.php' );
} else {
return 'Error, missing fireboard class file!';
}

if (! $fbConfig['discussBot'] ) {
return '';
}
*/
$query = "SELECT * FROM #__fb_config";
$database->setQuery( $query );
$fbconfig = $database->loadObjectList();

foreach ($fbconfig as $config){
$dbot = $config->discussbot;
$jsytle = $config->joomlastyle;
$template =$config->template;
$board_ofset =$config->board_ofset;
$avatar_src =$config->avatar_src;
$disemoticons =$config->disemoticons;
$allowAvatar=$config->allowAvatar;
$pubwrites=$config->pubwrite;

}


BUT it gives me errors:
Code:


Warning: include_once(JB_ABSSOURCESPATHparser.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/site/public_html/site/components/com_fireboard/template/default/smile.class.php on line 21
Warning: include_once() [function.include]: Failed opening 'JB_ABSSOURCESPATHparser.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/site/components/com_fireboard/template/default/smile.class.php on line 21
Warning: include_once(JB_ABSSOURCESPATHinterpreter.fireboard.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/site/public_html/site/components/com_fireboard/template/default/smile.class.php on line 22
Warning: include_once() [function.include]: Failed opening 'JB_ABSSOURCESPATHinterpreter.fireboard.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nasulne/public_html/lipova/components/com_fireboard/template/default/smile.class.php on line 22
Fatal error: Class 'TagParser' not found in /home/site/public_html/site/components/com_fireboard/template/default/smile.class.php on line 66


What lines must be modified?
Here is the latest FB DB
File Attachment:
File Name: fb_discussbot_1-05774c130ce39e84053a8c264ef40f98.zip
File Size: 51542
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
The best things are the things for free
 
 
#54983
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55043
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week ago  
google44 wrote:
fxstein there is a problem with the width of forum with default_ex theme and with threaded view button, I think this has been issued before. Look at the screenshot, it is more relevant than any explanation. I use joomla 1.5.3 and sh404sef but I guess has nothing to do with that.




Finally found this one. It is now fixed and will be in the next build. Please check the NB7 thread for further updates.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2008/08/03 10:00 By fxstein.
 
 
 
Go to top