Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - teedoubleyou

Pages: [1]
1
Danke bringt mich aber irgendwie nicht weiter. Dreimal alles zerschossen reicht mir jetzt. Ich lasse es dann eben sein. :roll: :oops:

2
Leider weiß ich nicht wie ich das machen muß. In html-Seiten hab ich das gemacht und funktioniert aber in der funktions.php hab ich keine Ahnung was ich machen muß.

3

Hallo,

ich habe dieses Tool gefunden und möchte es in 4images intergrieren. Beim rollower mit dem Mauszeiger, soll das große Bild mit Text etc. Also sämmtlichen Bildinfos angezeigt werden

http://www.walterzorn.de/tooltip/tooltip.htm

Hat das jemand schon gemacht oder weiß wie man das machen kann? :?

4
Mods & Plugins (Requests & Discussions) / Re: Shop Modul für 4images
« on: January 03, 2008, 05:53:20 PM »
Tag,

der Shop sieht sehr gut aus. Großes Lob das sich jemand der Sache angenommen hat.  8) Gibt es das Modul schon zum Download oder befindet es sich noch in der Testphase :?:

5
Version 1.71! Der Mod läuft perfekt. Wo hakt es denn? :roll:

6
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: April 18, 2006, 10:49:11 PM »
Weil es sehr verwirrend war, hab ich eine umbenannte des Kontaktformulars für euch zum download hochgeladen.
http://teedoubleyou.te.funpic.de/download/contact_deutsch.zip

Ich hoffe ich konnte helfen. 8)

Because it was not easy to manage installation ive uploadet a translated and renamed version of the contact_mod for you.
http://teedoubleyou.te.funpic.de/download/contact_english.zip

Hope I could help you out. 8)




7
Ich habe den Mod eingebaut und er funktioniert einwandfrei. Ich benutze das Random Image als Banner für andere User und habe es folgendermassen eingebunden.

Originaldateihttp://www.nicky.net/4images/random.txt

Suche in der Random.php

Code: [Select]
echo "<a href=\"".ROOT_PATH."details.php?image_id=$image_id\"><img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"></a><br>\n";
echo "<b>$image_name</b><br>\n";
echo "Comments: $image_comments<br>\n";
?>

-------------------------------------------------------------------------------------------------------------------
Ersetze durch

Code: [Select]
echo "<img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"><br>\n";
?>
--------------------------------------------------------------------------------------------------------------------
Code zum einbinden in eine externe HP.

Code: [Select]
<a href="http://www.your-domain.com" target="_blank"><font face="tahoma" size="2" color="#000000"><u>Your Text</u></font></a><br>
<iframe src="http://www.your-domain.com/random.php" frameborder="0" marginheight="0" marginwidth="0" height="150px" scrolling="no" width="150px"></iframe>

-------------------------------------------------------------------------------------------------------------------------

Demo hier

http://www.fotogalerie-helgoland.de/linkliste/banner.html

--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------



I have installed this mod without problems. I use it for other Homepages banner linking to my page.

Originalfilehttp://www.nicky.net/4images/random.txt


Search in random.php

Code: [Select]
echo "<a href=\"".ROOT_PATH."details.php?image_id=$image_id\"><img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"></a><br>\n";
echo "<b>$image_name</b><br>\n";
echo "Comments: $image_comments<br>\n";
?>

-------------------------------------------------------------------------------------------------------------------
Replace with

Code: [Select]
echo "<img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"><br>\n";
?>
--------------------------------------------------------------------------------------------------------------------
Code for external homepage

Code: [Select]
<a href="http://www.your-domain.com" target="_blank"><font face="tahoma" size="2" color="#000000"><u>Your Text</u></font></a><br>
<iframe src="http://www.your-domain.com/random.php" frameborder="0" marginheight="0" marginwidth="0" height="150px" scrolling="no" width="150px"></iframe>

-------------------------------------------------------------------------------------------------------------------------

Demo here

http://www.fotogalerie-helgoland.de/linkliste/banner.html


Done!

Pages: [1]