List template with bootstrap

toots

Member
Hi,

I upgraded my website to 3.3.x and installed Fabrik 3.2.

With fabrik 3, i created a list template that doesn't work with bootstrap. I create a copy of bootstrap template to MyTemplate and put my code in default_row.php:
Code:
<?php
/**
* Fabrik List Template: Admin Row
*
* @package    Joomla
* @subpackage  Fabrik
* @copyright  Copyright (C) 2005-2013 fabrikar.com - All rights reserved.
* @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
*/
 
// No direct access
defined('_JEXEC') or die('Restricted access');
 
?>
<div id="<?php echo $this->_row->id;?>" class="<?php echo $this->_row->class;?>">
        <table>
            <tr>
                <td align=center><h6><?php echo $this->_row->data->cscream_maps___nom ?></h6></td>
            </tr>
            <tr>
                <td rowspan="9"><?php echo $this->_row->data->cscream_maps___image ?></td>
                <td><u>Note:</u><?php echo $this->_row->data->cscream_maps___note ?></td>
            </tr>
            <tr>
                <td><u><u><a href="<?php echo $this->_row->data->cscream_maps___lien ?>" target="_blank">T?l?chargement</a></u></td>
            </tr>
            <tr>
                <td><u>Bots:</u> <?php echo $this->_row->data->cscream_maps___waypoints ?></td>
            </tr>
            <tr>
                <td><u>Nbr de slots:</u> <?php echo $this->_row->data->cscream_maps___slots ?></td>
            </tr>
            <tr>
                <td><u>Serveur(s)/status:</u> <br> <?php echo $this->_row->data->cscream_maps___serveur ?></td>
            </tr>
            <tr>
                <td><u>Lancement:</u> <br> <?php echo $this->_row->data->cscream_maps___lancement ?></td>
            </tr>
            <tr>
                <td><u>Commentaires:</u> <br> <?php echo $this->_row->data->cscream_maps___commentaires ?></td>
            </tr>
            <tr>
                <td><u>Propos?e par:</u><br> <?php echo $this->_row->data->cscream_maps___utilisateur ?></td>
            </tr>
            <tr>
                <td><u>Le:</u> <?php echo $this->_row->data->cscream_maps___date_proposition ?></td>
            </tr>
        </table>     
</div>

Before, records display on 2 columns like a catalog, like this :

-------------------------------------------
| record1 | record2 |
| record3 | record4 |
| record5 | record6 |
--------------------------------------------

but now i have this:
2015-02-15_11h03_35.png

i don't know how bootstrap work and i'm lost. Somebody could and would help me?
 
This is not the recent div template (which is not included in the Fabrik download core version) but some old remaining from your former Fabrik installation.
You have to get it from GitHub.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top