hoi,
ich habe ein problem ich habe zwar schon überall geschaut bekomme aber die index.php datei einfach nicht in 1.5 könnte mir das jemand machen? wäre echt nett
[code]<?php
defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );
?>
<?php $iso = split( '=', _ISO );
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<div id="header">
<?php mosLoadModules ( 'header', -1 ); ?>
<div id="topmenu"><?php mosLoadModules ( 'top_menu', -1 ); ?></div>
</div><!-- end of header -->
<div id="container">
<div id="left_outer">
<div id="left_top"><div id="left_tl"></div></div>
<div id="left_inner">
<div id="mainmenu"><?php mosLoadModules ( 'main_menu', -2); ?></div>
<div id="green_outer">
<div id="green_top"></div>
<div id="green_inner"><?php mosLoadModules ( 'green', -2); ?></div>
<div id="green_bottom"></div>
</div> <!-- end of green_outer -->
<div id="left"><?php mosLoadModules ( 'left', -2 ); ?></div>
</div><!-- end of left_inner -->
<div id="mainarea">
<div id="mainbody_outer">
<div id="mainbody_top"><div class="tl"></div></div>
<div id="mainbody_inner">
<div id="pathway_text"><?php mosPathWay(); ?></div>
<div id="main_content"><?php mosMainBody(); ?></div>
</div><!--end of mainbody_inner -->
<?php if(mosCountModules('user1')){ ?>
<?php mosLoadModules ( 'user1', -2 ); ?>
<?php } ?>
<?php mosLoadModules ( 'user2', -2 ); ?>
</div><!-- end of container -->
<?php mosLoadModules ( 'footer', -1 ); ?>
Designed by
Red Evolution
[/code]
ich bedanke mich schonmal
mfg Paul
Hardi
2. Oktober 2008 um 14:06
2
kannste auch eben die standart index.php von 1.5 pposten?
ich habe die gerade nicht zurhand
das hier ist ein template das funktioniert:
[code]<?php
/**
@copyright Copyright © 2005 - 2008 Open Source Matters. All rights reserved.
@license GNU/GPL, see LICENSE.php
Joomla! is free software. This version may have been modified pursuant
to the GNU General Public License, and as distributed it includes or
is derivative of works licensed under the GNU General Public License or
other free or open source software licenses.
See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
?>
<?php if($this->direction == 'rtl') : ?>
<?php endif; ?>
<div id="tabarea">
<div id="tabarea_l">
<div id="tabarea_r">
<div id="tabmenu">
<table cellpadding="0" cellspacing="0" class="pill">
<tr>
<td class="pill_l"> </td>
<td class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</td>
<td class="pill_r"> </td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div id="search">
<jdoc:include type="modules" name="user4" />
</div>
<div id="pathway">
<jdoc:include type="modules" name="breadcrumb" />
</div>
<div class="clr"></div>
<div id="whitebox">
<div id="whitebox_t">
<div id="whitebox_tl">
<div id="whitebox_tr"></div>
</div>
</div>
<div id="whitebox_m">
<div id="area">
<jdoc:include type="message" />
<div id="leftcolumn">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>
<?php if($this->countModules('left')) : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<?php if($this->countModules('user1 or user2')) : ?>
<table class="nopad user1user2">
<tr valign="top">
<?php if($this->countModules('user1')) : ?>
<td>
<jdoc:include type="modules" name="user1" style="xhtml" />
</td>
<?php endif; ?>
<?php if($this->countModules('user1 and user2')) : ?>
<td class="greyline"> </td>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<td>
<jdoc:include type="modules" name="user2" style="xhtml" />
</td>
<?php endif; ?>
</tr>
</table>
<div id="maindivider"></div>
<?php endif; ?>
<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />
<jdoc:include type="modules" name="footer" style="xhtml"/>
</td>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<td class="greyline"> </td>
<td width="170">
<jdoc:include type="modules" name="right" style="xhtml"/>
</td>
<?php endif; ?>
</tr>
</table>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div id="whitebox_b">
<div id="whitebox_bl">
<div id="whitebox_br"></div>
</div>
</div>
</div>
<div id="footerspacer"></div>
</div>
<div id="footer">
<div id="footer_l">
<div id="footer_r">
<p id="syndicate">
<jdoc:include type="modules" name="syndicate" />
</p>
<p id="power_by">
<?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>.
<?php echo JText::_('Valid') ?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</p>
</div>
</div>
</div>
</div>
[/code]
danke schonma
LOL, das macht wohl kaum jemand einfach so.
Möglichkeit a: Legacy Mode einstellen
Möglichkeit b: Sehr viel Arbeit. Tutorials:
google.de/search?q=joomla+te … =firefox-a
Das erste ist etwas veraltet aber gut erklärt.
//Edit: Dazu das passende Update:
nik-it.de/joomla/templatedes … --1.5.html