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-13-2008 12:00 PM

Quote:

Originally Posted by Cars2007 (Post 1620681)
Ok, I upgraded to the 2.5 Beta. However, when I go to Admin CP > Usergroups > Usergroup Manager > Registered > AME Create and Modify Permissions and select "No" for all of the options in that area, Registered members can still post videos, even though they belong to no groups that have access to post videos.

Am I missing a setting?


Ok. This looks like a bug. To fix this until next release, do this:

in include/ame_bbcode.php find:

PHP Code:

        if ($vbulletin->userinfo['permissions']['automediaembed_edit_permissions'] & $vbulletin->bf_ugp['automediaembed_edit_permissions']["can_$zone"])
        {
            
            return 
true;
            
        } 

and change to:

PHP Code:

        if (!($vbulletin->userinfo['permissions']['automediaembed_edit_permissions'] & $vbulletin->bf_ugp['automediaembed_edit_permissions']["can_$zone"]))
        {
            
            return 
false;
            
        } 


The Geek 09-13-2008 12:00 PM

Quote:

Originally Posted by akulion (Post 1620730)
man im going bonkers!! cos...

the mod was working A-ok, then suddenly youtube videos stopped working yet google videos were working fine....

Then the next day youtube videos start working by themselves and now googlevideos wont load!!

whats goin on?!!

aku

More than likely a provider error (i.e. youtube was down and then google)

The Geek 09-13-2008 12:02 PM

Quote:

Originally Posted by kingmotox (Post 1620801)
i didnt see anything in the readme about usergroup permissions?

Limitations with usergroup viewing permissions
----------------------------------------------
The new system uses javascript to attempt to 'hide' the embedded media and 'show' a default URL. If the user doesnt have javascript enabled or places an embedded video in their post, it will appear to them until they refresh the page. Of course, if the person doesnt have permission to view, I doubt they would have permission to embed anyway!

Magz 09-13-2008 12:14 PM

Quote:

Originally Posted by The Geek (Post 1621096)
Cant duplicate this?

Sorry, Can you explain a little more. Are you saying you cant Duplicate this, or can I?

Each time i try to convert tags, i get "You are missing the \1 parameter in at least one of your conversions". Yet i havent edited anything in either Codes, or conversions box.

I just want to get rid of old [media] tags :)

The Geek 09-13-2008 12:46 PM

I copied what you had exactly but it works for me? Make sure there are no trailing spaces maybe?

Magz 09-13-2008 12:58 PM

Ive just double checked, and can see no trailling spaces anywhere. I also even copied what what i pasted earlier, and still same. Any other ideas?

The Geek 09-13-2008 02:39 PM

AME 2.5 Beta 3 has now been uploaded into the first post.

This beta addresses some bugs found in the previous beta, completes more of the admincp help (though there are still a few more admincp help items to do) and adds a couple of new features:

nomedia tag

I have implemented the ability to wrap a URL in a [nomedia] tag. Matching URLs found within these tags will not embed, but rather link with an icon to indicate that it is an offsite media link.

Embedding validation

This will help prevent AME from embedding videos that can not be shown offsite. A good example is a music video on youtube where there is no embed code displayed because the author has stipulated that the video can only be shown on youtube. Curently, the video will embed, however when you play it, you get a message saying the video is invalid (or similar).

The new validation feature will check for the embed code on the destination page. If it isn't found, AME won't embed the video. Instead, AME will wrap the URL in a [nomedia] tag (see above) which shows a link and icon to indicate that you must go offsite to view it.

For this feature to work, the extract destination data setting must be on (and working). Furthermore, the definition must have a valid validation regexp. I have updated the default youtube definition to get you started :)

Please be aware that 2.5 is still beta so treat it as such!

The Geek 09-13-2008 02:42 PM

Quote:

Originally Posted by Magz (Post 1621118)
Sorry, Can you explain a little more. Are you saying you cant Duplicate this, or can I?

Each time i try to convert tags, i get "You are missing the \1 parameter in at least one of your conversions". Yet i havent edited anything in either Codes, or conversions box.

I just want to get rid of old [media] tags :)

Sorry, I don't. I copied and pasted your entries from above and it seems to work fine (though in fairness I was trying it in the latest beta - though that shouldnt make a difference). Feel free to PM me admincp details and I will take a look when I have a minute.

akulion 09-13-2008 02:55 PM

about to install the beta 3 soon

just downloaded it

ok i installed it,

the nomedia tag seems to work but it dislays the url with the URL tag on each end (opening and closing tags) so i think people who use this will want that not to display..

apart from that working oki doki

furst 09-13-2008 02:59 PM

Quote:

Originally Posted by The Geek (Post 1621224)
The new validation feature will check for the embed code on the destination page. If it isn't found, AME won't embed the video. Instead, AME will wrap the URL in a [nomedia] tag (see above) which shows a link and icon to indicate that you must go offsite to view it.

Great improvement.


All times are GMT. The time now is 12:46 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.01688 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (6)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