Intechnic
Users Developers
Home / Forums / International Users / German Users / Nochwas zu den Kategorien / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Nochwas zu den Kategorien (5)


Posted: 11/06/2001 6:45:00 PM

Reply Quoted  


Wenn man auf eine Kategorie klickt, dann kommt ja der Inhalt mit den Links, aber oberhalb ist immer noch zu sehen: "Keine Kategorien".

Wie kann ich das entfernen, ohne dass ich einen Fehler mache?

Um es nochmal kurz auszudrücken:
Ich will die Ãœbersicht /Kategorien/ Keine Kategorien vorhanden, dort ausblenden lassen, wenn es keine weiteren Unterkategorien gibt. Den Part Home/XXX/XXX schon.

Gibt es dafür Möglichkeiten?
Danke schon mal im Voraus für mögliche Hilfe!

Gruss
Bobo

Posted: 11/11/2001 8:29:00 AM

Reply Quoted  


Hast du schon eine Lösung bekommen? Sonst kann ich Dir helfen.

Posted: 11/12/2001 12:45:00 AM

Reply Quoted  


Dann poste mal deine Lösung hierher

Posted: 11/14/2001 12:36:00 PM

Reply Quoted  


Zufinden:
http://barre.nom.fr/web/inlink/patch/patch-no-empty-cats-or-links-sections.txt

Patch: Do not display empty Cats or Links sections
--------------------------------------------------------------------
Sébastien BARRE (Time-stamp: <2001-07-22 17:41:10 barre>
http://barre.nom.fr/web/inlink/

*Disclaimer*: use this patch at your own risk. Neither Intechnic or me will be responsible for any loss of data, etc. etc.

This patch will prevent Inlink front-end from displaying the whole "Categories" or "Links" sections if there is no item in them.


i) themesdefaultindex.tpl
themesdefaultsub_pages.tpl
----------------

Locate the lines:

<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
<TR>
<TD width="100%" valign="top">
<%include:sort_cats%>

Add that one just before them:

<?php if (<%insert_cat_count%>: ?>

Locate the lines:

<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
<TR>
<TD class="text">
<%include:sort_links%>

Add these one just before them:

<?php endif; ?>
<?php if (<%insert_link_count%>: ?>

Locate the lines:

<%include:box_search%>
<%include:footer%>

Add this one just before them:

<?php endif; ?>



Posted: 11/15/2001 10:55:00 AM

Reply Quoted  


Vielen Dank... werde ich mit meinem schlechten englisch schon irgendwie hinbekommen