|
Text
|
| Transfer cash not working Cant Transfer XCASH |
|
 |
|
 |
|
| Author |
Message |
Symon
Guide Legend



Joined: 11 Jun 2006
Posts: 909
Location: Hampshire,England

Add Comment
Show Comments
|
Posted: Wed Mar 26, 2008 4:36 pm |
 |
|
There has been a change recently , to fix this problem please do the following.
Open up
Viewtopic_body.tpl (or which ever template file you have it showing).
Find the line that may look like this
| Code: | | <a href="javascript:void(0)" onclick="window.open('xtransfer.php?userid={postrow.POSTER_ID}&xtransfer=XCASH&component=XCASH', '_xtransfer', 'resizable=yes,width=500,height=360')">Transfer cash</a><br /><br /> |
Now change it to
| Code: | | <a href="javascript:void(0)" onclick="window.open('xtransfer.php?userid={postrow.POSTER_ID}&xtransfer=CASH&component=XCASH', '_xtransfer', 'resizable=yes,width=500,height=360')">Transfer cash</a><br /><br /> |
If it is in view_profile_body.tpl
Then find
| Code: | | <td valign="top" align="right" nowrap="nowrap"><a href="javascript:void(0)" onclick="window.open('xtransfer.php?userid={USER_ID}&xtransfer=XCASH&component=XCASH', '_xtransfer', 'resizable=yes,width=500,height=360')">Transfer cash<br /></td></tr> |
Now change it to
| Code: | | <td valign="top" align="right" nowrap="nowrap"><a href="javascript:void(0)" onclick="window.open('xtransfer.php?userid={USER_ID}&xtransfer=CASH&component=XCASH', '_xtransfer', 'resizable=yes,width=500,height=360')">Transfer cash<br /></td></tr> |
All you are doing here is really changing the line.
| Code: | | xtransfer=XCASH&component=XCASH', '_xtransfer', |
To be
| Code: | | xtransfer=CASH&component=XCASH', '_xtransfer', |
So in effect droping the XCASH to Be CASH
|
|
| |
|
 |
|
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
HOWTODOIT was designed and built by Symon Field Creator Of ☆ ☆ FunnyWorld ☆
HOWTODOIT© Symon Field 2006,2007,2008 Powered by phpBB Group © 2001,2005.
|
|
|
|