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
1
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 19, 2012, 10:46:25 AM »
Could you help me to show photos one by one in row not in column.

search in the code:
$imgtable_width ceil(intval($config['image_table_width']) / $config['image_cells']);

insert above:
$config['image_cells'] = 1;


mfg Andi
It doesn't help. (

2
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 19, 2012, 08:03:02 AM »
Could you help me to show photos one by one in row not in column.

3
Discussion & Troubleshooting / Number of user photos in profile with link.
« on: February 17, 2012, 07:55:44 PM »
How can i show total number of user photos with the  link in profile?

Sorry i have already found
in member.php
$sql = "SELECT COUNT(image_id) AS totimg
         FROM ".IMAGES_TABLE."
         WHERE  user_id = $user_id";
    $result = $site_db->query($sql);
   $row = $site_db->fetch_array($result);
   $uploaded_images = $row['totimg'];
    $site_template->register_vars(array(
         "uploaded_imgs" => $uploaded_images,
in Member_profile.html past
<tr>
     <td class="row1"><b>{lang_user_photos}</b></td>
     <td class="row1"><A href="{url_show_user_images}">{uploaded_imgs}</a></td>
</tr>

4
Discussion & Troubleshooting / Re: Hide date in EXIF.
« on: February 16, 2012, 10:44:22 PM »
Is it possible to show date for admin only?

5
Discussion & Troubleshooting / Hide date in EXIF.
« on: February 16, 2012, 09:22:09 PM »
How can i hide date of taking picture in EXIF?

6
Question is open still.
I want to add hits to memberlist.
I changed

// --------------------------
// COUNT users pics
// --------------------------
$sql = "SELECT COUNT(image_id) AS t_images, SUM(image_hits) AS t_hits
        FROM ".IMAGES_TABLE."
        WHERE user_id = ".$user_row['user_id']."";
$count = $site_db->query_firstrow($sql);
$count_t_images = $count['t_images'];
$count_t_hits = $count['t_hits'];
 // --------------------------

but i've got blue table.
Could you help me?
Maybe i need to show all my memberlist.php file?

7
Discussion & Troubleshooting / Re: Ajax autofilling fields.
« on: May 02, 2011, 09:00:12 PM »
It's not that i need.
I want to get autofilling fields aircraft version, airline and so when i filling only one field aircraft registration.

8
Discussion & Troubleshooting / Ajax autofilling fields.
« on: April 20, 2011, 05:12:52 PM »
I've found topic about autofilling fields:
http://www.dhtmlgoodies.com/index.html?whichScript=ajax_client_lookup
Could you tell me will it work here?

9
Discussion & Troubleshooting / Re: Change name of the photo.
« on: April 16, 2011, 08:15:10 PM »
Maebe i've write not correct.
I want to change file name after uploading automaticaly.
Is it possible?

10
Discussion & Troubleshooting / Change name of the photo.
« on: April 11, 2011, 11:13:20 AM »
I want to change name of the photo while saving phots from my site.
Maybe there is sush topic but i didn't find it.

11
Discussion & Troubleshooting / Search doesn't work.
« on: April 11, 2011, 10:54:49 AM »
I've made new field airport but in advanced search when i enter 3 or 4 letter name of airport search doesn't work (UUEE or SVO).
http://www.planesphotos.net/search.php
Could you help me?

12
I've installed this MOD http://www.4homepages.de/forum/index.php?topic=27311.0
And i want to make option on uploadform page to add or not to add watermark.
Could you halp me?

13
Thank's.

14
And how i can remove headline field from control panel when editing the comment?

15
Thank's!

Pages: [1] 2 3