Left.tpl im tmp ordner

hi

wollte grade tmp löschen.
das sollte ja gehen wie ich meine richtig?
wenn ich das aber tue dann bekomm ich nur noch das header und menu oben angezeigt.
der shop geht nicht mehr.

wenn ich allerdings die alte datei von left.tpl wieder einfüge geht wieder alles?
ich hab dann noch versucht in den out ordner die orgianl left.tpl zu kopieren weil ich dachte da ist vielleicht ein fehler drin.

aber nach erneuter löschung von tmp wieder das gleiche problem bis ich wieder die alte left.tpl in den tmp ordner kopiere.

was kann das sein und wie reparer ich es?
danke

Ja, den Inhalt im Verzeichnis /tmp kann man löschen, das sind nur gecachte Dateien.

Wenn Du etwas im Template verbogen hast, dann merkt man das erst wenn die temporäre Datei im /tmp gelöscht wurde. Dann wird nämlich neu gecached und der Fehler kommt dann zum tragen.

Das original Template wieder einspielen war schon richtig, allerdings nicht in /tmp sondern an den ursprünglichen Speicherort out/Theme-Name/tpl/ - danach /tmp leeren und versuchen.

hab ich doch so gemacht?

[I]ich hab dann noch versucht in den out ordner die orgianl left.tpl zu kopieren weil ich dachte da ist vielleicht ein fehler drin.[/I]

ging dennoch nicht?
was kann ich den noch versuchen?

han eigentlich ohnehin fast garnichts per ftp am shop verändert .
müsste eigentlich nahezu alles so sein wie ich es vor einigen monaten runtergeladen habe.
daher wundert es mich gleich doppelt

würdest du versuchen einfach den ganzen shop neu einzuspielen?
also nur per ftp?
da ist ja alles ziemlich orginal…
ich habe nur das header geändert noch ein pa kleinigkeiten in der germ lang und das wars eigentlich schon.
nur die config und was es automatisch personalisiertes gibt sollte ich dann wohl beibehalten.
welche sind das genau alle?

lösch mich : doppelt

keine ne idee?

ist ein wenig schwierig so im Nebel zu stochern

Hast Du nen Link zum Shop?

Versuch mal was aus den Logs zu bekommen.

http://faq.oxidmodule.com/Allgemeine-Fragen/Technik/Ich-erhalte-im-Shop-eine-weisse-Seite-was-nun.html

also schau mal…
wenn ich diese left.tpl im temp habe dann geht alles.

php /* Smarty version 2.6.26, created on 2011-08-04 01:31:44
         compiled from _left.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxmultilang', '_left.tpl', 2, false),array('function', 'oxid_include_dynamic', '_left.tpl', 55, false),)), $this); ?>
<?php if ($this->_tpl_vars['oView']->showSearch()): ?>
    <strong class="h2 search"><?php echo smarty_function_oxmultilang(array('ident' => 'INC_LEFTITEM_PRODUCTSEARCH'), $this);?>
</strong>
    <form action="<?php echo $this->_tpl_vars['oViewConf']->getSelfActionLink(); ?>
" method="get" class="search" id="f.search">
        <p>
            <?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>

            <input type="hidden" name="cl" value="search">
            <input type="text" name="searchparam" value="<?php echo $this->_tpl_vars['searchparamforhtml']; ?>
" size="21" id="f.search.param" class="txt">

            <?php if ($this->_tpl_vars['oView']->getSearchCatTree()): ?>
            <select id="test_searchCategorySelect" class="search_input" name="searchcnid" <?php if ($this->_tpl_vars['oViewConf']->isAutoSearchOnCat()): ?>onchange="oxid.search('f.search','f.search.param');"<?php endif; ?>>
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLCATEGORIES'), $this);?>
 </option>
                <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_options.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getSearchCatTree(),'sSpacer' => "")));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
            </select>
            <?php endif; ?>

            <?php if ($this->_tpl_vars['oView']->getVendorlist()): ?>
            <select id="test_searchVendorSelect" class="search_input" name="searchvendor">
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLDISTRIBUTORS'), $this);?>
 </option>
                <?php $_from = $this->_tpl_vars['oView']->getVendorlist(); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['oVendorlistentry']):
?>
                    <option value="<?php echo $this->_tpl_vars['oVendorlistentry']->oxvendor__oxid->value; ?>
"<?php if ($this->_tpl_vars['searchvendor'] == $this->_tpl_vars['oVendorlistentry']->oxvendor__oxid->value): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['oVendorlistentry']->oxvendor__oxtitle->value; ?>
<?php if ($this->_tpl_vars['oVendorlistentry']->getNrOfArticles() > 0): ?> (<?php echo $this->_tpl_vars['oVendorlistentry']->getNrOfArticles(); ?>
)<?php endif; ?></option>
                <?php endforeach; endif; unset($_from); ?>
            </select>
            <?php endif; ?>

            <?php if ($this->_tpl_vars['oView']->getManufacturerlist()): ?>
            <select id="test_searchManufacturerSelect" class="search_input" name="searchmanufacturer">
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLMANUFACTURERS'), $this);?>
 </option>
                <?php $_from = $this->_tpl_vars['oView']->getManufacturerlist(); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['oManufacturerlistentry']):
?>
                    <option value="<?php echo $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxid->value; ?>
"<?php if ($this->_tpl_vars['searchmanufacturer'] == $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxid->value): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxtitle->value; ?>
<?php if ($this->_tpl_vars['oManufacturerlistentry']->getNrOfArticles() > 0): ?> (<?php echo $this->_tpl_vars['oManufacturerlistentry']->getNrOfArticles(); ?>
)<?php endif; ?></option>
                <?php endforeach; endif; unset($_from); ?>
            </select>
            <?php endif; ?>

            <span class="btn"><input id="test_searchGo" type="submit" class="btn" value="GO!"></span>
        </p>
    </form>
<?php endif; ?>
<?php if ($this->_tpl_vars['oxcmp_categories']): ?>
  <?php if ($this->_tpl_vars['oView']->showTopCatNavigation()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oxcmp_categories']->getClickRoot(),'act' => $this->_tpl_vars['oxcmp_categories']->getClickCat(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
  <?php else: ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oxcmp_categories'],'act' => $this->_tpl_vars['oxcmp_categories']->getClickCat(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
  <?php endif; ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->loadVendorTree() && $this->_tpl_vars['oView']->getVendorlist()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/vendor_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getVendorlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->loadManufacturerTree() && $this->_tpl_vars['oView']->getManufacturerlist()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/manufacturer_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getManufacturerlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->showLeftBasket()): ?>
    <?php echo smarty_function_oxid_include_dynamic(array('file' => "dyn/mini_basket.tpl",'type' => 'basket','testid' => 'LeftBasket'), $this);?>

<?php endif; ?>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/infobox.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php if ($this->_tpl_vars['oxcmp_news'] && count ( $this->_tpl_vars['oxcmp_news'] ) > 0): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/cmp_news.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>


<strong class="h2" id="test_LeftSidePartnersHeader">[{ oxmultilang ident="INC_LEFTITEM_PARTNERANDSEAL" }]</strong>
<div class="partners">
    <div class="logo">
      [{include file="inc/trustedshops_item.tpl"}]
    </div>
    <div class="logo">
        <a href="http://www.zend.com" id="link.zendSite"><img src="[{$oViewConf->getImageUrl()}]zend_logo.gif" alt=""></a>
        [{oxscript add="oxid.blank('link.zendSite');"}]
    </div>
</div>

und wenn ich die orginale left.tpl im out habe und temp lösche dann wird alles unter dem header weiss?

Also ich bin gerade echt ein wenig am Stochern und Raten… Gibts denn keine aussagekräftigen Logs?

Im Quelltext bricht der Shop bei dieser Zeile (Nr. 12) die Seitenausgabe ab:

<input type="text" name="searchparam" value="<?php echo $this->_tpl_vars['searchparamforhtml']; ?>

was Rot ist sieht man noch im Quelltext, danach ist Ende.

Pack doch nochmal die originale _left.tpl rein und leere das /tmp, vergleiche dann diese neu erzeugte Datei mit der hier vorliegenden, funktionierenden. Vielleicht kommen wir dem Fehler dann näher…

Setz doch auch mal das Debug-Level in der config.inc.php hoch, damit php bzw. Smarty-Fehler ausgeworfen werden.

ich bin kein grosser coder:) eher ein ganz schlechter deshalb versuche ich da auch normal möglichst wenig rumzubasteln :slight_smile:

du meinst die exception log txt im log ordner?
wenn ja da steht glaub nichts tolles drin aber ich kanns dir gern posten…

das gibt er aus wenn ichs neu mach… so wie du gesagt hast… meine bescheidenen kentnisse reichen jedoch nicht aus um damit viel anzufangen.

<?php /* Smarty version 2.6.26, created on 2011-08-05 23:47:26
         compiled from _left.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxmultilang', '_left.tpl', 2, false),array('function', 'oxid_include_dynamic', '_left.tpl', 55, false),array('function', 'oxscript', '_left.tpl', 71, false),)), $this); ?>
<?php if ($this->_tpl_vars['oView']->showSearch()): ?>
    <strong class="h2 search"><?php echo smarty_function_oxmultilang(array('ident' => 'INC_LEFTITEM_PRODUCTSEARCH'), $this);?>
</strong>
    <form action="<?php echo $this->_tpl_vars['oViewConf']->getSelfActionLink(); ?>
" method="get" class="search" id="f.search">
        <p>
            <?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>

            <input type="hidden" name="cl" value="search">
            <input type="text" name="searchparam" value="<?php echo $this->_tpl_vars['oView']->getSearchParamForHtml(); ?>
" size="21" id="f.search.param" name="search" class="txt">

            <?php if ($this->_tpl_vars['oView']->getSearchCatTree()): ?>
            <select id="test_searchCategorySelect" class="search_input" name="searchcnid" <?php if ($this->_tpl_vars['oViewConf']->isAutoSearchOnCat()): ?>onchange="oxid.search('f.search','f.search.param');"<?php endif; ?>>
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLCATEGORIES'), $this);?>
 </option>
                <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_options.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getSearchCatTree(),'sSpacer' => "")));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
            </select>
            <?php endif; ?>

            <?php if ($this->_tpl_vars['oView']->getVendorlist()): ?>
            <select id="test_searchVendorSelect" class="search_input" name="searchvendor">
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLDISTRIBUTORS'), $this);?>
 </option>
                <?php $_from = $this->_tpl_vars['oView']->getVendorlist(); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['oVendorlistentry']):
?>
                    <option value="<?php echo $this->_tpl_vars['oVendorlistentry']->oxvendor__oxid->value; ?>
"<?php if ($this->_tpl_vars['oView']->getSearchVendor() == $this->_tpl_vars['oVendorlistentry']->oxvendor__oxid->value): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['oVendorlistentry']->oxvendor__oxtitle->value; ?>
<?php if ($this->_tpl_vars['oVendorlistentry']->getNrOfArticles() > 0): ?> (<?php echo $this->_tpl_vars['oVendorlistentry']->getNrOfArticles(); ?>
)<?php endif; ?></option>
                <?php endforeach; endif; unset($_from); ?>
            </select>
            <?php endif; ?>

            <?php if ($this->_tpl_vars['oView']->getManufacturerlist()): ?>
            <select id="test_searchManufacturerSelect" class="search_input" name="searchmanufacturer">
                <option value=""> <?php echo smarty_function_oxmultilang(array('ident' => 'INC_SEARCHLEFTITEM_ALLMANUFACTURERS'), $this);?>
 </option>
                <?php $_from = $this->_tpl_vars['oView']->getManufacturerlist(); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['oManufacturerlistentry']):
?>
                    <option value="<?php echo $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxid->value; ?>
"<?php if ($this->_tpl_vars['oView']->getSearchManufacturer() == $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxid->value): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['oManufacturerlistentry']->oxmanufacturers__oxtitle->value; ?>
<?php if ($this->_tpl_vars['oManufacturerlistentry']->getNrOfArticles() > 0): ?> (<?php echo $this->_tpl_vars['oManufacturerlistentry']->getNrOfArticles(); ?>
)<?php endif; ?></option>
                <?php endforeach; endif; unset($_from); ?>
            </select>
            <?php endif; ?>

            <span class="btn"><input id="test_searchGo" type="submit" class="btn" value="GO!"></span>
        </p>
    </form>
<?php endif; ?>
<?php if ($this->_tpl_vars['oxcmp_categories']): ?>
  <?php if ($this->_tpl_vars['oView']->showTopCatNavigation()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oxcmp_categories']->getClickRoot(),'act' => $this->_tpl_vars['oxcmp_categories']->getClickCat(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
  <?php else: ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/category_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oxcmp_categories'],'act' => $this->_tpl_vars['oxcmp_categories']->getClickCat(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
  <?php endif; ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->loadVendorTree() && $this->_tpl_vars['oView']->getVendorlist()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/vendor_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getVendorlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->loadManufacturerTree() && $this->_tpl_vars['oView']->getManufacturerlist()): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/manufacturer_tree.tpl", 'smarty_include_vars' => array('tree' => $this->_tpl_vars['oView']->getManufacturerlist(),'class' => 'tree')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>

<?php if ($this->_tpl_vars['oView']->showLeftBasket()): ?>
    <?php echo smarty_function_oxid_include_dynamic(array('file' => "dyn/mini_basket.tpl",'type' => 'basket','testid' => 'LeftBasket'), $this);?>

<?php endif; ?>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/infobox.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<?php if ($this->_tpl_vars['oxcmp_news'] && count ( $this->_tpl_vars['oxcmp_news'] ) > 0): ?>
    <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/cmp_news.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<?php endif; ?>

<strong class="h2" id="test_LeftSidePartnersHeader"><?php echo smarty_function_oxmultilang(array('ident' => 'INC_LEFTITEM_PARTNERANDSEAL'), $this);?>
</strong>
<div class="partners">
    <div class="logo">
      <?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "inc/trustedshops_item.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
    </div>
    <div class="logo">
        <a href="http://www.zend.com" id="link.zendSite"><img src="<?php echo $this->_tpl_vars['oViewConf']->getImageUrl(); ?>
zend_logo.gif" alt=""></a>
        <?php echo smarty_function_oxscript(array('add' => "oxid.blank('link.zendSite');"), $this);?>

    </div>
</div>

funktioniert das Backend noch?

Mach mal (mit der originalen _left.tpl) unter dem Menüpunkt Service:

Tools -> Views aktualisieren

Kannst du mir nicht anhand der zwei codes sagen was der eine anders macht als der andere?
Ersterer funktioniert ja bestens?

wenn ich das richtig sehe unterscheidet sich ja nur

das geht

smarty_core_load_plugins(array(‘plugins’ => array(array(‘function’, ‘oxmultilang’, ‘_left.tpl’, 2, false),array(‘function’, ‘oxid_include_dynamic’, ‘_left.tpl’, 55, false),)), $this); ?>

orginal (geht nicht)

smarty_core_load_plugins(array(‘plugins’ => array(array(‘function’, ‘oxmultilang’, ‘_left.tpl’, 2, false),array(‘function’, ‘oxid_include_dynamic’, ‘_left.tpl’, 55, false),array(‘function’, ‘oxscript’, ‘_left.tpl’, 71, false),)), $this); ?>

habs allein gelöst danke
habs mir nochmal eine ältere version vom shop gezogen… mit der left tpl gings dann:rolleyes:

<form action="<?php echo $this->_tpl_vars['oViewConf']->getSelfActionLink(); ?>

Das hier hatte mich stutzig gemacht - Du hast die _left.tpl aus der 4.5 neu eingespielt, richtig? Aber Deine Shopversion ist eine ältere. Die Views gibts nämlich erst in der 4.5

ich hab die 5 eingespielt… da ich den shop aber erst einige wochen habe ging ich davon aus das ich die aktuelle version laufen hab.
tut ihr da so oft updaten?

wo ich grade dabei bin.
gibt es eigentlich irgend ein einfach zu installierendes tool oder sonstige möglichkeit da eine diashow einzubauen?
also zb das ich eine kathegorie erstelle mit einigen artikeln und die auf der startseite das oberste bild dann durchläuft…
also immer das bild vom artikel (zb 1 von 5) ohne beschreibung usw… nur die bilder…
und das dann alle 3 sek wechselt… und wenn man drauf drückt gelangt man genau zu diesem artikel…
kennst du sowas?
danke

Deine Shopversion steht im Admin rechts oben. Normalerweise gibt es monatliche Patches.

Allerdings wurde mit der 4.5 letztes Mal ein großer Schritt gemacht, der nicht wirklich rückwärts Kompatibel ist.
[I]
Edit: Slider-Modul http://www.ecomponents.de/Module/Oxid-E-Sales/Premium-Slideshow-OXID-oxid.html
gibt aber noch mehr, einfach mal ein wenig googeln[/I]

[QUOTE=hansii;64520]
also zb das ich eine kathegorie erstelle mit einigen artikeln und die auf der startseite das oberste bild dann durchläuft…[/QUOTE]

Einfach bewundernswert, dass Ray trotz ignoranter Kleinschreibung noch die Beiträge liest und vernünftige Antworten gibt. Erschwerend kommt hinzu das [B]k[/B]at[B]h[/B]egorie bei mir langsam Augenkrebs verursacht.

Mit kathegorie Ist Das Oxid-Forum Schon Auf Platz 10 :rolleyes: Aber Immerhin Wird Bei Allen Einträgen Vor Dem Oxid-Forum kAThEGORIE Groß Geschrieben!
Im Vergleich zu kAThEGORIE waren das Speergut ja noch richtig harmlos.

sry, cya

[QUOTE=Firefax;64527]… trotz ignoranter [U][B]Kleinschreinung [/B][/U]noch die Beiträge [B][I][U]ließt [/U][/I][/B]…[/QUOTE]

[QUOTE=Hebsacker;64528][/QUOTE]

Ach alles Mist. Jetzt fange ich schon genauso an.

[QUOTE=Firefax;64527]… Kleinschreib[B][U]n[/U][/B]ung …[/QUOTE]

…setzen - 6!

:smiley:

[QUOTE=Hebsacker;64530]…setzen - 6!

:D[/QUOTE]

grml, meine Tastatur ist kaputt. :o das Wetter ist dran Schuld, … ach was, ich höre auf für heute.