Twitter SMFHacks Facebook SMFHacks SMFHacks.com
Home Forum Index Hacks Products Login Register Search
  Show Posts
Pages: [1] 2
1  SMF Gallery Pro / Bugs / Re: Guest New Icon on: September 19, 2012, 04:07:50 pm
Ok thank you...  Smiley
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  Smiley
3  SMFHacks.com / Site Discussion / Re: Button Problem with Chrome on: August 25, 2012, 03:42:48 am
Great!

 Embarrassed
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.  Embarrassed
4  SMFHacks.com / Site Discussion / Re: Button Problem with Chrome on: August 24, 2012, 02:33:38 am
 Smiley
Thank you!
5  SMFHacks.com / Site Discussion / Re: Button Problem with Chrome on: August 23, 2012, 03:27:23 am
Can you help me?
In attachments you can see as button appears with all other browser.

Thank you very much
6  SMFHacks.com / Site Discussion / Button Problem with Chrome on: August 21, 2012, 05:12:02 am
Hello SMFhacks.com,
I have a problem with some button in the store and in the gallery but only with Chrome.
This problem appears with any theme.

THank you very much
7  SMF Store / Support / Re: IPN Error - Paypal transactions not from the store on: August 09, 2011, 05:58:17 am
Thank you very much SMFHacks,
now now it seems to work....

 Smiley
8  SMF Store / Support / Re: IPN Error - Paypal transactions not from the store on: August 01, 2011, 06:09:53 am
 Smiley

Thank you,
ok this is debug log with last info:

http://www.charactersforum.com/store_debug.txt

Here also paypal debug:

http://www.charactersforum.com/paypal_logs.txt

Yes paypal IPN url enabled to path where storeipn2 is installed, before Paypal transactions not from the store everything worked perfectly.
In paypal IPN details there is 500 HTTP error and the transaction delivery status in attempting after 15 attemps in about 3 days.
The  transaction made for error a week ago in paypal IPN details there is no error.... strange thing, something happened in the database after this transaction not from the store?

Thank You.

9  SMF Store / Support / Re: IPN Error - Paypal transactions not from the store on: July 30, 2011, 05:34:14 pm
Yes it's  a real paypal transaction....
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  Cry  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  Smiley
11  SMF Store / Support / Re: Hide Download Link on: July 11, 2011, 02:25:12 pm
For example:

- File add with "Insert file" Button from my PC, SMF Store create this link: http://www.mysite.com/index.php?action=store;sa=download;id=27
  With this option link can't be shared and anyone can't see original link.

- File add with "remote file" from another server because too large, SMF Store create normal link:  http://www.mysite.com/Source_1/Test.zip
  With this option link can be shared and anyone can see original link.

No solution?
Thank You very much  Smiley
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!
13  SMF Gallery Pro / Support / User gallery Random Avatar on: December 04, 2010, 04:47:41 am
Hi Smf Hacks,
there is possibility to randomize user gallery list in the PHP Code?

http://i54.tinypic.com/2dt5z6.jpg

Now only Asc or Desc order possibility..
Thank You
 Smiley



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?


Code:
// 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:

Code:
// 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  Smiley


15  SMF Store / Support / Re: SMF Store - Move to Another Group Problem on: December 01, 2010, 10:42:22 am
I thought fixed some of those issues with new SMF Store updates. You should be able to use the latest SMF Store on SMF 2 rc1.2

Yes it is true...
but with last version of your mod Smf gallery, store, downloads etc and with old theme overview from Dzinner studio on SMF2 rc1.2 I have thi problem:

Correct:

http://i52.tinypic.com/6fppx4.jpg

Wrong:

http://i52.tinypic.com/wrf33l.jpg

 Cry

Pages: [1] 2
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.329 seconds with 19 queries.