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

Pages: [1]
1
Hi! Thanks for a great mod!

Unfortunately my problem with this mod is that sometimes permalinks do not appear on details page for uploaded files. I tried to figure out the "rule" and that's what I get:
- for pictures from my camera permalinks are always present (*.jpg)
- for uploaded pictures which were previously saved from the internet permalinks are almost always missing (*.jpg and *.jpeg)
- for uploaded files of other formats (*.doc and *.pdf) permalinks are missing

What could be the reason for such strange behaviour?
Thanks!

2
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: June 17, 2009, 04:50:21 PM »
everything's working fine now  :D
thanks a lot!

3
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: June 17, 2009, 04:24:21 PM »
V@no, that's exactly what i need - i would like to use this signature as an informer on other closed site, so no security problems will arise.
how can i remove authorization check from the script? and thanks once again for your time!  :D

4
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: June 17, 2009, 03:52:52 PM »
hi! thanks for a nice mod!  :D
and how can I turn off image names below thumbs?

5
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: June 17, 2009, 03:48:25 PM »
V@no, thank you for such a quick reply! Did I get you right that the only way to solve the problem is to allow guests to see all categories?

6
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: June 17, 2009, 12:13:12 PM »
Hi!
I've got a problem - my signature does not show any pictures, it just gives a standard media pic instead.

[problem resolved, image deleted]


The specificity of my gallery is that it's created for a small community of friends, all categories are visible "only for registered users", may that be the reason?
If that could be fixed, then is it possible to show the latest picture thumb, not a random one?

Config part of the script (no changes were made below this block):

Code: [Select]
// ------- Config -----------
$random_image = 1; //show random image
$random_fast = 1; //if your mysql account doesn't have permission to create/delete temporary tables, set this to 0
$debug = 1; //turning this on, will ignore expiration time, meaning every request will create a new image. change this to 0 before u publish your signature!
$expire = 20; //seconds before image will be expired and recompilled with new random image and information (lower this will encrease server load!)
$type = "png"; //image type: png or jpeg
$quality = "50"; //image quality when used jpeg
define('ROOT_PATH', './'); //path to your 4images root dir with trailing slash! must be ralative ( ./ or ../ or combination of these) and NOT full internet or local (http://example/4images/ or /www/blah/4images/)
$signature_template_dir = "./signatures/"; //directory with signature template images WITH TRAILING SLASH!!!
$signature_template = "signature2.png"; //default signature template image filename
$signature_template_random = 1; //use random template image? (0 = no | 1 = yes)
$path = "/tmp/"; // WRITEBLE dir (chmod 777), where compilled image will be stored (does not requere access from web)
$tmpfname = $path."signature.tmp"; // filename for the compilled image (extension does not metter)
$tmptname = $path."signature.id"; // filename for the file where some extra info will be stored in (image id)
$template = "default"; //name of the template which icons will be used, if thumbnail not found
$sitename = "On-line Gallery Statistics"; //signature header
$fonts_dir = ""; //directory with custom fonts WITH TRAILING SLASH! (leave blank if no fonts)
$fonts = array(); // an array with font names the first number is the number that u can use in $fsize variable, it must be sequenced! and first item must have number 6 or larger!
/*
//an example array:
$fonts = array(
               6  => "micross8px.gdf",
               7  => "micross9px.gdf",
               8  => "micross10px.gdf",
               9  => "micross12px.gdf"
);
*/
$fsize = 2; //font type (1 to 5 for build-in fonts and 6 to XX for your custom fonts (see $font array above)
$offset = 7; //offset from the left, right and bottom, uses for random image and the text (not used if random image disabled)
$offset2 = 99; //extra offset from the left (place where random image will be embeded if its enabled. Not used if random image disabled)
$spacing = 11; //height of each line of text
$start = 21; //offset from top (space where header shows)
$tiny = 9; //an extra space at the begining of each line (needed for offset from the random image space)
$not_in_cat = "0"; //list of categories which should not be included for random image, separated by coma (i.e. "1,2,3,7") "0" - means disabled
$auth = 0; //permission level for auth_viewimage (0 = All, 2 = Members, 3 = Private or 9 = Admin) Refer in /includes/constants.php
$peruser = 1; //alow per user random image (images uploaded by XX user. Usage: signature.php?user=XX)
$noimage = "jpeg.gif"; //icon name if no random image was found
$new_cutoff = 7; //Days when images treated as new
$lang_images = "Images: ";
$lang_users = "Members: ";
$lang_cat = "Categories: ";
$lang_new_user = "Newest member: ";
$lang_online = "Online: ";
$lang_comments = "Comments: ";
// --------- End Config ----------


Many thanks in advance!


7
Mods & Plugins (Requests & Discussions) / Auto-fill image name
« on: June 06, 2009, 01:53:49 PM »
Hi!
Is there any possibility to auto-fill "image name" field with the original name of the file after it is chosen (in the Upload page) just giving users a possibility to modify it if necessary?
Or am I missing something in the original settings?
Thanks!

8
Damn it.  Now I feel dumb  :lol: :lol:
Thanks again for a great MOD!

9
Oops... seems like I have not run the installer at all. All I did was adding 1 file and modifying files listed on page 1.
How do I force-run the installer? I have searched the forum, but I do not speak German, so I could miss the instructions.
Thank you!


Done, modified DB manually from phpmyadmin. Thanks a lot!
But anyway, what was the easiest way to run the installer again?

10
Thank you!
Yes, I have done everything step-by-step =\
And after I click "Save changes" I get a Settings saved notification on the top of the screen, but radiobutton switches back to No.
I have tried both filling "Auto-resize image quality" field and leaving it blank, but the result is the same.
Do you need any additional information about characteristics of my server?
And thanks once again for spending your time trying to help me!

11
Hi!
I have completed the sequence described on page 1, and I get two additional menu items in control panel. But when I change option for "Auto-resize image" from No to Yes and press "Save changes", the option gets back to No again.
My PHP version is 5.2.6, is this MOD supposed to work with it?
Thanks!

Pages: [1]