vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239)

Gidget 03-24-2006 02:34 AM

Hi Crist,

I had no problems installing your hack, but I can't seem to figure out how to get an x-mplayer2 file to work. At least, I think that's the type of file it is. :confused:

The video can be found here:
http://www.metacafe.com/watch/74285/hellgate_london

Could you kindly tell me how I can enable this video to play? :)

Thanks in advance!

-Gidget

IrPr 03-24-2006 09:06 AM

Now im sure that mp3player.swf are buggy with some urls which includes html special chrs
it doesnt play !

Gidget 03-24-2006 03:30 PM

IrPr,

Are you replying to my post or to a previous post? *puzzled*

Crist 03-25-2006 08:42 AM

Quote:

Originally Posted by indiancinema
theres no options in user group to turn it on
what should i do.i am using vb 3.5.4

i installed every thing as u said

Every group has the permission to use the tag.
Check that if you turn on the option in forum setting

Crist 03-25-2006 08:44 AM

Quote:

Originally Posted by nervous
this plugin work in vb3.5.4 ???
coz i have a problem...
http://img390.imageshack.us/img390/6063/adsz3ev.jpg

Of course it works fine in 3.5.4.

Maybe u disable it in your forum setting?
or maybe the viewer has no permission?
or you change the tag name?

Crist 03-25-2006 08:48 AM

Quote:

Originally Posted by YLP1
I have vb version 3.5.4 and my class_bbcode.php doesn't have the above.

The closest I have is :
Code:


switch($attachment['extension'])
{
case 'gif':
case 'jpg':
case 'jpeg':
case 'jpe':
case 'png':
case 'bmp':
case 'tiff':

Am I looking at the wrong php file?

Thanks in advance.

Sorry,
the new version make the code into the product xml
in next version I'll try to let you setting it at your admincp

Crist 03-25-2006 08:50 AM

I'm coding a newer version to fix the bugs above.
Just wait.
:)

nervous 03-25-2006 12:51 PM

hey Crist,
AnyMedia bbcode enable in my forum,
im adminstrator and i cant see anymedia.i see only tag,
i didn't change tag name,

maybe this is wrong...:
http://img227.imageshack.us/img227/2604/adsz9su1.jpg

dannyrulez 03-26-2006 01:38 PM

I fix the problem where you only see the tag.

Plugin System -> Plugin Manager -> Create AnyMedia BBCode

Replace this:
Code:

if ($this->registry->options['anymediaenable'] && ($this->registry->userinfo['permissions']['anymediapermissions'] & $this->registry->bf_ugp_anymediapermissions['canuse']) )
For this:
Code:

if ($this->registry->options['anymediaenable'] && ($this->registry->userinfo['permissions']['anymediapermissions'] & 1) )
(I thinks that this is because the plugin is not reading from bitfield_anymedia.xml for something like that)

dan35 03-26-2006 06:27 PM

Quote:

Originally Posted by chairman miaow
Same problem here - I put the link in the tag , but it just shows the player with a black screen....

Same here.


All times are GMT. The time now is 11:51 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.02270 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (4)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