Finde $EMBB_keys = array('' nicht.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
dannyjansen
- Mitglied
- Beiträge: 129
- Registriert: 18.11.2003 18:15
- Wohnort: Schnaitsee
- Kontaktdaten:
Finde $EMBB_keys = array('' nicht.
Hallo,
ich finde in der Datei posting.php die Code zeile
$EMBB_keys = array(''
$EMBB_widths = array(''
$EMBB_values = array(''
nicht.
Warum?
Danny
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.
Weil diese Variablen nicht zu einem Standard-phpBB gehören. Was hast du denn vor?dannyjansen hat geschrieben:Warum?
-
dannyjansen
- Mitglied
- Beiträge: 129
- Registriert: 18.11.2003 18:15
- Wohnort: Schnaitsee
- Kontaktdaten:
Ich will einen Flash mod install. Den habe ich von dort:http://www.phpbb.com/phpBB/viewtopic.php?t=126324
Siehe hier:
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(''
Zuletzt geändert von dannyjansen am 24.04.2004 11:02, insgesamt 1-mal geändert.
-
dannyjansen
- Mitglied
- Beiträge: 129
- Registriert: 18.11.2003 18:15
- Wohnort: Schnaitsee
- Kontaktdaten:
-
dannyjansen
- Mitglied
- Beiträge: 129
- Registriert: 18.11.2003 18:15
- Wohnort: Schnaitsee
- Kontaktdaten:
-
dannyjansen
- Mitglied
- Beiträge: 129
- Registriert: 18.11.2003 18:15
- Wohnort: Schnaitsee
- Kontaktdaten: