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 - JensF

Pages: 1 2 3 4 [5] 6 7 8 9 ... 47
61
Thanks for this Great Mod...

62
Mods & Plugins (Requests & Discussions) / Re: Profil erweitern
« on: August 18, 2006, 05:49:40 PM »
Hi,

sicher das du Punkt 3 gemacht hast???

63
Mods & Plugins (Releases & Support) / Re: [MOD] 4images Quiz
« on: August 15, 2006, 04:00:53 PM »
Ja danke, aber es haut immer noch nicht hin. Habe hier halt nochmal nachgefragt weil mir da vielleicht auch andere noch weiterhelfen können ;)

64
Ich denke er meint das so das man im Text der Kommentare z.b. Wörter hat die automatisch zu wikipedia verlinkt werden.

Kenne jetzt gerade keine Beispielseite aber es gibt Seiten da ist das Wort Terrarium z.b. verlinkt nach wikipedia und da kann man dann nachlesen was ein Terrarium ist....

65
Mods & Plugins (Releases & Support) / Re: [MOD] 4images Quiz
« on: August 14, 2006, 01:21:16 PM »
Hi there,

i have a little problem with the Quiz.

I will see the results on my tempalte site but now it show wrong.

See this: http://www.terraristik-galerie.de/quiz_galerie.php

What must i do to have the result in my template????

66
Wo finde ich denn die Version mit Layern bei dir?? Habe eben im Forum und in der Download Area geschaut aber entweder bin ich blind oder es ist nicht da :)

67
Hallo zusammen,

ich habe das eben auch mal eingebaut und kann mich dem Problem der anderen nur anschließen.

Das Fenster schließt sich leider nicht von alleine wenn der Upload abgeschlossen ist.

Außerdem muss der Pop-Up Blocker abgeschaltet werden sonst beschwert sich der Browser. Und ich denke das kann man von niemanden verlangen das er den Blocker abschaltet, oder?
Gibt es dafür vielleicht noch ne andere Lösung???

68
Hi there,

is there a way to have a date when the image where delete in the recycle bin......

69
Chit Chat / Re: [MODs] - Requested from others.
« on: May 31, 2006, 11:04:44 PM »
Hi,

the Mods are not free. I have mailed the coder and this is the request

Quote
The MODs are not for sale but for ' renting '. Meaning, you will "never / ever" have to pay full pricing for these MODs, since they're monthly charged with highly encrypted methods + designated to the customer only - for usage. Technical Support is also included from my web site.

The current listing MODs, I posted on the forum, are all for only $7.59 EURO / month (except for the Support Ticket MOD which is only for $9.04 / month).

For "all cases":

- Bug fixes: Free !
- Updates: Free !
- Upgrades: Extra costs.
- Specific upgrades (requested by individual customers): Extra costs.

Note: The specific upgrades are being considered as custom codings (which customers will be charged by rate).

All relations with my current listings ' and features ' will have no extra costs whatsoever (unless a huge request is amended for a huge subject - if it's the case - the mount will NOT increase to a high rate).

If you have more questions on these subjects, do not hesitate to ask.

Thanks for emailing.

Kind regards.

Shadownicer.


hmm i will not pay monthly for mods.....

70
Discussion & Troubleshooting / Re: Can´t see Videos in the Browser
« on: May 28, 2006, 06:20:05 PM »
Try replacing the code in your templates/{template-name}/media/avi.html

With:
Code: [Select]
<!-- Template file for AVI Movies -->
<embed src="{media_src}" border="0" width="240" height="240" type="application/x-mplayer2"></embed>

Remember to backup

Thanks for this. It works but i have one Problem. When the Video is load it don´t start self. I must press the Stop Button in the Player and then the Play.

Is there a way that it play self??

71
Discussion & Troubleshooting / Re: Can´t see Videos in the Browser
« on: May 26, 2006, 08:00:42 PM »
ich kann die spinne sehen.. :lol:

Aber woran liegt das das ich es nicht sehen kann. Habe den Link auch an 2 Freunde geschickt und die können es sich auch nur ansehen wenn sie das Video auf den Rechner laden.....komisch.

Ich will ja das jeder was davon hat...

72
Discussion & Troubleshooting / Can´t see Videos in the Browser
« on: May 26, 2006, 07:42:49 PM »
Hi there,

i have a little problem. I have uploaded Videos but i can´t see it in the Browser directly. The Video where load but not played.
I have tested it with the IE, Opera and Firefox.

When i Download it it where played from my Media Player...


Test here: http://www.terraristik-galerie.de/details.php?image_id=2153

Can anyone say me what is wrong???

73
Mods & Plugins (Requests & Discussions) / Re: Image Zoomer
« on: May 17, 2006, 08:22:29 PM »
Quote
@ Jens

... versuche mal dieses für deine jpg.html ... habe versucht alle deine Tags dort unterzubringen ...
... testen kannst du es aber nur ...

Danke dafür aber leider klappt es nicht ganz. Ich habe doch diese Bild Begrenzung drin, so das das Bild nicht nach rechts und links gescrollt werden muss. Leider wird diese Funktion nun ignoriert :(

Das Bild wird immer in ganz groß angezeigt sobald man mit dem Mauspfeil darauf geht...

Demo: http://www.terraristik-galerie.de/details.php?image_id=1944

74
Mods & Plugins (Requests & Discussions) / Re: Image Zoomer
« on: May 17, 2006, 06:23:09 PM »
Zoom for jpg-images :

use this jpg.html in /templates/<your_template>/media ...
Code: [Select]
<!-- Template file for JPG Files -->
<head>
<script type="text/javascript" src="http://valid.tjp.hu/zoom2/tjpzoom.js"></script>
</head>
<div style="float:left" onmouseover="zoom_on(event,{width},{height},'{media_src}');" onmousemove="zoom_move(event);" onmouseout="zoom_off();"><img src="{media_src}" alt="{image_name}" style="padding:0;margin:0;border:0" /></div>
<div style="clear:both;"></div>

... it works ...  :wink:

Das funktioniert wunderbar aber leider habe ich meine media temps schon verändert. Was muss ich tun um diese Funktion in mein template einzubauen das zur Zeit so aussieht...

Quote
<!-- Template file for JPG Files -->
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
<td style="background-image:url(templates/4grey2/images/loading.gif); background-position: center center; background-repeat: no-repeat;"><img src="{media_src}" border="0" alt="{image_name}" {limit_var}="{new_limit}" /><br /></td>
</tr>
</table>

75
Danke für das schnelle Fix ! Und nur für  1.7.1, 1.7.2 ... nicht 1.7 ?

Ich denke nicht, oder?? Ich jedenfalls kann den Teil nicht in meiner sessions.php finden...

Pages: 1 2 3 4 [5] 6 7 8 9 ... 47