مسعود

چرا همه چی جفت میاد ؟

12 پست در این موضوع

آموزش ووکامرس قالب جوملا قالب وردپرس قالب رایگان وردپرس قالب رایگان جوملا هاست نامحدود هاست جوملا هاست لاراول هاست وردپرس هاست ارزان هاست ربات تلگرام خرید دامنه آموزش ساخت ربات تلگرام با php آموزش لاراول آموزش cPanel آموزش php آموزش فرم ساز RSform آموزش ساخت ربات جذب ممبر آموزش ساخت ربات دوستیابی آموزش ساخت ربات فروشگاهی برای ووکامرس آموزش طراحی سایت داینامیک با php آموزش بخش پشتیبانی با rsticket

استایل داره.

نوع منویی که ساختید متفاوت هست. به همین علت فرق داره. یکی نمایش یک مطلب و دیگری نمایش لیست مجموعه

Share this post


Link to post
Share on other sites

متوجه منظورم نشدید. خودم می دونم نوع منوها فرق داره. سوال من اینه که :

1- چرا منوی تماسی که با komento ساختم این ماژول رو دوبار پشت سر هم تکرار کرده. یکبار با CSS و یکبار هم بدون CSS ?

2- چرا منویی که با لیست مجموعه ساختم ، لیست مجموعه ام رو دوبار پشت سر هم تکرار کرده. یکبار با CSS و یکبار هم بدون CSS ?

Share this post


Link to post
Share on other sites

<?php defined( '_JEXEC' ) or die( 'Restricted access' );?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" 
  xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />


</head>

<body>
<div id="notifi">
<p>لطفا برای نمایش بهتر سایت <a href="http://www.mozilla.org/en-US/firefox/new/" target="_blank">آخرین نسخه فایرفاکس</a> را دانلود و استفاده کنید</p>
</div><!-- end notifi -->
<div id="main">

       <div id="header">

		<div id="logo">
           	<jdoc:include type="modules" name="logo" style="xhtml" />
		</div><!-- end logo -->

  		<?php if($this->countModules('top-menu')) : ?>        	
		<div id="top-menu">
           	<jdoc:include type="modules" name="top-menu" style="xhtml" />
		</div><!-- end top-menu -->
		<?php endif; ?>

	</div><!-- end header -->

  	<?php if($this->countModules('main-menu')) : ?>        	
	<div id="main-menu">
          	<jdoc:include type="modules" name="main-menu" style="xhtml" />
	</div><!-- end main-menu -->
       <?php endif; ?>


  	<?php if($this->countModules('slider')) : ?>        	
       <div id="slider">
       	<jdoc:include type="modules" name="slider" style="xhtml" />
       </div><!-- end slider -->
	<?php endif; ?>

<!-- start top-users-->

  	<?php if($this->countModules('user1 + user2 + user3 + user4')) : ?>        	
       <div id="top-users">

       	<?php if($this->countModules('user1')) : ?>        	
		<div id="user1">
           	<jdoc:include type="modules" name="user1" style="xhtml" />
           </div><!-- end user1 -->
		<?php endif; ?>

		<?php if($this->countModules('user2')) : ?>        	
           <div id="user2">
           	<jdoc:include type="modules" name="user2" style="xhtml" />
           </div><!-- end user2 -->
		<?php endif; ?>

           <?php if($this->countModules('user3')) : ?>        	
           <div id="user3">
           	<jdoc:include type="modules" name="user3" style="xhtml" />
           </div><!-- end user3 -->
		<?php endif; ?>

       	<?php if($this->countModules('user4')) : ?>        	
           <div id="user4">
           	<jdoc:include type="modules" name="user4" style="xhtml" />
           </div><!-- end user4 -->
			<?php endif; ?>

       </div><!-- end top-users -->
	<?php endif; ?>

<!-- start center-->

       <div id="center">

		<?php if($this->countModules('right')) : ?>        	
           <div id="right">
           	<jdoc:include type="modules" name="right" style="xhtml" />
       	</div><!-- end right -->
		<?php endif; ?>

           <?php if($this->countModules('left')) : ?>        	
       	<div id="left">
               <jdoc:include type="modules" name="left" style="xhtml" />
       	</div><!-- end left -->
           <?php endif; ?>

           <?php if($this->countModules('app')) : ?>        	
       	<div id="app">
               <jdoc:include type="modules" name="app" style="xhtml" />
       	</div><!-- end app -->
           <?php endif; ?>

<!-------------------------- test2 -------577---------787----------> 

           <?php if ($this->countmodules('right')&& $this->countmodules('left')) {?> <!-- اگر موقعیت راست و چپ موجود باشن -->
			<div id="contents" style="width: 576px;"> <jdoc:include type="component" /> </div>
		<?php } elseif ($this->countmodules('right')&& !$this->countmodules('left')) { ?> <!-- اگر فقط موقعیت راست موجود باشه -->
			<div id="contents" style="width: 787px;margin-left:0px;"> <jdoc:include type="component" /> </div>
               <?php } elseif (!$this->countmodules('right')&& $this->countmodules('left')) { ?> <!-- اگر فقط موقعیت چپ موجود باشه -->
			<div id="contents" style="width: 787px;margin-right:0px;"> <jdoc:include type="component" /> </div>
		<?php } else { ?> <!-- اگر هیچ کدام از موقعیت های راست و چپ موجود نباشن -->
           	<div id="contents" style="width: 1024px;"> <jdoc:include type="component" /> </div>
		<?php } ?>
<!-------------------------- end test2 -------------------------->

<!-- test -->            

<!-- end test -->

<!--        <div id="contents">
           	<jdoc:include type="component" />
       	</div><!-- end contents -->

<!--        </div><!-- end center -->

<!-- start b-users-->        
       <?php if($this->countModules('b-user1 + b-user2 + b-user3 + b-user4 ')) : ?>        	
       <div id="b-users">

       	<?php if($this->countModules('b-user1')) : ?>        	
       	<div id="b-user1">
           	<jdoc:include type="modules" name="b-user1" style="xhtml" />
           </div><!-- end b-user1 -->
           <?php endif; ?>

       	<?php if($this->countModules('b-user2')) : ?>        	
           <div id="b-user2">
           	<jdoc:include type="modules" name="b-user2" style="xhtml" />
           </div><!-- end b-user2 -->
           <?php endif; ?>

       	<?php if($this->countModules('b-user3')) : ?>        	
           <div id="b-user3">
           	<jdoc:include type="modules" name="b-user3" style="xhtml" />
           </div><!-- end b-user3 -->
           <?php endif; ?>

       	<?php if($this->countModules('b-user4')) : ?>        	
           <div id="b-user4">
           	<jdoc:include type="modules" name="b-user4" style="xhtml" />
           </div><!-- end b-user4 -->
           <?php endif; ?>

       </div><!-- end b-users -->
       <?php endif; ?>

       <div id="footer">
       	<jdoc:include type="modules" name="footer" style="xhtml" />
       </div><!-- end footer -->       

</div><!-- end main -->





</body>
</html>

این محتوای فایل index.php قالب هست. جفت جفت اومدن محتوا فقط توی مطالبی که ماژول Komento داره و منوهایی که لیست مجموعه هستن اتفاق می افته.

Share this post


Link to post
Share on other sites

طراح قالب باید درست کنه ولی موقت میتونی کدهای بالا رو به صورت زیر تغییر بدید:


<?php defined( '_JEXEC' ) or die( 'Restricted access' );?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" 
  xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />


</head>

<body>
   <div id="notifi">
   <p>لطفا برای نمایش بهتر سایت <a href="http://www.mozilla.org/en-US/firefox/new/" target="_blank">آخرین نسخه فایرفاکس</a> را دانلود و استفاده کنید</p>
   </div><!-- end notifi -->
   <div id="main">

       <div id="header">

           <div id="logo">
               <jdoc:include type="modules" name="logo" style="xhtml" />
           </div><!-- end logo -->

             <?php if($this->countModules('top-menu')) : ?>            
           <div id="top-menu">
               <jdoc:include type="modules" name="top-menu" style="xhtml" />
           </div><!-- end top-menu -->
           <?php endif; ?>

       </div><!-- end header -->

         <?php if($this->countModules('main-menu')) : ?>            
       <div id="main-menu">
              <jdoc:include type="modules" name="main-menu" style="xhtml" />
       </div><!-- end main-menu -->
       <?php endif; ?>


         <?php if($this->countModules('slider')) : ?>            
       <div id="slider">
           <jdoc:include type="modules" name="slider" style="xhtml" />
       </div><!-- end slider -->
       <?php endif; ?>

<!-- start top-users-->

         <?php if($this->countModules('user1 + user2 + user3 + user4')) : ?>            
       <div id="top-users">

           <?php if($this->countModules('user1')) : ?>            
           <div id="user1">
               <jdoc:include type="modules" name="user1" style="xhtml" />
           </div><!-- end user1 -->
           <?php endif; ?>

           <?php if($this->countModules('user2')) : ?>            
           <div id="user2">
               <jdoc:include type="modules" name="user2" style="xhtml" />
           </div><!-- end user2 -->
           <?php endif; ?>

           <?php if($this->countModules('user3')) : ?>            
           <div id="user3">
               <jdoc:include type="modules" name="user3" style="xhtml" />
           </div><!-- end user3 -->
           <?php endif; ?>

           <?php if($this->countModules('user4')) : ?>            
           <div id="user4">
               <jdoc:include type="modules" name="user4" style="xhtml" />
           </div><!-- end user4 -->
            <?php endif; ?>

       </div><!-- end top-users -->
       <?php endif; ?>

<!-- start center-->

       <div id="center">

           <?php if($this->countModules('right')) : ?>            
           <div id="right">
               <jdoc:include type="modules" name="right" style="xhtml" />
           </div><!-- end right -->
           <?php endif; ?>

           <?php if($this->countModules('left')) : ?>            
           <div id="left">
               <jdoc:include type="modules" name="left" style="xhtml" />
           </div><!-- end left -->
           <?php endif; ?>

           <?php if($this->countModules('app')) : ?>            
           <div id="app">
               <jdoc:include type="modules" name="app" style="xhtml" />
           </div><!-- end app -->
           <?php endif; ?>

<!-------------------------- test2 -------577---------787----------> 

<div id="contents" > <jdoc:include type="component" /> </div>

<!-------------------------- end test2 -------------------------->

<!-- test -->            

<!-- end test -->

<!--        <div id="contents">
               <jdoc:include type="component" />
           </div><!-- end contents -->

<!--        </div><!-- end center -->

<!-- start b-users-->        
       <?php if($this->countModules('b-user1 + b-user2 + b-user3 + b-user4 ')) : ?>            
       <div id="b-users">

           <?php if($this->countModules('b-user1')) : ?>            
           <div id="b-user1">
               <jdoc:include type="modules" name="b-user1" style="xhtml" />
           </div><!-- end b-user1 -->
           <?php endif; ?>

           <?php if($this->countModules('b-user2')) : ?>            
           <div id="b-user2">
               <jdoc:include type="modules" name="b-user2" style="xhtml" />
           </div><!-- end b-user2 -->
           <?php endif; ?>

           <?php if($this->countModules('b-user3')) : ?>            
           <div id="b-user3">
               <jdoc:include type="modules" name="b-user3" style="xhtml" />
           </div><!-- end b-user3 -->
           <?php endif; ?>

           <?php if($this->countModules('b-user4')) : ?>            
           <div id="b-user4">
               <jdoc:include type="modules" name="b-user4" style="xhtml" />
           </div><!-- end b-user4 -->
           <?php endif; ?>

       </div><!-- end b-users -->
       <?php endif; ?>

       <div id="footer">
           <jdoc:include type="modules" name="footer" style="xhtml" />
       </div><!-- end footer -->       

   </div><!-- end main -->





</body>
</html> 




Share this post


Link to post
Share on other sites

کد من تو لوکال درست کار میکنه ولی رو هاست اینطوری میشه. از چی می تونه باشه ؟

Share this post


Link to post
Share on other sites

برای ارسال نظر یک حساب کاربری ایجاد کنید یا وارد حساب خود شوید

برای اینکه بتوانید نظر ارسال کنید نیاز دارید که کاربر سایت شوید

ایجاد یک حساب کاربری

برای حساب کاربری جدید در انجمن ما ثبت نام کنید. عضویت خیلی ساده است !


ثبت نام یک حساب کاربری جدید

ورود به حساب کاربری

دارای حساب کاربری هستید؟ از اینجا وارد شوید


ورود به حساب کاربری