![]() |
The one I released will work with 3.5
|
Quote:
Code:
Database error in vBulletin 3.5.3: |
I would probably post your question in the new mod that nix uploaded...in the thread he created for it.
|
Quote:
|
Quote:
and import crist product ;) and everything is ok now |
I have Christs Version installed already. So, i only need to upload nix files without installing any product, right? Does youtube work for you?
Thx, Kars |
Quote:
Youtube work fine after uploaded nix file see here http://www.egyptsons.com/misr/showpo...41&postcount=1 |
This is the error message that I get when I try to load the Mod. The Player used to work fine up until about a month ago.... then I kept getting the "FAILED" message.
Once I reloaded this option, it seems to have gotten a whole lot worse.... I think that I am going to have to look for a better stable option is there is no support on this Mod now...... it's a pity... it used to be good... Database error in vBulletin 3.5.4: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', 'AnyMedia: Create BBCode', 'bbcode_create', 'if ($this->registry->options[\'anymediaenable\'] && ($this->registry->userinfo[\'permissions\'][\'anymediapermissions\'] & $this->registry->bf_ugp_anymediapermissions[\'canuse\']) )\r\n{\r\n // [MEDIA]\r\n $this->tag_list[\'option\'][$this->registry->options[\'anymediatag\']] = array(\r\n \'callback\' => \'handle_external\',\r\n \'strip_empty\' => true,\r\n \'stop_parse\' => true,\r\n \'disable_smilies\' => true,\r\n \'disable_wordwrap\' => true,\r\n \'strip_space_after\' => 1,\r\n \'external_callback\' => \'handle_bbcode_media\'\r\n );\r\n $this->tag_list[\'no_option\'][$this->registry->options[\'anymediatag\']] = array(\r\n \'callback\' => \'handle_external\',\r\n \'strip_empty\' => true,\r\n \'stop_parse\' => true,\r\n \'disable_smilies\' => true,\r\n \'disable_wordwrap\' => true,\r\n \'strip_space_after\' => 1,\r\n \'external_callback\' => \'handle_bbcode_media\'\r\n );\r\n if (!function_exists(\'handle_bbcode_media\'))\r\n {\r\n /**\r\n * Handles a match of the [media] tag that will be displayed as an media object\r\n * Author Crist Chsu\r\n * @param object A reference to this BB code parser.\r\n * @param string code of the media.\r\n * @param string option of the media.\r\n * @return string HTML representation of the media\r\n */\r\n function handle_bbcode_media( &$parser, $text, $options=\'\' )\r\n {\r\n global $vbphrase, $stylevar;\r\n if($parser->registry->userinfo[\'permissions\'][\'anymediapermissions\'] & $parser->registry->bf_ugp_anymediapermissions[\'canuse\']) {\r\n $text = str_replace(array(\'[\', \']\'), array(\'[\', \']\'), $text);\r\n $text = strip_bbcode($text, true, true, false);\r\n if($parser->is_wysiwyg()) {\r\n return \'[\' . $parser->registry->options[\'anymediatag\'] . iif($options, \'="\' . $options . \'"\') . \']\' . $text . \'[/\' . $parser->registry->options[\'anymediatag\'] . \']\';\r\n } else {\r\n include_once \'class_anymedia.php\';\r\n $anyMedia = new Anymedia($parser->registry);\r\n $media = $anyMedia->fetch($text, $options);\r\n $media[\'layout\'] = $media[\'width\'] + $stylevar[\'cellpadding\'] * 2 + $stylevar[\'cellspacing\'] * 4;\r\n eval(\'$text = \"\' . fetch_template(\'anymedia\') . \'\";\');\r\n return $text;\r\n }\r\n } else {\r\n return $vbphrase[\'anymedia_no_permissions\'];\r\n }\r\n }\r\n }\r\n}', 'anymedia'); |
or - you could read back a few pages and learn that Nix has taken on this mod and has run with it:
https://vborg.vbsupport.ru/showthread.php?t=150491 |
in the XML file
Find all: <plugin active="1" executionorder="5"> change to: <plugin active="1"> This will work! /Mike Quote:
|
All times are GMT. The time now is 07:44 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|