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?
Re:Fireboard 1.0.4 Bug thread (1 viewing) (1) Guest
Go to bottom Favoured: 5
TOPIC: Re:Fireboard 1.0.4 Bug thread
#52215
Re:Fireboard 1.0.4 Bug thread 3 Months, 2 Weeks ago  
Hi,

I've used fireboard once before - but I'm having the same issue. Read post - goes to a page with no template.

Can someone suggest a fix - this is time critical for me.

Thanks
rodsdesign (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.  
#52223
Re:Fireboard 1.0.4 Bug thread 3 Months, 2 Weeks ago  
rodsdesign wrote:
Can someone suggest a fix - this is time critical for me.

Downgrade to the good old Joomlaboard.
Edi (User)
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.  
#52228
Re:Fireboard 1.0.4 Bug thread 3 Months, 2 Weeks ago  
did one better... (since JoomlaHacks is down)

downgraded to 1.0.3 - everything works... hmmmmm I wonder what that means...

either way... I'm glad...

looking forward to 1.1
rodsdesign (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.  
#52947
Re:Fireboard 1.0.4 Bug thread 3 Months, 1 Week ago  
Ninos wrote:
BUG
If you try and move a topic from the category view, you cant specify a forum to move it to and, (if you're stupid like me) you click move anyway it dissapears. Only way to move something is to go into the database and manually changew the category number

hope i've helped



Did anyone ever discover a fix to this?
accela (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.  
#53805
Re:Fireboard 1.0.4 Bug thread 2 Months, 3 Weeks ago  
Hello!

im using the template Red Evolution, fireboard 1.04 and J1.5.4

everything works fine as long as i dont try to create a new forum thread.. when doing so this is the result:
http://img143.imageshack.us/img143/4748/screenshot1rf1.jpg
http://img151.imageshack.us/img151/5414/screenshot2io4.jpg

any help would be very appreciated

regards,
flair
flair (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53815
Re:Fireboard 1.0.4 Bug thread 2 Months, 3 Weeks ago  
flair wrote:
Hello!

im using the template Red Evolution, fireboard 1.04 and J1.5.4

everything works fine as long as i dont try to create a new forum thread.. when doing so this is the result:
http://img143.imageshack.us/img143/4748/screenshot1rf1.jpg
http://img151.imageshack.us/img151/5414/screenshot2io4.jpg

any help would be very appreciated

regards,
flair


Thanks for the template anyway. These days I'll change the template on my fireboard with this one and I'll tell you if I'm having the same problems.
- BUT -
I think that this may be due to template .css incopatability (I mean the main .css from the joomla template and from the fireboard one). But on the second picture I see that some of the code is messy, so have a look into the code for "minor bugs" like missing brackets, or } or <? in the beginning.

Sry for my bad English, but I'm bulgarian
addicted2sex (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Gender: Male ironcortain Iron Team Limited
Logged Logged
 
The administrator has disabled public write access.  
#53825
Re:Fireboard 1.0.4 Bug thread 2 Months, 3 Weeks ago  
i will have a look but i am not that familiar with coding
thanks anyway for the quick reply
flair (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53923
Re:Fireboard 1.0.4 Bug thread 2 Months, 3 Weeks ago  
hello
i have really tried to figure it out, but i did not find a thing
maybe you guys get it. the only file that contains the visable code of the screenshot is components/com_fireboard/template/default/plugin/emoticons/emoticons.js.php (default is my template). this is the corresponding code:
Code:

function moreForumSmileys()

{

var i;



if (smileyPopupWindow)

smileyPopupWindow.close();



smileyPopupWindow = window.open("", "add_smileys", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=640,resizable=yes");

smileyPopupWindow.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">n<html>');
/* here begins part 1 of the messy code */
smileyPopupWindow.document.write('nt<head>ntt<title><?php echo _FB_EMOTICONS_ADDITIONAL_EMOTICONS; ?></title>ntt <style>ntt.tbordernttt{ntttttborder-top: solid  1px #454545;ntttttborder-left: solid 1px #454545;ntttttborder-right: solid  1px black;ntttttborder-bottom: solid 1px black;ntttttbackground-color: #ffffff;ntttttpadding: 0px;ntttttborder-collapse:collapse;nttt}nttbodynttt{ntttttbackground-color: #cccccc;ntttttmargin: 0px;ntttttpadding: 5px 20px 5px 20px;nttt}nttbody, tdnttt{ntttttcolor: #ffffff;ntttttfont-size: small;ntttttfont-family: tahoma, helvetica, serif;nttt}ntt.titlebg, tr.titlebg tdnttt{ntttttbackground-color: #333333;ntttttfont-weight: bold;ntttttcolor: #eeeeee;ntttttfont-style: normal;nttt}ntt.windowbgnttt{ntttttfont-family: tahoma, helvetica, serif;ntttttcolor: #ffffff;ntttttbackground-color: #eeeeee;ntttttborder-top: solid  1px #606060;ntttttborder-left: solid 1px #606060;ntttttborder-right: solid  1px black;ntttttborder-bottom: solid 1px black;nttt}ntt</style> nt</head>');

smileyPopupWindow.document.write('nt<body style="margin: 1ex;">ntt<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">nttt<tr class="titlebg"><td align="left"><?php echo _FB_EMOTICONS_PICK_A_SMILEY; ?></td></tr>nttt<tr class="windowbg"><td align="left">');


/* here begins part 2 of the code */
for (i = 0; i < smilies_for_window.length; i++)

{

smilies_for_window[i][2] = smilies_for_window[i][2].replace(/"/g, '&quot;');

smileyPopupWindow.document.write('<a href="javascript:void(0);" onclick="window.opener.replaceText(&quot; ' + smilies_for_window[i][0] + '&quot;, window.opener.document.forms.postform.message); window.focus(); return false;"><img src="<?php  echo(JB_URLEMOTIONSPATH);?>' + smilies_for_window[i][1] + '" alt="' + smilies_for_window[i][2] + '" title="' + smilies_for_window[i][2] + '" style="padding: 4px;" border="0" /></a> ');

}

flair (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/16 17:34 By flair.
 
The administrator has disabled public write access.  
#54591
Re:Fireboard 1.0.4 Bug thread 2 Months, 2 Weeks ago  
Hi!!

Something strange happens me with email notifications in fireboard 1.0.4, both in email notifications to moderators and to subscriptors.

For example, if a forum has three moderators, and, being option "email moderators" activated, when a new post is made, moderators are emailed in the following way:

- One email to first moderator
- One email to first and second moderators
- One email to first, second and third moderator

So one moderator receives three emails. I think that the correct behaviour should be one email for each of them.

Same thing happens with subscriptions to threads. Here is more problemathic, because I have threads where it is expected to have 100-200 subscriptors, so some of them could receive 100-200 emails for each new reply!!!!

Any idea about how to fix it??

Thanks!
Miguel
mij352 (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.  
#54811
Re:Fireboard 1.0.4 Bug thread 2 Months, 1 Week ago  
hassank wrote:
Well i am having a problem if you are checking a thread and in it few pages

lets say you are on page 3 and you wana go back to page 1

it doesnt let you

how to fix that?

thanks

Regards,


any solution for this problem yet.. ? Its horrible..
cumonvip (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top