file adminfunctions_navpanel line 224 & 230 search for $localphrase and replace with $vbphrase and btw check the last line: echo $controls . $_NAV . $_controls; there's no $_controls variable ...
I'm defining a new stylevardfn using the datamanager like this: $svinstance = datamanager_init('StyleVarDefn', $vbulletin, ERRTYPE_CP, 'stylevar'); $svinstance->set('stylevarid', 'my_product_background'); $svinstance->set('style ...
Text overlapping in showgroups.php (Show Groups / Forum Leaders) with Internet Explorer 8: (you need the "real" IE8, ...
The Hulu BBCode does not work in later versions of vBulletin. When using the video bbcode, it simply provides a link. Please see this thread: ...
Post a message with, for example, this content: lorem [list][*]ipsum [*]dolor[/list] sit Observed Result ...
Scope of this task: Verify that any master style template and master language phrase that is added or edited also has the correct version number. This is needed to ensure a correct functioning of the Find Updated Templates and Find Updated Phrases feat ...
There are no Facebook botton! ...
VIDEO tag didn't recognize youtube videos without http letters: here is an example youtube url inside video tag: www.youtube.com/watch?v=IgLcQmlN2Xg test: ...
We will no longer require a Mobile Suite license in order for access to the Premium Mobile Style. The Premium Mobile Style will be merged into 4.1.11 as part of the standard Mobile Style and available to all customers with current vB4 licenses. ...
For this code: public function getCollectableKey($collectionclass, $contenttypeid, $contentid) { ...
| 
Currently if an attached image bbcode is copied to a post or quoted, it is only shown as a link. I would like to see an Admin CP function that allows admins to have an option to have these attached inline images be shown as full size images in any post ...
| 
The recent post widget (vbcms_searchresult_post) doesn't show the post title in some cases. Maybe it's because I have enabled "Automatically Quote Post / Thread Title"? ...
Wouldn't it be better to make as first a confirm page for this and to clear the cache via an post request? I know, it's not realyl a problem if somebody links a "img" to this because nobody (should/will) have a valid admin session, but if ther ...
When You execute the templatestofiles.php script through console You get the following error: PHP Fatal error: Call to a member funct ...
All is in file ./vb/collection.php. Function applyLoad() : $record = $this-&g ...
Deleted users are grouped in one row under the username, who wrote the most posts of the deleted users. Possible Fix: misc.php Line 227: -| GROUP BY userid +| GROUP BY post.username ...
Anybody noticed, that there are 2 instances of this? they can be found in search/result/content & search/result/article ...
The $vbulletin registry object is used out of scope in some places of the application. These needs to be tracked down and the code should be adjusted accordingly. ...