![]() |
Didn't work in my install of VB4 - got:
The following dependencies were not met: 1. This product is not compatible with version 4.0.3 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 4.0.0 alpha 1 and greater) Anyone have any mod that will work? Thanks! Barb |
This actually works just fine on VB4, you just have to edit the XML file to allow it to install.
Download the mod, open the XML file in notepad or another text editor. Find the line: <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="4.0.0 alpha 1" /> It will be near the top... Then simply change the max version to 4.9.9: <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="4.9.9" /> It will now install and work. |
Anyone got this mod playing nicely with AME 2.5 (Automatic Media Embeder) - with both mods enabled the titles of youtube videos become URL's instead of words.
|
I got this "fixed" - the problem was never with AME, the problem was this mod didn't work on youTube links anyway- because youtube puts line-breaks in their title and this mod couldn't deal with that.
To fix this go to your plugin manger -> edit the "Title Replace" plugin Find the line: Code:
preg_match("/<title>[\n\r\s]*(.*)[\n\r\s]*<\/title>/", $page, $title); Code:
preg_match("/<title>[\r\n\s]*([^<>]*)<\/title>/i", $page, $title); |
Thanks for the fix Bird, but I have yet another question. How come when I edit a post and add a URL it does not fetch the new title? It just leaves it as the URL unless its a new post.
|
yeah I noticed this too. As is the mod only works on "new threads" it doesn't work on edited threads. I will see if I can get it to work on both.
|
Is this still working on vb4?
|
Quote:
|
Does this also work for previous posts or only for posts made after installation?
Once this mod is uninstalled, will the links turn back their original state? |
Only works on new posts.
Links will never change back. |
All times are GMT. The time now is 08:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|