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)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

infnity8x3 09-24-2011 08:21 AM

I didn't see the new sound cloud definition in the update.

Digital Jedi 09-24-2011 05:09 PM

Quote:

Originally Posted by infnity8x3 (Post 2249506)
I didn't see the new sound cloud definition in the update.

And I apparently left out Loombo, too. [sigh] Updated that attachment. You should find it there now.

infnity8x3 09-25-2011 04:05 AM

zero-punctuation no longer works for me.

Digital Jedi 09-25-2011 06:25 AM

Quote:

Originally Posted by infnity8x3 (Post 2249793)
zero-punctuation no longer works for me.

You're referring to The Escapist? Yeah, they appear to have upgraded their Flowplayer. Go into the definition and change the 3.2.5 to 3.2.7 in the embed code. I'll post an fixed def a little later on.

Nook_Neformat 09-25-2011 10:46 AM

cant get myspace, soundcloud and youtube short urls working at my forum :(
Digital Jedi, can you have a look if i provide you with link and examples.

i have vBulletin 3.8.7 & vBSEO 3.6.0

viper357 09-25-2011 10:56 AM

youtu.be short urls also not working for me on 3.8.5

Digital Jedi 09-25-2011 11:59 AM

Quote:

Originally Posted by Nook_Neformat (Post 2249857)
cant get myspace, soundcloud and youtube short urls working at my forum :(
Digital Jedi, can you have a look if i provide you with link and examples.

i have vBulletin 3.8.7 & vBSEO 3.6.0

Quote:

Originally Posted by viper357 (Post 2249859)
youtu.be short urls also not working for me on 3.8.5

I can take a look at them.

Nook_Neformat 09-25-2011 12:31 PM

Quote:

Originally Posted by Digital Jedi (Post 2249871)
I can take a look at them.

http://www.neformat.com.ua/forum/nef...ml#post1534216
if you have some time i can give you access to admin-panel

Digital Jedi 09-25-2011 04:26 PM

Quote:

Originally Posted by Nook_Neformat (Post 2249879)
http://www.neformat.com.ua/forum/nef...ml#post1534216
if you have some time i can give you access to admin-panel

Yeah, that would probably be better. I got them to embed just fine for me, so we need to look under the hood.

infnity8x3 09-25-2011 06:57 PM

Quote:

Originally Posted by Digital Jedi (Post 2249815)
You're referring to The Escapist? Yeah, they appear to have upgraded their Flowplayer. Go into the definition and change the 3.2.5 to 3.2.7 in the embed code. I'll post an fixed def a little later on.

Thank you. Worked fine.

Digital Jedi 09-25-2011 08:56 PM

Quote:

Originally Posted by Nook_Neformat (Post 2249879)
http://www.neformat.com.ua/forum/nef...ml#post1534216
if you have some time i can give you access to admin-panel

From what I could see, it looks like your missing all the necessary AME templates. There should be three: ame_container, ame_nomedia and ame_output. For some reason, none of your styles has them. Try re-uploading all the AME files and then doing a fresh import of the AME product, just like if you were doing an upgrade. That should rebuild the templates your missing, unless something else is going on.

Digital Jedi 09-26-2011 02:00 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2198216)
I fixed it like this... I had to edit the AME mod... Backup your original file if you try this.

In the includes directory find the file ame_bbcode.php

At line #589 find this code:

PHP Code:

$title trim(str_replace(array("\t","\n"), ""$match[1])); 

Replace it with:

PHP Code:

$title trim(str_replace(array("\t","\n""‏""‪""‬"), ""$match[1])); 

All I can promise is it's working for me. It won't fix links you've already made but should keep new ones clean.

I had one small problem with this, and it's probably something I won't run into too often. Single quotes in the title caused a parse error with AME. I presume it's from this edt, but I haven't had a chance to verify that yet. When I get into this more, I'll see if I can find a fix.

BirdOPrey5 09-26-2011 09:42 AM

I don't see how this edit would cause that. I've been running it since May without issue. Do you have a sample link with a single quote I can test?

Digital Jedi 09-26-2011 02:01 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2250151)
I don't see how this edit would cause that. I've been running it since May without issue. Do you have a sample link with a single quote I can test?

Let me double check, because it may not have been just the title alone. I believe the video I tested included the video title in the embed code URL. So it might be rarer than I first suggested.

yotsume 09-27-2011 07:56 PM

The short Youtube URL container just says short URL and doesn't have the title of the video in the container within our posts. Can you change that so the container shows the title of the video instead?

Digital Jedi 09-27-2011 10:03 PM

Quote:

Originally Posted by yotsume (Post 2250654)
The short Youtube URL container just says short URL and doesn't have the title of the video in the container within our posts. Can you change that so the container shows the title of the video instead?

It can't, because AME reads the <title> of the URL. And youtu.be links are just redirect pages. They have no title, so AME has nothing to show.

Wonksta 09-28-2011 12:02 AM

I've loaded the SoundCloud definitions but they're not embedding anywhere on the forum? I've checked all the boxes in Display Definitions for SoundCloud no idea...

BirdOPrey5 09-28-2011 12:19 AM

Quote:

Originally Posted by yotsume (Post 2250654)
The short Youtube URL container just says short URL and doesn't have the title of the video in the container within our posts. Can you change that so the container shows the title of the video instead?

Quote:

Originally Posted by Digital Jedi (Post 2250692)
It can't, because AME reads the <title> of the URL. And youtu.be links are just redirect pages. They have no title, so AME has nothing to show.

To overcome this issue I made this little mod: https://vborg.vbsupport.ru/showthread.php?t=267450

It turns the short URLs into the FULL URLs automatically when a post is made/saved.

Digital Jedi 09-28-2011 01:43 AM

Quote:

Originally Posted by Wonksta (Post 2250725)
I've loaded the SoundCloud definitions but they're not embedding anywhere on the forum? I've checked all the boxes in Display Definitions for SoundCloud no idea...

Can I see your forum where they're not converting? If you're certain all your settings are correct, check to see that your ame_templates are still intact.

slobra 09-28-2011 10:18 PM

Thanks for the the update! What are some reasons that YouTu.be links wouldn't be embedding? See here: http://truestreetcars.com/forums/sha...tml#post337558

Other definitions are working, though Break.com isn't, I'm not sure if I'm doing something wrong. I have the required AME templates, I've even tried creating a new Default style with no modifications and still the same problem. Hmm.

Digital Jedi 09-28-2011 10:47 PM

Quote:

Originally Posted by slobra (Post 2251067)
Thanks for the the update! What are some reasons that YouTu.be links wouldn't be embedding? See here: http://truestreetcars.com/forums/sha...tml#post337558

Other definitions are working, though Break.com isn't, I'm not sure if I'm doing something wrong. I have the required AME templates, I've even tried creating a new Default style with no modifications and still the same problem. Hmm.

I don't immediately see any reason why they shouldn't be, presuming all your settings are correct. I can take a look at your Admin CP if you wish. But from this end, I don't see any reason they aren't converting.

krela 09-29-2011 01:31 PM

Youtube videos with a hyphen in the v id don't appear to work.

Try http://www.youtube.com/watch?v=Sd6yr-43FOU as an example.

krela 09-29-2011 01:32 PM

The above post relates specifically to short youtube links.

Digital Jedi 09-29-2011 09:21 PM

Quote:

Originally Posted by krela (Post 2251240)
The above post relates specifically to short youtube links.

Hrm, sorry. Oversight on my part. Go into the definitions and add a dash to this part of the Regular Expression, like so:

Code:

http://youtu\.be/([\w-]+)\

viper357 10-01-2011 03:47 PM

Hi there, my wiki links are not working very well anymore. Example here - http://www.marineaquariumsa.com/show...95&postcount=5

They used to look nice and pretty with thumbnails etc. ;)

viper357 10-05-2011 05:39 AM

1 Attachment(s)
Quote:

Originally Posted by viper357 (Post 2252011)
Hi there, my wiki links are not working very well anymore. Example here - http://www.marineaquariumsa.com/show...95&postcount=5

They used to look nice and pretty with thumbnails etc. ;)

IMDB links also not working

Attachment 133472

Digital Jedi 10-05-2011 05:45 AM

Quote:

Originally Posted by viper357 (Post 2253378)
IMDB links also not working

Attachment 133472

IMDB should have never been in there. That was an accident a while back, and the reason why I didn't include them in the last update. IMDB will never work as long as they disallow hot linking. I'll look at Wikipedia.

viper357 10-05-2011 06:22 AM

Ok, thanks.

viper357 10-07-2011 04:35 PM

Quote:

Originally Posted by viper357 (Post 2252011)
Hi there, my wiki links are not working very well anymore. Example here - http://www.marineaquariumsa.com/show...95&postcount=5

They used to look nice and pretty with thumbnails etc. ;)

How do I stop it from embedding that whole box around the link and instead just have the little wiki icon in front of the link, like the google definition does? I've had a look at the code but it's all japanese to me. :p Thanks.

Digital Jedi 10-08-2011 04:55 PM

Quote:

Originally Posted by viper357 (Post 2254390)
How do I stop it from embedding that whole box around the link and instead just have the little wiki icon in front of the link, like the google definition does? I've had a look at the code but it's all japanese to me. :p Thanks.

There is a Wikipedia (Links) definition included in the Master XML. Just make sure to turn Wikipedia (Thumbnails) off when you turn it on and that you've uploaded the little W icon to your server.

vithorius 10-09-2011 02:51 AM

Hi! Can you tell me what is creating this double posting on youtube videos? :( :confused:
http://www.bateristaspt.com/showthread.php?t=27330

(I know that memebrs are posting the URL only once!)


Thank you! :up: :up:

Digital Jedi 10-09-2011 03:17 AM

Quote:

Originally Posted by vithorius (Post 2254955)
Hi! Can you tell me what is creating this double posting on youtube videos? :( :confused:
http://www.bateristaspt.com/showthread.php?t=27330

(I know that memebrs are posting the URL only once!)


Thank you! :up: :up:

Yes, you have two YouTube definitions.

vithorius 10-09-2011 03:23 AM

Quote:

Originally Posted by Digital Jedi (Post 2254963)
Yes, you have two YouTube definitions.

Doh...! Is that simple...? :confused: :rolleyes: :eek: :D

I have this three definitions:

1 - YouTube Embed YouTube.com Videos! (With Deep Linking Support - Seconds Only)

And it states: DUPLICATE_youtube_1280744586_201



2 - YouTube (Playlists) - Embed YouTube.com Playlists!

and it states: youtubeplaylists



3 - YouTube (Profile Pages) - Embed YouTube.com Profile Videos!


Should I delete number 1 (duplicate?) :confused:

Digital Jedi 10-09-2011 03:37 AM

Quote:

Originally Posted by vithorius (Post 2254965)
Doh...! Is that simple...? :confused: :rolleyes: :eek: :D

I have this three definitions:

1 - YouTube Embed YouTube.com Videos! (With Deep Linking Support - Seconds Only)

And it states: DUPLICATE_youtube_1280744586_201



2 - YouTube (Playlists) - Embed YouTube.com Playlists!

and it states: youtubeplaylists



3 - YouTube (Profile Pages) - Embed YouTube.com Profile Videos!


Should I delete number 1 (duplicate?) :confused:

Yes, the one that says "DUPLICATE_" is the default one that's automatically re-generated whenever you upgrade. So it ends up conflicting with the one with the same key. I hope to address this problem when I take over development of the main product.

vithorius 10-09-2011 03:52 AM

Quote:

Originally Posted by Digital Jedi (Post 2254970)
Yes, the one that says "DUPLICATE_" is the default one that's automatically re-generated whenever you upgrade. So it ends up conflicting with the one with the same key. I hope to address this problem when I take over development of the main product.

Ahhh! So now I understand what went wrong... It was the upgrade...!


Ok, I've disabled the one that says "duplicate" and now it works again as if it was the very first day...! Beautiful! :up: :up: :up:


THANK YOU SO VERY MUCH! :up: :cool:


(very special service you do to mankind! Please accept it as a very serious and gigantic thank you!) :up: :up: :up:

Artes_Marciales 10-09-2011 05:57 PM

suggestion for the future updates...
support for videos from http://clips.team-andro.com/
Thanks!! : D

ShackMaster 10-10-2011 02:34 PM

How about Livestream .... www.livestream.com .... any chance we get them added?

NickCat 10-11-2011 06:41 PM

I'm not sure if it's something on my end, but Flickr embeds don't seem to be working properly on my site.

Example:
http://forums.nasioc.com/forums/show...6&postcount=14

You can see it's loading a box, with an "Unknown Error" inside.

Any suggestions?

EDIT: I also just ran across another that doesn't seem to be working... eBay items posted don't seem to be even trying to embed as a thumbnail, it just posts the URL normally.

Digital Jedi 10-12-2011 04:45 AM

Quote:

Originally Posted by NickCat (Post 2256008)
I'm not sure if it's something on my end, but Flickr embeds don't seem to be working properly on my site.

Example:
http://forums.nasioc.com/forums/show...6&postcount=14

You can see it's loading a box, with an "Unknown Error" inside.

Any suggestions?

EDIT: I also just ran across another that doesn't seem to be working... eBay items posted don't seem to be even trying to embed as a thumbnail, it just posts the URL normally.

Near as I can tell, they changed the way Photostreams are laid out. So it's probably breaking the code. Old URLs seem to still embed. And eBay seems to have change their URL structure. Both will have to be updated.

ShackMaster 10-12-2011 05:49 AM

How about Livestream .... www.livestream.com .... any chance we get them added?

I did go to your link above... but it appears to be closed and no place to make the request as suggested above.

Thanks.


All times are GMT. The time now is 04:34 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.03036 seconds
  • Memory Usage 1,854KB
  • 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
  • (2)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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