Seite 1 von 1

Bookmark MOD

Verfasst: 26.12.2003 14:10
von hihocs
da steht :


#-----[ OPEN ]------------------------------------------------
#
posting.php

#
#-----[ FIND ]------------------------------------------------
#
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'includes/functions_bookmark.'.$phpEx);





den roten teil gibts bei mir aber nicht ...
posting.php:

Code: Alles auswählen

<?php
/***************************************************************************
 *                                posting.php
 *                            -------------------
 *   begin                : Saturday, Feb 13, 2001
 *   copyright            : (C) 2001 The phpBB Group
 *   email                : support@phpbb.com
 *
 *   $Id: posting.php,v 1.159.2.18 2003/06/07 17:52:31 acydburn Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);
bitte helft mir

Verfasst: 26.12.2003 14:12
von Acid
Ich hab deinen geposteten Code mal ein wenig gekürzt.. findest du es jetzt ?

Verfasst: 26.12.2003 14:13
von Leuchte
include($phpbb_root_path . 'includes/bbcode. ' .$phpEx);
wenn du etwas auf anhieb nicht findest, such nur nach auszügen, nicht nach dem ganzen

Verfasst: 26.12.2003 14:15
von hihocs
thxxx