 |
|
|
|

| Autor |
Nachricht |
BeeV
phpBB2.de User

Anmeldungsdatum: 08.10.2005
Beiträge: 7
Wohnort: Boskoop / NL
|
Verfasst am:
Do 10 Nov, 2005 17:05 |
  |
Hello, I created this small mod, for an little improvement in usability of your forum. You can view an example at www.wizzzzzzzz.nl/alles/viewforum.php?f=1
Look at the jumpbox at the bottom.
| Code: |
##############################################################
## MOD Title: Redesigned Jumpbox
## MOD Author: BeeV < bee.veer+phpbb@gmail.com > (Bas Veerman) http://www.wizzzzzzzz.nl/alles/
## MOD Description: This little mod redesigns the jumpbox,
## and uses the HTML 4.0 optgroup tag.
## This saves some of the jumpbox length
## and makes category names unselectable.
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 3 minutes
## Files To Edit: includes/functions.php
## Included Files: N/A
## 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: Please be carefull when installing this mod,
## else you will be likely to create errors.
##
## When using some of the templates created by Cyberalien, you
## don't need to install this. The template redesigns the jumpbox
## when eXtreme Styles is installed too.
##############################################################
## MOD History:
##
## 2005-11-10 - Version 1.0.0
##
## This is the very first version. Removed spaces and added optgroup.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------
#
$boxstring .= '<option value="-1"> </option>';
$boxstring .= '<option value="-1">' . $category_rows[$i]['cat_title'] . '</option>';
$boxstring .= '<option value="-1">----------------</option>';
#
#-----[ REPLACE WITH ]------------------------------------------
#
$boxstring .= '<optgroup label="' . $category_rows[$i]['cat_title'] . '">';
#
#-----[ FIND ]------------------------------------------
#
$boxstring .= $boxstring_forums;
#
#-----[ AFTER, ADD ]------------------------------------------
#
$boxstring .= '</optgroup>';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM |
This mod is not compatible with phpBB plus! |
|
|
     |
 |
Google
|
Verfasst am:
|
 |
|
|
 |
Derky
phpBB2.de User


Anmeldungsdatum: 17.10.2005
Beiträge: 1
|
Verfasst am:
Do 10 Nov, 2005 23:05 |
  |
Nice MOD>  |
|
|
    |
 |
eviL<3
phpBB2.de User

Anmeldungsdatum: 14.07.2006
Beiträge: 5
|
Verfasst am:
Fr 14 Jul, 2006 11:12 |
  |
|
   |
 |
Julien Breux
phpBB2.de User

Anmeldungsdatum: 18.08.2007
Beiträge: 1
Wohnort: FR - Toulouse
|
Verfasst am:
Sa 18 Aug, 2007 18:40 |
  |
|
    |
 |
|
|
|
|
|
Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
| |