Seite 1 von 1
Finde $EMBB_keys = array('' nicht.
Verfasst: 24.04.2004 10:33
von dannyjansen
Hallo,
ich finde in der Datei posting.php die Code zeile
$EMBB_keys = array(''
$EMBB_widths = array(''
$EMBB_values = array(''
nicht.
Warum?
Danny
Re: Finde $EMBB_keys = array('' nicht.
Verfasst: 24.04.2004 10:56
von Schumi
dannyjansen hat geschrieben:Warum?
Weil diese Variablen nicht zu einem Standard-phpBB gehören. Was hast du denn vor?
Verfasst: 24.04.2004 10:58
von dannyjansen
Ich will einen Flash mod install. Den habe ich von dort:
http://www.phpbb.com/phpBB/viewtopic.php?t=126324
Siehe hier:
Code: Alles auswählen
##############################################################
## MOD Title: Macromedia Flash Player BBcode MOD, for QBB
## MOD Author: davidls < davidls14@yahoo.com.au > (David Smith) http://www27.brinkster.com/bb2c
## MOD Description: This mod adds a flash tag to your forum, this version removes the need to use the loop param,
## and if you want you can remove the width and height params as well.
## MOD Version: 2.0.6
##
## Installation Level: easy
## Installation Time: 8 minutes
## Files To Edit: includes/bbcode.php
## posting.php
## language/lang_english/lang_main.php
## language/lang_english/lang_bbcode.php
## templates/subSilver/bbcode.tpl
## templates/subSilver/posting_body.tpl
## language/lang_english/lang_bbcode.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/
##############################################################
## Author Notes: please not only the follow syntax works
##
## [flash width=123 height=123 loop=true|false]http://mydomain.com/myfile.swf[/flash]
## [flash width=123 height=123]http://mydomain.com/myfile.swf[/flash]
## [flash]http://mydomain.com/myfile.swf[/flash]
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
# IMPORTANT: You MUST first install the Multi Quick BBCode Mod.
#
#
#-----[ OPEN ]---------------------------------
#
posting.php
#
#-----[ FIND ]---------------------------------
#
$EMBB_keys = array(''
$EMBB_widths = array(''
$EMBB_values = array(''
Verfasst: 24.04.2004 11:02
von Schumi
dannyjansen hat geschrieben:#
# IMPORTANT: You MUST first install the Multi Quick BBCode Mod.
#
Das fehlt wohl bei dir.
Verfasst: 24.04.2004 11:05
von dannyjansen
Wo kriege ich das den her? Kann ich es auch ohne machen?
Verfasst: 24.04.2004 11:12
von Schumi
Verfasst: 24.04.2004 11:13
von dannyjansen
OK Danke.
Verfasst: 24.04.2004 18:20
von dannyjansen
Ich habe das Mod genau nach anleitung install. kannst du mir sagen warum bei mir immer nur der Code angezeigt wird?