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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 21
61
Mods & Plugins (Releases & Support) / Re: [MOD] Multi-Lightboxes v1.03.1
« on: September 12, 2011, 09:26:58 AM »
Please give me instruction how to do Lightbox Name as required, from manage page? I`ve installed multi-lightboxe mod in my gallery. Please help me.

Thanks!

62
Many thanks! But i`ve resolved this problem...

63
Mods & Plugins (Requests & Discussions) / Re: What is this MOD?
« on: September 06, 2011, 09:57:15 AM »
This page shows for me...

Is it possible that you copy page for me?

64
Mods & Plugins (Requests & Discussions) / Re: What is this MOD?
« on: September 05, 2011, 09:49:49 PM »
This link return me on http://www.msn.com/

Maybe i`m not understand you?  :oops:

65
Mods & Plugins (Releases & Support) / Re: [Mod] Mini-Top
« on: September 05, 2011, 08:10:53 AM »
I`ve this error:

Fatal error: Call to undefined function get_permission() in ***\Server\root\mini_top.php on line 5

Line 5:

Code: [Select]
$user_access = get_permission();
Strange!

66
Is it possible to remove "jwplayer" watermark?

67
Discussion & Troubleshooting / What is wrong with my emails in gallery?
« on: August 31, 2011, 10:45:51 AM »
From some time i`ve observed this problem with my any emails on the site, please look at attached file. What`s problem?


68
Mods & Plugins (Requests & Discussions) / Re: What is this MOD?
« on: August 27, 2011, 02:28:28 PM »
It gave me error. I even have no idea what was discussed in the topic

69
Mods & Plugins (Requests & Discussions) / Re: What is this MOD?
« on: August 27, 2011, 10:00:00 AM »
Code: [Select]
2. for rating with hover effect like in the picture above, use this :
http://www.4homepages.de/forum/index.php?topic=17518.msg93446#msg93446
or similar ... Kurt has deleted his MOD ...

What is similar?  :(

70
Mods & Plugins (Requests & Discussions) / What is this MOD?
« on: August 26, 2011, 04:26:23 PM »
Please help me to find, or what is the style of this rating?

See attached file

Many thanks for help!

71
Mods & Plugins (Releases & Support) / Re: [MOD] Facebook Connector V1.0
« on: August 21, 2011, 09:12:16 PM »
A little detail in step was lost

In in the includes\page_header.php file...

Find:

    "fb_appid" => FBAPPID,
	
"fbl_loggedin" => $fbl_loggedin,
	
"fbl_confirm" => $lang['fbl_confirm'],
	
"fbl_lang" => $lang['fbl_lang'],
	
"fbl_passmessage" => $lang['fbl_passmessage'],
	
"fbl_sharing" => $lang['fbl_sharing'],


Replace:

    "fb_appid" => FBAPPID,
	
"fbl_loggedin" => $fbl_loggedin,
	
"fbl_confirm" => $lang['fbl_confirm'],
	
"fbl_lang" => $lang['fbl_lang'],
	
"fbl_change_password" => $lang['fbl_change_password'],
	
"fbl_passmessage" => $lang['fbl_passmessage'],
	
"fbl_sharing" => $lang['fbl_sharing'],


"fbl_change_password" => $lang['fbl_change_password'],

72
Mods & Plugins (Releases & Support) / Re: [MOD] Facebook Connector V1.0
« on: August 19, 2011, 03:22:05 PM »
Dear developers, please help me resolve my problem... Login FB correct, but not login in gallery... Always refreshing page...

Try please

Link: http://skyphotos.ru

Many thanks!

73
Mods & Plugins (Releases & Support) / Re: [MOD] Profile hits by Lucifix
« on: August 08, 2011, 10:03:30 AM »
Step 4 from first post have a error!

Change:

//############ Start Profile Hits #################
if ($user_info['user_level'] != ADMIN) { 
  
$sql "UPDATE ".USERS_TABLE.
          SET profile_hits = profile_hits + 1 
          WHERE user_id = 
$user_id"
  
$site_db->query($sql); 
}
//############ End Profile Hits ##################
    
$site_template->register_vars(array(
      
"user_id" => $user_row['user_id'],
      
"user_profile_hits" => ($user_row['user_profile_hits']),//############ Mod Profile Hits ##################


With:

      //############ Start Profile Hits #################
if ($user_info['user_level'] != ADMIN) { 
  
$sql "UPDATE ".USERS_TABLE.
          SET user_profile_hits = user_profile_hits + 1
          WHERE user_id = 
$user_id"
  
$site_db->query($sql); 
}
//############ End Profile Hits ##################
    
$site_template->register_vars(array(
      
"user_id" => $user_row['user_id'],
      
"user_profile_hits" => ($user_row['user_profile_hits']),//############ Mod Profile Hits ##################

74
Mods & Plugins (Requests & Discussions) / Re: Simplifying Image Upload
« on: August 07, 2011, 08:14:52 PM »
Few another question....

If i change this path in member.php

$file = (is_remote($new_name)) ? $new_name : (($direct_upload) ? MEDIA_PATH."/".$cat_id."/".$new_name MEDIA_TEMP_PATH."/".$new_name);

On

$file = (is_remote($new_name)) ? $new_name : (($direct_upload) ? THUMB_PATH."/".$cat_id."/".$new_name THUMB_TEMP_PATH."/".$new_name);

It will show me thumbnail... But how can i apply a link to big photo for thumbnail? (By click on thumbnail, open direct link to photo)

Many thanks!

75
Mods & Plugins (Releases & Support) / Re: [Mod] Like me
« on: August 07, 2011, 12:33:19 PM »
Is it possible to update this mod, for "Like Me" without refresh page??? same as Ajax?

Pages: 1 2 3 4 [5] 6 7 8 9 ... 21