![]() |
Hi,
Loaded upload and ran, imported the xml file, and got the easy forms in the options. Changed as said to do.. ... No add form button in quick links or navbar??? --- how do a create a form? |
Anyone know what I did wrong?
uploaded files wrong? Just want to do a simple form Judy of it is I don't think it installed right. Put the contents of upload folder into Forum .... some went into client script and includes Then loaded xml file |
Ok Sorta got it to work....
I have a form and it connects with a button i made but you have to log in again it drops the cookie. In the cpannel you cannot make the links for the forum button or in quick links Any ideas? |
Quote:
From there (/forms.php) you click "add / edit" etc |
Awesome modification..
Never expected vbulletin can do this kind of stuff, gives me more ideas. Thanks.. trying this code on few sites now.. |
Quote:
When a user click on the form button he has to log in again. For some reason it drops the cookie. In the Cpannel it would not let me make the button or quck link but i was able to link it up mys elf. Any ideas :confused: |
Quote:
https://vborg.vbsupport.ru/showpost....postcount=1949 Maybe this could help you :) |
Quote:
|
Quote:
|
Quote:
Hmmm ok I'll check to see if that is possible or not. Thanks for the info. |
Looking to create a form that would allow specific Usergroups the ability to pull a member list for their state that included User Name, first & last name, email, join date, etc. Could this be done within the Form Hooks somehow and then output?
vBulletin 4.2.1 Easy Forms 4.3.0 Any thoughts would be appreciated. Thanks |
Im running VB 4.2.2 and just installed Easy Forms 4.3.0
I have triple checked that all files have been uploaded to the correct directories. Have set all the options in my adminCP and have the following problems. 1. No navbar or quick links links appear. 2. If i fill in a test form via the direct url and submit the form only the text in the "Custom Form Output" is posted in a new thread. Any clues please ??? Cheers :) |
Quote:
if (($candeleteformresult && !is_member_of($vbulletin->userinfo, $candeleteformresult)) AND (!$canmanageownformresults OR $vbulletin->userinfo['userid'])) The very last part of that line should read, "OR !$vbulletin->userinfo['userid']))" (without the quotes). Note the addition of the exclamation mark. That's the only change. Quote:
|
I now upgraded to vBulletin 4.2.3 and it requires PHP 5.4, but this mod has compatibility issues with PHP 5.4. When I try to submit a form, I get the following message:
Quote:
|
blind-eddie found out, that there's a problem with special characters in thread titles under vB 4.2.3 and PHP 5.4. German umlauts like ?, ? and ? cause the following error message when trying to submit the form:
Quote:
|
nvm found the solution, user error, thanks for the work
|
Hi support,
Also on my forum since I upgraded to vb 4.2.3 which requires minimum PHP 5.4, I have problems to publish the form (error: message too short), while filling in all fields correctly. is an incompatibility with PHP 5.4, with version 5.3 everything works but I would have to remain in place on vb 4.2.2 Solutions? Thanks for your help |
no one knows how to solve this problem (error: message too short) ?
|
Quote:
|
I apologize if this has been asked & answered already, but with over 100 pages it is difficult to search them all.
On the View Form Results Table page, can the headers query be removed? How can I add a Date/Time field? |
Quote:
the minimun characters is OK in all fields BUT I get the error when compiling some fields using accented letters or symbols (?, $, etc) vBulletin Message Form failed to submit. The following error(s) occured: Full is the subject field that the message field. The message you entered is too short. Lengthen your message to at least 4 characters. I filled in all fields, including the word (in Italian): perch? writing perche' (instead of perch?) the post is published without problems |
Quick question. What is the proper format for sending email to two email addresses, or is it possible? I've tried separating them with a comma and a space. With a comma it got sent to the second email address only. With a space neither worked.
Apologies in advance if the question has been asked before; I did a search but didn't find an answer or missed it. Thanks. Scott |
Quote:
If its not asking too much, can you help me with code I can use? to check date submitted is at least 2 weeks in advance from todays date Thank you much. Chris. |
Quote:
I also use this function, a comma is all that's needed between addresses |
Quote:
OK got this code and an error displays if less than 2 weeks date selected, Question: How do I display text on the output instead of preventing the form from being submitted when less than 2 weeks? PHP Code:
|
I have a question. I have used this mod for quite some time on a site and we've had a form intact and it works just fine, but recently I was asked to change the options where the user who submitted the form can change the information submitted in the form they submitted by using the edit button in the thread the form started. I found this option: "Users Can Manage their own Form Results - All registered users can view/edit/delete their own form results saved to database." and I have ticked it to "Yes", but for those who have already submitted the form they still cannot edit the thread/post it made. I've tried to "Rebuild Thread Information" from the update area in the AdminCP but that did not seem to make it where the old thread can be edited by the person who submitted them. Am I just doomed to have Admins be PM'ed for changes here lol?
|
Check the forum permissions of the forum the form is being submitted to make sure the usergroups can edit post.:up:
|
Quote:
|
Odd..
|
Yeah pretty weird. I have no idea. I'm guessing that I'll just have to tell them to have members send a PM when they need changes to the old threads.
|
Another question...How do i make a form highlight to a tab in the built in navigation other than the Forums tab?
EDIT: I have solved this myself with the following plugin code for those who might want to do this in the future. :) PHP Code:
|
vb5 maybe almost ready...would love to see something like this for that
|
Quote:
|
I want to make a start of day checklist, that must be completed before user can view forum
Basically unless each answer equals "Yes" user will be banned status not able to proceed, Once all questions "Yes" banned would be removed. Can someone direct me to the hooks I would use? |
I've scanned through the message history but haven't been able to find any hints for this:
Is it possible to pre-populate the selected value of a dropdown or date using the hooks? |
Out of nowhere, I've recently had a form that started giving the following error:
Form failed to submit. The following error(s) occured: Please complete both the subject and message fields. More specifics about behavior: * I'm running 4.2.3 patch 1, php5.4, and the current version of Easy Forms * If I fill out a form entirely with the word "test" it succeeds; if I use huge blocks of Lorem Ipsum it's fine; if I use "real" content (which is not in any way weird, but is pasted from google docs and potentially carrying formatting tags?) I get the error. * There is no conflict in {q_*} tags between different forms, unless something has gotten scrambled on the back end and reassigned numbers around. * This just started happening in the last week when my webhost depricated php5.3 and pushed us to 5.4. Update: It chokes on copied characters from text editors such as fancy "smart quotes" or a condensed ellipses. It used to handle these gracefully but no longer! |
1 Attachment(s)
Quote:
|
Quote:
PHP Code:
|
Quote:
I've just encountered the same problem when special characters are used for quotes. Note: I attempted to drop in the same updated code with my existing form and it resulted in a database error. |
Hi, great mod! Is there a way to make compatible with mobile style?
|
All times are GMT. The time now is 07:03 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:
|