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)

BirdOPrey5 05-16-2011 03:09 AM

Quote:

Originally Posted by Cprade (Post 2195960)
Hors Thanks, works perfectly.

...

And if you give me some pointers to make regular expressions, would be excellent, i was trying to do with RegexBuddy.

Here- I made a tutorial on how to make definitions for AME:
https://vborg.vbsupport.ru/showthread.php?t=263707

Please see if you can try and make the google documents yourself by following the tutorial and the document definition I already made.

Fabikus 05-16-2011 06:58 PM

Can i use theese with AME 3.0?

Cprade 05-18-2011 11:00 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2196212)
Here- I made a tutorial on how to make definitions for AME:
https://vborg.vbsupport.ru/showthread.php?t=263707

Please see if you can try and make the google documents yourself by following the tutorial and the document definition I already made.

thanks for the tutorial, it is clear and easily understood.

Greetings.

StoneDragon 05-19-2011 05:05 AM

1 Attachment(s)
Quote:

Originally Posted by Nook_Neformat (Post 2195963)
Where can i request a new modification? i need to use http://soundcloud.com/

And, when we'll get updates for myspace videos for example?


Here's a SoundCloud xml I have working on my site.

boggseric 05-21-2011 12:13 AM

I'm seeing some extra characters in the youtube titles, is anyone else seeing this?

YouTube - ‪Flower Warfare - Psychedelic Action Scene‬‏

appsfinder 05-21-2011 12:38 AM

Hi is it possible to display text files

BirdOPrey5 05-21-2011 01:06 AM

Quote:

Originally Posted by boggseric (Post 2198199)
I'm seeing some extra characters in the youtube titles, is anyone else seeing this?

YouTube - ‪Flower Warfare - Psychedelic Action Scene‬‏

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.

boggseric 05-22-2011 04:29 PM

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.

That worked. Thanks! :up:

Nook_Neformat 05-22-2011 07:57 PM

Quote:

Originally Posted by StoneDragon (Post 2197444)
Here's a SoundCloud xml I have working on my site.

does not work for me(( what version of forum do you use? do you have vbseo?

MagicThemeParks 05-24-2011 12:10 PM

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 tried it on a single video embed and it worked perfect. But, when I did a post with multiple embeds it went right back to the issue. Unless, it's not a multiple embed problem.

Here's the post for reference: http://www.waltdisneyboards.com/173214-post32.html


All times are GMT. The time now is 02:58 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.03090 seconds
  • Memory Usage 1,762KB
  • 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
  • (6)bbcode_php_printable
  • (7)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