Version: 3.0.1, by The Geek
Developer Last Online: Jan 2019
Category: BB Code Enhancements -
Version: 4.0.0
Rating:
Released: 12-20-2009
Last Update: 01-16-2010
Installs: 1363
DB Changes Uses Plugins
Additional Files
No support by the author.
From the makers of Smooth and Jazz comes the singing sensation my mom has been waiting months for:
AME3. Bigger. Badder. Bestest.
NOTE ABOUT vB4.0.3: ------------------------------------------------------------
vBulletin 4.0.3 has changed the way video codes are handled and in the process, inadvertently broke AME3. I have submitted a bug report and believe that the issue will be quickly resolved. There is a manual fix you can apply for 4.0.3 here in the interim.
-----------------------------------------------------------------------------------------------
AME3 is the sequel to the multi award winning AME 1x and AME 2x systems. AME3. This time, its different.
It allows users to simply paste URLs into their message without having to use the video bbcode or video popup box.
It allows you to add, edit and customise the video definitions that ship with vB4
It allows you to import community created definitions to extend the system in ways you otherwise couldn't.
Now you can use AME anywhere you can use video bbcode: posts, blogs, visitor messages, the CMS, etc...
Note that I am releasing this early for beta testing and general feedback. There is currently a bug in RC2, RC4 and 4.0.0 that will prevent AME from working however there is a workaround posted below.
I have written a pretty comprehensive readme and attached it seperatly to this post. I suspect both this post and the readme will get updated as AME3 becomes finalised.
Hi everyone, we recently upgraded to PHP 7.0 (which vB seems to still support), and now the server is throwing these errors relative to AME:
Code:
[05-Apr-2020 14:24:28 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_editor_prep has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 321
[05-Apr-2020 14:24:28 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_message_prep has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 408
[05-Apr-2020 14:25:19 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_prep_base has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 86
EDIT: I have renamed the constructs to __construct, hopefully this will fix the issue
Does anyone have any advise on what the issue with the class declaration is and how to fix this?