The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Destination Forum Problem After 4.2.1 Update
Hi, I've got some errors after upgrade 4.2.0. to 4.2.1.
Destination forum list is doesn't seem on inlinemod.php when I want to move threads or merge threads. Example: I click select button but forum list is doesn't seem. |
#2
|
|||
|
|||
Fix to this is here:
http://tracker.vbulletin.com/browse/VBIV-15736 |
#3
|
|||
|
|||
Does this fix also work for 4.2.2? I seem to be experiencing the same issue after a recent upgrade.
|
#4
|
||||
|
||||
Appears it would still be valid, yes.
|
#5
|
|||
|
|||
When I click on that link even after logging in i'm not able to see anything. Is this information available elsewhere?
|
#6
|
||||
|
||||
You need to log into the vbulletin.com community forum before clicking on the link- but here is the fix for those looking-
As copied from the bug report- If you are having this issue, here is how you can fix it: Go to admincp > Styles & Templates > Style manager > Edit templates Edit the template named: option replace everything in there with: Code:
<vb:if condition="isset($optiontitle) AND !empty($optiontitle) AND isset($optionvalue)"> <option value="{vb:raw optionvalue}" class="{vb:raw optionclass}" {vb:raw optionselected}>{vb:raw optiontitle}</option> <vb:else /> <vb:each from="options" key="forumid" value="option"> <option value="{vb:raw option.optionvalue}" class="{vb:raw option.optionclass}" {vb:raw option.optionselected}>{vb:raw option.optiontitle}</option> </vb:each> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|