![]() |
The Author would have to custom that for you as there isn't that option to send it to whichever thread the user of the form chooses, unless you can use stuff like you can in the title like this:
Check the checkbox for which thread to post to and then put {q_1} so question one on your form would be a textbox for a thread id, this is only a guess, give it a go, if not you'll have to wait for the author to answer :) |
i tried, it doesn't work(
|
This is a really great mod! Thank you for this!
|
I'm trying to change the New Thread icon/button code to go directly to a specific form. I found a prior post here: Post 459 telling what to do, but I'm not sure "where" to do it.
Can anyone expound on exactly what form and how, where it needs to be altered? I understand the code, just not where to put it. Much thanks for any help. |
Take a lookat Bananalive's post below it https://vborg.vbsupport.ru/showpost....&postcount=461 with this go to Admincp>Plugins & Products>Add new plugin
Product: leave this alone Hook location: newthread_start Title: Form Button Excecution Order: leave this alone Plugin code: add the below changing the forum id's to that of the ones you want to control. HTML Code:
if (in_array($forumid, array(1,2,3))) { |
How can i insert my Forum Prefix`s in this Mod and a field for Images ??
|
Thanks much to Simon Lloyd. That clarification was just what I needed!
|
I have what is probably a very simple question for anyone with PHP experience... (which I unfortunately do not).
In the Form Hook: Form Start: field, I currently have the following code which requires users to have a post count of at least 30 to use the form: Code:
if($vbulletin->userinfo['posts'] < 30) I found the following code, but am not sure how to properly add it to what I have currently: Code:
$vbulletin->userinfo['joindate'] < TIMENOW - (86400 * 30) Thanks in advance for the help! |
Try this
PHP Code:
|
Thank you sir! That appears to work with some basic testing. Very much appreciated.
For the record, this is the final code I used, changing the error message to be more approprate: PHP Code:
|
Quote:
PHP Code:
|
Hi, how can i chose the ID of the thread maker for a submitted form? it seems it's always choosing the admin and posting a thread, just so happens I'm the admin who posted a test and it looked ok, but i wanted my forum bot to make the post, i inserted the bot ID and yet although it takes that information it just appends a a comma and my admin ID in the edit section, how can i get past this?
|
Code:
if($vbulletin->userinfo['posts'] < 30 AND $vbulletin->userinfo['joindate'] < TIMENOW - (86400 * 30)) but it works not in 3.7 :(:( |
No Idea??
|
I'm using the first three fields of a form to use as the new thread title. It's critical that the new title display all capital letters. Can some one explain the best way to force uppercase/caps for a given set of questions or field?
Using the 'description' to request the user input only caps is often ignored. |
I've been using the mod New Thread Notification for quite a while, but the instant email alerts have stopped sending with the installation and activation of Easy Forms in the forums that use a form to start a new thread.
I've tried adjusting the execution order around with both of them to no avail. Has anyone else seen this? Thanks in advance for any ideas or solutions. |
maybe one of them is rewriting the hook thats used
|
I expect you're right, or by-passing one? Reviewing the plugin hooks, they don't appear to have any shared hook locations.
|
I've installed this mod but can't find anywhere to create the form?? Or any clues from endless amounts of posts I have looked through. I just want to put a small "Send your name and address for tickets" form on a an events page in the cms. ??
|
Quote:
Once you get to the form page the link to create new forms is dead center of page. http://yoursitecom/forum/misc.php?do=forms |
Quote:
I found I am having an issue with some users being able to post even though they do not have both requirements: at least 30 posts and have been a member for 30 days. After reviewing the code, it appears that it is currently presented as: "If you have less than 30 posts AND have been a member for less than 30 days, you receive an error message." What I would like it to be is: "If you have less than 30 posts OR have been a member for less than 30 days, you receive an error message." This will require that users meet both a minimum post requirement and join date requirement, not that they only have to meet one or the other. To accomplish this, can I simply change the "AND" to "OR" in my current code, copied below? PHP Code:
|
What happened to the developers web site that had sample forms on it?:(
|
Did anyone fix the re-direct issue with vbseo on editing a form's options and saving?
The url is going to index.php#misc after I click "Save Changes." Example: The checkboxes, such as "Save to database" don't have a check mark when I marked it so before clicking "Save Changes" and being redirected to #misc. |
resolved manually.
"Save to Database" mysql> update vb3_forms set action=5; Code:
|
I know thread prefix support is already available, but i dont want the form to be locked to one prefix, i want users to be able to choose the prefix. How could i do this?
|
How do you allow users to edit their submission without letting them see and edit everyone's submission?
|
Read up to page 50 so far ..still reading but not found any one with the same query/mod.
I would like it to post as a new thread in my mgc chatbox notification window as it use to do when I used the standard thread in that forum now im using the form there by default it does not show. I'm guessing I need to change the code in Newthread_form_complete in the mgc chatbox product to look for forms created as well? I think it just looks for this at the moment $vbulletin->db->query_write Can some one help or at least tell me if i'm on the right track. Great mod by the way, and amazing support I have seen reading this far, off to read some more because I'll learn more :) Update read every page and although I see the same old questions being raised, mine never has been it a new question! shame it took me to long to find this mod and it's not supported any more! Ill try posting in the new version. |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=963 |
Hello,
How can I prevent my users to submit the form more than once? |
Quote:
|
Is there a way to add a search function to the Form Results Table?
|
Quote:
Quote:
However, when I click submit, Easy Forms does not recognize that any prefix was chosen. ie. if the custom coded prefix question is made "compulsory" it always throws the error of : "The form did not submit as the following questions are unanswered: " Anyone have the prefix option for posting to a new thread working? on vb3.8.6 |
Quote:
"Error, this form needs a username." Any idea how to fix this so that the system recognizes characters? |
I just installed this great product, and I have a Q, How I can add a forum drop-down list as an answer for multi-choice drop-down type? I just want it to know the favorites forums to my users.
|
When adding new question select "Dropdown Select"....:p
|
Thanks blind-eddie but how I can get the forums list automatically?
|
As I said before I want to make multi selection from that drop-down list.
|
You mean a drop down with dropdowns at each forum name to show sub-forums and to be added automatically?
I can't see that happening with this modification. You would have to add each forum name you want added to the drop down selection. If you want multiple dropdowns within that drop down you will have to hard code it to get that to work. Good Luck.... |
Yes I mean that and I know it is not built in in the hack :)
BTW I'm looking for a way to add drop-down list with multi-selection not only one selection at time. Thanks in advance. |
I have some user groups in my forum that all posts of them goes to moderation queue, so how I can make threads created by forms goes to moderation queue if the user behind one of that user groups??? (the are primary groups and some user effected by some groups because of infraction system).
|
All times are GMT. The time now is 07:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|