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
Move column with avator to left (1 viewing) (1) Guest
TOPIC: Move column with avator to left
#59243
Move column with avator to left 3 Months, 1 Week ago  
Hi,

got a question about the layout of the Fireboard-forum. The column in which the avator is shown (in the individual posts) is normally postioned at the right side.

I saw a FireBoard-forum in which this is moved to the left (http://www.joomlaperformance.com/forums/)

Anybody an advise how to do this? (FireBoard 1.0.5RC)

Pim
PHPim (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59246
Re:Move column with avator to left 3 Months, 1 Week ago  
Yes I have the same question.Shifting the avatar and user name to the right would make for a nice change. Does anyone have any idea how to do this?
timewarpJFC (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59259
Re:Move column with avator to left 3 Months, 1 Week ago  
They're using the Default theme instead of the Default_Ex theme.
indianajosh (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59286
Re:Move column with avator to left 3 Months, 1 Week ago  
thanks for your answer.

Pim
PHPim (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62305
Re:Move column with avator to left 1 Month, 1 Week ago  
but if i want to use default_ex template!!!!!
dont understand why they have made it this way...default_ex is certainly the best template but everything is ruin with avatar column right!!!

so is there a solution (css) to move avatar from right to left in default_ex template?
matu666 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62311
Re:Move column with avator to left 1 Month, 1 Week ago  
Hi,

I was - for a few weeks ago - searching for quite a long time, but I didn't see the CSS solution we both are looking for.

For me it's a rather complex to look for the correct CSS-solution. So I made a chocie of using one of the options about the theme, with the pro's and contra's (position avatar column and a nice look and feel of the whole forum).

Succes,

Pim
PHPim (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62315
Re:Move column with avator to left 1 Month, 1 Week ago  
what options? what pro's and contra's? you mean there is no solution to fix this in css?
matu666 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62321
Re:Move column with avator to left 1 Month, 1 Week ago  
This is not easy task to do with css, because of default_ex uses a table. If it was using tableless layout, this would be as easy as saying float: left; in css.

But you can edit components/com_fireboard/templates/default_ex/message.php and to change order of <td class="fb-msgview-right*"> and <td class="fb-msgview-left*"> together with everything inside those tags.
mahagr (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62334
Re:Move column with avator to left 1 Month, 1 Week ago  
yes i edit that php file and now avatar colum is left side
thank you
matu666 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top