admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 3:41 pm Post subject: |
|
|
| admin (no pm's please) wrote: | <tr>
<td valign="top" align="right" nowrap="nowrap"><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/></span></td></tr>
is more like it. |
corrected version.
_________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28710
Joined: 04 Sep 2005 Posts: 11156 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 3:54 pm Post subject: |
|
|
In profile it would be:
<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/> _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28710
Joined: 04 Sep 2005 Posts: 11156 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 4:08 pm Post subject: |
|
|
Nice guide
Making these portals more automatic makes me wonder about others that could be done this way.
Tomorrow I will try and create an Online/Offline portal in the same fashion. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
DSi Craftsman

 Virtual Cash: 770
Joined: 17 Sep 2006 Posts: 439 Location: New York, USA Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 10:52 pm Post subject: |
|
|
Thanks for the guide, I have put it on my forum
A couple of errors I found in the guide:
In the part where it is explaining how to place the transfer cash link in the profile view and topic view:
The code should be: | 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 /> |
The < /a > is missing, which could cause problems in other parts of the template.
The link in the profile view does not work when using that code, for the profile view, the {postrow.POSTER_ID} should be changed to {USER_ID}
Thanks for the guide Symon, and nice job with the mod admin  _________________

24Forum.net |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28710
Joined: 04 Sep 2005 Posts: 11156 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 11:18 pm Post subject: |
|
|
| DSi wrote: | Thanks for the guide, I have put it on my forum
A couple of errors I found in the guide:
In the part where it is explaining how to place the transfer cash link in the profile view and topic view:
The code should be: | 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 /> |
The < /a > is missing, which could cause problems in other parts of the template.
The link in the profile view does not work when using that code, for the profile view, the {postrow.POSTER_ID} should be changed to {USER_ID}
Thanks for the guide Symon, and nice job with the mod admin  |
Not sure which guide you are reading
Agreed the is missing but the guide has the corect links for profile view ? _________________
http://www.saynoto0870.com/
http://www.myshopbag.co.uk
XXVIII/ I/ MCMLXXI |
|
| Back to top |
|
 |
Manz Craftsman

Virtual Cash: 1270
Joined: 27 Dec 2006 Posts: 272
Add Karma
 rated by 3 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28710
Joined: 04 Sep 2005 Posts: 11156 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
Posted: Wed Jan 02, 2008 11:35 pm Post subject: |
|
|
| Manz wrote: | | when you transfer the cash to the other member and enter the amount to give, after you press submit, it says "No User" with a white background? |
Have you followed just the basic guide ??
And a link would be good _________________
http://www.saynoto0870.com/
http://www.myshopbag.co.uk
XXVIII/ I/ MCMLXXI |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
DSi Craftsman

 Virtual Cash: 770
Joined: 17 Sep 2006 Posts: 439 Location: New York, USA Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Thu Jan 03, 2008 1:24 am Post subject: |
|
|
| Symon wrote: | | DSi wrote: | Thanks for the guide, I have put it on my forum
A couple of errors I found in the guide:
In the part where it is explaining how to place the transfer cash link in the profile view and topic view:
The code should be: | 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 /> |
The < /a > is missing, which could cause problems in other parts of the template.
The link in the profile view does not work when using that code, for the profile view, the {postrow.POSTER_ID} should be changed to {USER_ID}
Thanks for the guide Symon, and nice job with the mod admin  |
Not sure which guide you are reading
Agreed the is missing but the guide has the corect links for profile view ? |
Ah I see you're right, I tried to use the code for the viewtopic_body.tpl in the profile_viewbody.tpl  _________________

24Forum.net |
|
| Back to top |
|
 |
Manz Craftsman

Virtual Cash: 1270
Joined: 27 Dec 2006 Posts: 272
Add Karma
 rated by 3 members
Add Comment
Show Comments
 |
Posted: Fri Jan 04, 2008 3:45 pm Post subject: |
|
|
| Symon wrote: | | Manz wrote: | | when you transfer the cash to the other member and enter the amount to give, after you press submit, it says "No User" with a white background? |
Have you followed just the basic guide ??
And a link would be good |
i have not added it to my forum, but other forums that have it, like facebookappchat and 24 forum... when i click on submit after entering the amount, it says "No user" with a white background..
and when i tried it, i followed the basic guide, but then it wasn't working so i removed it.. i done exactly what it says here
http://howtodoit.myfreeforum.org/...component=content&topicid=721
but it wasnt working so i removed it..i kept getting the "no user" when you transfer on all forums that have this installed..? _________________ http://prisonbreak.myfreeforum.org
http://prisonbreakforum.co.uk
www.prisonbreakforum.co.uk |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28710
Joined: 04 Sep 2005 Posts: 11156 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 45960
Joined: 22 May 2005 Posts: 19652
Add Karma
 rated by 162 members
Add Comment
Show Comments
 |
Posted: Fri Jan 04, 2008 4:21 pm Post subject: |
|
|
| Symon wrote: | Have just tried this myself and had 10 credits and transferred them to andrew but got a
You cannot transfer that amount
warning but the credits were removed.
http://facebookappchat.myfreeforum.org
also when a guest tries to transfer money you get the message
Guests cannot transfer anyhting
anything is spelt wrong. |
I think the credits are reported removed, but were not actually removed.
Either way that and the spelling is now correct. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |