Author Topic: Clickstream - Wie anpassen ??? - How to customize ???  (Read 3793 times)

0 Members and 1 Guest are viewing this topic.

Offline altriper

  • Pre-Newbie
  • Posts: 2
    • View Profile
Clickstream - Wie anpassen ??? - How to customize ???
« on: May 26, 2005, 08:19:47 PM »
Hallo,

ich habe jetzt schon alle möglichen Beiträge zum Thema "clickstream" gelesen, aber für mein "Problem" noch nix gefunden.

Wie bzw. wo kann ich den "clickstream" anpassen? Normalerweise hat er jas das Format/Aussehen

   Home-Link / Kat-Link / U-Kat-Link / U-U-Kat (ohne Link)    bzw.
   Home-Link / Kat-Link / U-Kat-Link / Detail (ohne Link)

Ich würde nun den letzten unverlinkten Teil gerne weg lassen. Wo kann ich das machen ?

Vielen Dank schon mal für die Hilfe und
noch ein schönes verlängertes Wochenende.

CIAO
altriper

Ach ja, bevor ich's vergesse: 4images ist einfach genial....


Now I'm trying to explain it in english:

How and where can I customize the "clickstream" ? Normaly it looks like

   Home-Link / Cat-Link / Sub-Cat-Link / Sub-Sub-Cat (without Link)    or
   Home-Link / Cat-Link / Sub-Cat-Link / Detail (without Link)

I like to to leave out the last part (without Link). Where can I do this?

THX and a nice weekend
CIAO
altriper



Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Clickstream - Wie anpassen ??? - How to customize ???
« Reply #1 on: May 27, 2005, 02:36:15 PM »
Open details.php and find this near the very bottom:
Code: [Select]
$clickstream .= $image_name."</span>";
Change it to:
Code: [Select]
//$clickstream .= $image_name."</span>";
$clickstream .= "</span>";

Offline altriper

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Clickstream - Wie anpassen ??? - How to customize ???
« Reply #2 on: May 28, 2005, 10:26:14 AM »
Hi,

first excuse my late reaction, but my connection to the web was down.

And thank you very much for the help. In the detail.php it works like I want it.

Is there a possibility that it's looking in the category.php the same way? This line from the detail.php I have not found. I think there must be a modification in another file.

CIAO
altriper