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

Pages: 1 [2] 3 4 5 6 ... 27
16
what means that and what can i do?
just set absolute full path in mod settings!!!

17
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 11, 2006, 12:51:17 PM »
http://www.4homepages.de/forum/index.php?topic=13719.msg68084#msg68084

P.S. I also added a note regarding this issue to the original topic.

source file fixed  :wink:

18
set full font path (as readme says, btw), like /home/digital/public_html/fonts/arial.ttf. the reason is that paths from user and admin pages are different

19
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: October 15, 2005, 10:03:06 AM »
but are not humble enough to admit your english skills are as bad as from a 5 year old kid.

spellcheck this, asshole...


20
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: September 03, 2005, 10:29:42 AM »
I am having an issue adding the potd to an external html file.
I would greatly appreciate any help on getting this to work in the next few days.
long time ago i've posted a small script to show random/latest picture at the external page, even on different server. unfortunatelly, now i can't find it nether here, nor on my computer. probably it was lost during phpbb hack. maybe other users here could help you to find it, if so you can slightly modify it to show picture of the day.

21
I guess you are using different directories then... Chose the path for the "big" images here:
Code: [Select]
  if ($direct_upload) { $ann_src = MEDIA_PATH."/".$cat_id."/".$new_name; }
  else { $ann_src = MEDIA_TEMP_PATH."/".$new_name; }
  annotate_image($ann_src);

22
Is it possible only to watermark the image in the big/download folder and leave the resized image on detail.html blank?

Theoretically - yes. But I've never seen this mod (big/small images), so I have no idea how to do it :wink:

23
I tried for hours to make a png watermark file which is working like the example file (with transparent background).

As it's written in the installation note, GD can't handle "true" transparency. Instead you should use any solid color and then specify this color in the mod settings to be transparent. It can be black, white or whatever else. Just chose the right color  :wink:

I was using Photoshop to create example images, but you can use any other software, I'm pretty sure that PNG are always the same.

24
try adding this code in the very begining of batch_annotate.php
Code: [Select]
<?php // PLUGIN_TITLE: Batch Annotate
import_request_variables("GPC");
extract($_SERVER);


25
there's a mod for it in mod's forum

26
Quote from: lutz
the bad news: it doesn´t work :cry: (on my linux system with two versions of IM in the repertory: 4.2.9 and 5.4.7)

the best and easiest way to debug such problems (when no error message generated but script just doesn't work) is to put echo $comand; before or after system($command); then try to run exactly the same command line as you see from unix shell, from the same directory where php script is located.

27
Quote from: lutz
there is no gd2, but i understood this mod to be working only with imagemagick in this case (using linux-server)...?

yes, it works this way.... at least on my system  :lol:

the problem is that here, in this forum, we can see only problems. if mod is running fine, nobody cares writing positive reply   :wink:
for the moment this mod has been downloaded more by than 500 users. even if just one third of them had installed it, do you believe that all of them didn't work?

28
Templates & Styles (Requests & Discussions) / [Template] Tse Skin
« on: July 03, 2003, 12:17:14 PM »
Funny domain name... at least in Russian  :lol:  :lol:  :lol:

29
Quote from: xtase
FreeType Support - enabled
FreeType Linkage - with freetype

then it's just a matter of settings. check again.. check path, check name, check case, check if this is windows ttf font.....

30
Mods & Plugins (Releases & Support) / [Mod] DropShadow on thumbnails
« on: June 30, 2003, 08:04:59 AM »
Quote from: Lucifix1
In which file should i add this?

style.css

Pages: 1 [2] 3 4 5 6 ... 27