| Author |
Message |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Thu Nov 30, 2006 5:58 pm |
|
Sry to bring more problems, but i dont seem to be able to delete Transactions through the clients list it just redirects back to admin.php
Thx Ped |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Nov 30, 2006 6:20 pm |
|
try this
Open modules/Digital_Shop/admin/files/clients.php
find
| Code: |
window.location='admin.php?&op=digi_clients&delete=1&id=$cid';
|
to
| Code: |
window.location='".$admin_file.".php?&op=digi_clients&delete=1&id=$cid';
|
also make sure you have javascript enabled. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Nov 30, 2006 6:26 pm |
|
actually, that above really isn't needed unless you renamed your admin file.
I'm guessing you have googleTap(GT-nextgen) installed like i do. That is the culprit afiak.
so in that same file, add the following line at the top right after <?php
|
| |
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Thu Nov 30, 2006 6:33 pm |
|
nah didnt work ... i hit delete and it says this link in the addy bar
| Code: |
http://www.yoursite.com/admin.php?&op=digi_clients&delete=1&id=1 |
but redirects me to admin.php |
| |
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Thu Nov 30, 2006 6:34 pm |
|
ah we posted at the same time , yeah its tapped 1 sec ill try the above |
| |
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Thu Nov 30, 2006 6:53 pm |
|
didnt fix it,
Ive just found out that were actually using the shortlinks hack from www.montegoscripts.com while based on gt_nextgen its slightly diffrent.
Ill keep trying to sort it..
 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Nov 30, 2006 6:59 pm |
|
well for the one i use, the switch is in the header.php file |
| |
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Fri Dec 01, 2006 10:27 am |
|
Just out of curiosity why would google tap effect this feature ... im still having fun  |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Fri Dec 01, 2006 12:08 pm |
|
GoogleTap is turning the & to the & which is great for most links, but it breaks the javascript popup links which shouldn't include the amp;
The same thing happens to the Private Message popup for the forums when running google tap.
Really there is no reason for Google Tap to even function when an admin page is called.
I haven't seen the version you are using so I can't really say exactly how to turn it off. |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 335
|
Posted:
Sun Dec 10, 2006 10:45 pm |
|
I believe this might help
| Code: |
$tnsl_bUseShortLinks = FALSE |
or you can turn error reporting on for ShortLinks with
| Code: |
$tnsl_bDebugShortLinks = TRUE; |
|
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 10, 2006 10:55 pm |
|
Cool!! btw, this won't be an issue in the next version. |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 335
|
Posted:
Sun Dec 10, 2006 11:01 pm |
|
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Mon Dec 11, 2006 4:19 am |
|
cheers Guardian, i do believe this works too.
thx |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sat Dec 30, 2006 12:57 pm |
|
Hi, version 2 is out. If you purchased any older version, you can upgrade to version 2 by going HERE.
The bug posted above no longer exists as this new version has been re-written from the ground up.
If you have any questions about installation/upgrading please just let me know. Thank You |
Last edited by gotcha on Sun Dec 31, 2006 5:00 pm; edited 1 time in total |
|
|
 |
xGSTQ

Joined: Dec 13, 2005
Posts: 107
|
Posted:
Sat Dec 30, 2006 1:07 pm |
|
Thanks gotcha very kind of you to keep us informed ! |
| |
|
|
 |
|
|