Html page with a button to post a new thread.
+6
angel_of_night
Sir. Mayo
Jophy
Pizza Boi
Kite Trojan
RsS.YuGi
10 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Html page with a button to post a new thread.
Hello ForuMotion ~
I'm having hard time finding out how to create something that would look like this:
(An html page on DA: http://www.duelacademy.net/h52-academy-registration)
In that page, after filling all information an pressing register, a new thread will be posted in a section.
I know the button used here is all about JS and stuff, but I don't know how to create it.
Also, are there any online editors to help creating the look of the html page?
Any help would be appreciated, thanks in advanced.
Ps. I searched around the forum here but I couldn't find anything to help me, maybe I can't figure out what to call this to search more online on it also I already asked an administrator on that site to help me but ... didn't get any.
I'm having hard time finding out how to create something that would look like this:
(An html page on DA: http://www.duelacademy.net/h52-academy-registration)
In that page, after filling all information an pressing register, a new thread will be posted in a section.
I know the button used here is all about JS and stuff, but I don't know how to create it.
Also, are there any online editors to help creating the look of the html page?
Any help would be appreciated, thanks in advanced.
Ps. I searched around the forum here but I couldn't find anything to help me, maybe I can't figure out what to call this to search more online on it also I already asked an administrator on that site to help me but ... didn't get any.
Last edited by RsS.YuGi on March 21st 2014, 1:41 pm; edited 2 times in total (Reason for editing : nothing important)
Re: Html page with a button to post a new thread.
Try EmailMeForm, create an account, then log in, and edit your fields there! It's free by the way!
Re: Html page with a button to post a new thread.
Kite Trojan wrote:Try EmailMeForm, create an account, then log in, and edit your fields there! It's free by the way!
Thank you, I'll look into it.. but I still need a code for the button :l
Re: Html page with a button to post a new thread.
Could you tell me what you want and I'll do it for you.
Re: Html page with a button to post a new thread.
The button I'm talking about.. I need it's codes =p
Re: Html page with a button to post a new thread.
Re: Html page with a button to post a new thread.
I'm not getting any help here yo ...
where's the staff!
<.<
where's the staff!
<.<
Re: Html page with a button to post a new thread.
Hi
Did you consider putting it as an image? Like:
<a href=""><img src="" /></a> ?
If so, can you please provide a link where you put the HTML page since I find your explanation a little vague.
Regards,
Pizza Boi
Did you consider putting it as an image? Like:
<a href=""><img src="" /></a> ?
If so, can you please provide a link where you put the HTML page since I find your explanation a little vague.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Html page with a button to post a new thread.
Hello,
This is the code to create and link a button:
Copy and paste the link to creating a new topic of that particular forum and replace the "LINK HERE" with that link.
This is the code to create and link a button:
- Code:
<form action="LINK HERE">
<input type="submit" value="LABEL OF BUTTON HERE">
</form>
Copy and paste the link to creating a new topic of that particular forum and replace the "LINK HERE" with that link.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Html page with a button to post a new thread.
Jophy wrote:Hello,
This is the code to create and link a button:
- Code:
<form action="LINK HERE">
<input type="submit" value="LABEL OF BUTTON HERE">
</form>
Copy and paste the link to creating a new topic of that particular forum and replace the "LINK HERE" with that link.
Hi Jophy,
okay, that's the basic thing as it seems.
What about if I want the thread to have an auto title OR a thing to fill in the labels/spaces.
Erm, I'm sorry I'm not explaining things in a clear way, I fail to word it.. but it's basically what you see in the html page I posted from Duel Academy. What that html is does it posts a thread with a title of the first 2 spaces to fill which are "Academy Name" and "Abbreviation" and the topics message would be the other information.
How to do all that o.o?
I'm sorry I'm too noob with these things. ._.
Re: Html page with a button to post a new thread.
Hi
I'm not sure if it's Javascript coding or it involves an external server, so in my opinion, Duel Academy's the best place to ask that or the admin of Xenon Duel Academy since they're also working on that .
Regards,
Pizza Boi
I'm not sure if it's Javascript coding or it involves an external server, so in my opinion, Duel Academy's the best place to ask that or the admin of Xenon Duel Academy since they're also working on that .
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Html page with a button to post a new thread.
Pizza Boi wrote:Hi
I'm not sure if it's Javascript coding or it involves an external server, so in my opinion, Duel Academy's the best place to ask that or the admin of Xenon Duel Academy since they're also working on that .
Regards,
Pizza Boi
Hello,
I already asked help from DA (Irate) and he didn't help, and I'm not willing to face another reject from anybody else including Xenon, so that's the reason why I'm asking help in the support forum and I expect to get it, hopefully.
Re: Html page with a button to post a new thread.
ok so i found what you want to do on the spanish forum give me a while and i will translate it for you and update my post.it will take me a few days due to prior commitments.
but here is the links. i think this is what your looking for.
http://asistencia.foroactivo.com/t135322-superformulario
but here is the links. i think this is what your looking for.
http://asistencia.foroactivo.com/t135322-superformulario
Re: Html page with a button to post a new thread.
Sir. Mayo wrote:ok so i found what you want to do on the spanish forum give me a while and i will translate it for you and update my post.it will take me a few days due to prior commitments.
but here is the links. i think this is what your looking for.
http://asistencia.foroactivo.com/t135322-superformulario
O: Awesome.. I guess I'll be waiting =)
Re: Html page with a button to post a new thread.
Lets kill two birds with one stone.
You can just tell me what you want the questions to be and i will be glad to fill them in for you.
You can just tell me what you want the questions to be and i will be glad to fill them in for you.
Re: Html page with a button to post a new thread.
Hello.
Sorry to take your topic RsS.YuGi but may I also ask questions about it here?
For example, when I tried to translate some codes, it stopped working properly.
Sorry to take your topic RsS.YuGi but may I also ask questions about it here?
For example, when I tried to translate some codes, it stopped working properly.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
That could be because you did not translate the complete codes, you have to translate all of it like where it says "Hombre" I has to be traslated to male every where due to the way the code is set up.
Re: Html page with a button to post a new thread.
@ Angle: it's alright
@ Sir. Mayo you're so awesome :DD
okay, so this's how things are supposed to be.. (and if you can include nice looking overall thing, it'd be appreciated)
"Testing Request" as a big header in the center of the page
About the title of the thread, it's supposed to be (if possible) the poster's name next to a 'Testing Request' text example: [Testing Request] Username. <-- if not possible and you know any trick or way around it, it'll be helpful ;D ... like just a default value of :Testing Request and the person filling things will have to put his name or something like that.
Now the thread body should be something like this:
In-Game Name:
Time Zone:
Platform you want to be tested in: this can be either selecting or filling [Choices are DN or YGOPro]
Single Duel Type: [This also could be choices to pick one of, the choices are: DN, Bypass, Random (Light), Random (Battle Pack)]
Any other notes: [this one should be a spaces to fill as much as needed]
And that's it
@ Sir. Mayo you're so awesome :DD
okay, so this's how things are supposed to be.. (and if you can include nice looking overall thing, it'd be appreciated)
"Testing Request" as a big header in the center of the page
About the title of the thread, it's supposed to be (if possible) the poster's name next to a 'Testing Request' text example: [Testing Request] Username. <-- if not possible and you know any trick or way around it, it'll be helpful ;D ... like just a default value of :Testing Request and the person filling things will have to put his name or something like that.
Now the thread body should be something like this:
In-Game Name:
Time Zone:
Platform you want to be tested in: this can be either selecting or filling [Choices are DN or YGOPro]
Single Duel Type: [This also could be choices to pick one of, the choices are: DN, Bypass, Random (Light), Random (Battle Pack)]
Any other notes: [this one should be a spaces to fill as much as needed]
And that's it
Re: Html page with a button to post a new thread.
Actually all I did was translating this:Sir. Mayo wrote:That could be because you did not translate the complete codes, you have to translate all of it like where it says "Hombre" I has to be traslated to male every where due to the way the code is set up.
- Code:
/************** ZONA CAMPOS *************************************/
MISCAMPOS["Usuario"] = ["Usuario", CAMPO.USUARIO];
MISCAMPOS["Avatar"] = ["Avatar", CAMPO.AVATAR];
MISCAMPOS["Nombre"] = ["Nombre", CAMPO.TEXTO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Apellidos"] = ["Apellidos", CAMPO.TEXTO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Edad"] = ["Edad", CAMPO.EDAD, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Sexo"] = ["Sexo", CAMPO.SEXO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Descripcion"] = ["Descripción", CAMPO.AREA_TEXTO, TIPO.OPCIONAL, GRUPO.DATOSPERSONALES];
//Añadir tantos campos como sean necesarios...
To this:
- Code:
/************** ZONA CAMPOS *************************************/
MISCAMPOS["Username"] = ["Username", CAMPO.USUARIO];
MISCAMPOS["Avatar"] = ["Avatar", CAMPO.AVATAR];
MISCAMPOS["Name"] = ["Name", CAMPO.TEXTO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Game Name"] = ["Game Name", CAMPO.TEXTO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Age"] = ["Age", CAMPO.EDAD, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Gender"] = ["Gender", CAMPO.SEXO, TIPO.OBLIGATORIO, GRUPO.DATOSPERSONALES];
MISCAMPOS["Why do you want to join us?"] = ["Why do you want to join us?", CAMPO.AREA_TEXTO, TIPO.OPCIONAL, GRUPO.DATOSPERSONALES];
//Añadir tantos campos como sean necesarios...
After that, I tried to press the "SEND" buttom, and nothing happened. It works if I don't translate though.
But I guess it's the way it's coded, which I don't know how to do.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
Hi
If someone can translate the above code into ALL English, I might be able to find out their correct terminologies in order for them to work.
<--- Sucks at Spanish.
Regards,
Pizza Boi
If someone can translate the above code into ALL English, I might be able to find out their correct terminologies in order for them to work.
<--- Sucks at Spanish.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Html page with a button to post a new thread.
I am too lazy to translate
I think Sir. Mayo is doing it anyways!
I think Sir. Mayo is doing it anyways!
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
Let's not forget this's mainly my thread of asking help .. :l
Re: Html page with a button to post a new thread.
Relax, was just joking :l
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
Yes im working on it should be here by march 2 just been doing it in little parts. and checking if it works.
EDIT: Where did you want the post to be sent like the url of a thread.
EDIT: Where did you want the post to be sent like the url of a thread.
Re: Html page with a button to post a new thread.
I want it to be posted as a topic in a section.
On the code
I put the ID of the forum (in my case 17) and posted a topic fine
On the code
- Code:
TIPO_MENSAJE: MENSAJE.NUEVO,
TIPO_TEMA: TEMA.NORMAL,
ID_FORO: 1,
I put the ID of the forum (in my case 17) and posted a topic fine
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
Angel if you need help with this then open a new topic please. i ask only because you may want different questions the the OP would like ill be glad to help you.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Html page with a button to post a new thread.
I have ran into some issues. The code is tricky to translate. plus its harder to change the divs, in the css are harder to change because they are listed several times. Its possible that a staff member can write you one from scratch. im sorry that im not able to help any more.
Re: Html page with a button to post a new thread.
'-'
Well fine, I'm not really asking for full making of it...
I just need to know the mechanics of it and the basic codes... I don't care about the look and css atm.. I just need the solid basic coding.... >.>
Well fine, I'm not really asking for full making of it...
I just need to know the mechanics of it and the basic codes... I don't care about the look and css atm.. I just need the solid basic coding.... >.>
Page 1 of 2 • 1, 2
Similar topics
» Button HTML Page??
» Navigation Button mouseover code for HTML page
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML page as Home page problem
» Navigation Button mouseover code for HTML page
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML page as Home page problem
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum