Seite 1 von 1

Event-Kalender

Verfasst: 13.02.2004 15:57
von DreamPromise
Hi Leute

Gibts sowas für das 2.0.6. ??

Danke schööön..

DP

Verfasst: 13.02.2004 16:29
von DaniM
Hi DreamPromise,

Ja sowas gibt es: http://www.phpbb.de/ftopic45056.html

Grüße,
Dani

Verfasst: 13.02.2004 17:07
von DreamPromise
Hi

Also ich kann unter deinem Link nur irgendeine Liste downloaden.
Aber wo ist das Programm ??

DP

Verfasst: 13.02.2004 17:13
von DaniM
Hi DreamPromise,

Du musst die Modifikation bei http://www.awsw.de/ herunterladen, da gibt es für jeden Mod ein spezielles Thema.

Grüße,
Dani

Verfasst: 13.02.2004 17:19
von DreamPromise
Hi

Es gibt da ein Thema "Eventslist / Eventsliste *EMC"

Aber ich brauche doch keine Liste.Ich brauche doch erstmal das Mod...Dann kann ich die Liste nehmen.

Oder bin ich zu blöd das Mod zu finden?

DP

Verfasst: 13.02.2004 17:45
von DreamPromise
Hi

Hab das nun gepeilt.
Aber es gibt da ein neues Problem:

In der install.txt steht folgendes:

Code: Alles auswählen

#-----[ FIND ]------------------------------------------
#

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

#
#-----[ IN-LINE FIND ]------------------------------------------
#

&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;

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

&nbsp;<a href="./eventlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_eventslist}" hspace="3" />{L_eventslist}</a>&nbsp;
Aber ich kann das in der overall_header.tpl nicht finden.

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Ripple/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td class="top-left"><img name="ripple_r1_c1" src="templates/Ripple/images/index/ripple_r1_c1.jpg" width="3" height="29" border="0" id="ripple_r1_c1" alt="" /></td>
    <td class="top">
	<table width="100%" cellspacing="0" cellpadding="0">
	<tr>
		<td align="left"></td>
		<td align="right"><img src="templates/Ripple/images/index/twist.jpg" hspace="2" alt="{L_INDEX}" border="0" /></td>
	</tr>
	</table>
    </td>
    <td class="top-right"><img name="topright" src="templates/Ripple/images/index/top-right.jpg" width="3" height="29" border="0" id="topright" alt="" /></td>
  </tr>
  <tr>
    <td class="nav-left"><img name="navleft" src="templates/Ripple/images/index/nav-left.jpg" width="3" height="16" border="0" id="navleft" alt="" /></td>
    <td class="nav">
<a href="{U_INDEX}"><img src="templates/Ripple/images/nav/index.gif" border="0" alt="{L_INDEX}" /></a>
<a href="{U_FAQ}"><img src="templates/Ripple/images/nav/faq.gif" border="0" alt="{L_FAQ}" /></a>
<a href="{U_SEARCH}"><img src="templates/Ripple/images/nav/search.gif" border="0" alt="{L_SEARCH}" /></a>
<a href="{U_MEMBERLIST}"><img src="templates/Ripple/images/nav/members.gif" border="0" alt="{L_MEMBERLIST}" /></a>
<a href="{U_GROUP_CP}"><img src="templates/Ripple/images/nav/groups.gif" border="0" alt="{L_USERGROUPS}" /></a>
<a href="{U_PROFILE}"><img src="templates/Ripple/images/nav/profile.gif" border="0" alt="{L_PROFILE}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/Ripple/images/nav/register.gif" border="0" alt="{L_REGISTER}" /></a>
<!-- END switch_user_logged_out -->
<a href="{U_PRIVATEMSGS}"><img src="templates/Ripple/images/nav/messages.gif" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Ripple/images/nav/login.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Ripple/images/nav/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<a href="{U_NICKPAGE}"><img src="templates/Ripple/images/nav/nickpages.gif" border="0" alt="Nickpage"</a>
<!-- END switch_user_logged_in -->
    </td>
    <td class="nav-right"><img name="navright" src="templates/Ripple/images/index/nav-right.jpg" width="3" height="16" border="0" id="navright" alt="" /></td>
  </tr>
  <tr>
    <td class="left"></td>
    <td class="main">
    <!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
   <tr>
      <th class="thHead">&nbsp;Schon gewusst?&nbsp;</th>
   </tr>
   <tr>
      <td class="row{ZNUMBER}"><span class="gen">&nbsp;{ZMESSAGE}&nbsp;</span></td>
   </tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->
Wie gehts also weiter ???

Danke vielmals für die Hilfe.

DP

Kann da niemand helfen???

Verfasst: 13.02.2004 21:15
von DreamPromise
Hi

Sorry wenn ich nerve.....

Aber ich bekomme es nicht hin

Help Help

DP

Verfasst: 14.02.2004 11:22
von Helmut71
hihi ich seh grade, dass bei der 2.06 Version die overhead_tpl ordentlich verändert wurde...

@dream: Kopier doch einfach das hier

Code: Alles auswählen

<a href="{U_PROFILE}"><img src="templates/Ripple/images/nav/profile.gif" border="0" alt="{L_PROFILE}" /></a>
..füge es darunter noch mals ein..

und ändere die entsprechenden Teile: icon_mini_members.gif,{L_eventslist}, usw

Event-Kalender

Verfasst: 14.02.2004 12:32
von DreamPromise
Hi

Also nun scheint es zu funktionieren.
Aber wie/wo kann ich Event´s eingeben?

Danke

DP