The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need Help doing a Points transfer HTML page

3 posters

Go down

In progress Need Help doing a Points transfer HTML page

Post by GloomyCherub July 2nd 2017, 4:35 am

So I thought since this is not existing in the Points System it maybe could be added through the 'Modules > HTML & JAVASCRIPT' by adding a page in there.

I know what it's needed kinda:

First a Field what shows the Name of the User who look on the page. / The One that want to transfer his money to someone else.
Next a text-field where the Username (who gets the points) need to be written in.
And atleast a text-field where the Ammount of Points that will be handed over need to be written in.
Than somehow hidden when the posting button is pushed that the ammount of points will be also withdrawn from the User that looked on that page.
Oh and there need to be a way that it only can be send when the User who wants to transfer the points has atleast the same or more points to transfer. So kinda a validation.

This is all I can think of but there is missing the important parts where the user is involved in the code.
Code:
<form id=transfer>
  <label for="user_name">User that gets gold:
    <input id="user" type="text" value="">
    </label><p>
  <label for="points">Gold to give:
    <input id="points" type="number" min="1" max="1000" step="1" value="">
    </label></p>
  <button type="button" id="send">Sending</button>
</form>
  <button form="transfer" type="reset">Reset</button>

But I realy have no clue how I can make it come true D:

Can somebody help me please?
I think many other boards would like to have this, too.
GloomyCherub
GloomyCherub
New Member

Posts : 2
Reputation : 1
Language : german

http://pixelempire.forumieren.de/

Back to top Go down

In progress Re: Need Help doing a Points transfer HTML page

Post by Guest July 2nd 2017, 8:25 am

Sadly, this is almost impossible to make on a fm forum. Even if someone makes it, it would not be secure.
avatar
Guest
Guest


Back to top Go down

In progress Re: Need Help doing a Points transfer HTML page

Post by Ape July 2nd 2017, 3:51 pm

you need server side to do this so sorry can not be done.


Need Help doing a Points transfer HTML page Left1212Need Help doing a Points transfer HTML page Center11Need Help doing a Points transfer HTML page Right112
Need Help doing a Points transfer HTML page Ape_b110
Need Help doing a Points transfer HTML page Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Need Help doing a Points transfer HTML page

Post by Draxion July 2nd 2017, 6:26 pm

Hi there,

Is this a separate HTML page without the header and footer or with them?
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Need Help doing a Points transfer HTML page

Post by GloomyCherub July 11th 2017, 9:21 am

Draxion wrote:Hi there,

Is this a separate HTML page without the header and footer or with them?

With them. Made with the Administration Panel.
GloomyCherub
GloomyCherub
New Member

Posts : 2
Reputation : 1
Language : german

http://pixelempire.forumieren.de/

Back to top Go down

In progress Re: Need Help doing a Points transfer HTML page

Post by Draxion July 11th 2017, 7:25 pm

When you say transfer, are you referring to exchanging points or editing them?
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum