Show Posts
|
|
Pages: [1] 2
|
|
2
|
SMF Gallery Pro / Bugs / Guest New Icon
|
on: September 16, 2012, 03:54:16 pm
|
Hi SmfHacks! there is a little problem with "New" icon... Guests can see the "New" icon but does not disappear when they look at the picture. I think would be correct that the guest does not see the new icon. Thank you very much 
|
|
|
|
|
3
|
SMFHacks.com / Site Discussion / Re: Button Problem with Chrome
|
on: August 25, 2012, 03:42:48 am
|
Great!  Excuse me... Unfortunately I have so many changes to the template, and now I can't install new version. Can you tell me what changes you've made to the buttons? Thank you very much and sorry for inconvenience. 
|
|
|
|
|
10
|
SMF Store / Support / IPN Error - Paypal transactions not from the store
|
on: July 30, 2011, 05:15:37 pm
|
Hi SmfHacks.com, I have a problem with store and IPN. A week ago for error  I have made a Paypal transactions not from the store and now with normal smf store there are problems because transactions not being recorded, with IPN link I have this error: Array ( [_php] => [start] => 0 ) Array ( [_php] => [start] => 0 ) Error For now I can use the send free product link to send download links but how can I correct this error and come back as before?? Here Store_debug.txt log: July 31, 2011, 12:02 am FOUND July 31, 2011, 12:02 am Post Request1 REQ:cmd=_notify-validate July 31, 2011, 12:02 am No Basket IS1 July 31, 2011, 12:02 am FOUND July 31, 2011, 12:02 am Post Request1 REQ:cmd=_notify-validate July 31, 2011, 12:02 am No Basket IS1 Thank you very much 
|
|
|
|
|
12
|
SMF Store / Support / Hide Download Link
|
on: July 08, 2011, 06:46:05 pm
|
|
Hi SmfHacks! I have a problem with Store and Digital Download link... When I add file with remote file option user can see the download link.
Someone can share link and download free digital products . There is a system to prevent this problem?
Thank you very much!
|
|
|
|
|
14
|
SMF Store / Support / Re: SMF Store - Move to Another Group Problem
|
on: December 01, 2010, 11:20:58 am
|
Now the store work perfect I have change this code....is that correct? // Update the User's Group if there is a group if ($row['ID_GROUPToMove'] != 0 && $memid != 0) { $groupid = $row['ID_GROUPToMove']; $groupexpiredays = $row['groupexpiredays'];
require_once($sourcedir . '/Subs-Members.php'); addMembersToGroup($memid, $groupid, 'auto');
$currentdate = time(); With this: // Update the User's Group if there is a group if ($row['ID_GROUPToMove'] != 0 && $memid != 0) { $groupid = $row['ID_GROUPToMove']; $groupexpiredays = $row['groupexpiredays'];
require_once($sourcedir . '/Subs-Members.php'); require_once($sourcedir . '/Subs-Membergroups.php'); addMembersToGroup($memid, $groupid, 'auto', true);
$currentdate = time(); Thank you 
|
|
|
|
|
|