ok, ich hab das Rätsel wohl teilweise gelöst ...
ich hatte "vorauseilend" in einer Projekte-Konstanten-Datei bereits einige Konstanten definiert, die zum sinnvollen gebrauch der Board-Fkt. wichtig sind ... z.B. die Definition der Tabellennamen. Bereits dort hat das Skript wegen nem Schreibfehler die ...
Die Suche ergab 6 Treffer
- 30.10.2005 17:52
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
- 30.10.2005 17:38
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
- 30.10.2005 14:34
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
- 30.10.2005 14:25
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
- 30.10.2005 12:53
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
- 29.10.2005 16:44
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Projektweite Integration eines Boards
- Antworten: 9
- Zugriffe: 2176
Projektweite Integration eines Boards
Moinmoin,
Ich hab ein Problem damit, ein phpBB in meine Projektseite einzubinden.
Ich habe in einer neuen Datei, die automatisch vom System eingebunden wird (per rekursivem Including) folgenden Code:
<?
// This code lives in $WEBROOT$/mod/phpbb_live_integration
define('IN_PHPBB',TRUE);
global ...
Ich hab ein Problem damit, ein phpBB in meine Projektseite einzubinden.
Ich habe in einer neuen Datei, die automatisch vom System eingebunden wird (per rekursivem Including) folgenden Code:
<?
// This code lives in $WEBROOT$/mod/phpbb_live_integration
define('IN_PHPBB',TRUE);
global ...