Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

18578 Posts in 2424 Topics- by 858 Members - Latest Member: daniel djukovic
Pages: [1] 2   Go Down
Print
Author Topic: smooth gallery  (Read 1232 times)
Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« on: 27.02.2008; 14:50:45 PM »

Instalirao sam Smooth Gallery i napravio foldere koje je trazio:
images/portfolio/
images/portfolio/thumbs/

Otisao sam u "Modules-->Smooth Gallery" stavio PUBLISH i stavio dimenzije galerije 350x350,medutim preko ftpa sam stavio slike istih tih dimenzija i nisu mi se prikazivale,ja mislim da je problem u onome sto pise u modulu:

     
Code:
This module uses mootools toolkit to crossfade images to form a rotating header effect or gallery. If there exists an imagename.txt file with 3 lines, first line being the url to link to, the title second, and the third line being the description, they will be displayed with the image.

If you want to have your site XHTML compliant with all browsers you will need to add this code to the head tags within you index.php template page:

< script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>< script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>< link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />

PLEASE NOTE: You may not see it but we had to make a space after each < character in the above code so we could show it here, make sure you remove that space when adding the code to your < head> tag. Then you will need to select 'Hide' within the options below.

Ja sam pokusao ovo
< script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>< script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>< link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' /> staviti u templejt index.php medutim sve bi bilo isto samo sto bi se na vrhu stranice prikazivao ovaj kod....  i ne prikazuje mi strijelice,embed linkove u opcijama galerije.
Pomozite molim vas.
Logged
sin2384
GLOBAL MODERATOR
Hero Member
*
Offline Offline

Posts: 1288



View Profile WWW
« Reply #1 on: 27.02.2008; 17:33:49 PM »

Jesi ga stavio izmedju <head> i </head>?
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #2 on: 27.02.2008; 19:57:57 PM »

jesam i nece evo kako izgleda sa head> i </head>  http://stfanatics.net/test/

jesam pocetnik ali ovako nesto nevidam svaki dan,uspjesno instaliram modul ubacim sliku gdje treba i to mi se dogada....
evo kako sada izgleda u template index.php

Code:
<head>
< script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>< script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>< link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />
</head>
Logged
nedim
Web Developer
SITE ADMIN
Hero Member
*
Offline Offline

Posts: 1448



View Profile WWW
« Reply #3 on: 27.02.2008; 23:43:32 PM »

Nije ispravno postavljeno. Imas prazno mjesto izmedju < i scripta, a toga ne smije biti.
Probaj ovako:
<script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>
<script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>
<link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #4 on: 28.02.2008; 00:31:53 AM »

Nije ispravno postavljeno. Imas prazno mjesto izmedju < i scripta, a toga ne smije biti.
Probaj ovako:
<script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>
<script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>
<link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />


nece http://stfanatics.net/test/index.php

mozete li mi preporuciti neku drugu galeriju slicnu smooth gallery,jer polako gubim zivce na ovoj Smiley
Logged
nedim
Web Developer
SITE ADMIN
Hero Member
*
Offline Offline

Posts: 1448



View Profile WWW
« Reply #5 on: 28.02.2008; 00:35:29 AM »

Ma koliko ja vidim, nije u tebe do ove komponente, nego do necega drugoga.
Naime, kod tebe nista ne radi, niti jedan css. Znaci da imas neki problem veliki.
Pokusaj sa drugim templejtom.
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #6 on: 28.02.2008; 02:14:29 AM »

Ma koliko ja vidim, nije u tebe do ove komponente, nego do necega drugoga.
Naime, kod tebe nista ne radi, niti jedan css. Znaci da imas neki problem veliki.
Pokusaj sa drugim templejtom.

kad sam u admin panelu pa odem templates i kad idem edit CSS pise mi samo ovo:

@import url('joomla.css');
@import url('custom.css');
@import url('module.css');

a do templejta nije 100% zato jer je na  templateplazza gdje se kupuje taj template prikazuje smooth gallery,a evo je sa jedne stranice taj modul smooth gallery:

http://www.tl-bb.com/

tako da stvarno neshvacam u cemu je problem
Logged
nedim
Web Developer
SITE ADMIN
Hero Member
*
Offline Offline

Posts: 1448



View Profile WWW
« Reply #7 on: 28.02.2008; 02:27:48 AM »

Ja kada gledam tvoj source kod na templejtu ne vidim nista i to me cudi.
Mora da je neki tag ostao otvoren ili takvo nesto.
Ajde kopiraj ovdje code index.php.
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #8 on: 28.02.2008; 02:32:02 AM »

<head>
<script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>
<script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>
<link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />
</head>
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
 
<?php require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/dropline.php") ;?>
<?php require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/template_config.php") ;?>
<?php mosShowHead(); ?>

<?php
if ( $my->id ) { initEditor(); }

// general width calculation
if ( mosCountModules('left')) {
   $mcontent_width = $templatewidth - 180;
}
if ( mosCountModules('right')) {
   $mcontent_width = $templatewidth - 170;
}
if ( mosCountModules('inset')) {
   $mcontent_width = $templatewidth - 220;
}
if (mosCountModules('left') && mosCountModules('right')) {
   $mcontent_width = $templatewidth - 330;
  }
if (mosCountModules('left') && mosCountModules('inset')) {
   $mcontent_width = $templatewidth - 380;
  }
if (mosCountModules('right') && mosCountModules('inset')) {
   $mcontent_width = $templatewidth - 370;
  }
if (mosCountModules('left') && mosCountModules('right') && mosCountModules('inset')) {
   $mcontent_width = $templatewidth - 530;
  }

if (mosCountModules('left') + mosCountModules('right') + mosCountModules('inset') ==0) {
   $mcontent_width = $templatewidth - 20;
}

// 4 bottom mod width calculation
$botmod_section_width = $templatewidth-10;

if ( mosCountModules('user11') >= 1 ) $botmod_1 = 1;
else $botmod_1 = 0;
if ( mosCountModules('user12') >= 1 ) $botmod_2 = 1;
else $botmod_2 = 0;
if ( mosCountModules('user13') >= 1 ) $botmod_3 = 1;
else $botmod_3 = 0;
if ( mosCountModules('user14') >= 1 ) $botmod_4 = 1;
else $botmod_4 = 0;

if ($botmod_1 + $botmod_2  + $botmod_3 + $botmod_4 == 4 ) {
   $botmodwidth = $botmod_section_width/4-10;
   $botmarginright = "10"; }
if ($botmod_1 + $botmod_2  + $botmod_3 + $botmod_4 == 3 ) {
   $botmodwidth = $botmod_section_width/3-10;
   $botmarginright = "10"; }
if ($botmod_1 + $botmod_2  + $botmod_3 + $botmod_4 == 2 ) {
   $botmodwidth = $botmod_section_width/2-10;
   $botmarginright = "10"; }
if ($botmod_1 + $botmod_2  + $botmod_3 + $botmod_4 == 1 ) {
   $botmodwidth = $botmod_section_width - 10;
   $botmarginright = "10"; }

$ua = $_SERVER['HTTP_USER_AGENT']; if (strpos($ua,'MSIE 6.0')) {
$iemarginfix = 10; } else {
$iemarginfix = 0; }

 ?>
<link rel="stylesheet" href="templates/gaming_plazza/css/template_css.css" type="text/css" />
<?php if($menutype=="suckerfish") { ?>
<link rel="stylesheet" href="templates/gaming_plazza/css/sfish.css" type="text/css" />
<?php } elseif ($menutype=="dropline") { ?>
<link rel="stylesheet" href="templates/gaming_plazza/css/dropline.css" type="text/css" />
<?php } ?>
<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/gaming_plazza/css/ie6.css" type="text/css" />
<![endif]-->
</head>
<body class="bodies">

<div id="wrapper" align="center" >
   
   <div id="pagewrapper" style="width:<?php echo $templatewidth; ?>px; " align="center">
   <div  id="contentwrapper" align="center" style="width:<?php echo $templatewidth; ?>px; ">
      <div id="head">
         
         <div id="head_left"></div>
         <div id="head_content">
            <div id="hc_top" style="width:<?php echo $templatewidth - 50; ?>px;">
               <?php mosLoadModules ( 'user3',-2 ); ?>
            </div>
            <div id="hc_bottom">
               <div id="hc_bottom_logo" style="width:<?php echo $templatewidth - 490; ?>px">
                  <a href="<?php echo $mosConfig_live_site;?>">
                  <img src="templates/gaming_plazza/images/logo.gif" alt=" " border="0" />
                  [/url]
               </div>
               <div id="tlogin_wrapper">
                  <div id="tlogin_inner">
                     <div id="tlogin_inner_left"></div>
                     <div id="tlogin_inner_mid">
                     <?php mosLoadModules ( 'cpanel',-2 ); ?>
                     </div>
                     <div id="tlogin_inner_right"></div>
                  </div>
               </div>
               <div style="clear:both;"></div>
            </div>
         
         </div>
         <div id="head_right"></div>
      </div> <!-- end head -->
      <?php if ($menutype=="suckerfish") { ?>
      <div id="xtd_wrapper">
         <div id="xtd_menu" style="padding-left:10px;">
            <?php mosLoadModules ( 'user8',-2 ); ?>
         </div>
      </div>
      <?php } ?>
      <?php if ($menutype=="dropline") { ?>
      <div id="dropline_wrapper" style="height:<?php if ($mycssONLY_SUB_menu == true) { echo "44px";} else {echo "28px"; } ?>">
         <div id="drop_top">
               <?php echo $mycssPSPLITmenu_content; ?>
         </div>
         <div style="clear:both;"></div>
         <?php if ($mycssONLY_SUB_menu == true) { ?>
         <div id="drop_sec">
         <?php echo $mycssONLY_SUB_menu; ?>
         </div>
      </div>
      <?php } ?>
      <div style="clear:both;"></div>
      
      <?php } ?>
      
      <div style="clear:both;"></div>
      <div id="topsearch">
         <div id="topsearch_logo">
         </div>
         <div id="topsearch_mod">
         <?php mosLoadModules ( 'user4',-2 ); ?>
         </div>
         <div id="topsearch_home">
         </div>
         <div id="topsearch_path">
         <?php mosPathWay(); ?>
         </div>
         
      </div>
      <div style="clear:both;"></div>
      <div id="content_section">
         <div id="content_inner">
            <?php if (mosCountModules( 'left' )) { ?>
            <div id="left_section">
            <?php mosLoadModules ( 'left',-3 ); ?>
            </div>
            <?php } ?>
            <?php if (mosCountModules( 'inset' )) { ?>
            <div id="inset_section">
            <?php mosLoadModules ( 'inset',-3 ); ?>
            </div>
            <?php } ?>
            
            <!-- MAINBODY started here -->
            <div id="body_section" style="width:<?php echo $mcontent_width ?>px">
               <?php if (mosCountModules( 'advert1' )) { ?>
               <div id="advert1_box">
                     <?php mosLoadModules ( 'advert1',-3 ); ?>
               </div>
               <?php } ?>
               <div style="margin-bottom:10px;">
                  <div id="roundwrapper">                  
                     <div class="roundtopleft">
                        <span class="sfix">&nbsp;</span>
                     </div>
                     <div class="roundcontent">
                        <?php mosMainBody(); ?>
                     </div>
                     <div class="roundbottomleft">
                        <span class="sfix">&nbsp;</span>
                     </div>
                  </div>
               </div>
               <?php if (mosCountModules( 'advert2' )) { ?>
               <div id="advert2_box">
                  <?php mosLoadModules ( 'advert2',-3 ); ?>
               </div>
               <?php } ?>
                 <!-- end roundwrapper -->
            </div>
      
            <?php if (mosCountModules( 'right' )) { ?>
            <div id="right_section">
            <?php mosLoadModules ( 'right',-3 ); ?>
            </div>
            <?php } ?>
            <div style="clear:both"></div>
            
            
         </div>
         
         <!-- START BOTTOM SECTION -->
      
      <?php if(mosCountModules('user11') || mosCountModules('user12') || mosCountModules('user13') || mosCountModules('user14')) { ?>
      <div id="botmodsection" style="width:<?php echo $botmod_section_width - $iemarginfix; ?>px; ">
         <div id="botmodsection_inner">
            <div class="botmodsection_inner_c">
               <?php if (mosCountModules('user11')) { ?>
               <div id="botmodsection_1" style="width:<?php echo $botmodwidth; ?>px; margin-right:<?php echo $botmarginright; ?>px;"><?php mosLoadModules ( 'user11',-3 ); ?></div>
               <?php } ?>
                        
               <?php if (mosCountModules('user12')) { ?>
               <div id="botmodsection_2" style="width:<?php echo $botmodwidth; ?>px;  margin-right:<?php echo $botmarginright; ?>px;"><?php mosLoadModules ( 'user12',-3 ); ?></div>
               <?php } ?>
                        
               <?php if (mosCountModules('user13')) { ?>
               <div id="botmodsection_3" style="width:<?php echo $botmodwidth; ?>px;  margin-right:<?php echo $botmarginright; ?>px;"><?php mosLoadModules ( 'user13',-3 ); ?></div>
               <?php } ?>
                        
               <?php if (mosCountModules('user14')) { ?>
               <div id="botmodsection_4" style="width:<?php echo $botmodwidth; ?>px;"><?php mosLoadModules ( 'user14',-3 ); ?></div>
               <?php } ?>
               <div style="clear:both; line-height:1px;">&nbsp;</div>
            </div>
         </div>            
      </div>
      <?php } ?>
      </div>
      
      <!-- footer -->
      <div id="footer_wrapper">
         <div id="footer_left"><?php include_once('includes/footer.php'); ?></div>
            <?php if (mosCountModules('user5')) { ?>
            <div id="footer_right"><?php mosLoadModules ( 'user5',-2 ); ?></div>
            <?php } ?>
         <div style="clear:both;"></div>      
      </div>
      
   </div> <!-- pagewrapper -->
</div> <!-- end wrapper -->
</div>
</body>
</html>
Logged
nedim
Web Developer
SITE ADMIN
Hero Member
*
Offline Offline

Posts: 1448



View Profile WWW
« Reply #9 on: 28.02.2008; 02:39:57 AM »

Ti si ovdje fakat za***** stvar kume Smiley
Pogledaj ti templejt. Imas dva puta </head> i <head>, a dio koda koji bi pored ovoga gore trebao biti u head tagu nalazi se ni na nebi ni na zemlji. tj. izmedju body i head.
Tag head moze biti samo jedan. Evo ti ispravna verzija tvoga templejta pa probaj sa ovim  Big Grin

Kopiraj ovo sve unutar ovoga koda koji ti saljem i zamjeni sa postojecim index.php fajlom u templejtu.

Code:
<?php
defined
'_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso explode'='_ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'$iso[1] .'"?' .'>';
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php require($mosConfig_absolute_path."/templates/" $mainframe->getTemplate() . "/dropline.php") ;?>
<?php require($mosConfig_absolute_path."/templates/" $mainframe->getTemplate() . "/template_config.php") ;?>
<?php mosShowHead(); ?>

<?php
if ( $my->id ) { initEditor(); }

// general width calculation
if ( mosCountModules('left')) {
   
$mcontent_width $templatewidth 180;
}
if ( 
mosCountModules('right')) {
   
$mcontent_width $templatewidth 170;
}
if ( 
mosCountModules('inset')) {
   
$mcontent_width $templatewidth 220;
}
if (
mosCountModules('left') && mosCountModules('right')) {
   
$mcontent_width $templatewidth 330;
  }
if (
mosCountModules('left') && mosCountModules('inset')) {
   
$mcontent_width $templatewidth 380;
  }
if (
mosCountModules('right') && mosCountModules('inset')) {
   
$mcontent_width $templatewidth 370;
  }
if (
mosCountModules('left') && mosCountModules('right') && mosCountModules('inset')) {
   
$mcontent_width $templatewidth 530;
  }

if (
mosCountModules('left') + mosCountModules('right') + mosCountModules('inset') ==0) {
   
$mcontent_width $templatewidth 20;
}

// 4 bottom mod width calculation
$botmod_section_width $templatewidth-10;

if ( 
mosCountModules('user11') >= $botmod_1 1;
else 
$botmod_1 0;
if ( 
mosCountModules('user12') >= $botmod_2 1;
else 
$botmod_2 0;
if ( 
mosCountModules('user13') >= $botmod_3 1;
else 
$botmod_3 0;
if ( 
mosCountModules('user14') >= $botmod_4 1;
else 
$botmod_4 0;

if (
$botmod_1 $botmod_2  $botmod_3 $botmod_4 == ) {
   
$botmodwidth $botmod_section_width/4-10;
   
$botmarginright "10"; }
if (
$botmod_1 $botmod_2  $botmod_3 $botmod_4 == ) {
   
$botmodwidth $botmod_section_width/3-10;
   
$botmarginright "10"; }
if (
$botmod_1 $botmod_2  $botmod_3 $botmod_4 == ) {
   
$botmodwidth $botmod_section_width/2-10;
   
$botmarginright "10"; }
if (
$botmod_1 $botmod_2  $botmod_3 $botmod_4 == ) {
   
$botmodwidth $botmod_section_width 10;
   
$botmarginright "10"; }

$ua $_SERVER['HTTP_USER_AGENT']; if (strpos($ua,'MSIE 6.0')) {
$iemarginfix 10; } else {
$iemarginfix 0; }

 
?>

<link rel="stylesheet" href="templates/gaming_plazza/css/template_css.css" type="text/css" />
<?php if($menutype=="suckerfish") { ?>
<link rel="stylesheet" href="templates/gaming_plazza/css/sfish.css" type="text/css" />
<?php } elseif ($menutype=="dropline") { ?>
<link rel="stylesheet" href="templates/gaming_plazza/css/dropline.css" type="text/css" />
<?php ?>
<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/gaming_plazza/css/ie6.css" type="text/css" />
<![endif]-->
<script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>
<script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>
<link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />
</head>
<body class="bodies">

<div id="wrapper" align="center" >
   
   <div id="pagewrapper" style="width:<?php echo $templatewidth?>px; " align="center">
   <div  id="contentwrapper" align="center" style="width:<?php echo $templatewidth?>px; ">
      <div id="head">
         
         <div id="head_left"></div>
         <div id="head_content">
            <div id="hc_top" style="width:<?php echo $templatewidth 50?>px;">
               <?php mosLoadModules 'user3',-); ?>
            </div>
            <div id="hc_bottom">
               <div id="hc_bottom_logo" style="width:<?php echo $templatewidth 490?>px">
                  <a href="<?php echo $mosConfig_live_site;?>">
                  <img src="templates/gaming_plazza/images/logo.gif" alt=" " border="0" />
                  [/url]
               </div>
               <div id="tlogin_wrapper">
                  <div id="tlogin_inner">
                     <div id="tlogin_inner_left"></div>
                     <div id="tlogin_inner_mid">
                     <?php mosLoadModules 'cpanel',-); ?>
                     </div>
                     <div id="tlogin_inner_right"></div>
                  </div>
               </div>
               <div style="clear:both;"></div>
            </div>
         
         </div>
         <div id="head_right"></div>
      </div> <!-- end head -->
      <?php if ($menutype=="suckerfish") { ?>
      <div id="xtd_wrapper">
         <div id="xtd_menu" style="padding-left:10px;">
            <?php mosLoadModules 'user8',-); ?>
         </div>
      </div>
      <?php ?>
      <?php if ($menutype=="dropline") { ?>
      <div id="dropline_wrapper" style="height:<?php if ($mycssONLY_SUB_menu == true) { echo "44px";} else {echo "28px"; } ?>">
         <div id="drop_top">
               <?php echo $mycssPSPLITmenu_content?>
         </div>
         <div style="clear:both;"></div>
         <?php if ($mycssONLY_SUB_menu == true) { ?>
         <div id="drop_sec">
         <?php echo $mycssONLY_SUB_menu?>
         </div>
      </div>
      <?php ?>
      <div style="clear:both;"></div>
     
      <?php ?>
     
      <div style="clear:both;"></div>
      <div id="topsearch">
         <div id="topsearch_logo">
         </div>
         <div id="topsearch_mod">
         <?php mosLoadModules 'user4',-); ?>
         </div>
         <div id="topsearch_home">
         </div>
         <div id="topsearch_path">
         <?php mosPathWay(); ?>
         </div>
         
      </div>
      <div style="clear:both;"></div>
      <div id="content_section">
         <div id="content_inner">
            <?php if (mosCountModules'left' )) { ?>
            <div id="left_section">
            <?php mosLoadModules 'left',-); ?>
            </div>
            <?php ?>
            <?php if (mosCountModules'inset' )) { ?>
            <div id="inset_section">
            <?php mosLoadModules 'inset',-); ?>
            </div>
            <?php ?>
           
            <!-- MAINBODY started here -->
            <div id="body_section" style="width:<?php echo $mcontent_width ?>px">
               <?php if (mosCountModules'advert1' )) { ?>
               <div id="advert1_box">
                     <?php mosLoadModules 'advert1',-); ?>
               </div>
               <?php ?>
               <div style="margin-bottom:10px;">
                  <div id="roundwrapper">                 
                     <div class="roundtopleft">
                        <span class="sfix">&nbsp;</span>
                     </div>
                     <div class="roundcontent">
                        <?php mosMainBody(); ?>
                     </div>
                     <div class="roundbottomleft">
                        <span class="sfix">&nbsp;</span>
                     </div>
                  </div>
               </div>
               <?php if (mosCountModules'advert2' )) { ?>
               <div id="advert2_box">
                  <?php mosLoadModules 'advert2',-); ?>
               </div>
               <?php ?>
                 <!-- end roundwrapper -->
            </div>
     
            <?php if (mosCountModules'right' )) { ?>
            <div id="right_section">
            <?php mosLoadModules 'right',-); ?>
            </div>
            <?php ?>
            <div style="clear:both"></div>
           
           
         </div>
         
         <!-- START BOTTOM SECTION -->
     
      <?php if(mosCountModules('user11') || mosCountModules('user12') || mosCountModules('user13') || mosCountModules('user14')) { ?>
      <div id="botmodsection" style="width:<?php echo $botmod_section_width $iemarginfix?>px; ">
         <div id="botmodsection_inner">
            <div class="botmodsection_inner_c">
               <?php if (mosCountModules('user11')) { ?>
               <div id="botmodsection_1" style="width:<?php echo $botmodwidth?>px; margin-right:<?php echo $botmarginright?>px;"><?php mosLoadModules 'user11',-); ?></div>
               <?php ?>
                       
               <?php if (mosCountModules('user12')) { ?>
               <div id="botmodsection_2" style="width:<?php echo $botmodwidth?>px;  margin-right:<?php echo $botmarginright?>px;"><?php mosLoadModules 'user12',-); ?></div>
               <?php ?>
                       
               <?php if (mosCountModules('user13')) { ?>
               <div id="botmodsection_3" style="width:<?php echo $botmodwidth?>px;  margin-right:<?php echo $botmarginright?>px;"><?php mosLoadModules 'user13',-); ?></div>
               <?php ?>
                       
               <?php if (mosCountModules('user14')) { ?>
               <div id="botmodsection_4" style="width:<?php echo $botmodwidth?>px;"><?php mosLoadModules 'user14',-); ?></div>
               <?php ?>
               <div style="clear:both; line-height:1px;">&nbsp;</div>
            </div>
         </div>           
      </div>
      <?php ?>
      </div>
     
      <!-- footer -->
      <div id="footer_wrapper">
         <div id="footer_left"><?php include_once('includes/footer.php'); ?></div>
            <?php if (mosCountModules('user5')) { ?>
            <div id="footer_right"><?php mosLoadModules 'user5',-); ?></div>
            <?php ?>
         <div style="clear:both;"></div>     
      </div>
     
   </div> <!-- pagewrapper -->
</div> <!-- end wrapper -->
</div>
</body>
</html>
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42


View Profile
« Reply #10 on: 28.02.2008; 02:51:34 AM »

 Smiley
evo copy-paste napravio par puta i evo stranice:
http://stfanatics.net/test/

Logged
nedim
Web Developer
SITE ADMIN
Hero Member
*
Offline Offline

Posts: 1448



View Profile WWW
« Reply #11 on: 28.02.2008; 03:01:36 AM »

Ti rece da ova stranica tl-bb.com ima isti templejt kao i ti i da koriste istu galeriju.
Eh sada, sta mi nije jasno:
Otisao sam u source kod ove pomenute stranice i vidim da nemaju izmedju <head> i </head> tagova ovo:

<script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'>
<script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'>
<link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' />

Odakle ti ideja da ovo treba ici u ove tagove ???
Izbrisi taj instalirani templejt i instaliraj ga ponovo, zatim deinstaliraj galeriju i pazljivo slijedi ponovne upute instalacije iste, dakle ponovo je instaliraj.
Ja sam tu da ti pomognem, ali nekada je bolje poci iz pocetka, nego se petljati po ovom vec i ovako ispretljanom kodu.
Logged

Ginger
Newbie
*
Offline Offline

Posts: 42