Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
AME'fy - Videos on your profile pages Details »»
AME'fy - Videos on your profile pages
Version: 1.0.4, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

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.
nJoy

Download Now

File Type: zip AMEfy.zip (9.3 KB, 892 views)

Screenshots

File Type: jpg amefy.jpg (91.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 04-13-2010, 07:48 PM
CoZmicShReddeR's Avatar
CoZmicShReddeR CoZmicShReddeR is offline
 
Join Date: Sep 2006
Location: MI, USA
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.0.4 The Image of the Video in profile view stopped working for me...
Reply With Quote
  #93  
Old 04-17-2010, 06:20 PM
Pixelcarver Pixelcarver is offline
 
Join Date: Jan 2010
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How did you get the Video tab up there? I can't get that to work? I read through every page and nothing seems to work. I just installed the newest one for the first time. and I can't get that Video tab to show up. Any suggestions?
Reply With Quote
  #94  
Old 04-22-2010, 07:58 PM
josh2007 josh2007 is offline
 
Join Date: Mar 2009
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not working on Vbulletin 4.0.3 or at least not on my site. Link in sigi
Reply With Quote
  #95  
Old 04-23-2010, 04:03 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great on 4.0.3 and 1.0.4. Only problem is on the video tab I have two links showing on the page for items that also use the tabs - awards and gallery. But other than that it works great..
Reply With Quote
  #96  
Old 04-23-2010, 06:49 AM
josh2007 josh2007 is offline
 
Join Date: Mar 2009
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think my problem has to do with AME3 not working on 4.0.3
Reply With Quote
  #97  
Old 04-26-2010, 12:12 AM
Jabong82 Jabong82 is offline
 
Join Date: Feb 2010
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by josh2007 View Post
I think my problem has to do with AME3 not working on 4.0.3
Yes this isn't working for me as well in 4.0.3
Reply With Quote
  #98  
Old 04-26-2010, 12:48 AM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Confirmed Broke on 2 of my different vB4.0.3 forums.
Reply With Quote
  #99  
Old 04-26-2010, 03:52 AM
Jabong82 Jabong82 is offline
 
Join Date: Feb 2010
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VonDoom View Post
Confirmed Broke on 2 of my different vB4.0.3 forums.
This is the fix that worked for me. From the AM3 thread:

Quote:
Originally Posted by The Geek View Post
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:
PHP Code:
function parse_video_bbcode($pagetext)
{
    global 
$vbulletin
to

PHP Code:
function parse_video_bbcode($pagetext)
{
    global 
$vbulletin;
require_once(
DIR '/includes/ame_prep.php');
$providers ame_data_preparse($pagetext); 
Reply With Quote
  #100  
Old 05-30-2010, 05:51 PM
Alphaforums.com Alphaforums.com is offline
 
Join Date: May 2010
Location: Montreal, Canada
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by josh2007 View Post
I think my problem has to do with AME3 not working on 4.0.3
https://vborg.vbsupport.ru/showpost....&postcount=608

Check this out dude. I think I'm reeeally starting to like The Geek

EDIT: Oops, didn't check the above post. It works guys.
Reply With Quote
  #101  
Old 06-13-2010, 10:34 PM
CrosseyedGamer's Avatar
CrosseyedGamer CrosseyedGamer is offline
 
Join Date: Aug 2009
Location: MN
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I must be an idiot,, I do not see a includes/functions file ???
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05070 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete