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
Dark Blue Template Revised!!! (1 viewing) (1) Guest
TOPIC: Dark Blue Template Revised!!!
#28515
Re:Dark Blue Template Revised!!! 1 Year, 2 Months ago  
What version of Fireboard are you running?
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#28575
Re:Dark Blue Template Revised!!! 1 Year, 2 Months ago  
So what is this one? Do I need this one too ? Or dark_blue.zip .. It's Okay... I figured it out what's it's for.. Sorry.. Really A newbie... Man.. I still can't figure out how to place a banner in Fireboard.
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Last Edit: 2007/10/22 14:54 By nanaya.
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#28581
Re:Dark Blue Template Revised!!! 1 Year, 2 Months ago  
Hi again.. Tried your Template but all my post are like Dark Grey.. Hard to Read it.. Looks like this...

Oh and Another thing... When I try going back to my other Templates.. even the Default ones.. yours Still being loaded. It's still dark.

Okay.. Now I deleted your Template dark blue... and restarted the Browser.. Now I'm back to normal. Funny though.. Your template is nice.. I seem to get problems on it.. is there a template you recommend that has blue tints on it.. I'm looking for one that is Dark.. but not too dark more like a Dark blue.
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Last Edit: 2007/10/22 15:46 By nanaya.
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#28594
Re:Dark Blue Template Revised!!! 1 Year, 2 Months ago  
That's why it's called "Dark Blue". You seem to have a cache problem on your browser. I haven't had anyone tell me of this problem prior to this. This template works EXACTLY like all the others I've uploaded with the exception of some graphics and CSS alterations. So if it was a problem with this template I'd be having that problem with ALL of them. It works fine on this site with some changes in the CSS.

If you want a similar template you can do what most of us have done and make alterations to a template that is close.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/10/22 17:50 By grumblemarc.
 
 
#28625
Re:Dark Blue Template Revised!!! 1 Year, 2 Months ago  
Cache meaning I have to delete some Internet Temp Files? is that what you mean?
Edit: Thank you.. I'll try that. Thank you for Helping.
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Last Edit: 2007/10/22 23:39 By nanaya.
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#31209
Re:Dark Blue Template Revised!!! 1 Year, 1 Month ago  
To fix this cashe issue you just need to go to the Admin Control Panel, look for "System" in the tool bar and select "Clean All Cashes". If you have your Admin Control Panel open in one window and your frontend open in another you can jump back and forth quickly.
recondo (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52143
Re:Dark Blue Template Revised!!! 6 Months, 3 Weeks ago  
Greetings grumblemarc,

I recently downloaded your dark blue, dark red and dark yellow series of templates for FireBoard. They look awesome and I love them. But I am having one small problem and I'm pretty sure that the solutions can be found by editing the CSS.

When I view a message it will begin in the middle of the message area. Is there any way to align the message so that it can will begin at the top of the area. Whenever I first installed the template to my site the quick reply box was always open. I have since turned that option off. Someone told me that I should do the following:


To remove the open Quick Reply try modifying the file, message.php (/components/com_fireboard/template/default/) line 199.

FROM
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent">

TO
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent" style="display:none;">


Here is a link to my forums:
fairdale-kings.com/index.php?option=com_fireboard&Itemid=29
FAIRDALE KINGS (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52195
Re:Dark Blue Template Revised!!! 6 Months, 3 Weeks ago  
FAIRDALE KINGS wrote:
Greetings grumblemarc,

I recently downloaded your dark blue, dark red and dark yellow series of templates for FireBoard. They look awesome and I love them. But I am having one small problem and I'm pretty sure that the solutions can be found by editing the CSS.

When I view a message it will begin in the middle of the message area. Is there any way to align the message so that it can will begin at the top of the area. Whenever I first installed the template to my site the quick reply box was always open. I have since turned that option off. Someone told me that I should do the following:


To remove the open Quick Reply try modifying the file, message.php (/components/com_fireboard/template/default/) line 199.

FROM
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent">

TO
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent" style="display:none;">


Here is a link to my forums:
fairdale-kings.com/index.php?option=com_fireboard&Itemid=29



Probably to be more accurate and to clarify....

I believe that the problem that I'm trying to correct has to do with the TOP MARGIN within the text area. I will continue to search these forums looking for the solution but if someone can help I would appreciate it.
FAIRDALE KINGS (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57175
Re:Dark Blue Template Revised!!! 4 Months, 1 Week ago  
I'm having the same issue with the message being in the middle of the message area. Everything about this template is perfect for me except I'd prefer to have the message at the top. Anyone know how I can change that please?

*edit* I figured it out. In the .css file I changed line #96 from:
Code:

td.fb-msgview-right{background:#000;}

to
Code:

td.fb-msgview-right{background:#000;; vertical-align: top;}
dork313 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/28 09:27 By dork313. Reason: Problem resolved.
 
 
#57191
Re:Dark Blue Template Revised!!! 4 Months, 1 Week ago  
dork313 wrote:
I'm having the same issue with the message being in the middle of the message area. Everything about this template is perfect for me except I'd prefer to have the message at the top. Anyone know how I can change that please?

*edit* I figured it out. In the .css file I changed line #96 from:
Code:

td.fb-msgview-right{background:#000;}

to
Code:

td.fb-msgview-right{background:#000;; vertical-align: top;}


That wrong. Should be
Code:

td.fb-msgview-right{background:#000; vertical-align: top;}

You have one too many semi-colons.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top