luebke Posted May 27, 2004 Report Share Posted May 27, 2004 Ja hallo, obwohl ich ja eigentlich eher der Selbstsucher bin, mu? ich jetzt wohl doch mal eine bl?de Frage stellen: Oben waagerecht ist ja die Linkliste mit dem Ort, an dem man sich gerade befindet und so gef?llt mir das ja auch sehr gut. Nun sind im Artikelmenu aber Artikelnummern angelegt, die dann dort erscheinen. Ich w?rde es aber besser finden, wenn dort die Artikelbezeichnung stehen w?rde. Geht das irgendwie ? Habe schon ?berall gesucht, wo ?navtrail auftaucht, aber nichts gefunden... Vielleicht bzw. sicher gibts da Abhilfe. Link to comment Share on other sites More sharing options...
stp69 Posted May 27, 2004 Report Share Posted May 27, 2004 Moin, schau mal in die includes/application_top.php, so ab Zeile 550: // add the products model to the breadcrumb trail if (isset($_GET['products_id'])) { $model_query = xtc_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id = '" . (int)$_GET['products_id'] . "'"); $model = xtc_db_fetch_array($model_query); $breadcrumb->add($model['products_model'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id'])); } Das mu?t Du irgendwie anpassen von product_model auf product_name oder wie auch immer... ich hab das so gel?st, kannst Du 1:1 Kopieren // add the products model to the breadcrumb trail if (isset($_GET['products_id'])) { $model_query = xtc_db_query("select products_name from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . (int)$_GET['products_id'] . "'"); $model = xtc_db_fetch_array($model_query); $breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id'])); } Wichtig die ?nderung von TABLE_PRODUCTS auf TABLE_PRODUCTS_DESCRIPTION[/color weil der name in einer anderen Tabelle steht. Viel spa? dabei Stephan Link to comment Share on other sites More sharing options...
stp69 Posted May 27, 2004 Report Share Posted May 27, 2004 wo issn hier der Edit Button?? ist Bl?dsinn, der Code steht im Quote und das kannste nicht kopieren // add the products model to the breadcrumb trail if (isset($_GET['products_id'])) { $model_query = xtc_db_query("select products_name from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . (int)$_GET['products_id'] . "'"); $model = xtc_db_fetch_array($model_query); $breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id'])); } Nu abba :?: Link to comment Share on other sites More sharing options...
Guest jones63 Posted May 27, 2004 Report Share Posted May 27, 2004 Man kan ALLES kopieren...ausser dem GIF. :grml: zumindest im IE 6. Jones ____________________________________________________________________ stp69 Erstellt am May 27 2004, 17:53 PM wo issn hier der Edit Button?? ist Bl?dsinn, der Code steht im Quote und das kannste nicht kopieren CODE // add the products model to the breadcrumb trail if (isset($_GET['products_id'])) { $model_query = xtc_db_query("select products_name from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . (int)$_GET['products_id'] . "'"); $model = xtc_db_fetch_array($model_query); $breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id'])); } Nu abba ____________________________________________________________________ Link to comment Share on other sites More sharing options...
stp69 Posted May 27, 2004 Report Share Posted May 27, 2004 ne darum geht es nicht, im CODE fenster wird der Text als reiner ASCII Text dargestellt und die Zeilenumbr?che ( ich glaub CHR13 oder so) auch als solche ?bergeben. Im QUOTE Fenster ist das nicht der Fall und jenach Editor kann es beim kopieren zu Fehlern kommen... Link to comment Share on other sites More sharing options...
Guest jones63 Posted May 27, 2004 Report Share Posted May 27, 2004 Jo, Missverst?ndnis Link to comment Share on other sites More sharing options...
luebke Posted May 27, 2004 Author Report Share Posted May 27, 2004 ...na moin zur?ck an alle und vielen Dank f?r die schnelle Hilfe. Denke ?brigens, dass man den Text aus allem rauskopieren kann und dann aber entweder in den Html-Editor von Meybohm (mein Lieblingseditor) oder sicherheitshalber erstmal ins ganz schn?de Notepad einf?gt. (oder liege ich da jetzt falsch??? :grml: ) ...und, @jones, auch das *.gif geht im IE6, einfach "ReMauTa/Bild speichern unter..." und schwupps, hat man es, hat zumindest bei mir gerade eben so geklappt, habs wieder gefunden in den Weiten der HD, mit Irfanview ge?ffnet und, siehe da, es kratzt sich immer noch. Eure Tipps kann ich allerdings erst morgen probieren, werde euch aber auf alle berichten. Nochmals vielen Dank, bis bald wieder und ein sch?nes Pfingst-WE, werde erstmal 'ne Runde segeln gehn ! l?bke P.S.: ...komisch, wenn ich mir die Beitragsvorschau so anschaue, ist alles zentriert, h?tte es aber lieber linksb?ndig; aber ok, im ersten Beitrag kams dann halt auch so, gibt es vielleicht Differenzen zwischen Vorschau und Sendung ? (...nur so nebenbei :pst: ) Link to comment Share on other sites More sharing options...
luebke Posted May 28, 2004 Author Report Share Posted May 28, 2004 Na hi und Moin allersseits ! Habe es gerade versucht und es klappt prima. Habe allerdings nichts kopiert sondern gleich direkt ge?ndert. Nochmals besten Dank und sch?nes WE! l?bke Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.