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

Pages: [1] 2 3 4 5 6
1
I would like to remove the hour in the image_date, only want to display day, month and year, which file do i have to edit?  :roll:

2
Hello,
i would like to display the resolution of the images in the details pages, i suposse it can be done by adding something like {widht}x{height} but i need to get the resolutions from the big folder where are the real size images, how can i do it?  :?

4

With this mod, the original size pictures are ina a folder called "big", for example, for the category 43, the original pictures are in /data/media/34/big . How can i get the resolution of that images?


5
Hello,
i would like to display the resolution of the images in the details pages, i suposse it can be done by adding something like {widht}x{height}, but there is a problem, im using this mod written by V@no:
Show original image in new window by clicking on image
http://www.4homepages.de/forum/index.php?topic=3236.0

With this mod, the original size pictures are ina a folder called "big", for example, for the category 43, the original pictures are in /data/media/34/big . How can i get the resolution of that images?  :?

6
Quote
remove the comma in it ... is no remove before insert or update ?

sorry but dont understand what you want to say  :?

7
Think i got it, this is what i did, in the admin/images.php commented this lines:

line 588:
Code: [Select]
$image_keywords = str_replace(","," ",$image_keywords);to
Code: [Select]
# $image_keywords = str_replace(","," ",$image_keywords);
line 818:
Code: [Select]
$image_keywords = str_replace(","," ",$image_keywords);to
Code: [Select]
# $image_keywords = str_replace(","," ",$image_keywords);
line 1056:
Code: [Select]
$image_keywords[$key] = str_replace(","," ",$image_keywords[$key]);to
Code: [Select]
# $image_keywords[$key] = str_replace(","," ",$image_keywords[$key]);

Pleaso could somebody confirm that this is correct? The script seems to work ok but would like to get opinions of the php masters  :D

8
Great mod and very easy to install  8) but i have a problem with the quick edition of the keywords, i have modified 4images for using commas for separating keywords, with that i can use multiple words as 1 keyword like: "car pictures, free pic, 4 images, etc"

The problem is that the quick edit of keywords dont allow the commas, how can i fix that?

9
ok, found the problem, you cant use the same keyword for categories and detail pages,  :arrow: :wink:

10
Installed the kief24 modification: http://www.4homepages.de/forum/index.php?topic=6729.msg57268#msg57268
 and seems to work perfectly, category links work great but when i click con an image thumbnail i go to the index page an nothing happen, im using the same keyword for both, categories and details page so the generated links are:

category: domain.tld/keyword-catname-id.htm
image: domain.tld/keyword-imagename-id.htm

Could be this the problem? If it is, how can y fix it?
Thanks  8O

11
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 14, 2007, 04:14:52 AM »
working perfectly, thanks a lot man  :D

12
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 14, 2007, 01:28:27 AM »
Quote
"Notice: Undefined index: user_avatar in /home/site/page_header.php on line 116"

Please post from line 110 to line 120. I look ...

Thanks a lot thunder, here it is:  :D
Code: [Select]
"url_categories" => $site_sess->url(ROOT_PATH."categories.php"),
  "url_home" => $site_sess->url(ROOT_PATH."index.php"),
  "url_login" => (!empty($url_login)) ? $site_sess->url($url_login) : $site_sess->url(ROOT_PATH."login.php"),
  "url_logout" => (!empty($url_logout)) ? $site_sess->url($url_logout) : $site_sess->url(ROOT_PATH."logout.php"),
  "url_member" => (!empty($url_member)) ? $site_sess->url($url_member) : $site_sess->url(ROOT_PATH."member.php"),
  "url_upload" => (!empty($url_upload)) ? $site_sess->url($url_upload) : $site_sess->url(ROOT_PATH."member.php?action=uploadform"),
"user_avatar_current" => ($config['avatar_use']) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_info['user_avatar'] == "") ? "blank.gif" : $user_info['user_avatar'])."\" border=\"0\" alt=\"\">" : "",
  "url_lost_password" => (!empty($url_lost_password)) ? $site_sess->url($url_lost_password) : $site_sess->url(ROOT_PATH."member.php?action=lostpassword"),
  "url_captcha_image" => $site_sess->url(ROOT_PATH."captcha.php"),
  "has_rss" => false,
  "rss_title" => "",

13
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 13, 2007, 09:02:18 PM »
have the same error: http://www.4homepages.de/forum/index.php?topic=3978.msg96499#msg96499


"Notice: Undefined index: user_avatar in /home/site/page_header.php on line 116"

This error only appear when a non-registered user search something, with member work perfectly, could somebody help me?  :|

14
Great! Thanks a lot  :D

15
Requests for paid modifications / Jobbörse / Queue Mod now>> 60$
« on: August 31, 2007, 12:51:19 PM »
I want to have to posibility of choose in the upload image form (from the admin panel) the date that an image will be published, this mod would create a "queue" of images, each image is published the day i choose. I would like to use the calendar that have 4image if it is possible  :D
I will need to list the images in the queue, i though it will be good to implement it in the "edit image" tool, maybe add a option for listing all the images in the queue or something similar. Will pay throug paypal or bank wire transfer, price: 60$
This is important: i only want the instructions for installing the mod, like the mods in the forums.

Pages: [1] 2 3 4 5 6