andy127 Posted July 2, 2004 Report Share Posted July 2, 2004 Hallo Zusammen, ich m?chte gern ein Icon f?r die Unterkategorien (links in der navigation) einbauen. Irgenwie sehe ich momentan den Wald vor lauter B?umen nicht. :wall: Weiss jemand von Euch wo ich den Aufbau der Kategorien ?ndern kann??? F?r jeden Tip w?re ich dankbar ... Gruss Andreas Link to comment Share on other sites More sharing options...
andy127 Posted July 2, 2004 Author Report Share Posted July 2, 2004 Hat sich erledigt ... Hab's gefunden unter source\inc\xtc_show_category.inc.php !!! Link to comment Share on other sites More sharing options...
Buggyboy Posted July 2, 2004 Report Share Posted July 2, 2004 Hi! Und weiter? Wo mu? man was einf?gen? W?re vielleicht ja auch f?r jemdan anderen interessant... ;-} Bis denne... Peter Link to comment Share on other sites More sharing options...
Takeshi Posted July 4, 2004 Report Share Posted July 4, 2004 w?re nett wenn du uns das mitteilen k?nntest da es mich auch sehr interessiert. Link to comment Share on other sites More sharing options...
dernuke Posted July 13, 2004 Report Share Posted July 13, 2004 bibt es schon hinweise wie das gemacht wird ? bitte r?ckmeldung dernuke :wall: :bounce: :rock: Link to comment Share on other sites More sharing options...
homecenter Posted July 13, 2004 Report Share Posted July 13, 2004 Hey, in der xtc_show_category.inc.php eine zweite variable f?r das image anlegen, $img_2=''; dann unter $categories_string .= $img_1; $categories_string .= '<a href="'; // } else { $categories_string .= $img_2; // hier die variable zuweisen// $categories_string .= '<a href="'; jetzt muss nur noch der bindestrich in den subcats entfernt werden aus if ($foo[$counter]['level']=='1') { $categories_string .= "-"; mach so if ($foo[$counter]['level']=='1') { $categories_string .= ""; so muesste es funktionieren, einen schoenen abend noch mfg Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.