![]() |
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:
|
All times are GMT. The time now is 04:35 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:
|