![]() |
Quote:
Quote:
|
re: 4.1.4 incompatability:
I was hoping to install this today. Please let us know the timing of the fix. |
1 Attachment(s)
Attached version should work with vBulletin v4.1.4 (with the new vBulletin editor)
Installation
|
Thanks for the update!
Not working on my forum... |
Quote:
|
Quote:
First of all, thank you for jumping on this fix. I'm going to wait for someone to post a successful install before I attempt this. Mine will be a first-time install so I'd prefer it go in clean... :) |
Hi there. I have finally got round to making the change to launch the form for more locations and in my plugin I have the following context, but it doesn't launch the easy form - just the basic std post. Do I have the syntax wrong?
Many thanks. if (in_array($forumid, array(158,160,161,162,163,165,167,168,169,170,172, 174,175,177,179,181,61,182,183 ,184,186,188,190,191,193,56,194,195,197))) { header( 'Location:/listings/misc.php?do=form&fid=1' ) ; } btw, in the custom question on the form, I have the following (don't think it is related) You advised me on this to be able to order the forums in the drop down list the way I wanted. $newarray = array( 158 => $vbulletin->forumcache['158'], 160 => $vbulletin->forumcache['160'], 161 => $vbulletin->forumcache['161'], 162 => $vbulletin->forumcache['162'], 163 => $vbulletin->forumcache['163'], 165 => $vbulletin->forumcache['165'], 167 => $vbulletin->forumcache['167'], 168 => $vbulletin->forumcache['168'], 169 => $vbulletin->forumcache['169'], 170 => $vbulletin->forumcache['170'], 172 => $vbulletin->forumcache['172'], 174 => $vbulletin->forumcache['174'], 175 => $vbulletin->forumcache['175'], 177 => $vbulletin->forumcache['177'], 179 => $vbulletin->forumcache['179'], 181 => $vbulletin->forumcache['181'], 61 => $vbulletin->forumcache['61'], 182 => $vbulletin->forumcache['182'], 183 => $vbulletin->forumcache['183'], 184 => $vbulletin->forumcache['184'], 186 => $vbulletin->forumcache['186'], 188 => $vbulletin->forumcache['188'], 190 => $vbulletin->forumcache['190'], 191 => $vbulletin->forumcache['191'], 193 => $vbulletin->forumcache['193'], 56 => $vbulletin->forumcache['56'], 194 => $vbulletin->forumcache['194'], 195 => $vbulletin->forumcache['195'], 197 => $vbulletin->forumcache['197'], ); $answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">"; foreach ($newarray AS $forumid => $forum) { if ($qo['forumid']==$forumid) { $forum['selected'] = ' selected="selected"'; } $answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>"; } $answer .= "</select>"; |
Will this be fixed soon? As I need the form for a quiz very soon :(
|
Quote:
Quote:
What isn't working for you? Do you get an error message? What browser are you using? Which page is it? 'viewing form'? Tested on vbulletin v4.1.4 in Chrome browser and it's working for me |
Quote:
e.g. PHP Code:
|
1 Attachment(s)
Quote:
And no template edits. On chrome. Attachment 130181 |
1 Attachment(s)
vBulletin v4.1.4, try attached file for ckeditor
Let me know whether this version is working or not. |
Not working same result.
|
Quote:
same 4 me |
same on firefox
|
Feature request: Create thread in section based on answer
Descripton: In one forum, you have 5 sub-forums and 1 Form. In the form are several questions and one of them is radiobutton / dropdown select question. Based on the choice, a new thread is created in specific sub-forum. Example: Sub-Forums -> Blue -> Red -> Green -> Black Question: What color is your <whatever>: Answers: Black, Red, Green, Black <-- user choose "Black" in radiobutton question Result: New thread is created in sub-forum "Black" And something similiar for prefixes will be nice too. I mean .. "Set prefix based on answer". So for example: Question: What is the type of your report? Answers: Global bug, Missing "thing", Connection problem, Other <-- user choose "Connection problem" Result: New thread is created with prefix "Conenction" Ofcourse the prefixes will be based on already created and predefined prefixes in specific forum, so for each answer i can assign existing prefix. |
Quote:
|
Clean install also not working.
No errors. :confused: http://img41.imageshack.us/img41/230...0c6b311483.png |
Everything is good and works awesome, just one problem... no matter how i try i can't make it send a FORM result to e-mail. So if anyone can help or tell me how to do it i'll be thankful.
|
Quote:
:) |
BA,
I would appreciate your help... When I upgraded to 4.1.3 - my pluggins disappeared (the ones that I did to change the standard reply text to text of my choice). The other pluggin was to redirect the user to my form which would then be submitted a post in a specified thread. I have redone the "renaming of the reply tab text" pluggin and that works. BUT, the one that redirects the user to my form (before it submits as a post) is not working. I am now using vBSEO 3.6.0 too, and I have also tried this with the vBSEO off, but still no joy. Can you have a look at the code that I am using and possibly tell me where I have gone wrong please? I have the following: Code:
Product: Easy Forms Many Thanks, Welshy. PS: All the permissions appear to be set correctly. |
Quote:
|
Quote:
PHP Code:
PHP Code:
|
Why is the update not working for some of us?
There is no editor and i updated to the latest version. |
Quote:
I do have a question though. Is there a way to allow attachments when routing to a post, instead of just to a thread? And is there a way to include the attachments in PM and email routing? Thanks again. I'll be busy tonight adding forms to my forum! :) |
Quote:
|
Quote:
HTH, More testing later tonight... :) |
The ckeditor seems to work for some users but not others, I've not yet found source of error.
|
Loading a page with a form I get this on my error report
PHP Code:
I using v4.2.7 |
Hi there - hmmm. This doesn't still seem to work still.
I tried a new test form, linked to a forum and it doesn't seem to launch either. But then I played around with what plug ins I have for newthread_formstart (think this is what I should be using for this rather than newthreadstart?) I can launch the test form from the test forum if I have no other plugins using newthread_formstart but I have 4 (3 I need plus the test 1) as I have three different forms be launched from three different array sets of forums. Mark. Quote:
|
Quote:
|
2 bananalive: It is possible to add a way to "TAG" thread by choosed answer on question?
BTW: more feature req ;) |
4.1.4 - Installed update but the editor does not work on test.
|
How would I edit the title Forms in the Navbar? Also I would like to change the destination URL when the user clicks the Navbar link to the actual form and not the list of forms. Version 4.1.4
|
This is exactly what I need, thank you so much for making it so easy to install. I now see the Easy Form options in my user CP. However, I don't have a link in my forum quick links, and can not figure out where in the forum I can find the form editor. Where do I go, or what do I do next to start building a form? If this is a silly question or is already covered my apologies. I am a relative neophyte to vBulletin so please point me in the right direction if you can. Thanks a bunch.
:confused: |
Thank you bananalive for the multi select code.
|
Sorry for the double post.
Thank you very much Bananalive for the multi-select code! I found if I use more than one custom question with this code, the extra questions show up as double drop downs side by side instead of just one drop down each. PHP Code:
|
Installed Easy Forms in just ten minutes. Excellent user interface. This mod is truly outstanding.
Question: Is there a way to put a PAYPAL button at the end of the form? I have people renewing memberships via the form, and would like to let them pay immediately. Thanks to Bananalive for really great work. http://www.carforums.net/images/smilies/bananna3.gif |
Hi there Dom.
The refresh of what was the last post in a forum using a plugin seems to have stopped working probably due to another change I made using arrays to have the thread prefix working. The move itself to the correct forum is fine but not the forum details update - keen to have this working again. (think it is at the bottom of the code below) We added a plugin that moved the thread to the correct forum (newthread_post_complete) and it has the following: if ($fid == 1) { $forumid = $q['forumid']; $dataman =& datamanager_init('Thread', $vbulletin, ERRTYPE_ARRAY, 'threadpost'); $dataman->set_existing($threadinfo); $dataman->setr('forumid', $forumid); $dataman->pre_save(); if (count($dataman->errors) > 0) { foreach ($errors as $error) { $errorss .= $error. "<br />"; } $errormessage = "Form failed to submit. The following error(s) occured: <br /> ".$errorss; eval(standard_error($errormessage)); } else { $dataman->save(); $foruminfo = fetch_foruminfo($forumid); $threadinfo = fetch_threadinfo($newpost['threadid']); mark_thread_read($threadinfo, $foruminfo, $vbulletin->userinfo['userid'], TIMENOW); build_thread_counters($newpost['threadid']); build_forum_counters($forumid); } } I have pasted below the code for the custom question from the form that I think is related: $newarray = array( 158 => $vbulletin->forumcache['158'], 160 => $vbulletin->forumcache['160'], 161 => $vbulletin->forumcache['161'], 162 => $vbulletin->forumcache['162'], 163 => $vbulletin->forumcache['163'], 165 => $vbulletin->forumcache['165'], 167 => $vbulletin->forumcache['167'], 168 => $vbulletin->forumcache['168'], 169 => $vbulletin->forumcache['169'], 170 => $vbulletin->forumcache['170'], 172 => $vbulletin->forumcache['172'], 174 => $vbulletin->forumcache['174'], 175 => $vbulletin->forumcache['175'], 177 => $vbulletin->forumcache['177'], 179 => $vbulletin->forumcache['179'], 181 => $vbulletin->forumcache['181'], 61 => $vbulletin->forumcache['61'], 182 => $vbulletin->forumcache['182'], 183 => $vbulletin->forumcache['183'], 184 => $vbulletin->forumcache['184'], 186 => $vbulletin->forumcache['186'], 188 => $vbulletin->forumcache['188'], 190 => $vbulletin->forumcache['190'], 191 => $vbulletin->forumcache['191'], 193 => $vbulletin->forumcache['193'], 56 => $vbulletin->forumcache['56'], 194 => $vbulletin->forumcache['194'], 195 => $vbulletin->forumcache['195'], 197 => $vbulletin->forumcache['197'], ); $answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">"; foreach ($newarray AS $forumid => $forum) { if ($qo['forumid']==$forumid) { $forum['selected'] = ' selected="selected"'; } $answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>"; } $answer .= "</select>"; I have also pasted the code for the newthread_form_start - if (in_array($forumid, array(158,160,161,162,163,165,167,168,169,170,172, 174,175,177,179,181,61,182,183 ,184,186,188,190,191,193,56,194,195,197))) { header('Location: /listings/misc.php?do=form&fid=1'); } Can you advise please? Thank you Mark |
I installed this on 4.1.4, but my administrator account(s) receive the "No Permission" error when trying to view the forms listing. Any ideas?
|
All times are GMT. The time now is 11:01 PM. |
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:
|