Seite 1 von 3

was für ein portal?

Verfasst: 25.06.2004 10:57
von exhale
ich betreibe ein phpBB2 als forum und hab ne website. dies mächte ich von nun an verbinden. ich dachte zb an eine art portal. wie dsa hier sollte es sein:

http://www.daemon-tools.cc/dtcc/portal/portal.php

Verfasst: 25.06.2004 11:02
von Markus67
Hi ...

Portale gibt es jede Menge :-)

Intro & Portal MOD
http://www.awsw.de/viewtopic.php?t=39

EZ-Portal
http://smartor.is-root.com/viewtopic.php?t=1860

Markus

Verfasst: 25.06.2004 11:18
von exhale
ist das http://smartor.is-root.com/portal.php?s ... d8ec2deabc so ein ezportal? kann ich da auch später meine eigenen sachen noch einbinden wie auf meiner hp?

www.exhales-homepage.de.vu also zb kann ich da noch ne shoutbox reinmachen?

Verfasst: 25.06.2004 11:42
von Markus67
Hi ...

Das von Smartor ist das ezPortal :wink:

Und du kannst die Shoutbox dort genauso wie deine eingene Homepage dort einbinden :-)

Markus

Verfasst: 25.06.2004 11:45
von exhale

Code: Alles auswählen

#
#-----[ SAVE/UPLOAD ALL FILES ]------------------------------------------
#
# 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 JavaScript - if you cannot apply the 1st method)
#	create file index.html in phpBB root directory (without #)
#
#	<html>
#	<head>
#	<title>Redirecting...</title>
#	<script language="JavaScript">
#	self.location.href='portal.php';
#	</script>
#	</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 5 to self.location.href='forum/portal.php';
#
#
# o Method 3: I think maybe you can find out method 3 yourself ;)
#
#--------------------------------------------------------------------
# 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
was sollen diese textstellen?

Verfasst: 25.06.2004 11:49
von Markus67
Hi ....

mit diesen Textstellen kannst du dein Portal konfigurieren :wink:

1. Willkommenstext
2. Anzahl der News die angezeigt werden
3. Länder der News
4. Aus welchen Foren werden die neusten Beiträge angezeigt
5. Aus welchen Foren werden die Umfragen angezeigt

Markus

Verfasst: 25.06.2004 13:20
von exhale
also hab jetzt alles eingebaut! hab aba noch n paar probs!


1. wenn ich mich einloggen will dann kann die seite wenn man auf anmelden gedrückt hat net angezeigt werden
2. im menü oben geht a) das faq teil net und b) neben dem home button steht Home Silver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ Suchen
kannst du mir auch dabei helfen?

mein portal findest du unter

http://exhale.welteinheit.org/phpBB3/portal.php kannst ja wenn du willst ma gukcne

Verschoben

Verfasst: 25.06.2004 13:21
von itst
Verschoben von Smalltalk nach Modifikationen

Verfasst: 25.06.2004 13:39
von Markus67
Hi ....

ersetze in deiner overall_header.tpl alles was nach

Code: Alles auswählen

</head>
kommt mit dem hier ....

Code: Alles auswählen

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
	<tr> 
		<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr> 
				<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
				<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> 
				<table cellspacing="0" cellpadding="2" border="0">
					<tr> 
						<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;
						<a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_portal.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a>&nbsp;&nbsp;
						<a href="{U_FAQ}" class="mainmenu"><img src="templates/Silver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span>&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>
						<a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>&nbsp;&nbsp; &nbsp;
						<a href="{U_CHATROOM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_CHATROOM}" hspace="3" />{L_CHATROOM}</a>
                                                &nbsp; 
						<!-- BEGIN switch_user_logged_out -->
						&nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
						<!-- END switch_user_logged_out -->
						</td>
					</tr>
					<tr>
						<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;
						<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;
						<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;
						<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
					</tr>
				</table></td>
			</tr>
		</table>

		<br />
Markus

Verfasst: 25.06.2004 14:15
von exhale
also das menü geht jetzt einwandfrei (nur die kleinen icons fehlen ncoh weil ich net weiß wo ich passende bekomme.) leider geht aber dsa login/logout noch nicht! hoffe du hast auch für diese frage eine antwort und zeit!