Seite 1 von 5

Mods einbauen

Verfasst: 11.04.2006 15:52
von XxpunkboyxX[admin]
Ich habe eine wichtige frage!
da ich mein forum ein bissen pimpen will brauche ich irgendwie so komische mods und da habe ich die frage:
a)was ist das?
b)wie baue ich die ein?

Bitte per pn oder per email an webmaster@grebenstein.info melden!

Verfasst: 11.04.2006 15:54
von DreamPromise
Moin moin

Mod´s sind Modifikationen.
Wie man die einbaut steht in jedem Mod drinn.

DP

Verfasst: 11.04.2006 15:55
von BB-BF-BM
KB:modsfaq

Hab ich dir aber auch schon in einer PN gesagt!!!

Verfasst: 11.04.2006 15:59
von XxpunkboyxX[admin]
ja aber da steht immer so nen kram open edit copy ich kapitsch garnix!
das ist auch nen job siehe ==>Job Börse===>forumtuner

Verfasst: 11.04.2006 16:10
von XxpunkboyxX[admin]
kann mir denn überhaupt keiner helfen?helf mir bitte!

Verfasst: 11.04.2006 16:11
von Jan500
wenn du die KB:modsfaq richtig gelesen hättest, wüsstest du was das heißen würde -.-

sonst hilft auch http://dict.leo.org :roll:

naja und du weißt nicht was mods sind, willst sie aber haben oder wie? :-?

Jan

Verfasst: 11.04.2006 16:27
von XxpunkboyxX[admin]
ja aber ich sitze heir jetz 10 minuten dran kopiere daten... aber ic hsehe keienn unterscheid!

Verfasst: 11.04.2006 16:31
von XxpunkboyxX[admin]
da steht
#
#-----[ SQL ]------------------------------------------
#

RUN db_update_acronyme.php FROM YOUR FORUMROOT AND DELETE IT AFTER THAT !!!

FÜHRE DIE db_update_acronyme.php AUS DEINEM FORUMROOT AUS UND LÖSCHE SIE DANACH !!!
aber wenn ich darauf geghe steht da

phpBB : Kritischer Fehler

Could not connect to the database

was heißt das?

Verfasst: 11.04.2006 16:45
von Jan500
KB:Could_not_connect

Jan

Verfasst: 11.04.2006 16:55
von XxpunkboyxX[admin]
da habe ich auch keine antwort gefunden!
das steht zwar jetzt im adminmenü aber wenn ich dadrauf gehge steht da:
Could not query acronyme table

DEBUG MODE

SQL Error : 1146 Table 'hilboy.ACRONYMS_TABLE' doesn't exist

SELECT * FROM ACRONYMS_TABLE ORDER BY word_id

Line : 191
File : admin_acronyme.php

igendwie soll ich das kopieren einfügen...!

Code: Alles auswählen

## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Abkürzungen / Acronymes
## MOD Author: AWSW <  > (AWSW) http://www.awsw.de
## MOD Description: Adds a list with the Acronymes to your forum, that can be modiefied over the acp.<br><br>Fügt eine Liste mit Abkürzungen / Acronymen zu Deinem Forum hinzu, die Du über das Adminpannel bearbeiten kannst.
## MOD Version: 2.00
##
## Installation Level: easy
## Installation Time: 5 Minutes
##
## Generator: phpBB2 Mod Maker 0.1.67
##############################################################
## This MOD is released under the GPL License. Intellectual Property is retained by the MOD Author(s) listed above. http://www.gnu.org
##############################################################
## For Security Purposes, Please Check: http://www.awsw.de/ for the latest version of this MOD. Downloading this MOD from other sites could cause malicious code to enter into your phpBB Forum. You´ll find support to this MOD at http://www.phpbb.de/
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up Your Complete Database And All Files Related To This MOD !
##############################################################

#
#-----[ COPY TO FOLDER ]------------------------------------------
#

COPY phpBB2/db_update_acronyme.php TO db_update_acronyme.php
COPY phpBB2/acronyme.php TO acronyme.php
COPY phpBB2/templates/subSilver/acronyme_body.tpl TO templates/subSilver/acronyme_body.tpl
COPY phpBB2/admin/admin_acronyme.php TO admin/admin_acronyme.php
COPY phpBB2/templates/subSilver/admin/acronyms_edit_body.tpl TO templates/subSilver/admin/acronyms_edit_body.tpl
COPY phpBB2/templates/subSilver/admin/acronyms_list_body.tpl TO templates/subSilver/admin/acronyms_list_body.tpl

#
#-----[ SQL ]------------------------------------------
#

RUN db_update_acronyme.php FROM YOUR FORUMROOT AND DELETE IT AFTER THAT !!!

FÜHRE DIE db_update_acronyme.php AUS DEINEM FORUMROOT AUS UND LÖSCHE SIE DANACH !!!

#
#-----[ OPEN ]------------------------------------------
#

includes/constants.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

define('ACRONYMS_TABLE', $table_prefix.'acronyms');

#
#-----[ OPEN ]------------------------------------------
#

includes/page_header.php

#
#-----[ FIND ]------------------------------------------
#

	'L_PROFILE' => $lang['Profile'],
	'L_SEARCH' => $lang['Search'],

#
#-----[ AFTER, ADD ]------------------------------------------
#

	'L_Acronymes' => $lang['AcronymesWords_title'],

#
#-----[ OPEN ]------------------------------------------
#

language/lang_english/lang_admin.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['Acronymes'] = 'Acronymes';
$lang['AcronymesWord'] = 'Acronym';
$lang['AcronymesNo_word_selected'] = 'No Acronym selected for editing';
$lang['AcronymesWords_title'] = 'Acronymes';
$lang['AcronymesWords_explain'] = 'From this control panel you can add, edit, and remove Acronymes that will be displayed in the Acronymes-list in the Forum. The max length is 255 chars.';
$lang['AcronymesEdit_word_censor'] = 'Edit Acronym';
$lang['AcronymesReplacement'] = 'Explaination (english)';
$lang['AcronymesReplacement1'] = 'Explaination (german)';
$lang['AcronymesMust_enter_word'] = 'You must enter a Acronym, an explaination (english) and an explaination (german).';
$lang['AcronymesWord_updated'] = 'The selected Acronym has been successfully updated';
$lang['AcronymesWord_added'] = 'The Acronym has been successfully added';
$lang['AcronymesClick_return_wordadmin'] = 'Click %sHere%s to return to the Acronymes Administration';
$lang['AcronymesWord_removed'] = 'The selected Acronym has been successfully removed';
$lang['AcronymesAdd_new_word'] = 'Add new Acronym';
$lang['AcronymesUpdate_word'] = 'Update Acronym';

#
#-----[ OPEN ]------------------------------------------
#

language/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['AcronymesWord'] = 'Acronym';
$lang['AcronymesWords_title'] = 'Acronymes';
$lang['AcronymesReplacement'] = 'Explaination (english)';
$lang['AcronymesReplacement1'] = 'Explaination (german)';

#
#-----[ OPEN ]------------------------------------------
#

language/lang_german/lang_admin.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['Acronymes'] = 'Acronyme';
$lang['AcronymesWord'] = 'Acronym';
$lang['AcronymesNo_word_selected'] = 'Kein Acronym zum Editieren ausgewählt';
$lang['AcronymesWords_title'] = 'Acronyme';
$lang['AcronymesWords_explain'] = 'Hier kannst du Acronym bestimmen, die in der Acronymliste im Forum angezeigt werden. Die maximale Länge pro Feld beträgt 255 Zeichen.';
$lang['AcronymesEdit_word_censor'] = 'Acronym ändern';
$lang['AcronymesReplacement'] = 'Langform (engl.)';
$lang['AcronymesReplacement1'] = 'Langform (dt.)';
$lang['AcronymesMust_enter_word'] = 'Ein Acronym, eine Langform (engl.) und eine Langform (dt.) sind notwendig.';
$lang['AcronymesWord_updated'] = 'Das Acronym wurde aktualisiert';
$lang['AcronymesWord_added'] = 'Das Acronym wurde eingerichtet';
$lang['AcronymesClick_return_wordadmin'] = 'Klicke %shier%s, um zur Acronym-Administration zurückzukehren';
$lang['AcronymesWord_removed'] = 'Dieses Acronym wurde entfernt';
$lang['AcronymesAdd_new_word'] = 'Neues Acronym hinzufügen';
$lang['AcronymesUpdate_word'] = 'Acronym Aktualisieren';

#
#-----[ OPEN ]------------------------------------------
#

language/lang_german/lang_main.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['AcronymesWord'] = 'Acronym';
$lang['AcronymesWords_title'] = 'Acronyme';
$lang['AcronymesReplacement'] = 'Langform (engl.)';
$lang['AcronymesReplacement1'] = 'Langform (dt.)';

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------
#

&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp;

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

&nbsp;<a href="./acronyme.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_Acronymes}" hspace="3" />{L_Acronymes}</a>&nbsp;

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
kann es sein das das mit 2.0.20 nciht mehr kompatibel ist?!