|
Re:Fireboard 1.0.4 Bug thread 2 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 
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 2 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
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 2 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
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 1 Month, 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 
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 1 Month, 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
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 1 Month, 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('\n\t<head>\n\t\t<title><?php echo _FB_EMOTICONS_ADDITIONAL_EMOTICONS; ?></title>\n\t\t <style>\n\t\t.tborder\n\t\t\t{\n\t\t\t\t\tborder-top: solid 1px #454545;\n\t\t\t\t\tborder-left: solid 1px #454545;\n\t\t\t\t\
tborder-right: solid 1px black;\n\t\t\t\t\tborder-bottom: solid 1px black;\n\t\t\t\t\tbackground-color: #ffffff;\n\t\t\t\t\tpadding: 0px;\n\t\t\t\t\tborder-collapse:collapse;\n\t\t\t}\n\t\tbody\n\t\t\t{\n\t\t\t\t\tbackground-color: #cccccc;\n\t\t\t\
t\tmargin: 0px;\n\t\t\t\t\tpadding: 5px 20px 5px 20px;\n\t\t\t}\n\t\tbody, td\n\t\t\t{\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: small;\n\t\t\t\t\tfont-family: tahoma, helvetica, serif;\n\t\t\t}\n\t\t.titlebg, tr.titlebg td\n\t\t\t{\n\t\t\t\t\
tbackground-color: #333333;\n\t\t\t\t\tfont-weight: bold;\n\t\t\t\t\tcolor: #eeeeee;\n\t\t\t\t\tfont-style: normal;\n\t\t\t}\n\t\t.windowbg\n\t\t\t{\n\t\t\t\t\tfont-family: tahoma, helvetica, serif;\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tbackground-
color: #eeeeee;\n\t\t\t\t\tborder-top: solid 1px #606060;\n\t\t\t\t\tborder-left: solid 1px #606060;\n\t\t\t\t\tborder-right: solid 1px black;\n\t\t\t\t\tborder-bottom: solid 1px black;\n\t\t\t}\n\t\t</style> \n\t</head>');
smileyPopupWindow.document.write('\n\t<body style="margin: 1ex;">\n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left"><?php echo _FB_EMOTICONS_PICK_A_SMILEY; ?></td></tr>\n\
t\t\t<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, '"');
smileyPopupWindow.document.write('<a href="javascript:void(0);" onclick="window.opener.replaceText(" ' + smilies_for_window[i][0] + '", 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
|
Logged
|
|
|
Last Edit: 2008/07/16 17:34 By flair.
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 1 Month, 1 Week 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
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Fireboard 1.0.4 Bug thread 1 Month, 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.. 
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|