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

Pages: 1 [2] 3
16
you can all words edit in lang/yourLang/main.php

mfg Andi
I want to change words for small photos.

17
Could you tell me how i can change previous and  next image words to tumbnail of previous and  next photos on detail page.
Maybe there is such topic here but I havn't found it.

18
Is it possible to add photodrapher name on watermark?

19
search in details.php:
      $msg .= (($msg != "") ? "<br />" "").$lang['headline_required'];
      
$error 1;

replace  "$error = 1" to  "$error = 0"
Thank's.

20
search in your templates:
Code: [Select]
<td valign="top"><b>{comment_headline}</b></td>remove it or comment out with <!--  -->
I removed it from comment_bit.html but get Please enter a headline.

21
Discussion & Troubleshooting / Delite Headline field from Post comment
« on: January 23, 2011, 09:50:20 PM »
Can you tell me how i can delite Headline field from Post comment?

22
Discussion & Troubleshooting / Re: How to hide EXIF?
« on: January 22, 2011, 08:20:04 PM »
search in your details.html:
....
Thank's.

23
Discussion & Troubleshooting / How to hide EXIF?
« on: January 22, 2011, 07:29:21 PM »
How can i hide EXIF(for admin only) on details page?

24
Discussion & Troubleshooting / "New photos" link does not work.
« on: January 21, 2011, 10:43:27 PM »
"New photos" link does not work.
Can you help me?

25
Mods & Plugins (Requests & Discussions) / Re: Spaces in upload fields
« on: January 13, 2011, 09:46:15 AM »
I did it but problem is remained still.
BTW if i write USA- Washington all is OK.
But USA -Washington or USA - Washington is not good(Your search resulted in no matching records).
Can you help me?

26
I can't find file. Reupload please.

27
I see only LAST MEMBER without nickname and error:
An unexpected error occured. Please try again later.

28
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: January 09, 2011, 05:54:58 PM »
....I've chaneged this code but i've got error:
.
I think they have deleted  ";
replace:
LIMIT 3 ";
 
Thanks but i see one image only.
And i don't want to show photos selected by downloads.
How to do it?

29
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: January 09, 2011, 04:19:38 PM »
Hi!
..
How to show TOP 3 images by 'rating'?

Code: [Select]
$sql = "SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name".get_user_table_field(", u.", "user_name")."
            FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)
            LEFT JOIN ".USERS_TABLE." u ON (".get_user_table_field("u.", "user_id")." = i.user_id)
            WHERE i.image_active = 1 AND i.cat_id NOT IN ($cat_id_sql) AND c.cat_id = i.cat_id
           ORDER BY i.image_votes DESC
           LIMIT 3

mfg Andi
I've chaneged this code but i've got error:
Parse error: syntax error, unexpected '"' in C:\planesphotos.local\www\includes\functions.php on line 711


30
Discussion & Troubleshooting / Re: Change name of field in ACP.
« on: January 09, 2011, 04:06:37 AM »
Not enough information. The only answer you could get is: edit .php files in admin/ directory...
I want to rename IMAGE NAME field and locate with additional fields or the last. (in edit image menu ACP)

Pages: 1 [2] 3