Ich arbeite gerade (immer noch) an meinem Portal. Das Forum funktioniert erfreulicherweise einwandfrei.
Nun will ich aber auf meiner Seit noch einen Teil mit Kleinanzeigen machen, den ich auch über das Forum realisieren will.
Die Anzeigenboards sollen aber unter einem extra Link erscheinen und im "normalen" Forum nicht auftauchen.
Ist es möglich da mehrere einzelne Boards quasi vom Forum zu trennen, ohne, dass ich gleich ein zweites Board installieren muss?
Vielen Dank
Gruß, Dave
Teil des Forums trennen
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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
- D@ve
- Ehemaliges Teammitglied
- Beiträge: 3842
- Registriert: 28.08.2002 19:33
- Wohnort: Bretzfeld
- Kontaktdaten:
Teil des Forums trennen
There are only 10 types of people in the world: Those who understand binary, and those who don't
- cyberalfa
- Mitglied
- Beiträge: 84
- Registriert: 12.04.2001 02:00
- Wohnort: Ostfildern (bei Stuttgart)
- Kontaktdaten:
Mit einem Forum geht's wunderbar, vielleicht hilft's dir weiter...?#################################################################
## Mod Title: Hide Forum
## Mod Version: 1.0.0
## Author: AbelaJohnB <abela@phpbb.com> (John B. Abela) http://www.johnabela.com/
## Description: This MOD will allow you to hid a specific forum from index.php
##
## Installation Level: easy
## Installation Time: 1 minute
## Files To Edit: index.php
## Included Files: n/a
## Generator: phpBB2 Mod Maker
#################################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
#################################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/
#################################################################
##
## Author Note:
## I will work on getting this set within the ACP
## Within a later version. Should be easy.
##
## For now, you'll just have to edit the XX in the 'replace with' line.
##
## Please sign my guestbook: http://www.johnabela.com/guestbook/
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
if ( $is_auth_ary[$forum_id]['auth_view'] )
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( $is_auth_ary[$forum_id]['auth_view'] && $forum_id !='XX' ) // DO NOT DISPLAY A SPECIFIC CATEGORY SETTING
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#EoM
cyberalfa
_________________________________________________
Signaturen dürfen maximal 3 Zeilen lang sein
_________________________________________________
Signaturen dürfen maximal 3 Zeilen lang sein