| 
Mobile style looks ugly on small screens. See screenshots. For example in forum view number of answers could be moved to the right to free space for thread names. It is very hard to scroll window ...
Please add a seachdisplay_query hook. This would be exactly the same as the forumdisplay_query hook we currently have currently but would be used for changing the query results in What's New query. The variable name should be $hook_query_where just lik ...
| 
How to reproduce: Create a thread with 1 reply. Click on 'Promote as article' on the first post Select these options: Keep Original Thread set to No Move to Comments Foru ...
While working on widgets, its very hard to track which cache entries relate to which widget, to make it easier I updated all the keys to identify which widget creates them. This has no effect on functionality, just makes tracking them easier. This issu ...
problem when creating a new style. the css link is going to href="clientscript/vbulletin_css/style00024r/main-rollup.css?d=1328817354" but there is no style00024r in the vbulletin_css folder. there is style00002r... th ...
vBBlog_TaggableContent_BlogEntry::is_cloud_cachable is being called by prepare_tagcloud BUT it won't work because $vbulletin isn't in the scope (like in many many other of your methods...) return $vbulletin->options ...
I was testing a vB 3.8.7 + MAPI upgarde to 4.1.11 Alpha 1, and on Status: Processing 4.1.10 Alpha 1, Step 3 of 4 I got this DB error. Refreshing the page and trying again shows the same error. (The other upgrades I tried so far were from 4.1.10 final o ...
Line 269: 'displayorder' => TYPE_UNIT should be TYPE_UINT ...
If using the mobile style, when viewing a thread posts won't be displayed. Probably this is happening for the same reason of VBIV-14270. ...
| 
Steps to Reproduce 1) Import premium core, premium blog and premium CMS. This sets the Master Mobile Style Type setting to 7. 2) Run the upgrade script. 3) Once done, go to admin CP and look at the template list of master mobile s ...
file functions_facebook.php line 262 $userdata->set_usertitle('', false, $vbulletin->usergroupcache["$newusergroupid"], false, false); you've copied the code from register.php, b ...
| 
Steps to Reproduce 1) Create a new CMS content. 2) In the Publishing Options, set Display Publish Date to No and Display Updated Date to Yes. 3) Save it. 4) Look at the section page. Observed Result The Up ...
The Permission Preview setting is no longer available in the Publishing Options -> Display Settings area. ...
Two javascript files are included in the template "socialgroups_picture": <script type="text/javascript" src="clientscript/editor.js?v={vb:raw vboptions.simpleversion}"></script> <script type="text/javascript" src="clientscr ...
When you start the upgrade process via CLI from 4.1.10 to 4.1.11 RC16, at step 17 about Blog and step 24 about CMS, the upgrader fails with this message: ...
Initialization request GET /api.php?api_m=api_init&clientname=restClient&clientversion=1.0&platformname=ruby&platformversion=1.9.2&uniqueid=1234 HTTP/1.1 Accept: / User-Agent: Ruby Host: vbulletin.n ...
The Master Mobile Style Type setting in the Version Info and Other Untouchables is missing the admin help. ...
It would be good if optionally users could select the postbit format. Currently vBulletin only has this as a site wide option. I have made some changes via a plugin + a user profile question to allow my users to select the format they want ...
The mobile styles in the CMS are apparently not working since the master mobile style changes. Any CMS page displays only the header, notices and footer, i.e. no specific CMS item. ...
Steps to Reproduce 1) Create some styles in admin CP, some of them should childs of others, and with different Display Order numbers. 2) Go to the CMS. 3) Click the pencil icon to edit a section. 4) Observe the Style menu. ...