please - help !!! We've been through this many times And no one addresses this serious problem the problem is when using RTL with users that registerd with english names. see in the attachmet - where is the place of the names ...
The file ./install/tableprefix.php is using reference to vB 3 in the title of the page. Ps: don't remove this file - I just used it and works with 4.1 ...
If you are using the command line to upgrade, the version number is correctly defined in the setting table but not updated in datastore. The version number displayed in the bottom of front end is the old version number. You need to go to the un ...
The stylevar 'selected_border' is wrong. This is used only to customize the blog as border. But the stylevar is defined as a background datatype. Fix: Change stylevar type to Border (better). If this option is selected, change {v ...
I want to suggest a feature for the install/upgrade system. Im currently owner of the vbulletin suite product but I currently not using blog and cms, so I don't want to install those features. I suggest add two checkbox in the installation menu, so you ...
Database error in vBulletin 4.1.0 Invalid SQL: INSERT INTO myprefix_setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product) VALUES ( 'socnet', 'user', '1', ' ...
A really important feature must be included in vb 4.1 : "self delete" --> Users can self delete their account. In a lot of countries of Europe, we must delete account when a member ask to do it... I have more than 1000 delete ac ...
The code in vB_Template::assert_register_hook() sets the hook code once, and then clears it, making the plugin only usable the first time a variable is registered to the first template. The code for the method should actually be: ...
Upgrading from 4.0.8, the system upgrade well to 4.1.0 beta 1 The problem start when is trying to upgrade to 4.1.0 or 4.1.1 Im not really sure. Database error in vBulletin 4.1.0 Beta 1 Invalid SQL: REPLACE INTO tableprefix_setting (var ...
In the template 'member.css', you have this code: .profile_content .friends_list li { border-bottom: 0px 0px {vb:stylevar profile_con ...
| 
Copy & Paste error in /install/upgrade_language_en.xml: <phrase name="product_x_installed_no_overwrite" ...
Download Russian Firefox version (http://www.mozilla.com/en-US/firefox/all.html ...
| 
1) Set up two different forums, make some posts in both of them. 2) Create a moderator account and give him moderator permissions only for one of the two created forums. 3) Log in with that moderator account. 4) Perform a search of posts ...
vb/view/page $home_url = vB::$vbulletin->options['site_tab_url'] . (stripos('?', vB::$vbulletin->options['site_tab_url']) === ...
Hello there please look on this thread http://www.vbulletin.com/forum/showthread.php?367928-some-code-problem ...
| 
On forum home > whats going on > statistics: vbulletin shows various statistics for members, threads, blogs, etc. But doesn't show Social Group statistics, banned member count, Attachment statistics. It would be very useful to have ...
The member list is only useful for members to contact other members. But its also a useful tool for spammers to find profiles of others. It is currently not possible to restrict memberlist viewing to certain usergroups. You can only turn it on or off. ...
Currently there is a very limited functionality to manage tags. By nature the number of tags accumulate to vast numbers. The current tag manager is not fit to manage that. For example: I have 29.000 tags in the system and this number is r ...
It would be very useful to be able to show certain widgets in specified (sub)forums only. This can be done by adding a forumID field to forum sidebar widgets. This would make it possible to show widgets relating to the subforum topic. For example: ...
Recent changes to the template code resulted in the template_register_var only being called on the first call to variable registration function. This is due to a flaw in the caching logic that causes the hook code to be set to false on the second and ...