The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Title Tag Grabber AND Video Embedding by MDawg for VB5 Details »» | ||||||||||||||||||||||||
Title Tag Grabber AND Video Embedding by MDawg for VB5
Developer Last Online: Oct 2023
All New Version 3.0.2
This mod can do two things: 1. It can automatically grab the title of a page you are linking to 2. It can embed video URLs automatically For example it will turn: http://www.vbulletin.org to vBulletin.org Forum - The Official vBulletin Resource! This is working on both the simple and complex style URL BBcodes, and it will ignore existing links if you have specified a custom title. It can also turn a link like: http://www.youtube.com/watch?v=gxEPV4kolz0 into an embedded video without use of the [video] BB Code. In addition there is an option to auto embed old links that were previously embedded by the AME 2.x mod for vBulletin 3.x. If you still have [AME] BB Codes in your posts this mod can do its best to embed them like they used to be with AME. Video Embedding is currently working with Youtube (both short and original URLs) and Vimeo.com videos. The Mod should auto install, upload files as instructed in Readme (everything goes in the usual place.) Clear the system cache to see the mod work on existing posts. If you wanted to undo the changes made by this mod simply delete the files/remove the mod/ and clear the cache. This mod does not alter the original posts, only the cached copies. This is an update by Rhodium for the mod created by BirdOPrey5 - thanks to both! The mod now works without the bugs mentioned in the prior version. Please "Mark as Installed" if you use this. Donations Always Appreciated. :up: Consider nominating for MOTM if you like it! Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
Mr Peabody, yilmaz |
Comments |
#2
|
||||
|
||||
Reserved.
|
#3
|
||||
|
||||
Works with vb 5.3.1 without bugs, let us know please.
|
#4
|
||||
|
||||
Great, good luck with the mod.
May want to consider disabling auto-install, it causes problems for people who want to remove it. For example- for people who need to remove my mod (if they had the old version installed) first log into the Admin CP of your forum, go to Admin CP -> Products & Hooks -> Manage Products. Leave this screen up and got to step 2. Step 2 - Use FTP or your host's File Manager, or whatever other means you have for deleting the folder bop5titletags from the /core/packages/ folder on vbulletin. Step 3, as quickly as possible after completing step 2 go back to Manage Products in your Admin CP and choose Uninstall from the drop down box for Title Tag Grabber and Video Embed by BOP5. This will remove my mod. At this point, also in the Admin CP, you should go to Admin CP -> Maintenance -> Clear Cache. This will remove all titles and videos previously edited by the mod. Don't worry, after installing the new mod, clear cache again and they will be rebuilt first time they are loaded. Best of luck. |
#5
|
|||
|
|||
Quote:
That auto install works but can be a real hassle! Though I didn't have any problems that I specifically ran into with your mod I installed the new one and do not see any problems thus far with this one either. People might want to remember to copy your "BBCode Ignore Regex Extension" list before uninstalling though. Luckily I remembered Thanks fellas, William |
#6
|
||||
|
||||
We did eliminate auto re-install on this 3.0.2 version.
public $AutoInstall = 0; |
#7
|
||||
|
||||
As far as the BBCode Ignore Regex Extension, I always just left mine as
\[/link]| maybe you could go over why you inputted so many exceptions, and what exactly they were. Thanks! |
#8
|
|||
|
|||
Quote:
<iframe src="https://www.w3schools.com"></iframe> You don't want the url to translate from the mod so you'd exclude the iframe tags in the bbcode ignore.... William |
#9
|
|||
|
|||
I'm seeing the script running slow and ultimately causing HTTP 500 errors on certain pages. Excerpt from php5 fpm log:
Code:
[10-Nov-2017 14:49:52] [pool www] pid 29142 script_filename = /var/www/html/index.php [0x00007f0bcfc0f028] curl_exec() /var/www/html/core/vb/vurl/curl.php:342 [0x00007f0bcfc0ee98] execCurl() /var/www/html/core/vb/vurl/curl.php:279 [0x00007f0bcfc0ed38] exec() /var/www/html/core/vb/vurl.php:322 [0x00007f0bcfc0ebf8] exec2() /var/www/html/core/vb/vurl.php:236 [0x00007f0bcfc0eaa8] exec() /var/www/html/core/vb/api/content/link.php:91 [0x00007ffe30f2f200] parsePage() unknown:0 [0x00007f0bcfc0e8d8] call_user_func_array() /var/www/html/core/vb/api/wrapper.php:199 [0x00007ffe30f2f5b0] __call() unknown:0 [0x00007ffe30f2f8e0] parsePage() unknown:0 [0x00007f0bcfc0e710] call_user_func_array() /var/www/html/includes/api/interface/collapsed.php:91 [0x00007f0bcfc0e538] callApi() /var/www/html/core/packages/mdawgtitletagsvb5/api/content/text.php:174 [0x00007ffe30f2fe00] mdawg_title() unknown:0 [0x00007f0bcfc0e3e0] preg_replace_callback() /var/www/html/core/packages/mdawgtitletagsvb5/api/content/text.php:85 [0x00007f0bcfc0e2b8] mdawg_get_titles() /var/www/html/core/packages/mdawgtitletagsvb5/api/content/text.php:50 [0x00007ffe30f30670] getDataForParse() unknown:0 [0x00007f0bcfc0e0c0] call_user_func_array() /var/www/html/core/vb/api/wrapper.php:216 [0x00007ffe30f30a20] __call() unknown:0 [0x00007ffe30f30d50] getDataForParse() unknown:0 [0x00007f0bcfc0def8] call_user_func_array() /var/www/html/includes/api/interface/collapsed.php:91 [0x00007f0bcfc0dcc0] callApi() /var/www/html/includes/vb5/template/nodetext.php:560 I disabled the script, and the page is able to load successfully. |
#10
|
||||
|
||||
We haven't seen any such problems, with this or prior versions of this Mod.
MySQL gone away is typically a server error, often resolved with re-configuration and re-allocation of resources on the server. I myself have this Mod running on four different vb5 (currently 5.3.3) forums, one with heavy traffic, one with medium and two with low, and no problems. When you say php5, does that mean you are running PhP5? I am running 7.1.11 at present on four of my forums, and 7.1 on the other. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|