afatsum
20-08-2007, 14:42:42
Merhaba Dostlar .. Sobi bileşenini kurdum. Modülü de kurdum. Fakat Kategoriler Ana sayfada düzensiz ve yukaridan aşağıya doğru sıralanmakta..
Benim yapmak istediğim ise..
+AAna Kategori (artiya tiklayınca bir alt kategori açılsın istiyorum)
+BAna Kategori +DAna Kategori +FAna Kategori
+CAna Kategori +EAna Kategori
Birde bu modul içerisinteki tabloya gore siğdırılmasını nasıl sağlarım..
Umarım derdimi anlatabilmisimdir Dostlarım.. Şimdiden herkese teşekkür ederim...
Birde Bileşenin içinde "Görünüm temasını düzenle" bölümündeki kod aşağıdaki gibidir..
--
<?php
/**
* @version $Id: sobi2.details.tmpl.php 788 2007-05-25 12:02:49Z Radek Suski $
* @package: Sigsiu Online Business Index 2
* ================================================== =
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET
* Email: sobi@sigsiu.net
* Url: http://www.sigsiu.net
* ================================================== =
* @copyright Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/copyleft/gpl.html GNU/GPL.
* SOBI2 is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/
/*please do not remove this line */
defined( '_VALID_MOS' ) or die( 'Restricted Access.' );
/* ------------------------------------------------------------------------------
* This is the template for the Details View
* ------------------------------------------------------------------------------
*/
?>
<table class="sobi2Details" <?php echo $style; ?> >
<tr>
<td><?php echo $ico; ?><h1><?php echo $mySobi->title; ?></h1></td>
</tr>
<tr>
<td><?php echo $img; ?></td>
</tr>
<tr>
<td><?php $this->showGoogleMaps($mySobi, $config); ?></td>
</tr>
<tr>
<td>
<div id="sobi2outer">
<?php $this->waySearchUrl($waySearchLink,$config); ?>
<?php $this->customFieldsData($itemData); ?>
<br />
</div>
</td>
</tr>
</table>
<table class="sobi2DetailsFooter" width="100%">
<tr>
<td>
<?php $this->addedDate($config,$mySobi); ?>
<?php $this->showHits($config,$mySobi);?>
</td>
<td><?php $this->editButtons($config,$mySobi); ?></td>
</tr>
</table>
<?php ?>
Benim yapmak istediğim ise..
+AAna Kategori (artiya tiklayınca bir alt kategori açılsın istiyorum)
+BAna Kategori +DAna Kategori +FAna Kategori
+CAna Kategori +EAna Kategori
Birde bu modul içerisinteki tabloya gore siğdırılmasını nasıl sağlarım..
Umarım derdimi anlatabilmisimdir Dostlarım.. Şimdiden herkese teşekkür ederim...
Birde Bileşenin içinde "Görünüm temasını düzenle" bölümündeki kod aşağıdaki gibidir..
--
<?php
/**
* @version $Id: sobi2.details.tmpl.php 788 2007-05-25 12:02:49Z Radek Suski $
* @package: Sigsiu Online Business Index 2
* ================================================== =
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET
* Email: sobi@sigsiu.net
* Url: http://www.sigsiu.net
* ================================================== =
* @copyright Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/copyleft/gpl.html GNU/GPL.
* SOBI2 is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/
/*please do not remove this line */
defined( '_VALID_MOS' ) or die( 'Restricted Access.' );
/* ------------------------------------------------------------------------------
* This is the template for the Details View
* ------------------------------------------------------------------------------
*/
?>
<table class="sobi2Details" <?php echo $style; ?> >
<tr>
<td><?php echo $ico; ?><h1><?php echo $mySobi->title; ?></h1></td>
</tr>
<tr>
<td><?php echo $img; ?></td>
</tr>
<tr>
<td><?php $this->showGoogleMaps($mySobi, $config); ?></td>
</tr>
<tr>
<td>
<div id="sobi2outer">
<?php $this->waySearchUrl($waySearchLink,$config); ?>
<?php $this->customFieldsData($itemData); ?>
<br />
</div>
</td>
</tr>
</table>
<table class="sobi2DetailsFooter" width="100%">
<tr>
<td>
<?php $this->addedDate($config,$mySobi); ?>
<?php $this->showHits($config,$mySobi);?>
</td>
<td><?php $this->editButtons($config,$mySobi); ?></td>
</tr>
</table>
<?php ?>