Fehler im default Template - Erbitte Hilfe

More
13 years 10 months ago - 13 years 9 months ago #8562 by trucker2006
Hi wertes Team!
Ich habe vor Flexc als Doku für Tutorials zu verwenden.Da brauche ich Kategorien und Unterkategorien.Es ist Alles gut bis auf,das ich in der Kategireansicht einmal diesen fehler zu sehen bekomme.Das andere geht nach Wunsch.Im Anhang dazu ein Screenshot.Oder schaut auf diesen Link:
trucker41sh.de/index.php?option=com_flex...3Ajomsocial&Itemid=6
Ich hoffe das mir einer helfen kann.Vielen Dank und viel Erfolg weiterhin.
Trucker2006[attachment=0:2tmq23ao]<!-- ia0 -->flexifehler54.PNG<!-- ia0 -->[/attachment:2tmq23ao][attachment=0:2tmq23ao]<!-- ia0 -->flexifehler54.PNG<!-- ia0 -->[/attachment:2tmq23ao]
Attachments:
Last edit: 13 years 9 months ago by trucker2006.

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #8564 by Rehne
hallo

welche version von FC benutzt du
und was steht den bei dir in der Zeile 54?

in dieser Datei (category.php) werden ja einige Dateien eingebunden (mit <?php echo $this->loadTemplate('....'); ?>)

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #8591 by trucker2006
Ich habe die aktuelle Version von hier ganz frisch auch
laut ConText ist das diese Zeile
<?php foreach ($sub->items as $item): ?>
Hier mal zwei drüber und zwei drunter
?>
<!-- EOF sub-categories -->
<?php foreach ($sub->items as $item): ?>
<?php echo $this->escape($item->title); ?>
<?php endforeach; ?>
<!-- BOF item list display -->

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #8604 by Rehne

Ich habe die aktuelle Version von hier ganz frisch auch

d.h. also FC 1.5.3c ?

laut ConText ist das diese Zeile

Was meinst du mit ConText?

<!-- EOF sub-categories -->
<?php foreach ($sub->items as $item): ?>
<?php echo $this->escape($item->title); ?>
<?php endforeach; ?>
<!-- BOF item list display -->


also laut deiner Fehlerbeschreibung wird ja das default template (category.php) benutzt.
in der wird zur Anzeige der Beiträge die category_items.php eingebunden.
Code:
<!-- BOF item list display --> <?php echo $this->loadTemplate('items'); ?> <!-- BOF item list display -->

In dieser müsste dann eigentlich der Fehler auftreten nur sieht da der code bei mir anders aus, als der den du angegeben hast.
Code:
<table id="flexitable" class="flexitable" width="100%" border="0" cellspacing="0" cellpadding="0" summary="<?php echo $this->category->name; ?>"> <thead> <tr> <th id="flexi_title" scope="col"><?php echo JText::_( 'FLEXI_ITEMS' ); ?></th> <?php foreach ($columns as $name => $label) : ?> <th id="field_<?php echo $name; ?>" scope="col"><?php echo $label; ?></th> <?php endforeach; ?> </tr> </thead> <tbody> <?php foreach ($this->items as $item) : ?> <tr class="sectiontableentry"> <!-- BOF item title --> <th scope="row" class="table-titles"> <?php if ($this->params->get('link_titles', 0)) : ?> <a href="<?php echo JRoute::_(FlexicontentHelperRoute::getItemRoute($item->slug, $this->category->slug)); ?>"> <?php echo $this->escape($item->title); ?> <?php else : echo $this->escape($item->title); endif; ?> </th> <!-- BOF item title --> <!-- BOF fields --> <?php foreach ($columns as $name => $label) : ?> <td> <?php echo isset($item->positions['table']->{$name}->display) ? $item->positions['table']->{$name}->display : ''; ?></td> <?php endforeach; ?> <!-- EOF fields --> </tr> <?php endforeach; ?> </tbody> </table>
Code:
<a href="<?php echo JRoute::_(FlexicontentHelperRoute::getItemRoute($item->slug, $this->category->slug)); ?>"> <?php echo $this->escape($item->title); ?>

ich habe dir im Anhang mal das default Template als zip Datei angehängt. Ersetze zum testen mal deins damit.
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #8608 by trucker2006
Großes Dankeschön erstmal!
Es hat gleich auf Anhieb geklappt.Meine is aus der jetzigen Installation.Hatte nur eingestellt wie ich es haben möchte.Ohne Suchleiste und ohne Textanreißer.
Es wird eine Knowledgebase für Anfänger,wo im Telegrammstil zu diversen Modulen eine Anleitung erscheint.Geplant ist:
JS 1.8.3 + Plus + Mods
Flexicontent
CBB 1.2.3 mit diversen Apps
Ich habe hier viele Zuschriften bekommen,ob ich die Dokus übersetzen kann und es so schreiben kann das jeder Anfänger auch erstmal zum Starten kommt.Bislang habe ich drei Seiten mit eingerichtet und den WB bis zu den ersten Schritten angeleitet.Das hilft denke ich ein wenig auch den Hauptsupporten.
Mit Flexi ist natürlich jetzt ein Punkt geschafft der hier alles gut sotiert bietet.Vielen,vielen Dank nochmal Gruß Dedel

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #8610 by Rehne
sehr gut
obwohl das schon etwas verwunderlich ist

kannst du bitte den Subject: deines ersten Beitrags um [solved] erweitern. Warum versteht sich ja von selbst.

Viel Erfolg/Spaß noch mit FlexiContent.
Ist wirklich eine gelungene Erweiterung für Joomla

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.555 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline