problem for a form on creation of a new topic
4 posters
Page 1 of 1
problem for a form on creation of a new topic
https://help.forumotion.com/t131789-add-a-form-on-creation-of-a-new-topic
hello, you, I found
but do not work can you please help me?
hello, you, I found
but do not work can you please help me?
Re: problem for a form on creation of a new topic
hello
please explain us with more details what is the problem and if you can provide us with a screenshot
please explain us with more details what is the problem and if you can provide us with a screenshot
Re: problem for a form on creation of a new topic
i use this code in my forum and works ok
did you replace FORUM_ID with the ID of the forum you want this to work in ?
did you replace FORUM_ID with the ID of the forum you want this to work in ?
Re: problem for a form on creation of a new topic
did you check that all line breaks are written as \n ? otherwise you risk breaking the script
Re: problem for a form on creation of a new topic
- Code:
$(function() {
if (location.pathname == '/post' && location.search == '?f=1217&mode=newtopic') {
$('#text_editor_textarea').val('[b]Field 1[/b]:\nUsername[b]Field 2[/b]: Don\'t fill this field in\nΠροϊόν[b]Field 3[/b]:Παρατηρήσεις - σχόλια');
}
});
Re: problem for a form on creation of a new topic
The quote escape sequences should be used when writing double quotes inside double quotes and vice versa
Re: problem for a form on creation of a new topic
i dont know what fields you need to insert
just read the tutorial
just read the tutorial
Re: problem for a form on creation of a new topic
Username:
Προϊόν: πχ. VIP I ή αλλαγή ονόματος
Σχόλια παρατηρήσεις:πχ.ποιο θες να είναι το νέο σου όνομα κλπ (ανάλογα το πακέτο)
Εγκρίνετε/Απορρίπτεται (συμπληρώνετε από το προσωπικό)
Re: problem for a form on creation of a new topic
Have you tried the official Greek support forum? Maybe it would easier for you to get help in Greek.
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: problem for a form on creation of a new topic
I unfortunately ended the matter there for self only of you
Re: problem for a form on creation of a new topic
GAMSgr wrote:I unfortunately ended the matter there for self only of you
So, do you confirm that you will be receiving support for this issue from the Greek support?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum