Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2025 Jan 25 - 11:13 PM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Tue Dec 20, 2005 10:39 pm Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
Create a slideshow from images in a folder.
The images will be counted automatic, so you dont have to edit any files after installing.
All new uploaded images will be automatic included in the slideshow.
Download the zip, all the needed file are in there.
Code: |
-
- ##############################################################
- ## MOD Title: php_SlideShow
- ## MOD Author: Wicher, with thank to Thoul
- ## MOD Description: Create a slideshow from images in a folder.
- ## The images will be counted automatic, so you dont have to edit any files after installing.
- ## All new uploaded images will be automatic included in the slideshow.
- ## MOD Version: 1.0.0
- ## PHPBB version: 2.0.17
- ## NOT TESTED WITH EASYMOD
- ## Installation Level: Easy
- ## Installation Time: 5 minutes
- ## Files to Edit: includes/page_header.php
- ## language/lang_english/lang_main.php
- ##
- ##
- ## Included Files: php_slideshow.php
- ## php_slideshow.tpl
- ##############################################################
- ## Author Notes:
- ## Mod created with thanks to Thoul
- ##
- ## Create a folder named images/slideshow
- ## Then add the pictures in here, numbering them from 1.jpg to whatever you like
- ##
- ## DEMO: http://www.wichersmods.nl/dc/php_slideshow.php
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
-
- #
- #-----[ UPLOAD ]------------------------------------------
- #
- Copy php_slideshow.php to php_slideshow.php
- Copy php_slideshow.tpl to templates/subSilver/php_slideshow.tpl
- #
- #-----[ OPEN ]------------------------------------------
- #
- includes/page_header.php
- #
- #-----[ FIND ]------------------------------------------
- #
- 'L_USERNAME' => $lang['Username'],
- #
- #-----[ BEFORE, ADD ]------------------------------------------
- #
- 'L_PHP_SLIDESHOW_EXPLAIN1' => $lang['php_slideshow_explain1'],
- 'L_PHP_SLIDESHOW_EXPLAIN2' => $lang['php_slideshow_explain2'],
- 'L_PHP_SLIDESHOW_EXPLAIN3' => $lang['php_slideshow_explain3'],
- 'L_PHP_SLIDESHOW' => $lang['php_slideshow'],
- #
- #-----[ OPEN ]------------------------------------------
- #
- language/lang_english/lang_main.php
- #
- #-----[ FIND ]------------------------------------------
- #
- ?>
- #
- #-----[ BEFORE, ADD ]------------------------------------------
- #
- //
- // php_slideshow
- //
- $lang['php_slideshow_explain1'] = 'On this page you can sit back and relax while your watching a nice slideshow.';
- $lang['php_slideshow_explain2'] = 'At this moment there are ';
- $lang['php_slideshow_explain3'] = ' images to look at.';
- $lang['php_slideshow'] = 'Slideshow Images';
- #
- #-----[ SAVE/CLOSE ALL FILES ]----------------------------------------
- #
- # EoM
-
-
|
Example _________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Mon Apr 02, 2007 7:29 am; edited 1 time in total |
|