Seite 1 von 1

Frage zu attachment Mod

Verfasst: 18.06.2005 23:39
von tidos75
Möchte in meinem Forum gerne den Attachment Mod einbauen nur leider ist mein englisch nicht so toll :-(
Gibt es eventuell eine Deutsche Schritt für schritt Anleitung oder eine Deutsche phpBB2 Version in der der Mod schon Drin ist?
Habe mir den Mod und die Deutsche Hilfe von http://www.opentools.de runtergeladen aber werde daraus nicht schlau.Könnte mir Bitte jemand dabei helfen oder eine phpbb2 Version mit meinem Skin erstellen mit dem Mod drin den ich dann auf meinem Webspace Installieren kann?
Habe nun 3 Tage rum probiert und getestet.Kriege es aber nicht hin :-(
Sehe ich das richtig das ich eine DB für das Forum benötige und eine Db für den Mod?
Bin für jede Hilfe Dankbar
Habe das phpBB2-2.0.15-deutsch mit dem Skin AdIninitum

Tidos75@freenet.de

Verfasst: 18.06.2005 23:49
von rabbit
hast du dir die KB:modsfaq schon durchgelesen? wenn ja, lies sie nochmal... ;)
im grunde benötigt man zum einbau von MODs nur absolutes basis-englisch sozusagen und das lernt man heutzutage in der 7. oder 8. klasse (denke ich, war früher jedenfalls so...).
ansonsten hilft im zweifelsfall immer der gute alte langenscheidt. :)

jo

Verfasst: 19.06.2005 00:08
von tidos75
danke dieser Kommentar hat mir jetzt sehr weiter geholfen

jo

Verfasst: 19.06.2005 13:48
von tidos75
So habe nun die schritt für schritt anleitung befolgt
nur verwende ich das adfinitum Style
wenn ich im Admin Bereich auf Attachments-Control Panel Klicke bekomme ich folgende Fehlermeldung :
Fatal error: Call to undefined function: get_var() in /var/www/meine Seite/htdocs/board/admin/admin_attach_cp.php on line 62

in der Zeile steht:

//
// Init Variables
//
$start = get_var('start', 0);

if(isset($HTTP_POST_VARS['order']))
{
$sort_order = ($HTTP_POST_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';
}
else if(isset($HTTP_GET_VARS['order']))
{
$sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';
}
else
{
$sort_order = '';
}

$mode = get_var('mode', '');
$view = get_var('view', '');

if(isset($HTTP_GET_VARS['uid']) || isset($HTTP_POST_VARS['u_id']))
{
$uid = (isset($HTTP_POST_VARS['u_id'])) ? $HTTP_POST_VARS['u_id'] : $HTTP_GET_VARS['uid'];
}
else
{
$uid = '';
}

$view = ( $HTTP_POST_VARS['search'] ) ? 'attachments' : $view;

//
// process modes based on view
//
if ($view == 'username')
{
$mode_types_text = array($lang['Sort_Username'], $lang['Sort_Attachments'], $lang['Sort_Size']);
$mode_types = array('username', 'attachments', 'filesize');

if (empty($mode))
{
$mode = 'attachments';
$sort_order = 'DESC';
}
}
else if ($view == 'attachments')
{
$mode_types_text = array($lang['Sort_Filename'], $lang['Sort_Comment'], $lang['Sort_Extension'], $lang['Sort_Size'], $lang['Sort_Downloads'], $lang['Sort_Posttime'], /*$lang['Sort_Posts']*/);
$mode_types = array('real_filename', 'comment', 'extension', 'filesize', 'downloads', 'post_time'/*, 'posts'*/);

if (empty($mode))
{
$mode = 'real_filename';
$sort_order = 'ASC';
}
}
else if ($view == 'search')
{
$mode_types_text = array($lang['Sort_Filename'], $lang['Sort_Comment'], $lang['Sort_Extension'], $lang['Sort_Size'], $lang['Sort_Downloads'], $lang['Sort_Posttime'], /*$lang['Sort_Posts']*/);
$mode_types = array('real_filename', 'comment', 'extension', 'filesize', 'downloads', 'post_time'/*, 'posts'*/);

$sort_order = 'DESC';
}
else
{
$view = 'stats';
$mode_types_text = array();
$sort_order = '';
}


//


wenn ich auf Attachments-Einstellungen Klicke habe ich ds Atachments Menü aber ohne Text
wenn ich auf Attachments-Quota limits Klicke fehlt auch ein teil des Textes

wenn ich auf Attachments-Shadow attachments Klicke bekomme ich eine auflistung von PHP Dateien zu sehen ist das richtig?Die Dateien sind:
common.php
config.php
uacp.php
extension.inc
faq.php
groupcp.php
login.php
memberlist.php
modcp.php
posting.php
privmsg.php
profile.php
search.php
viewforum.php
viewonline.php
viewtopic.php
download.php
attach_rules.php
daneben ist dann immer ein Kästchen zum löschen der Dateien

wenn ich auf Attachments-Sync attachments Klicke
kommt folgenes:
Sync Topics
.


Sync Posts


Sync Thumbnails

mehr nicht :-(
Bitte bitte bitte um schnelle Hilfe :oops: