bee schreef:Deze mod heelft Multiple BBCodes nodig van wGEric.
ok dan zal ik die ff opzoeken ThnX
------------------------------------------------
opgezocht.. geupload.. uitgevoert 
kreeg dit
Code: Selecteer alles
EasyMOD successfully processed the following commands: 
Commands Processed 
OPEN    line #66  
posting.php
 
FIND    line #72  
make_jumpbox(
 
AFTERADD    line #81  
Multi_BBCode();
 
OPEN    line #86  
privmsg.php
 
FIND    line #92  
	generate_smilies('inline', PAGE_PRIVMSGS);
 
AFTERADD    line #98  
Multi_BBCode();
 
OPEN    line #103  
includes/bbcode.php
 
FIND    line #107  
$bbcode_tpl = null;
 
AFTERADD    line #111  
// MULTI BBCODE-begin
function Multi_BBCode()
{
	global $template, $lang;
	// DO NOT CHANGE THIS ARRAY
	$hotkeys = array('', 'd', 'e', 'g', 'h', 'j', 'k', 'm', 'n', 'r', 't', 'v', 'x', 'y', 'z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0');
	//NOTE: the first element of each array must be ''   Add new elements AFTER the ''
	$EMBB_widths = array('') ;
	$EMBB_values = array('') ;
	for ($i=1; $i<count($EMBB_values); $i++)
	{
		// load BBcode MODs info
		$val = ($i*2)+16 ;
		$help_lang = ( !empty($lang['bbcode_help'][(strtolower($EMBB_values[$i]))]) ) ? $lang['bbcode_help'][(strtolower($EMBB_values[$i]))] : $lang['bbcode_help'][$EMBB_values[$i]];
		$template->assign_block_vars('MultiBB', array(
			'KEY' => $hotkeys[$i],
			'NAME' => "addbbcode$val",
			'HELP' => sprintf($help_lang, $hotkeys[$i]),
			'WIDTH' => $EMBB_widths[$i],
			'VALUE' => $EMBB_values[$i],
			'STYLE' => "bbstyle($val)")
		);
	}
}
// MULTI BBCODE-end
 
OPEN    line #143  
templates/subSilver/posting_body.tpl
 
FIND    line #149  
f_help = "{L_BBCODE_F_HELP}";
 
AFTERADD    line #154  
<!-- BEGIN MultiBB -->
{MultiBB.VALUE}_help = "{MultiBB.HELP}";
<!-- END MultiBB -->
 
FIND    line #161  
	name="addbbcode16"
	</td>
 
AFTERADD    line #171  
			<!-- BEGIN MultiBB -->
			<td><span class="genmed">
			  <input type="button" class="button" accesskey="{MultiBB.KEY}" name="{MultiBB.NAME}" value="{MultiBB.VALUE}" style="width: {MultiBB.WIDTH}px" onClick="{MultiBB.STYLE}" onMouseOver="helpline('{MultiBB.VALUE}')" />
			  </span></td>
			<!-- END MultiBB -->
 
FIND    line #180  
	name="addbbcode18"
 
IN-LINE FIND    line #189  
name="addbbcode18"
 
IN-LINE REPLACE    line #195  
name="addbbcodefontcolor"
 
IN-LINE FIND    line #201  
this.form.addbbcode18.options
 
IN-LINE REPLACE    line #207  
this.form.addbbcodefontcolor.options
 
IN-LINE FIND    line #213  
this.form.addbbcode18.selectedIndex
 
IN-LINE REPLACE    line #219  
this.form.addbbcodefontcolor.selectedIndex
 
FIND    line #225  
	name="addbbcode20"
 
IN-LINE FIND    line #233  
name="addbbcode20"
 
IN-LINE REPLACE    line #239  
name="addbbcodefontsize"
 
IN-LINE FIND    line #245  
this.form.addbbcode20.options
 
IN-LINE REPLACE    line #251  
this.form.addbbcodefontsize.options
 
IN-LINE FIND    line #257  
this.form.addbbcode20.selectedIndex
 
IN-LINE REPLACE    line #263  
this.form.addbbcodefontsize.selectedIndex
 
OPEN    line #268  
language/lang_english/lang_main.php
 
FIND    line #273  
$lang['bbcode_f_help']
 
AFTERADD    line #281  
//
// bbcode help format goes like this
// $lang['bbcode_help']['value'] = 'BBCode Name: Info (Alt+%s)';
//
// value is what you put in $EMBB_values in posting.php
// %s gets replaced with the automatic hotkey that the bbcode gets assigned
//
$lang['bbcode_help']['value'] = 'BBCode Name: Info (Alt+%s)';
 
CLOSE    line #294  
 
heb geklickt op next step .. toen kreeg ik
Code: Selecteer alles
No SQL to process. Click 'Complete Installation' to proceed
dus geklikt op ''comeplete installation'' 
.. en toen kwam dit .. :/ :S:'(
[/code]Could not obtain EasyMod information
DEBUG MODE
SQL Error : 1146 Table 'dutchdevil.phpbb4_easymod' doesn't exist
INSERT INTO phpbb4_easymod ( mod_file, mod_title, mod_version, mod_author_handle, mod_author_email, mod_author_url, mod_author_name, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited) VALUES ( 'Multi_BBCode/multi-bbc-1-4-0.mod', 'Multiple BBCode MOD', '1.4.0c', 'Nuttzy99', '
nospam@blizzhackers.com', '
http://www.blizzhackers.com', 'n/a', 'Allows you to install BBCode MODs that add quick BBCode buttons in post edits. Without this MOD, there is no standard way of installing BBCode MODs.', 1117910767, '2.0.15', 'subSilver', 'english', 5)
Line : 2888
File : admin_easymod.php[/code]
denk dat dit niet goed is gegaan? wete eimand wat ik foutheb gedaan ?