Seite 1 von 1

Ganz neue Fehler beim Portal einbau !!!

Verfasst: 27.05.2006 00:23
von ma|trix
Hallo

Habe jetzt noch mal versucht das Portal einzubauen, aber nicht das intro + Portal sondern das ezPortal !!!Das intro + Portal soll wohl nicht so gut sein . Auf jedenfall Bin ich bei dem Portal bei folgenden einstellungen hängen geblieben, da wusste ich nicht mehr weiter

#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
#
#-----[ FIND ]------------------------------------------
#
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
#
#-----[ IN-LINE FIND ]------------------------------------------
#
&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
&nbsp;<a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a>&nbsp;
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#

Vor allem das wo steht ( In line finde ) und danach steht dort( in line Before Add) Da wusste ich nicht mehr so richtig weiter.

Dann ging es weiter :

#-----[ 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

Was meine die damit ? Soll ich die portal.php datei umschreiben zu einer index.php datei oder wie soll ich das verstehn ?

Jetzt kommt noch das witzige. als ich mit allem fertig war und ich ins Forum gegangen bin stand auf einmal folgendes auf der seite:

Could not query Intro + Portal configuration !

RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!

Fehler beim Abfragen der Intro + Portal Konfiguration !

FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!

HTH AWSW

DEBUG MODE

SQL Error : 1146 Table 'v094760.INTROPORTALMOD_TABLE' doesn't exist

SELECT * FROM INTROPORTALMOD_TABLE

Line : 47
File : index.php




Hallo ? Ich hatte bei demezPortal gar keine intro_portal_mod_db_install.php datei dabei, warum soll ich die jetzt installieren ? Das ist mir irgendwie komisch alles könnt ihr mir helfen dabei auch wenn es ein bischen kompliziert aussieht

Verfasst: 27.05.2006 00:29
von Gulaschk@none
Hi...

als erstes liest du dir mal : >>>Mods FAQ<<< durch um deine ersten Fragen zu beantworten .

2. DIY INSTRUCTIONS mußt du erstmal nicht beantworten

3. du mußt noch datein von dem intro + portal mod drauf haben die das verlangen das du die install von den ausführst also bist du die install von den intro +portal mod nicht richtig rückwärts abgegangen ...

:wink:

portal

Verfasst: 27.05.2006 01:01
von ma|trix
Ne sorry ich habe jetzt noch mal alle alten Daten vom intro-portal gelöscht und das neue ez portal installiert, der will aber wieder diese installations datei vom intro+ portal mod :cry:

Was soll ich jetzt machen ?

Verfasst: 27.05.2006 01:03
von Gulaschk@none
ja du hast doch aber auch änderungen an dateien für den intro + portal mod gemacht die mußt du auch rückgängig machen :roll:

ezPortal

Verfasst: 27.05.2006 18:34
von ma|trix
So habe glaube ich das ezPortal richtig installiert, nur habe ich jetzt folgende Fragen !.

1. Wenn ich jetzt auf http://www.Konsole4Fun.de gehe, dann komme ich ja auf so ein selbst gebasteltes Portal, das ist einen index.htm Datei und dazu musste ich dann noch einen Ordner hochladen mit den ganzen Designs. So wie stelle ich das jetzt richtig ein, dass wenn ich www.konsole4Fun.de eingebe, das ich direkt ins Portal vom ezPortal komme ? Dazu müsste ich ja erst mal die alte index.htm datei löschen und den designe ordner, nur was muss ich dann machen ?

2. Wo Stelle ich die ganzen Sachen für das Portal ein ? gibt es da nichts im Administrationsbereich ? Wie beim intro+Portal Mod oder muss ich die ganzen News und die neusten Mitglieder alle von selber von Hand eingeben ? Da wäre ja das intro+Portal Mod viel viel besser :evil: :evil: :evil: :evil: Ja das wars dann eigentlich und wenn ich das Portal an ein anderes Designe ändern möchte, muss ich ja nur die overall-header.tpl umändern.


Dann helft mir mal bitte weiter auf die Sprünge ;)

Link zum portal

Verfasst: 27.05.2006 19:01
von ma|trix
das ist der link zum portal :

http://www.konsole4fun.de/phpBB2/portal.php

News autmoatisch verlinken ins ezportal

Verfasst: 27.05.2006 19:50
von ma|trix
Hallo, wie kann ich eigentlich die neustne news aus dem Forum verlinken ohne das ich das immer selber machen muss ? oder gibt es für das ezPortal noch andere Mods zum einbauen ?