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)

Chadi 02-26-2010 11:04 AM

Quote:

Originally Posted by Digital Jedi (Post 1985271)
Chadi, looking back through my bookmarks, it looks like you would have needed to run whatever conversion tools Goldbrick may have had (presuming it had any) that would convert [media] back to URL. Otherwise, I don't believe there is a way with 2.5's tools to properly convert a single tag wrapped around multiple URLs from multiple sites.

Would anyone here know about this?

scottct1 02-26-2010 11:26 AM

This was working good for a long time until today.

It would take over 2 minutes for a page to load on my site. By disabling AME (and only AME) in the control panel my site is back up to speed again.

If I re-enable it the slow page loads start again. So it is disabled for now.

Anyone have this happen to them before?

scottct1 02-26-2010 04:01 PM

I went in and uninstalled the mod.

Once it was done uninstalling I went in and reinstalled it and now things are good again. I am not sure what gotmessed up in it but glad I have it working again. :)

RedHotChili 02-26-2010 05:29 PM

Looks like a great mod. Hope to implement it today and get it up and running trouble free.

I too am looking to be able to embed widescreen videos such as provided by youtube. Hope the following post by ghostpt does the trick.

Quote:

Originally Posted by ghostpt (Post 1791603)
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.


RedHotChili 02-26-2010 06:56 PM

Awesomeness!

Thank you so much, The Geek, for this most excellent mod. Brilliantly designed and brilliantly implemented. Best mod I've come across so far. Obviously a lot of skilled work went into this. I applaud you for the excellent work and for kindly sharing it with us. :)

Btw, the setting that I've come up with to give me the same exact widescreen setting that youtube uses is 385x650. I don't know how this will impact those vids that are of the smaller 4:3 format. I assume they'll just be embedded inside the same size object dimensions that I've set as the default, and will just have the vertical black bars on the left and the right of the displayed vid. But no problem living with it that way.

Thanks again. :)

RedHotChili 02-26-2010 10:16 PM

I'm currently having a problem when I enable file cache.

I get the following error:
Quote:

AME can not write to /public_html/forums/amecache/. Check permissions to ensure path is writeable.
Well, I checked the permissions and the path is indeed writeable. I have this mod set up on a test forum on my local machine and everything works just fine when I enable file cache, and I don't get that error message.

Anybody have any idea what might fix this problem? Like I said I double checked each step along the path to make sure it's writeable. I then uninstalled using the Product Manager and reinstalled to see if that would help, but nope, didn't help.

Digital Jedi 02-27-2010 12:03 AM

Quote:

Originally Posted by scottct1 (Post 1991926)
This was working good for a long time until today.

It would take over 2 minutes for a page to load on my site. By disabling AME (and only AME) in the control panel my site is back up to speed again.

If I re-enable it the slow page loads start again. So it is disabled for now.

Anyone have this happen to them before?

AME shouldn't have any effect on page load, other than pages where AME is actually being used. And even then, page load would only be affected by the videos in question. Only other thing I think it could be is a mod conflict.


Quote:

Originally Posted by RedHotChili (Post 1992384)
I'm currently having a problem when I enable file cache.

I get the following error:

Well, I checked the permissions and the path is indeed writeable. I have this mod set up on a test forum on my local machine and everything works just fine when I enable file cache, and I don't get that error message.

Anybody have any idea what might fix this problem? Like I said I double checked each step along the path to make sure it's writeable. I then uninstalled using the Product Manager and reinstalled to see if that would help, but nope, didn't help.

Are you certain the path is correct? The full path will usually start above public_html and include your domain and hosting user name: Ex: home/[username]/public_html/[domain name]/forums/amecache

RedHotChili 02-27-2010 12:16 AM

Quote:

Originally Posted by Digital Jedi (Post 1992442)
Are you certain the path is correct? The full path will usually start above public_html and include your domain and hosting user name: Ex: home/[username]/public_html/[domain name]/forums/amecache

Thanks for responding Digital Jedi, and thanks for your valuable contributions here.

Yes, I truncated for simplicity.

Just as a check, I uninstalled and deleted all the files, then uploaded all the files and then re-installed the product-ame.xml file. And I'm still getting the same error message in the AME CP, even after ensuring that the path was correct and writeable.

Should I ignore it?

Digital Jedi 02-27-2010 12:21 AM

Quote:

Originally Posted by RedHotChili (Post 1992449)
Thanks for responding Digital Jedi, and thanks for your valuable contributions here.

Yes, I truncated for simplicity.

Just as a check, I uninstalled and deleted all the files, then uploaded all the files and then re-installed the product-ame.xml file. And I'm still getting the same error message in the AME CP, even after ensuring that the path was correct and writeable.

Should I ignore it?

Correction. I should have said /home. That first slash can make a difference. You said it was writable, but is it fully CHMODed? The permissions need to be 777.

RedHotChili 02-27-2010 12:33 AM

Quote:

Originally Posted by Digital Jedi (Post 1992453)
Correction. I should have said /home. That first slash can make a difference. You said it was writable, but is it fully CHMODed? The permissions need to be 777.

I double checked and, no, it apparently wasn't fully CHMODed. So I manually set the permissions to 777, and now I'm not getting the error or warning message.

So this means that "User" and "Group" and "World" have Read, Write, & Execute permissions when set to 777, is this how it should be?

If so, I'm good to go, apparently. Please confirm if this is how I should have it set up.


All times are GMT. The time now is 11:47 AM.

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.02617 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_code_printable
  • (8)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