relookking de thème

2»

Réponses

  • bg62bg62 Member
    septembre 2011 modifié
    j'ai fait un test avec 'catégories.php' :
    <?php include(dirname(__FILE__).'/header.php'); ?>
    
    	<div id="section">
    
    		<div id="content">
            <div id="breadcrumbs">		
    					<?php $plxShow->mainTitle('link'); ?> <span class="sep">►</span> <?php $plxShow->pageBlog('<a class="#page_status" href="#page_url" title="#page_name">#page_name</a>'); ?>					
                </div> <!-- #breadcrumbs Fin -->
    
    			<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
                             <div class="article">
                                   <!-- <div class="art-date">
                                        <span class="art-numday"><?php //$plxShow->artDate('#num_day'); ?></span>
                                        <?php //$plxShow->artDate('#num_month | #num_year(4)'); ?>
                                    </div>-->
    				<h2 class="art-title"><?php $plxShow->artTitle('link'); ?></h2>
                                    <div class="art-topinfos">
                                       <!-- <p class="art-author"><?php //$plxShow->lang('WRITTEN_BY') ?> <?php //$plxShow->artAuthor() ?></p>-->
                                        <p class="art-cat"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> | 
    									<?php $plxShow->artNbCom('#nb commentaire(s)'); ?> 
    									| <?php $plxShow->artDate('le #num_day #month #num_year(4)'); ?> |  
                                    <?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?></div>
    				<div class="art-chapo"><?php $plxShow->artChapo(); ?>
    
                                        <span class="art-tags"><?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?></span>
                                        <span class="art-ncomments"><?php $plxShow->artNbCom(); ?></span>
                                    </div>
                            </div>			
    			<?php endwhile; ?>
    
    			<p class="feed-arts"><?php $plxShow->artFeed('rss',$plxShow->catId()); ?></p>
    
    			<p id="pagination"><?php $plxShow->pagination(); ?></p>
    
    		</div>
    
    		<?php include(dirname(__FILE__).'/sidebar.php'); ?>
    
    	</div>
    
    <?php include(dirname(__FILE__).'/footer.php'); ?>
    
    ça à l'air mieux , mais si l'affichage semble ok, après si je clique ... la sidebar se 'barre' , donc il y a d'autres fichiers à modifier ainsi ??? j'ai fait de même avec 'archives.php' c'est ok
    mais maintenant quand je clique sur un article j'ai aussi ceci :
    "Fatal error: Call to protected plxShow::__construct() from invalid context in C:\wamp\www\unesourisetmoi.info\blog10513\themes\nostalgiev4\suggestion.php on line 98 " (avec la 5.1.3 en local sous wamp)
    ???
    @+
  • YES ! (enfin je l'espère):
    http://unesourisetmoi.free.fr/pluxml10/ (tourne sous 5.1.3)
    si vous pouviez tester et me faire quelques retours ce serait sympa :)
    ensuite je ferai un peu de nettoyage et le mettrai dans les ressources
    @+
Connectez-vous ou Inscrivez-vous pour répondre.