Seite 1 von 1

Global Topic Ver. 1.1.2 Mir fehlt ne Datei!!!

Verfasst: 02.05.2007 18:36
von aquariumfan
Hilfe ich soll folgendes tun doch im includes folder hab ich garkeine def_auth.php, was soll ich jetzt tun? Hab den Mod doch fast fertig installiert...

Code: Alles auswählen

# 
#-----[ OPEN ]------------------------------------------------ 
# 
includes/def_auth.php

# 
#-----[ FIND ]------------------------------------------------ 
# 
	//                View      Read      Post      Reply     Edit     Delete    Sticky   Announce	Globalannounce Vote  Poll

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
	// Globaltopic added

# 
#-----[ FIND ]------------------------------------------------ 
# 
$simple_auth_ary = array(
0  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
# 
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
1  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
2  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
3  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
4  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
5  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
6  => array(

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
),

# 
#-----[ IN-LINE BEFORE, ADD ]--------------------------------- 
#
, AUTH_MOD

# 
#-----[ FIND ]------------------------------------------------ 
# 
$field_names = array(
	'auth_view' => $lang['View'],
	'auth_read' => $lang['Read'],
	'auth_post' => $lang['Post'],
	'auth_reply' => $lang['Reply'],
	'auth_edit' => $lang['Edit'],
	'auth_delete' => $lang['Delete'],
	'auth_sticky' => $lang['Sticky'],
	'auth_announce' => $lang['Announce'],
	'auth_globalannounce' => $lang['Globalannounce'],
	'auth_vote' => $lang['Vote'],
	'auth_pollcreate' => $lang['Pollcreate']
);

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
	'auth_pollcreate' => $lang['Pollcreate']

# 
#-----[ IN-LINE REPLACE WITH ]-------------------------------- 
#
	'auth_pollcreate' => $lang['Pollcreate'],
	'auth_globaltopic' => $lang['Globaltopic']


# 
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------- 
# 
# EoM

Verfasst: 02.05.2007 18:39
von Michael Zacher
In der Datei steht doch oben bei der Beschreibung:
##############################################################
## MOD Title: Global topic
## MOD Author: OXPUS < webmaster@oxpus.de > (Karsten Ude) http://www.oxpus.de
## MOD Description: This mod, makes it possible to post global topics viewable in all forums.
## Part 3: Required part for boards with Categories Hierarchy Mod Release 2.0.x.
## MOD Version: 1.1.2
##
## Installation Level: Intermediate
## Installation Time: 2 Minutes
## Files To Edit: 1
## includes/def_auth.php
##
## Included Files: n/a
##

Verfasst: 02.05.2007 18:42
von aquariumfan
Ahh danke hab in meinem Panikanfall nichts mehr auf die Reihe bekommen...lol :D