Version: 1.0.4, by The Geek
Developer Last Online: Jan 2019
Category: Add-On Releases -
Version: 4.0.0
Rating:
Released: 12-31-2009
Last Update: 04-12-2010
Installs: 168
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
This add on for AME3 will allow you to spruce the hell out of your member profiles by telling AME3 to parse your members custom profile fields for videos.
You can place videos in 6 different positions in the sidebar
You can place videos in tabs
You can have more than one video in spot
You can randomly select a video to show (by assigning a couple profile fields to a position and choosing the 'random' option)
Note that AMEFY parses pre-set custom profile fields. It requires at urls are stored in a custom profile field. AMEFY will not create the custom field(s) for you. I recommend using a textbox and setting the field to private so it doesnt display the text when people view their profile.
Install: The same as AME really. Upload the contents to forums and import the includes/xml/product-amefy.xml
See first post for configuration examples
Change log
Version 1.0.1 - released Jan 2, 2010
Rewrote most of the code to tighten it up. Much swifter now
Created cached of usable fieldids
Made it so users werent presented with [video] tags. Looks much nicer now.
Cleaned up template
Version 1.0.2 - released Jan 17, 2010
Fixed bug that caused error if you hadn't configured system first.
Version 1.0.4 - released Apr 13, 2010
Updated profile tab locations so videos would show in tabs again.
Updated system to NOT show a block if no video is entered.
Hello! I have:
vB 4.2.2 PL1
AME 3.0.1
AMEFY 1.0.4
PHP version: 5.3.5
----------------
I change hook location for AME(from: data_preparse_bbcode_video_start to data_parse_bbcode_video), and have this great mod working.
But.. then I open profile page, I have php warning on the top of screen:
Warning: Declaration of vB_ProfileBlock_AMEFY:repare_output() should be compatible with that of vB_ProfileBlock:repare_output() in ....\includes\amefy_class.php on line 219
Well..... I think, I found solution)))
In file: ..\includes\amefy_class.php on line 245
replace:
PHP Code:
function prepare_output($id, $options)
with:
PHP Code:
function prepare_output($id = '', $options = array())
After this, looks like everythings work correctly, and no more PHP-warnings.
One thing steel need to fix, its a size of video thumbs in profile page. Now is ignore settings in admin-panel, and appear in full size,.. just like in posts...
ohhh... sorry for my english 8(