Author Topic: {thumbnail} wo ist der link ???  (Read 6787 times)

0 Members and 1 Guest are viewing this topic.

b.o.fan

  • Guest
{thumbnail} wo ist der link ???
« on: May 11, 2005, 05:05:08 PM »
wo find ich die bedeutung von {thumbnail} (das ist diversen Templates). ich brauch nähmlich die Anweisung <a href ="detail.php?blabla.>

versteht ihr?!?


english.

where i can find the {thumbnail} (witch is used in Templates).

i want to have the Tag (<a href="details.php?.... ) you know...?!?


b.o.fan

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: {thumbnail} wo ist der link ???
« Reply #1 on: May 11, 2005, 06:01:40 PM »
in includes/functions.php so ab Zeile ca. 300 ++ ( je nach ggf. Modifikationen )
Code: [Select]
"thumbnail" => get_thumbnail_code ...

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: {thumbnail} wo ist der link ???
« Reply #2 on: May 11, 2005, 06:34:06 PM »
/funktions.php

/functions.php ;)

oder du kannst dort nach

Code: [Select]
function get_thumbnail_code($media_file_name, $thumb_file_name = "", $image_id, $cat_id, $image_name = "", $mode = "", $show_link = 1, $open_window = 0) (in original v1.7.1 Datei)

suchen und in dieser Funktion solte nach der geschweiften Klammer dann der ganze Vorgang, wie 4images zum Thumbnail kommt drinn sein...

have fun
MAяTRIX


b.o.fan

  • Guest
Re: {thumbnail} wo ist der link ???
« Reply #3 on: May 11, 2005, 06:53:21 PM »
thx.

danke. hab gefunden was ich haben wollte. danke. aber dass was ich "modden" will geht nicht. aber ich schaff das schon...

:)

b.o.fan

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: {thumbnail} wo ist der link ???
« Reply #4 on: May 11, 2005, 07:05:24 PM »
dass was ich "modden" will

das wäre?  :wink:
MAяTRIX


b.o.fan

  • Guest
Re: {thumbnail} wo ist der link ???
« Reply #5 on: May 11, 2005, 07:37:03 PM »
ich wollte folgende Sache mit der angegebenen Url (Quelltext  :arrow: http://www.dynamic-media.de/?page=art57 ) lösen...

Auslöser der Idee: http://www.4homepages.de/forum/index.php?topic=7884.0

kannst mir da helfen?

b.o.fan