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
3 columns FBLatest (1 viewing) (1) Guest
TOPIC: 3 columns FBLatest
#28665
3 columns FBLatest 1 Year, 2 Months ago  
Can someone tell me how to change the FB Latest module to a 3, or possibly 4 columns? Im sure it shouldnt be hard. Looks like its only one file. mod_fblatest.php...If anyone has the time I would greatly appreciate it. Looks pretty silly with only half of a horizontal module filled.

Thanks
-Mike
oldsteel68 (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/10/23 06:15 By oldsteel68.
 
 
#30760
Re:3 columns FBLatest 1 Year, 2 Months ago  
anyone? Im pretty sure its something within here that needs to be changed..

[code:1] // Generate item layout
$content = "";
if ($two_columns) {
$col1count = ceil( count( $items ) / 2 );
$content .= "n";
if ($layout_type == 0) {
$content .= "n";
for ($i = 0; $i $items[$i]."n";
$content .= "";
for (; $i 0)
$content .= "".$more_text."";

echo $content;
}[/code:1]
oldsteel68 (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top