schnellantwort-Mod einbau

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
Benutzeravatar
MrBlack
Mitglied
Beiträge: 21
Registriert: 02.08.2004 17:08
Wohnort: Frankfurt am Main

schnellantwort-Mod einbau

Beitrag von MrBlack »

hi,
ich habe diesen mod installiert.
http://www.phpbbhacks.com/download/586

Meins Style für das Forum ist MORPHEUS

Der Mod scheint nicht zu funktionieren.

hier die viewtopic_body.tpl

Code: Alles auswählen

 
<script language="JavaScript" type="text/javascript">
    window.onload = function() {
      document.onmouseover=tjs_trackMouseEvent;
    }
	//-->
  </script>
<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="nav">
<tr>
	<td class="nav" align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> &raquo; <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
	<td class="nav navform" align="right" valign="middle" nowrap="nowrap"><span class="nav"><form action="{CA_SEARCH_INDEX}" method="post" style="display: inline;"><input type="hidden" name="show_results" value="topics" /><input type="hidden" name="search_forum" value="{CA_SEARCH_FORUM}" />
	<input type="text" name="search_keywords" class="post" size="15" />
	<input type="submit" value="{L_SEARCH}" class="mainoption" />
	</form></span></td>
</tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
    <td align="left" valign="middle"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
	 <td align="right" valign="middle"><div class="pagination">{PAGINATION}</div></td>
  </tr>
</table>

{POLL_DISPLAY} 

<!-- BEGIN switch_xs_enabled -->
<?php

global $userdata, $board_config, $topic_id, $is_auth, $forum_topic_data, $lang, $phpEx;

if(!isset($can_reply))
{
	$can_reply = $userdata['session_logged_in'] ? true : false;
	if($can_reply)
	{
		$is_auth_type = 'auth_reply';
		if(!$is_auth[$is_auth_type])
		{
			$can_reply = false;
		}
		elseif ( ($forum_topic_data['forum_status'] == FORUM_LOCKED || $forum_topic_data['topic_status'] == TOPIC_LOCKED) && !$is_auth['auth_mod'] ) 
		{
			$can_reply = false;
		}
	}
	if($can_reply)
	{
		$this->assign_block_vars('xs_quick_reply', array());
	}
}

if($this->vars['TPL_HDR1_POST'])
{
	$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0;
	for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
	{
		$postrow_item = &$this->_tpldata['postrow.'][$postrow_i];
		// set profile link and search button
		if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false)
		{
			$postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']);
			$search = array($lang['Read_profile'], '<a ');
			$replace = array($postrow_item['POSTER_NAME'], '<a class="name" ');
			$postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']);
		}
		// check for new post
		$new_post = strpos($postrow_item['MINI_POST_IMG'], '_new') > 0 ? true : false;
		$postrow_item['TPL_HDR1'] = $new_post ? $this->vars['TPL_HDR1_NEW'] : $this->vars['TPL_HDR1_POST'];
	}	
	$old_hdr = $this->vars['TPL_HDR1_POST'];
	$this->vars['TPL_HDR1_POST'] = '';
}
?>
<!-- END switch_xs_enabled -->
<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1_POST}{postrow.TPL_HDR1}{postrow.POST_SUBJECT}{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="0" width="100%" class="post">
<tr>
	<td width="" class="row" align="center" valign="top" style="padding: 2px;" rowspan="2">
		<div style="padding: 3px;"><span class="name"><a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a></span><br /></div>
		<div style="padding: 2px;"><span class="postdetails">{postrow.POSTER_RANK}</span><br /></div>
		{postrow.RANK_IMAGE}
		<div>{postrow.POSTER_AVATAR}</div>
		<br />
		<table width="100%" cellspacing="5" cellpadding="0">
			<tr><td align="left"><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr>
			<tr><td align="left"><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr>
			<tr><td align="left"><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr>
		</table>
		<img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="150" height="1" border="0" alt="" />
	</td>
	<td width="1" class="postborder" rowspan="2"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="100" alt="" /></td>
	<td width="100%" class="row" align="left" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td width="50%" align="left" style="padding: 3px;"><span class="postdate"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a> {L_POSTED}: {postrow.POST_DATE}</span></td>
		<td width="50%"></td>
		<td width="23" valign="top" class="posttop" align="left"><img src="{T_TEMPLATE_PATH}/images/posttop_left.gif" width="23" height="9" border="0" alt="" /></td>
		<td class="posttop" nowrap="nowrap" valign="top">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}</td>
	</tr>
	<tr>
		<td width="50%" class="postline" height="1"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="100" height="1" alt="" /></td>
		<td colspan="3" height="1"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" alt="" /></td>
	</tr>
	</table>
	<div style="padding: 4px;" class="postbody">{postrow.MESSAGE}</div>
	</td>
</tr>
<tr>
	<td align="left" valign="bottom">
	<div style="padding: 5px;" class="postbody"><span class="signature"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></div>
	<table width="100%" height="9" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td class="postbottom" height="9" nowrap="nowrap">{postrow.PROFILE_IMG}{postrow.SEARCH_IMG2}{postrow.PM_IMG}{postrow.EMAIL_IMG}{postrow.WWW_IMG}{postrow.AIM_IMG}{postrow.YIM_IMG}{postrow.MSN_IMG}{postrow.ICQ_IMG}</td>
		<td width="100%" height="9" align="left"><img src="{T_TEMPLATE_PATH}/images/postbottom_right.gif" width="22" height="9" alt="" /></td>
	</tr>
	</table></td>
</tr>
</table>{TPL_FTR}
<!-- END postrow -->
[color=red]<tr align="center"> 
		<td class="row1" colspan="2" >
		{QUICKREPLY_OUTPUT}
		</td>
</tr>[/color]

{TPL_HDR1_ORANGE}<a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
	<td class="row" align="left" valign="top">
	<table border="0" cellspacing="0" cellpadding="5" width="100%">
	<tr>
		<td align="left" valign="top">
			<span class="gensmall">{S_AUTH_LIST}</span>
		</td>
		<td align="right" valign="top">
			<span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br />
			{PAGE_NUMBER}&nbsp;&nbsp;</span>
			<div class="pagination">{PAGINATION}</div><br />
			<span class="gensmall">{S_WATCH_TOPIC}</span>
		</td>
	</tr>
	</table>
	</td>
</tr>
<tr>
	<td class="catBottom" align="center" valign="middle" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="2" width="100%">
	<tr>
		<form method="post" action="{S_POST_DAYS_ACTION}" style="display: inline;"><td align="left" valign="middle" nowrap="nowrap">{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></td></form>
		<td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td>
	</tr>
	</table>
	</td>
</tr>
</table>{TPL_FTR}

<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="nav">
<tr>
	<td class="nav" align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> &raquo; <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
	<td class="nav navform" align="right" valign="middle" nowrap="nowrap"><span class="nav"><form action="{CA_SEARCH_INDEX}" method="post" style="display: inline;"><input type="hidden" name="show_results" value="topics" /><input type="hidden" name="search_forum" value="{CA_SEARCH_FORUM}" />
	<input type="text" name="search_keywords" class="post" size="15" />
	<input type="submit" value="{L_SEARCH}" class="mainoption" />
	</form></span></td>
</tr>
</table>


Kann mir jemand helfen?

->MrBlack
Benutzeravatar
ATARI
Mitglied
Beiträge: 1684
Registriert: 22.02.2004 16:51
Wohnort: Monaco Di Bavaria

Beitrag von ATARI »

versuchs mal so:

Code: Alles auswählen

<script language="JavaScript" type="text/javascript">
    window.onload = function() {
      document.onmouseover=tjs_trackMouseEvent;
    }
   //-->
  </script>
<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="nav">
<tr>
   <td class="nav" align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> &raquo; <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
   <td class="nav navform" align="right" valign="middle" nowrap="nowrap"><span class="nav"><form action="{CA_SEARCH_INDEX}" method="post" style="display: inline;"><input type="hidden" name="show_results" value="topics" /><input type="hidden" name="search_forum" value="{CA_SEARCH_FORUM}" />
   <input type="text" name="search_keywords" class="post" size="15" />
   <input type="submit" value="{L_SEARCH}" class="mainoption" />
   </form></span></td>
</tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
    <td align="left" valign="middle"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
    <td align="right" valign="middle"><div class="pagination">{PAGINATION}</div></td>
  </tr>
</table>

{POLL_DISPLAY}

<!-- BEGIN switch_xs_enabled -->
<?php

global $userdata, $board_config, $topic_id, $is_auth, $forum_topic_data, $lang, $phpEx;

if(!isset($can_reply))
{
   $can_reply = $userdata['session_logged_in'] ? true : false;
   if($can_reply)
   {
      $is_auth_type = 'auth_reply';
      if(!$is_auth[$is_auth_type])
      {
         $can_reply = false;
      }
      elseif ( ($forum_topic_data['forum_status'] == FORUM_LOCKED || $forum_topic_data['topic_status'] == TOPIC_LOCKED) && !$is_auth['auth_mod'] )
      {
         $can_reply = false;
      }
   }
   if($can_reply)
   {
      $this->assign_block_vars('xs_quick_reply', array());
   }
}

if($this->vars['TPL_HDR1_POST'])
{
   $postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0;
   for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
   {
      $postrow_item = &$this->_tpldata['postrow.'][$postrow_i];
      // set profile link and search button
      if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false)
      {
         $postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']);
         $search = array($lang['Read_profile'], '<a ');
         $replace = array($postrow_item['POSTER_NAME'], '<a class="name" ');
         $postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']);
      }
      // check for new post
      $new_post = strpos($postrow_item['MINI_POST_IMG'], '_new') > 0 ? true : false;
      $postrow_item['TPL_HDR1'] = $new_post ? $this->vars['TPL_HDR1_NEW'] : $this->vars['TPL_HDR1_POST'];
   }   
   $old_hdr = $this->vars['TPL_HDR1_POST'];
   $this->vars['TPL_HDR1_POST'] = '';
}
?>
<!-- END switch_xs_enabled -->
<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1_POST}{postrow.TPL_HDR1}{postrow.POST_SUBJECT}{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="0" width="100%" class="post">
<tr>
   <td width="" class="row" align="center" valign="top" style="padding: 2px;" rowspan="2">
      <div style="padding: 3px;"><span class="name"><a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a></span><br /></div>
      <div style="padding: 2px;"><span class="postdetails">{postrow.POSTER_RANK}</span><br /></div>
      {postrow.RANK_IMAGE}
      <div>{postrow.POSTER_AVATAR}</div>
      <br />
      <table width="100%" cellspacing="5" cellpadding="0">
         <tr><td align="left"><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr>
         <tr><td align="left"><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr>
         <tr><td align="left"><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr>
      </table>
      <img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="150" height="1" border="0" alt="" />
   </td>
   <td width="1" class="postborder" rowspan="2"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="100" alt="" /></td>
   <td width="100%" class="row" align="left" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
   <tr>
      <td width="50%" align="left" style="padding: 3px;"><span class="postdate"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a> {L_POSTED}: {postrow.POST_DATE}</span></td>
      <td width="50%"></td>
      <td width="23" valign="top" class="posttop" align="left"><img src="{T_TEMPLATE_PATH}/images/posttop_left.gif" width="23" height="9" border="0" alt="" /></td>
      <td class="posttop" nowrap="nowrap" valign="top">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}</td>
   </tr>
   <tr>
      <td width="50%" class="postline" height="1"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="100" height="1" alt="" /></td>
      <td colspan="3" height="1"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" alt="" /></td>
   </tr>
   </table>
   <div style="padding: 4px;" class="postbody">{postrow.MESSAGE}</div>
   </td>
</tr>
<tr>
   <td align="left" valign="bottom">
   <div style="padding: 5px;" class="postbody"><span class="signature"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></div>
   <table width="100%" height="9" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="postbottom" height="9" nowrap="nowrap">{postrow.PROFILE_IMG}{postrow.SEARCH_IMG2}{postrow.PM_IMG}{postrow.EMAIL_IMG}{postrow.WWW_IMG}{postrow.AIM_IMG}{postrow.YIM_IMG}{postrow.MSN_IMG}{postrow.ICQ_IMG}</td>
      <td width="100%" height="9" align="left"><img src="{T_TEMPLATE_PATH}/images/postbottom_right.gif" width="22" height="9" alt="" /></td>
   </tr>
   </table></td>
</tr>
</table>{TPL_FTR}
<!-- END postrow -->
<tr align="center">
      <td class="row1" colspan="2">
      {QUICKREPLY_OUTPUT}
      </td>
</tr>

{TPL_HDR1_ORANGE}<a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
   <td class="row" align="left" valign="top">
   <table border="0" cellspacing="0" cellpadding="5" width="100%">
   <tr>
      <td align="left" valign="top">
         <span class="gensmall">{S_AUTH_LIST}</span>
      </td>
      <td align="right" valign="top">
         <span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br />
         {PAGE_NUMBER}&nbsp;&nbsp;</span>
         <div class="pagination">{PAGINATION}</div><br />
         <span class="gensmall">{S_WATCH_TOPIC}</span>
      </td>
   </tr>
   </table>
   </td>
</tr>
<tr>
   <td class="catBottom" align="center" valign="middle" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="2" width="100%">
   <tr>
      <form method="post" action="{S_POST_DAYS_ACTION}" style="display: inline;"><td align="left" valign="middle" nowrap="nowrap">{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></td></form>
      <td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td>
   </tr>
   </table>
   </td>
</tr>
</table>{TPL_FTR}

<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="nav">
<tr>
   <td class="nav" align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> &raquo; <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
   <td class="nav navform" align="right" valign="middle" nowrap="nowrap"><span class="nav"><form action="{CA_SEARCH_INDEX}" method="post" style="display: inline;"><input type="hidden" name="show_results" value="topics" /><input type="hidden" name="search_forum" value="{CA_SEARCH_FORUM}" />
   <input type="text" name="search_keywords" class="post" size="15" />
   <input type="submit" value="{L_SEARCH}" class="mainoption" />
   </form></span></td>
</tr>
</table>
Man soll aufhören wenn´s am schönsten ist!

Servus phpBB! ;)
Antworten

Zurück zu „phpBB 2.0: Mod Support“