Finde keine richtige Antwort darauf (ezPortal)

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.
Antworten
flatron2006
Mitglied
Beiträge: 92
Registriert: 02.05.2007 20:14
Wohnort: Görlitz
Kontaktdaten:

Finde keine richtige Antwort darauf (ezPortal)

Beitrag von flatron2006 »

hallo,

ich habe eine frage, was mache ich mit dem "ezPortal" eigentlich? habe es jetzt installiert und bin mit den rest der installationsbeschreibung nicht klar gekommen, weil mein englisch nicht so gut ist. Ich hoffe ihr könnt mir jetzt helfen, sollte es im falschen forum sein, bitte umposten
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
HOW TO MAKE YOUR WEBSITE OPEN TO FILE portal.php INSTEAD OF index.php ?
You can use one of the following methods! Lots of luck!


o Method 1: (for Apache server)
create/modify file .htaccess in phpBB root directory
add/edit this line:

DirectoryIndex index.html index.htm portal.php index.php


o Method 2: {use META tag - if you cannot apply the 1st method)
create file index.html in phpBB root directory (without #)

<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=portal.php">
</head>
<body>
</body>
</html>

if your phpBB was placed in a subdirectory to the
webroot, like: http://something.com/forum
you could create index.html in the webroot and modify the
line 4 to <meta http-equiv="refresh" content="0;url=forum/portal.php">


o Method 3: I think maybe you can find out method 3 yourself ;) like JavaScript, etc.

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
# CONFIGURATION FOR ezPortal
#
# OPEN: portal.php
#
# FIND:
//
// Set configuration for ezPortal
//

// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
$CFG['welcome_text'] = 'Welcome to <b>My Community</b><br /><br />Thanks for using ezPortal,<br /><br />Have a good time! ^_^';

// Number of news on portal
$CFG['number_of_news'] = '5';

// Length of news
$CFG['news_length'] = '200';

// News Forum ID: separate by comma for multi-forums, eg. '1,2,5'
$CFG['news_forum'] = '1';

// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
$CFG['poll_forum'] = '1';

//
// END configuration
// --------------------------------------------------------
#
# Adjust the above values in portal.php
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
ich habe die portal.php aufgerufen und das kann ich da machen und gibt es das auch in deutsch?

gruß und danke
flatron2006
Andi1111
Mitglied
Beiträge: 1301
Registriert: 26.05.2006 13:21
Wohnort: Berlin
Kontaktdaten:

Beitrag von Andi1111 »

Ich verstehe nicht ganz was du meinst, ein Portal dient als Startseite für dein Forum, was du da alles einbaust bleibt dir überlassen, es gibt einiges das man ins Portal einbauen kann. Du kannst dir ja mal meins anschauen http://www.das-gameboard.de/
flatron2006
Mitglied
Beiträge: 92
Registriert: 02.05.2007 20:14
Wohnort: Görlitz
Kontaktdaten:

Beitrag von flatron2006 »

ich weiß leider nicht was ich da weiter machen muß, weil mein englisch nicht so gut ist, kann mir oben eine im zitat es auf deutsch sagen?
:-(
Benutzeravatar
redbull254
Ehemaliges Teammitglied
Beiträge: 10379
Registriert: 05.01.2006 13:01
Kontaktdaten:

Beitrag von redbull254 »

Hallo,erstmal :wink:
HOW TO MAKE YOUR WEBSITE OPEN TO FILE portal.php INSTEAD OF index.php
Der Autor gibt Dir hier die Möglichkeiten vor, wie Du festlegen kannst, welche Seite Deine Startseite ist,
Entweder die Portal oder die Indexseite.


Das hier in eine .htaccess gepackt und dann in Dein Rootverzeichnis bewirkt ,das die Portalseite Deine Startseite ist.

Code: Alles auswählen

DirectoryIndex portal.php index.html index.htm index.php
Beste Grüße
Walter
Andi1111
Mitglied
Beiträge: 1301
Registriert: 26.05.2006 13:21
Wohnort: Berlin
Kontaktdaten:

Beitrag von Andi1111 »

vielleich solltest du das noch einbauen http://www.phpbbhacks.com/download/6547 damit kannst du ein paar einstellungen vom acp aus machen, ist einfacher als das in der datei zu ändern.
Antworten

Zurück zu „phpBB 2.0: Mod Support“