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.
The forum of the forums
+6
angel_of_night
Sir. Mayo
Jophy
Pizza Boi
Kite Trojan
RsS.YuGi
10 posters

    Html page with a button to post a new thread.

    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Html page with a button to post a new thread.

    Post by RsS.YuGi 2/19/2014, 08:24

    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. 


    Last edited by RsS.YuGi on 3/21/2014, 12:41; edited 2 times in total (Reason for editing : nothing important)
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Html page with a button to post a new thread.

    Post by Kite Trojan 2/19/2014, 23:23

    Try EmailMeForm, create an account, then log in, and edit your fields there! It's free by the way!
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/21/2014, 01:18

    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
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Html page with a button to post a new thread.

    Post by Kite Trojan 2/21/2014, 01:24

    Could you tell me what you want and I'll do it for you.
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/21/2014, 09:52


    The button I'm talking about.. I need it's codes =p
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Html page with a button to post a new thread.

    Post by Kite Trojan 2/21/2014, 22:47

    I cannot add text in the boxes, but I can still do this.   I just remembered that the account you used to make the form, you'll need to use that to view the registeration.
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/23/2014, 08:50

    I'm not getting any help here yo ...
    where's the staff!
    <.<
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: Html page with a button to post a new thread.

    Post by Pizza Boi 2/23/2014, 15:41

    Hi Very Happy

    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
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Html page with a button to post a new thread.

    Post by Jophy 2/24/2014, 12:40

    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.
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/24/2014, 14:20

    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. ._.
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: Html page with a button to post a new thread.

    Post by Pizza Boi 2/24/2014, 14:23

    Hi Very Happy

    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 Smile.

    Regards,
    Pizza Boi
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/24/2014, 15:26

    Pizza Boi wrote:Hi Very Happy

    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 Smile.

    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.
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 2/24/2014, 22:20

    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
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/26/2014, 15:21

    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 =)
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 2/26/2014, 16:46

    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.
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/26/2014, 17:03

    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.
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 2/26/2014, 18:01

    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.
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/27/2014, 06:59

    @ Angle: it's alright Wink
    @ 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 Very Happy
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/27/2014, 08:51

    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.
    Actually all I did was translating this:

    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. Sad
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: Html page with a button to post a new thread.

    Post by Pizza Boi 2/27/2014, 16:05

    Hi Very Happy

    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
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/27/2014, 16:24

    I am too lazy to translate Very Happy

    I think Sir. Mayo is doing it anyways!
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 2/27/2014, 17:56

    Let's not forget this's mainly my thread of asking help .. :l 
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/27/2014, 18:01

    Relax, was just joking :l
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 2/27/2014, 18:06

    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.
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/27/2014, 18:34

    I want it to be posted as a topic in a section.
    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 Smile
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 2/27/2014, 21:30

    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. Smile
    angel_of_night
    angel_of_night
    Forumember


    Female Posts : 565
    Reputation : 10
    Language : portuguese

    Solved Re: Html page with a button to post a new thread.

    Post by angel_of_night 2/28/2014, 07:56

    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 3/5/2014, 19:06

    Sir. Mayo... I'm still waiting :l
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Html page with a button to post a new thread.

    Post by Sir. Mayo 3/6/2014, 16:25

    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.
    RsS.YuGi
    RsS.YuGi
    Forumember


    Male Posts : 120
    Reputation : 4
    Language : English
    Location : Palestine

    Solved Re: Html page with a button to post a new thread.

    Post by RsS.YuGi 3/6/2014, 16:46

    '-'

    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.... >.>


      Current date/time is 9/23/2024, 14:27