The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Dammit. Still getting fatal errors.
Fatal error: Call to undefined function: bbcode_deck() in <snip>/includes/class_bbcode.php on line 1426 Dammit. I can't evaluate which line it is effectively at this point... your method didn't work. Code:
$tag_list['option']['deck'] = array( 'callback' => 'handle_external', 'strip_space_after' => 2, 'strip_empty' => true, 'external_callback' => 'bbcode_deck' ); Code:
require_once("http://forums.mtgdarkness.com/includes/bbcode_deck.php"); The bbcode_deck.php file is basically this: Code:
<?php function bbcode_deck($body, $name) { (working function goes here) } ?> ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|