| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Latest Release
Go to bottom Post Reply Favoured: 4
TOPIC:
#48691
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
I found a fix for the count bug:

Simply add the selected code in /components/com_fireboard/template/default/listcat.php from line 359
Code:


(here is the actual ?> tag, to be deleted or commented)
//count the number of topics posted in each forum
$database->setQuery("SELECT id FROM #__fb_messages WHERE catid='$singlerow->id' and parent='0' and hold='0'");
$num = $database->loadObjectList();
$numtopics = count($num);
//count the number of replies posted in each forum
$database->setQuery("SELECT id FROM #__fb_messages WHERE catid='$singlerow->id' and parent!='0' and hold='0'");
$num = $database->loadObjectList();
$numreplies = count($num);
?>



The good thing is that it really works! The bad thing is that when you delete the topic or the forum it's not deleted from the database and this is the actual problem. I'll try to find a fix for it too.
addicted2sex (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48695
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
Hi
I have installed fireboard 1.0.4 (stable). Everythihing seems to work correctly, but the problem is (this is big a PROBLEM) I cannot create any category/forum. To create created i do the following:

1. fireboard controlpanel->Forum Administrator->New
2. Fill in the Category details
3. Click on save and I get a blank dialog in the '!' icon and couple of buttons namely <OK> and <Cancel>. Clicking on OK takes me back to the category details. The category is not created. Next time i tried save the same dialog appeared, i clicked on cancel, but his time all area where category details used be is blanked out with only the fireboard control panel menu text on the left hand side.

Has anyone else came across this problem?

BTW, I am using joomla 1.5.1 in legacy mode.

Thanks
Trader1 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48708
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
I guess the favorite/unfavorite, subscribe/unsubscribe redirect to fb profile bug is just not that important is it? Still patiently waiting. Doesn't someone have a fix?

Thanks
emstalk (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48709
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
Hello!

I am also having an issue.

I am new to Fireboard so it might just be my ignorance.

I got everything set up and matched the theme to my website. I am able to create categories and sub categories and even post topics, but anytime someone tries to view a post it comes to a screen without a theme that just has text and shows forum links, etc.

Here is a link to my forum so you can better see the problem. Try to click on a post and you will see:
http://blanqface.com/index.php/component/fireboard/

Thanks for any help!
justincredibleg (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48721
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
justincredibleg wrote:
Hello!

I am also having an issue.

I am new to Fireboard so it might just be my ignorance.

I got everything set up and matched the theme to my website. I am able to create categories and sub categories and even post topics, but anytime someone tries to view a post it comes to a screen without a theme that just has text and shows forum links, etc.

Here is a link to my forum so you can better see the problem. Try to click on a post and you will see:
http://blanqface.com/index.php/component/fireboard/

Thanks for any help!


Which version of Joomla are u using ?
addicted2sex (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48722
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
emstalk wrote:
I guess the favorite/unfavorite, subscribe/unsubscribe redirect to fb profile bug is just not that important is it? Still patiently waiting. Doesn't someone have a fix?

Thanks


I'll try to find it out where's that issue coming from .. Just be patient
addicted2sex (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48727
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
I am using Joomla 1.5 in Legacy Mode(1.0)

Thanks
justincredibleg (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48764
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
justincredibleg wrote:
Hello!

I am also having an issue.

I am new to Fireboard so it might just be my ignorance.

I got everything set up and matched the theme to my website. I am able to create categories and sub categories and even post topics, but anytime someone tries to view a post it comes to a screen without a theme that just has text and shows forum links, etc.

Here is a link to my forum so you can better see the problem. Try to click on a post and you will see:
http://blanqface.com/index.php/component/fireboard/

Thanks for any help!


I would say SEF is playing tricks to you. Try configuring your SEF (404sef I guess)
danialt (Admin)
BoJ Team
Simplicity
Admin
Posts: 756
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
 
Best Of Joomla Project Manager - Lead Developer
 
The administrator has disabled public write access.  
#48775
User Manager Page forgets settings 1 Month ago  
1. If I select All on the Display # dropdown, the display doesn't list anybody.

2. If I change the sort order, it forgets my display # choice and returns to 10.

3. The label on the link for sorting on the moderator column says "Moderated". Should say "Moderator". (Really it'd be better if I could just click the column headers to sort. That's pretty standard.)
gary glass (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#48794
Re:Fireboard 1.0.4 Bug thread 1 Month ago  
Hi danialt.

Could you be a little more specific on how to edit the SEF. Do you mean just under global config in Joomla or are there settings in FB or community builder for it as well. Do I need a third party program?

under global config in Joomla I have the following settings:

Search Engine Friendly URLs: Yes
Use Apache mod_rewrite: No
Add suffix to URLs: Yes

Thanks again!
justincredibleg (User)
Fresh Boarder
Posts: 5
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