MyBB Community Forums

Full Version: AutoMedia 4.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Quote:You could try to overwrite it with another .htaccess in inc/plugins/automedia/ (and/or: inc/plugins/automedia/mediaplayer/)

So, you're saying put an .htaccess in those directory's to allow access? Not sure what you mean. Smile

Thanks,
- Rich -
(2013-08-08, 04:31 PM)Vidiot_X Wrote: [ -> ]Hi,

Quote:You could try to overwrite it with another .htaccess in inc/plugins/automedia/ (and/or: inc/plugins/automedia/mediaplayer/)

So, you're saying put an .htaccess in those directory's to allow access? Not sure what you mean. Smile

Thanks,
- Rich -

Yes Smile
Make a new .htaccess, e.g.:

Quote:order allow,deny
<Files ~ "\.(js|png|swf|html)$">
allow from all
</Files>

and put it into "inc/plugins/automedia"
Hi,

OK, I will give it a try and let you know how it turns out.

Thanks,
- Rich -
Great plugin, easy to use, but I recently updated the forum and now we get
<amquote> </amquote>
in the post editor every time we post a reply.
Sure it can be removed but I'd like to figure out what's going on there. Huh
If you upgrade to the newest version from Github the [amquote] tags should get removed.
BTW,

Quote:order allow,deny
<Files ~ "\.(js|png|swf|html)$">
allow from all
</Files>

Seemed to work fine. Big Grin
@doyleccpr
made a PR at github.com with some small updates, maybe you could review and merge
tx
can you add in support for https videos from youtube?

that'd be greatly appreciated!
looks like doylec has decided to kill the whole addon (git source, mybb addons ...)

here a backup of the source/addon + some small additions

https://github.com/CvH/AutoMedia
Sad