eXtreme Styles mod 2

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
kevin2006
Mitglied
Beiträge: 32
Registriert: 16.02.2006 19:52
Kontaktdaten:

eXtreme Styles mod 2

Beitrag von kevin2006 »

Hallo.
Ich wollte einen neuen Style installieren und dort stand das ich den eXtreme Styles mod 2 brauche. Den wollte ich jetzt installieren, nur ich weiß nicht wie und mein englisch ist nicht gerade das beste.
In der Readme steht folgendes:
#################################################################
## MOD Title: eXtreme Styles mod 2
## MOD Author: CyberAlien <no@public.email> (CyberAlien) http://www.phpbbstyles.com
## MOD Description:
## This mod is heavily optimized version of phpBB templates system
## and has some additional features. It compiles and executes
## files much faster, has cache system that speeds up templates
## many times, allowes to use php in templates and few other new
## features to style designers. Also it has huge control panel
## that replaces phpBB styles management with more efficient
## easy to use functions. It also allowes to quickly import/export
## styles using .style format.
## MOD Version: 2.3.1
##
## Installation Level: Easy
## Installation Time: 1-2 Minutes
## Files To Edit (0):
## Included Files (64): admin/admin_xs.php,
## admin/xs_cache.php
## admin/xs_chmod.php
## admin/xs_clone.php
## admin/xs_config.php
## admin/xs_download.php
## admin/xs_edit.php
## admin/xs_edit_data.php
## admin/xs_export.php
## admin/xs_export_data.php
## admin/xs_frame_top.php
## admin/xs_frameset.php
## admin/xs_import.php
## admin/xs_include.php
## admin/xs_include_import.php
## admin/xs_include_import2.php
## admin/xs_index.php
## admin/xs_install.php
## admin/xs_style_config.php
## admin/xs_styles.php
## admin/xs_uninstall.php
## admin/xs_update.php
## admin/xs_main.cfg
## language/lang_english/lang_xs.php
## xs_mod/formIE.css
## xs_mod/images/button.gif
## xs_mod/images/cellpic1.gif
## xs_mod/images/cellpic2.jpg
## xs_mod/images/cellpic3.gif
## xs_mod/images/cellpic4.gif
## xs_mod/images/dot.gif
## xs_mod/images/spacer.gif
## xs_mod/images/top_bg.gif
## xs_mod/images/top_bg2.gif
## xs_mod/images/top_logo.jpg
## xs_mod/style.css
## xs_mod/tpl/cache.tpl
## xs_mod/tpl/clone.tpl
## xs_mod/tpl/clone2.tpl
## xs_mod/tpl/config.tpl
## xs_mod/tpl/downloads.tpl
## xs_mod/tpl/edit.tpl
## xs_mod/tpl/edit_data.tpl
## xs_mod/tpl/edit_data_list.tpl
## xs_mod/tpl/edit_file.tpl
## xs_mod/tpl/export.tpl
## xs_mod/tpl/export2.tpl
## xs_mod/tpl/export_data.tpl
## xs_mod/tpl/export_data2.tpl
## xs_mod/tpl/frame_top.tpl
## xs_mod/tpl/frameset.tpl
## xs_mod/tpl/ftp.tpl
## xs_mod/tpl/import.tpl
## xs_mod/tpl/import2.tpl
## xs_mod/tpl/index.tpl
## xs_mod/tpl/install.tpl
## xs_mod/tpl/message.tpl
## xs_mod/tpl/style_config.tpl
## xs_mod/tpl/styles.tpl
## xs_mod/tpl/uninstall.tpl
## xs_mod/tpl/update.tpl
## xs_mod/tpl/update2.tpl
## xs_mod/tpl/xs_footer.tpl
## xs_mod/tpl/xs_header.tpl
## Files To Overwrite (1): includes/template.php
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##
## Important:
##
## Create directory "cache" within your phpBB2 root folder (if it isn't created
## yet) and chmod it to 777 (or change the owner to you httpd-servers owner).
##
## If you do not know how to CHMOD this article should help you:
## http://www.phpbb.com/kb/article.php?article_id=22
##
##
## Important:
##
## When upgrading from mod version 1.19 or older version you MUST delete all
## files of old mod from directory "admin".
##
## Latest version of this mod can be found at this url:
## http://www.phpbbstyles.com
##
## Additional documentation for this mod can be found at this url:
## http://www.phpbbstyles.com/viewforum.php?f=6
##
##
## MOD Features:
## - Fast templates compilation algorythm
## - Fast templates execution (even if not cached)
## - Cache system that doesn't use database
## - Auto-check errors in templates while compiling
## - Almost all features of this mod can be configured in acp
## - PHP code in templates. PHP code should start with
## <?php or <!-- PHP --> and end with ?> or <!-- ENDPHP -->
## Short tags are not allowed. See manual for examples of code.
## - Unlimited <!-- BEGIN blah --><!-- END blah --> switches in one line.
## - Include other tpl files with <!-- INCLUDE file.tpl -->
## - You can configure separate .tpl files for usual template.php
## and eXtreme Styles template.php. It can be configured in xs.cfg
## (like jumpbox.tpl for usual phpbb and jumpbox_xs.tpl for xs mod
## that is included with this mod)
## - Variable {LANG} that corresponds to current language. Can be
## used to create truly multi-lingual templates (you can use this
## in urls: "images/lang_{LANG}/icon_blah.gif").
## - Variable {PHP} that corresponds to file extension with session
## data. Can be used to avoid modding when you need to add some
## url (like "somescript.{PHP}" or "script.{PHP}test=1")
## Variable contains "?" or "&" at the end so you could easily
## add arguments to url.
## - Variable {TEMPLATE} that corresponds to current template
## directory (like "templates/subSilver/"). Can be used to avoid
## filenames case confusion and to fix phpBB path error when
## confirm_body.tpl and message_body.tpl are used in acp.
## - In admin control panel you can switch all users from one style
## to another and easily change default style.
## New Features in 2.0:
## - Faster template compilation
## - Mod has its own interface independant from current style
## - Mod completely replaces phpBB styles management
## - Cache management
## - Import/Export styles
## - Clone templates and styles
## - Better install/uninstall for styles
## - Templates editor. Can also edit text files and .htaccess
## - Tokens IF, ELSEIF, ELSE, ENDIF, DEFINE, UNDEFINE
## New Features in 2.1:
## - Built-in support for Category Hierarchy mod 2.1.x
## - Style configuration (applies only to complex configurable styles)
## New Features in 2.2:
## - Support for BEGINELSE command
##
## /***************************************************************************
## *
## * 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.
## *
## ***************************************************************************/
##
##############################################################
## MOD History:
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]------------------------------------------
#

copy root/admin/admin_xs.php to admin/admin_xs.php
copy root/admin/xs_cache.php to admin/xs_cache.php
copy root/admin/xs_chmod.php to admin/xs_chmod.php
copy root/admin/xs_clone.php to admin/xs_clone.php
copy root/admin/xs_config.php to admin/xs_config.php
copy root/admin/xs_download.php to admin/xs_download.php
copy root/admin/xs_edit.php to admin/xs_edit.php
copy root/admin/xs_edit_data.php to admin/xs_edit_data.php
copy root/admin/xs_export.php to admin/xs_export.php
copy root/admin/xs_export_data.php to admin/xs_export_data.php
copy root/admin/xs_frame_top.php to admin/xs_frame_top.php
copy root/admin/xs_frameset.php to admin/xs_frameset.php
copy root/admin/xs_import.php to admin/xs_import.php
copy root/admin/xs_include.php to admin/xs_include.php
copy root/admin/xs_include_import.php to admin/xs_include_import.php
copy root/admin/xs_include_import2.php to admin/xs_include_import2.php
copy root/admin/xs_index.php to admin/xs_index.php
copy root/admin/xs_install.php to admin/xs_install.php
copy root/admin/xs_style_config.php to admin/xs_style_config.php
copy root/admin/xs_styles.php to admin/xs_styles.php
copy root/admin/xs_uninstall.php to admin/xs_uninstall.php
copy root/admin/xs_update.php to admin/xs_update.php
copy root/admin/xs_main.cfg to admin/xs_main.cfg
copy root/includes/template.php to includes/template.php
copy root/language/lang_english/lang_xs.php to language/lang_english/lang_xs.php
copy root/xs_mod/formIE.css to xs_mod/formIE.css
copy root/xs_mod/images/button.gif to xs_mod/images/button.gif
copy root/xs_mod/images/cellpic1.gif to xs_mod/images/cellpic1.gif
copy root/xs_mod/images/cellpic2.jpg to xs_mod/images/cellpic2.jpg
copy root/xs_mod/images/cellpic3.gif to xs_mod/images/cellpic3.gif
copy root/xs_mod/images/cellpic4.gif to xs_mod/images/cellpic4.gif
copy root/xs_mod/images/dot.gif to xs_mod/images/dot.gif
copy root/xs_mod/images/spacer.gif to xs_mod/images/spacer.gif
copy root/xs_mod/images/top_bg.gif to xs_mod/images/top_bg.gif
copy root/xs_mod/images/top_bg2.gif to xs_mod/images/top_bg2.gif
copy root/xs_mod/images/top_logo.jpg to xs_mod/images/top_logo.jpg
copy root/xs_mod/style.css to xs_mod/style.css
copy root/xs_mod/tpl/cache.tpl to xs_mod/tpl/cache.tpl
copy root/xs_mod/tpl/clone.tpl to xs_mod/tpl/clone.tpl
copy root/xs_mod/tpl/clone2.tpl to xs_mod/tpl/clone2.tpl
copy root/xs_mod/tpl/config.tpl to xs_mod/tpl/config.tpl
copy root/xs_mod/tpl/downloads.tpl to xs_mod/tpl/downloads.tpl
copy root/xs_mod/tpl/edit.tpl to xs_mod/tpl/edit.tpl
copy root/xs_mod/tpl/edit_data.tpl to xs_mod/tpl/edit_data.tpl
copy root/xs_mod/tpl/edit_data_list.tpl to xs_mod/tpl/edit_data_list.tpl
copy root/xs_mod/tpl/edit_file.tpl to xs_mod/tpl/edit_file.tpl
copy root/xs_mod/tpl/export.tpl to xs_mod/tpl/export.tpl
copy root/xs_mod/tpl/export2.tpl to xs_mod/tpl/export2.tpl
copy root/xs_mod/tpl/export_data.tpl to xs_mod/tpl/export_data.tpl
copy root/xs_mod/tpl/export_data2.tpl to xs_mod/tpl/export_data2.tpl
copy root/xs_mod/tpl/frame_top.tpl to xs_mod/tpl/frame_top.tpl
copy root/xs_mod/tpl/frameset.tpl to xs_mod/tpl/frameset.tpl
copy root/xs_mod/tpl/ftp.tpl to xs_mod/tpl/ftp.tpl
copy root/xs_mod/tpl/import.tpl to xs_mod/tpl/import.tpl
copy root/xs_mod/tpl/import2.tpl to xs_mod/tpl/import2.tpl
copy root/xs_mod/tpl/index.tpl to xs_mod/tpl/index.tpl
copy root/xs_mod/tpl/install.tpl to xs_mod/tpl/install.tpl
copy root/xs_mod/tpl/message.tpl to xs_mod/tpl/message.tpl
copy root/xs_mod/tpl/style_config.tpl to xs_mod/tpl/style_config.tpl
copy root/xs_mod/tpl/styles.tpl to xs_mod/tpl/styles.tpl
copy root/xs_mod/tpl/uninstall.tpl to xs_mod/tpl/uninstall.tpl
copy root/xs_mod/tpl/update.tpl to xs_mod/tpl/update.tpl
copy root/xs_mod/tpl/update2.tpl to xs_mod/tpl/update2.tpl
copy root/xs_mod/tpl/xs_footer.tpl to xs_mod/tpl/xs_footer.tpl
copy root/xs_mod/tpl/xs_header.tpl to xs_mod/tpl/xs_header.tpl

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
CHMOD directory "cache" to 0777

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Danke.
IPB_Flüchtling
Mitglied
Beiträge: 1862
Registriert: 23.12.2004 22:46

Beitrag von IPB_Flüchtling »

Ahoi,

alles zum Thema Mod-Installieren findest Du hier: KB:18

Und so stellt man eine längere Datei zum Download bereit: KB:81

Der eXtreme Styles mod lässt sich ja leicht installieren - man muss fast nur Dateien hochladen. Wird also schon funktionieren! :)

LG, IPB_Flüchtling
kevin2006
Mitglied
Beiträge: 32
Registriert: 16.02.2006 19:52
Kontaktdaten:

Beitrag von kevin2006 »

Ahoi^^,
O.k danke ich werds hochladen :grin: !
Aber man muss das doch bestimmt in einer bestimmten Formation hochladen oder? Also in bestimmte Ordner. Oder einfach ins phpbb2-Verzeichnis?
Benutzeravatar
Gumfuzi
Ehemaliges Teammitglied
Beiträge: 2454
Registriert: 26.03.2004 22:25
Wohnort: Linz, AT
Kontaktdaten:

Beitrag von Gumfuzi »

die gleiche Struktur:
root = phpBB2 (bzw. Dein Forum-Root)
aller untergeordneten Ordner sollten schon auf dem Webspace vorhanden sein. (immer auf die gleichen Namen achten)

Ja, der Mod bringt schon etwas! *auchheutegetestethab*
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

die Ordnersturktur ist eigentlich im Downloadpaket schon vorgegeben. (alles was dort im Ordner admin ist muss auch auf deinem Webspace in den Ordner admin)
Es liegt aber auch eine Installationsanleitung bei wo genau drinsteht was wohin muss :wink:

Markus
kevin2006
Mitglied
Beiträge: 32
Registriert: 16.02.2006 19:52
Kontaktdaten:

Beitrag von kevin2006 »

Hi,
o.k danke schonmal ich hab jetzt alle Dateien in den (so hoffe ich :grin: ) richtigen Ordnern. Nun kommt im ACP im Linken Frame wo normal die Navigation ist folgende Warnung:
Warning: main(./../language/lang_german/lang_clown_album.php) [function.main]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /usr/export/www/vhosts/funnetwork/hosting/yourfavourite/phpBB2/admin/admin_album_config_clown.php on line 15
Ich glaube das hängt mit dem neuen Style den ich genommen hab zusammen (Artemis). Für welchen ich auch den eXtreme Styles mod brauche.
Ich frag mich wo ich diese Datei herbekomme, weil ich noch nie was von der gehört habe und ich hab sie auch noch nie gesehen^^
SoLo1905

Beitrag von SoLo1905 »

Warning: main(./../language/lang_german/lang_clown_album.php) [function.main]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /usr/export/www/vhosts/funnetwork/hosting/yourfavourite/phpBB2/admin/admin_album_config_clown.php on line 15
kevin2006
Mitglied
Beiträge: 32
Registriert: 16.02.2006 19:52
Kontaktdaten:

Beitrag von kevin2006 »

Jaja soweit war ich schon :)
Aber woher soll ich die Datei nehmen?
Ich find die Niergends.
kevin2006
Mitglied
Beiträge: 32
Registriert: 16.02.2006 19:52
Kontaktdaten:

Beitrag von kevin2006 »

Ich finds komisch, dass da nach einer Datei verlangt wird, und nimand weiß wo es die gibt!
Kann mir wirklich keiner helfen?
Gulaschk@none
Mitglied
Beiträge: 1542
Registriert: 17.01.2006 12:43

Beitrag von Gulaschk@none »

welchen album mod hast du den installiert ???
Antworten

Zurück zu „phpBB 2.0: Mod Support“