Your own vBulletin.com's vb version Version 4.1.9 Beta 1 When accessing the PM pop up choosing "Ok" then "Cancel" to open on current page you get the message "You have followed an invalid link, please contact administrator", this happens every tim ...
| 
This phrase also doesn't have any profile customization class. To fix this issue in "memberinfo_block_friends" template add this class: Find: ...
In the print_table_footer, you have this code:: if ($tableadded) { echo ...
In memberaction_dropdown the "view articles" url <a href="{vb:raw vboptions.vbcms_url}{vb: ...
Unnecessary "?order=desc" appears in forum page links. Reproduction: 1) Open https: ...
With vBulletin considering (if not already) dropping support for IE6, it should be able to stay compatible with it through other channels to stay ahead in this competitive market. Truth is, not every user can upgrade from IE6, mostly not by the ...
If you have the "Forum Password" enabled for a specific forum, the password prompt form has a black border that is inconsistent with the regular styling. ...
Not a biggie but $profilefields_result = $this->registry->db->query_read_slave(" SELECT pf. ...
| 
adding pre-defined images for forumhome status icons make the 'double click to mark forums read' not work. ACP > Forum Manager > Edit Forum > Style Options > Prefix for Forum Status Images ...
This is probably a duplicate of something, but I'll submit it anyway. Type: two words. Select the space between the two words (not the word "two" ) and apply any formatting to it, such as bold. ...
Embedding facebook video does not work anymore. Here is a video url: http://www.facebook.com/photo.php?v=2610613668501 ...
When you click "Reply with Quote," the cursor does not appear in the QuickReply box. If you start typing, your text is not recorded; you must click to place your cursor where you want it within the QuickReply box before you begin to type. This ...
The iOS autocorrect features are not working properly in mobile style textboxes. The first letter of a sentence is automatically capitalized, but autocorrect spelling suggestions are not given, "i" is not capitalized to "I", and "iphone" is not correct ...
After the user posts a reply to a thread using the mobile style, the page scrolls all the way to the top. It should instead stay where the user's new post is, to be consistent with the non-mobile web interface and the cancel button on the mobile style ...
When viewing the thread list, the little bubble containing the number of posts in each thread overlaps longer thread titles. See example screenshot from vbulletin.com. ...
Some thread titles are cut off in mobile style. In the attached screenshot from vbulletin.com, look at the word "against" in "Internet Brands claims against Xenforo". ...
The following stylevars are referenced in some CSS template, but aren't apparently actually used visually anywhere. attachment_blockquote_caption_color calendar_th_blocksubhead_border restore_font_size selected_border (used in ba ...
A few stylevars have names that may be misleading on their actual use, so it would be better to rename them and update all template references to the new name. bodyheader_margin -> header_margin (seems just a "typo") forum_m ...
1.Load the browser with the URL:http://stg-vb1.internetbrands.com/vb419rc17c/ ...
In the template listing for each style, you have the button "Revert". It could help developers to name this button "Delete" (and the confirmation message too) to avoid them to do bad actions. ...