vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages (https://vborg.vbsupport.ru/showthread.php?t=189267)

The Geek 09-23-2008 03:18 PM

Quote:

Originally Posted by Null Parameter (Post 1628592)
First, I just want to say that this is a great mod. We use it on my board all of the time.

Second, there's an error in the IGN code. Here's the changes I made to fix it:

Regular Expression:
Code:

http://([\w]+)\.ign\.com/dor/([\w]+)/([\d]+)/([\w-]+)/videos/([\w-]+)\.html
Replacement:
Code:

<embed src='http://videomedia.ign.com/ev/ev.swf' flashvars='object_ID=$p3&downloadURL=http://$p1.ign.com/$p2/video/article/$p4/$p5.flv&allownetworking='all' type='application/x-shockwave-flash' width='433' height='360'></embed>
It was just missing the parentheses and had some of the $p variables mixed up.

Sorry, if this has been pointed out already, I couldn't search for "IGN" because it is only 3 characters.

Hey Null, thanks :)

You are probably best posting that in DJ's thread as the AME doesn't come with IGN (I am pretty sure its DJ's). He is currently reworking all his definitions for 2.5 RC1 and will want to know about any suggested changes there :)

Null Parameter 09-23-2008 04:35 PM

Quote:

Originally Posted by The Geek (Post 1628637)
Hey Null, thanks :)

You are probably best posting that in DJ's thread as the AME doesn't come with IGN (I am pretty sure its DJ's). He is currently reworking all his definitions for 2.5 RC1 and will want to know about any suggested changes there :)

Oh yeah, I forgot that there were technically two different mods here. I will go do that right away.

dgparent 09-23-2008 09:04 PM

Does this MOD work with any of the SEO mods like VBSEO or Zoints SEO ?

Digital Jedi 09-23-2008 09:17 PM

Quote:

Originally Posted by dgparent (Post 1628861)
Does this MOD work with any of the SEO mods like VBSEO or Zoints SEO ?

The Geek and a couple of other have said it works fine on their sites with vBSEO.

carlos54321 09-23-2008 09:41 PM

i have vBSEO on my site and have had no problems:)

dgparent 09-23-2008 11:36 PM

Quote:

Originally Posted by Digital Jedi (Post 1628868)
The Geek and a couple of other have said it works fine on their sites with vBSEO.

Thanks it works with zoints seo also - could not use vbseo due to the content of my site :)

TsirhCitna 09-24-2008 10:44 AM

Is there a new setting in 2.5RC1 that allows me to make the youtube videos full size? Right now they show up at about 150 x 150.

The Geek 09-24-2008 11:53 AM

Youtube specifically or all videos?

You can control the size of the embedding by Zone via AME's settings. If you want to be more specific (i.e. youtube videos show differently than others) then edit your template accordingly (for example, something like: <if condition="$ameinfo[ameid]=='youtube'">blahblahblah</if>).

TsirhCitna 09-24-2008 12:35 PM

Quote:

Originally Posted by The Geek (Post 1629197)
Youtube specifically or all videos?

You can control the size of the embedding by Zone via AME's settings. If you want to be more specific (i.e. youtube videos show differently than others) then edit your template accordingly (for example, something like: <if condition="$ameinfo[ameid]=='youtube'">blahblahblah</if>).

When the code gets parsed it's leaving out the height and width attributes:
HTML Code:

<object 425 350>
<param name="movie" value="http://www.youtube.com/v/vNvnLFgH5BU&amp;ap=%2526fmt%3D18&amp;fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/vNvnLFgH5BU&amp;ap=%2526fmt%3D18&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" 425 350 wmode="transparent"></embed></object>

My definitions are the default from 2.5RC1:
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" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>


Skavenger 09-24-2008 03:56 PM

Hi, how can I disable AME in vBadvanced?


All times are GMT. The time now is 09:32 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.03032 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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