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
Blank icons for Send/Preview/Cancel... (1 viewing) (1) Guest
TOPIC: Blank icons for Send/Preview/Cancel...
#60145
Blank icons for Send/Preview/Cancel... 2 Months, 4 Weeks ago  
How can I fix blank icons for Send/Preview/Cancel - I now have only grey rectangle at those "buttons".

Here is the image how it looks like:


Even if I change theme it's the same...
ExSpirit (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/10/11 19:21 By ExSpirit.
 
 
#60150
Re:Blank icons for Send/Preview/Cancel... 2 Months, 4 Weeks ago  
I found out that the problem is in fb_write.html.php at the code
Code:

 <tr>
            <td colspan = "2" style = "text-align: center;">
                <input type = "submit" class = "button" name = "submit" value = "<?php echo _GEN_CONTINUE;?>" onclick = "return submitForm()" onmouseover = "helpline('submit')"/>

                 <input name="preview" type="button" class="button"  onClick="fbGetPreview(document.postform.message.value,<?php echo FB_FB_ITEMID?>);" value="<?php echo _PREVIEW?>"  onmouseover = "helpline('preview');">
                <input type = "button" class = "button" value = "<?php echo _GEN_CANCEL;?>" onclick = "javascript:window.history.back();" onmouseover = "helpline('cancel')"/>
            </td>
        </tr>



If I remove
Code:

<td colspan = "2" style = "text-align: center;">
the text is shown but it is on top of the post page.
ExSpirit (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/10/11 21:14 By ExSpirit.
 
 
#60201
Re:Blank icons for Send/Preview/Cancel... 2 Months, 3 Weeks ago  
If I use "Use joomla style" in options then I can see those buttons but forum is a bit messed up and I don't like that look so I changed it back to "No".

I even replaced fb_write.html.php with fresh one and it is still the same. No one ever had any problem like this?
ExSpirit (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top