Posting a new topic with the use a form
5 posters
Page 1 of 1
Posting a new topic with the use a form
Technical Details
Forum version : #Invision
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem :
Who the problem concerns : Yourself
Forum link : http://forums.mo-rpg.com
Description of problem
Good day, I just wanna ask if it is possible to post a new topic/thread with a use of FORM, (the screenshot explain it well) ... and if it is possible, any tutorial on how to do this thing?thanks and best regards,
Babybok
Last edited by Babybok on November 28th 2015, 3:42 am; edited 1 time in total
Re: Posting a new topic with the use a form
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Posting a new topic with the use a form
Good day, SLR Gray.. I mean, I want a form that have a direct link. that exactly in the screenshot that I've posted. Is that possible?
Re: Posting a new topic with the use a form
Hello,
Should be possible to do using an html page, but it will need to be coded you and may not turn out preciselly how you want. Personally, in my opinion, I don't think that fancy form is nessecary. You can create a makeshift form by making us of the code tags.
Example:
-Brandon
Should be possible to do using an html page, but it will need to be coded you and may not turn out preciselly how you want. Personally, in my opinion, I don't think that fancy form is nessecary. You can create a makeshift form by making us of the code tags.
Example:
- Code:
[b]First name:[/b]
[b]Middle name (if applicable):[/b]
[b]Surename:[/b]
[b]Previously known by:[/b]
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Posting a new topic with the use a form
brandon_g wrote:Hello,
Should be possible to do using an html page, but it will need to be coded you and may not turn out preciselly how you want. Personally, in my opinion, I don't think that fancy form is nessecary. You can create a makeshift form by making us of the code tags.
Example:thats just my thoughts though .
- Code:
[b]First name:[/b]
[b]Middle name (if applicable):[/b]
[b]Surename:[/b]
[b]Previously known by:[/b]
-Brandon
Hello, Sir... yeap, It need to be coded... but I don't know how, I just need a reference so I myself, would explore that code to be edited...
Re: Posting a new topic with the use a form
I would be interested in this too (phpbb3). After clicking on "New topic" the users will be redirected to a form as in the example in start post.
I saw something similar in this support forum. A user asked for a html page like that: https://help.forumotion.com/h9-
and after submitting, a new topic will be created.
@Ange Tuteur tried to help by giving examples for js and html codes and mentioned, to do this you have to have a little bit knowledge in coding. And that was my problem why I didn't make something like that. Also, by submitting, I don't want to have the fill words in the topic (in the example from the start posts the fill words I mean would be "First name:", "gender:" and so on). I have a very old form, but there appear the fill words. Also I don't know how to add the form to "New topic".
Maybe Ange could give an example for a form which appears after clicking on "New topic" in chosen forums.
I saw something similar in this support forum. A user asked for a html page like that: https://help.forumotion.com/h9-
and after submitting, a new topic will be created.
@Ange Tuteur tried to help by giving examples for js and html codes and mentioned, to do this you have to have a little bit knowledge in coding. And that was my problem why I didn't make something like that. Also, by submitting, I don't want to have the fill words in the topic (in the example from the start posts the fill words I mean would be "First name:", "gender:" and so on). I have a very old form, but there appear the fill words. Also I don't know how to add the form to "New topic".
Maybe Ange could give an example for a form which appears after clicking on "New topic" in chosen forums.
Re: Posting a new topic with the use a form
Hi there,
In the Portuguese Support Forum, we have a form generator - very simple and intuitive to use. You just need to drag the boxes to it's places and all the coding is done.
The link for it: http://ajuda.forumeiros.com/h15-
It's in Portuguese, but here's a quick step by step:
- To add the fields to the form, just click and drag them to the main area.
- To remove a field, just click twice on the name of it. A box should appear to confirm if you want to delete it or not.
- Click once on the name of the field to edit it.
- To change the order of appearance, just drag them up and down.
About the boxes:
1- Text box
2- Color
3- Date
4- Number
5- Selector
6- List
7- Long text
8- List of choices (just 1)
9 - List of multiple choices
10 - Free text with different sizes that you can add to your form.
The boxes also can be edited. For instance, if you want to limit the amount of characters that can be entered on a text box. To do that, find: "Propriedades do campo". These values will change depending on which field you have selected. (to do that, click once in the field and it'll automatically change. Some of them can't be edited like "color" or "date"). On the Text Box you can also mark it Mandatory Yes or No (Necessário Sim ou Não).
Whenever you are done with this first part, you can move to the second tab "Configurar o Formulário" which is "Configure the form". So, here's where the magic is done.
First, select on the "Tipo de formulário" if you want it to Create a New topic (Criar um novo tópico) or to Reply one that already exists "Responder a um tópico já existente".
Now, move to "Opções gerais" where you'll need to write:
1- A title
2- Description of the topic (if such option is activated on your forum)
3- The ID of the forum it'll be posted.
For example, the forum ID of Rules (https://help.forumotion.com/f10-rules-important-points) = 10.
Announcements and updates (https://help.forumotion.com/f1-)
Now, in order to finish the form, you'll need to learn about this box:
It basically contains the name of all your fields from the previous step and a "tag" like: {field0} {field1} and etc.
(Important: You can also use these for the title of the topic and description)
So, when you get to the "Corpo da Mensagem" you'll basically set up the message that is going to be posted. Let's assume that you'll use something like brandon_g suggested:
To make it happen, you just need to add the field from the previous step as an answer to it:
You can also just put something like this:
Now, go to the "Instalar Formulário" tab. You'll automatically get the HTML code that you need (you just need to add it to a new HTML page). Save the URL of this HTML page since you'll need it for the last step.
Now, you just need to create a JS (effect -> all pages).
ID_FORUM: Replace it for the same number that you've done on the previous tab (https://help.forumotion.com/f10-rules-important-points) = 10.
LINK: The HTML page link.
And it's done.
Google translator doesn't work pretty well in there. =S If you need any help, just let me know.
Important: Go to your Admin CP >> General >> Forum >> Security >> Unauthorize unofficial forms to post messages and private messages on the forum >> No
Regards.
In the Portuguese Support Forum, we have a form generator - very simple and intuitive to use. You just need to drag the boxes to it's places and all the coding is done.
The link for it: http://ajuda.forumeiros.com/h15-
It's in Portuguese, but here's a quick step by step:
- To add the fields to the form, just click and drag them to the main area.
- To remove a field, just click twice on the name of it. A box should appear to confirm if you want to delete it or not.
- Click once on the name of the field to edit it.
- To change the order of appearance, just drag them up and down.
About the boxes:
1- Text box
2- Color
3- Date
4- Number
5- Selector
6- List
7- Long text
8- List of choices (just 1)
9 - List of multiple choices
10 - Free text with different sizes that you can add to your form.
The boxes also can be edited. For instance, if you want to limit the amount of characters that can be entered on a text box. To do that, find: "Propriedades do campo". These values will change depending on which field you have selected. (to do that, click once in the field and it'll automatically change. Some of them can't be edited like "color" or "date"). On the Text Box you can also mark it Mandatory Yes or No (Necessário Sim ou Não).
Whenever you are done with this first part, you can move to the second tab "Configurar o Formulário" which is "Configure the form". So, here's where the magic is done.
First, select on the "Tipo de formulário" if you want it to Create a New topic (Criar um novo tópico) or to Reply one that already exists "Responder a um tópico já existente".
Now, move to "Opções gerais" where you'll need to write:
1- A title
2- Description of the topic (if such option is activated on your forum)
3- The ID of the forum it'll be posted.
For example, the forum ID of Rules (https://help.forumotion.com/f10-rules-important-points) = 10.
Announcements and updates (https://help.forumotion.com/f1-)
Now, in order to finish the form, you'll need to learn about this box:
It basically contains the name of all your fields from the previous step and a "tag" like: {field0} {field1} and etc.
(Important: You can also use these for the title of the topic and description)
So, when you get to the "Corpo da Mensagem" you'll basically set up the message that is going to be posted. Let's assume that you'll use something like brandon_g suggested:
First name:
Middle name (if applicable):
Surename:
Previously known by:
To make it happen, you just need to add the field from the previous step as an answer to it:
First name: {field0}
Middle name (if applicable): {field1}
Surename: {field2}
Previously known by: {field6}
You can also just put something like this:
- Code:
{field0} {field1} [center]{field2}[/center]
Now, go to the "Instalar Formulário" tab. You'll automatically get the HTML code that you need (you just need to add it to a new HTML page). Save the URL of this HTML page since you'll need it for the last step.
Now, you just need to create a JS (effect -> all pages).
jQuery(document).ready(function() { jQuery('a[href^="/post?f=ID_FORUM&mode=newtopic"]').attr('href', 'LINK'); });
ID_FORUM: Replace it for the same number that you've done on the previous tab (https://help.forumotion.com/f10-rules-important-points) = 10.
LINK: The HTML page link.
And it's done.
Google translator doesn't work pretty well in there. =S If you need any help, just let me know.
Important: Go to your Admin CP >> General >> Forum >> Security >> Unauthorize unofficial forms to post messages and private messages on the forum >> No
Regards.
Re: Posting a new topic with the use a form
Great form generator! Too bad there is no one in english.
Very complicated for non-portuguese though Ace posted a little tut.
Very complicated for non-portuguese though Ace posted a little tut.
Re: Posting a new topic with the use a form
darki wrote:Great form generator! Too bad there is no one in english.
Very complicated for non-portuguese though Ace posted a little tut.
Yes. It's a bit tricky. You can, of course, copy and paste the instructions into Google Translator. Once you've done it, it'll be easy to do other forms.
Re: Posting a new topic with the use a form
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum