vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs (https://vborg.vbsupport.ru/showthread.php?t=202476)

The Geek 04-10-2009 11:14 AM

Its vbSEO, you have it set to track all outbound links which changes links so that AME cant match them. To use AME you will need to disable vbSEO's tracking of all outbound links.

HTHs

The Geek 04-10-2009 11:15 AM

Quote:

Originally Posted by cad2go (Post 1788132)
Anyone managed to achieve anything like this?

Sure, just edit the AME templates for that style so that it only includes the link

cad2go 04-10-2009 11:19 AM

Quote:

Originally Posted by The Geek (Post 1788141)
Sure, just edit the AME templates for that style so that it only includes the link

Wow! This mod just gets better and better:up:

So replace in ame_output template

Code:

<div style="display: none;" id="ame_noshow_$ameinfo[id_tag]">
        <a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>
</div>
<div style="display: inline;" id="ame_doshow_$ameinfo[id_tag]">
$ame_results
</div>

with something like
Code:

<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>
Basically! I'll give it a go! Cheers:)

PERFECT!

DontWannaName 04-12-2009 08:07 AM

When people paste filefront links to files, it thinks they are videos and just makes a huge empty space.

dtommy79 04-12-2009 01:03 PM

Does megavideo work for anyone?

chick 04-12-2009 01:28 PM

Currently if you BLOG THIS post with a video from a forum post... it goes over properly to vblog... BUT if you just 'create a blog' on your own and try to insert a video, it does not convert, just shows the link.... so

Will AME allow in to convert to an actual video when creating a vblog?

Multani 04-14-2009 10:17 AM

Can I align the video to the left of the post instead of center so it doesn't overlap with my ads?

- It's done.

KevinL 04-14-2009 11:31 AM

Quote:

Originally Posted by Multani (Post 1790923)
Can I align the video to the left of the post instead of center so it doesn't overlap with my ads?

- It's done.

How did you do it? I tried, and for some reason it didn't take...

Dollarsign 04-15-2009 01:47 AM

I have managed to get this working, however how do I get it to display widescreen youtube videos, high definition videos and hq videos?

I just see a 4:3 box with a shrunken widescreen video inside it, is there anyway to display the widescreen videos?

I tried adding &fmt=22 to the end of the URL but it didn't do anything, thanks for the mod and any help is appreciated! :D

ghostpt 04-15-2009 09:44 AM

Quote:

Originally Posted by Dollarsign (Post 1791459)
I have managed to get this working, however how do I get it to display widescreen youtube videos, high definition videos and hq videos?

I just see a 4:3 box with a shrunken widescreen video inside it, is there anyway to display the widescreen videos?

I tried adding &fmt=22 to the end of the URL but it didn't do anything, thanks for the mod and any help is appreciated! :D

You have to change the Default Width and Height on AdminCP > AME CP > Settings. I use 858x508, works fine for me.

I really can't remember if I change my Youtube definitions (Admin CP > AME CP > DisplayDefinitions > Youtube) so here it goes:

Code:

<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&hl=pt-br&fs=1&color1=0x234900&color2=0x4e9e00&border=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>

I'm getting HQ Widescreen on all videos. Hope it helps.


All times are GMT. The time now is 09:19 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01850 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete