• 07-02-2010, 19:54:28
    #1
    arkadaşlar selam 2 gündür çalışıyorum fakat bir türlü beceeremedim.
    ekteki jpgde değişiliği css de floatları right=left left=right yaptım fakat bir türlü çözemedim.

    yardımcı olan arkadaşlara teşekkür ederim.

    http://www.alokatalog.com/degisiklik.jpg

    http://www.alokatalog.com/template_css.rar
  • 07-02-2010, 23:19:47
    #2
    html kodlarınızı da yayınlar mısınız.
  • 08-02-2010, 21:53:51
    #3
    hocam floatı çözdüm
    fakat ekte görünümünü ve sitenin yayınını verdiğim. bir sıkıntı var

    newslight iptal edip slideyi sayfa boyuna genişletmek
    ekte kodlar var
    yardımın için şimdiden teşekkürler
    msn:grafik(at) alokatalog.com

    http://www.alokatalog.com/duzelenme.jpg
    http://localhost/femetal3/index.php?...tpage&Itemid=1


    <?php
    
    // Set flag that this is a parent file
    define( '_JEXEC', 1 );
    
    define('JPATH_BASE', dirname(__FILE__) );
    
    define( 'DS', DIRECTORY_SEPARATOR );
    
    require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
    require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
    
    JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;
    
    /**
     * CREATE THE APPLICATION
     *
     * NOTE :
     */
    $mainframe =& JFactory::getApplication('site');
    
    /**
     * INITIALISE THE APPLICATION
     *
     * NOTE :
     */
    // set the language
    $mainframe->initialise();
    
    JPluginHelper::importPlugin('system');
    
    // trigger the onAfterInitialise events
    JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
    $mainframe->triggerEvent('onAfterInitialise');
    
    /**
     * ROUTE THE APPLICATION
     *
     * NOTE :
     */
    $mainframe->route();
    
    // authorization
    $Itemid = JRequest::getInt( 'Itemid');
    $mainframe->authorize($Itemid);
    
    // trigger the onAfterRoute events
    JDEBUG ? $_PROFILER->mark('afterRoute') : null;
    $mainframe->triggerEvent('onAfterRoute');
    
    /**
     * DISPATCH THE APPLICATION
     *
     * NOTE :
     */
    $option = JRequest::getCmd('option');
    $mainframe->dispatch($option);
    
    // trigger the onAfterDispatch events
    JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
    $mainframe->triggerEvent('onAfterDispatch');
    
    /**
     * RENDER  THE APPLICATION
     *
     * NOTE :
     */
    $mainframe->render();
    
    // trigger the onAfterRender events
    JDEBUG ? $_PROFILER->mark('afterRender') : null;
    $mainframe->triggerEvent('onAfterRender');
    
    /**
     * RETURN THE RESPONSE
     */
    echo JResponse::toString($mainframe->getCfg('gzip'));
  • 08-02-2010, 23:20:56
    #4
    FarkindaBiz adlı üyeden alıntı: mesajı görüntüle
    hocam floatı çözdüm
    fakat ekte görünümünü ve sitenin yayınını verdiğim. bir sıkıntı var

    newslight iptal edip slideyi sayfa boyuna genişletmek
    ekte kodlar var
    yardımın için şimdiden teşekkürler
    msn:grafik(at) alokatalog.com

    http://www.alokatalog.com/duzelenme.jpg
    http://localhost/femetal3/index.php?...tpage&Itemid=1


    <?php
    
    // Set flag that this is a parent file
    define( '_JEXEC', 1 );
    
    define('JPATH_BASE', dirname(__FILE__) );
    
    define( 'DS', DIRECTORY_SEPARATOR );
    
    require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
    require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
    
    JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;
    
    /**
     * CREATE THE APPLICATION
     *
     * NOTE :
     */
    $mainframe =& JFactory::getApplication('site');
    
    /**
     * INITIALISE THE APPLICATION
     *
     * NOTE :
     */
    // set the language
    $mainframe->initialise();
    
    JPluginHelper::importPlugin('system');
    
    // trigger the onAfterInitialise events
    JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
    $mainframe->triggerEvent('onAfterInitialise');
    
    /**
     * ROUTE THE APPLICATION
     *
     * NOTE :
     */
    $mainframe->route();
    
    // authorization
    $Itemid = JRequest::getInt( 'Itemid');
    $mainframe->authorize($Itemid);
    
    // trigger the onAfterRoute events
    JDEBUG ? $_PROFILER->mark('afterRoute') : null;
    $mainframe->triggerEvent('onAfterRoute');
    
    /**
     * DISPATCH THE APPLICATION
     *
     * NOTE :
     */
    $option = JRequest::getCmd('option');
    $mainframe->dispatch($option);
    
    // trigger the onAfterDispatch events
    JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
    $mainframe->triggerEvent('onAfterDispatch');
    
    /**
     * RENDER  THE APPLICATION
     *
     * NOTE :
     */
    $mainframe->render();
    
    // trigger the onAfterRender events
    JDEBUG ? $_PROFILER->mark('afterRender') : null;
    $mainframe->triggerEvent('onAfterRender');
    
    /**
     * RETURN THE RESPONSE
     */
    echo JResponse::toString($mainframe->getCfg('gzip'));
    Yalnız bunlar tam anlamıyla Php hocam. Html şablonları yok mu?
  • 08-02-2010, 23:58:16
    #5
    hocam php dosyayı açıyorsun dreamwearde sonra css dosyasını tanıtıyorsun.
    hepsi bu. msnye gelirsen rahat yazabilirim