Quick reply mod

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Quick reply mod

Bericht door ajcied » 20 aug 2004, 15:55

Afbeelding
Moet in dit verandere!
Afbeelding
(sorry kon niet in een txt file anders zag je de tekst niet!)

Code: Selecteer alles

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
	  <span class="gensmall"><b>{PAGINATION}</b><br />
	  &nbsp; </span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
	<tr align="right">
		<td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
	</tr>
	{POLL_DISPLAY} 
	<tr>
		<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
		<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
	</tr>
	<!-- BEGIN postrow -->
		<tr> 
		<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>
		<br /><span class="postdetails">
{postrow.POSTER_AVATAR}<br />{postrow.L_ZODIAC}{postrow.ZODIAC_IMG}<br /><FONT color=#ffffff>{postrow.POSTER_NAME}<br />{postrow.POSTER_RANK}</FONT><br />{postrow.RANK_IMAGE}<br />{postrow.POSTER_GENDER}<br />{postrow.TEAM}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}{postrow.POSTER_FROM_FLAG}<br />{postrow.POINTS}<br />{postrow.DONATE_POINTS}{postrow.POSTER_VAULT}</span><br /></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="100%"><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><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
				<td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.REPORT_IMG}</td>
			</tr>
			<tr> 
				<td colspan="2"><hr /></td>
			</tr>
			<tr>
				<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
			</tr>
		</table></td>
	</tr>
	<tr> 
		<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
			<tr> 
				<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.POSTER_ONLINE_STATUS_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 

	if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
		document.write(' {postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
			</tr>
		</table></td>
	</tr>
	<tr> 
		<td class="spaceRow" colspan="2" height="1"></td>
	</tr>
	<!-- END postrow -->
	<tr align="center"> 
<td class="catBottom" colspan="3" height="0">
{QUICK_REPLY_FORM}<script language='JavaScript'> 
   function openAllSmiles(){ 
      smiles = window.open('posting.php?mode=smilies', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250'); 
      smiles.focus(); 
      return false; 
   } 

   function quoteSelection() { 

      theSelection = false; 
      theSelection = document.selection.createRange().text; // Get text selection 

      if (theSelection) { 
         // Add tags around selection 
         emoticon( '[quote]\n' + theSelection + '\n[/quote]\n'); 
         document.post.message.focus(); 
         theSelection = ''; 
         return; 
      }else{ 
         alert('Select a text anywhere on a page and try again'); 
      } 
   } 

   function storeCaret(textEl) { 
      if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); 
   } 

   function emoticon(text) { 
      if (document.post.message.createTextRange && document.post.message.caretPos) { 
         var caretPos = document.post.message.caretPos; 
         caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; 
         document.post.message.focus(); 
      } else { 
         document.post.message.value  += text; 
         document.post.message.focus(); 
      } 
   } 
</script>
<script language='JavaScript'> 
   function openAllSmiles(){ 
      smiles = window.open('posting.php?mode=smilies', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250'); 
      smiles.focus(); 
      return false; 
   } 

   function quoteSelection() { 

      theSelection = false; 
      theSelection = document.selection.createRange().text; // Get text selection 

      if (theSelection) { 
         // Add tags around selection 
         emoticon( '[quote]\n' + theSelection + '\n[/quote]\n'); 
         document.post.message.focus(); 
         theSelection = ''; 
         return; 
      }else{ 
         alert('Select a text anywhere on a page and try again'); 
      } 
   } 

   function storeCaret(textEl) { 
      if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); 
   } 

   function emoticon(text) { 
      if (document.post.message.createTextRange && document.post.message.caretPos) { 
         var caretPos = document.post.message.caretPos; 
         caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; 
         document.post.message.focus(); 
      } else { 
         document.post.message.value  += text; 
         document.post.message.focus(); 
      } 
   } 
</script> </td>
			</form></tr>
		</table></td>
	</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;
</span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}<br /><a href="tellafriend.php?topic={TOPIC_TITLE}&link={TELL_LINK}">Email Dit topic naar iemand</a></span><br /><span class="gensmall">{S_WATCH_TOPIC}</span><br /><span class="nav">{PAGE_NUMBER}<br />{PAGINATION}</span> 
	  </td>
  </tr>
</table>

<table width="100%" cellspacing="2" border="0" align="center">
  <tr> 
	<td width="40%" valign="top" nowrap="nowrap" align="left">
	  {S_TOPIC_ADMIN}</td>
	<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 20 aug 2004, 15:58

Waarom kan het niet in een .txt file? :roll:

En en moet het zoeken in viewtopic.php. Maar het is ook handig om te weten welke mod en welke template je gebruikt.

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 20 aug 2004, 16:11

WebSiteNet schreef:Waarom kan het niet in een .txt file? :roll:

En en moet het zoeken in viewtopic.php. Maar het is ook handig om te weten welke mod en welke template je gebruikt.
bij .txt zat er een was alles gewoon normaalhttp://members.lycos.nl/ajcied5/viewtopic_body.txt
ik gebruik Appalachia2(wel veranderd!)
http://www.phpbbhacks.com/viewhack.php?id=522
Viewtopic.php
http://members.lycos.nl/ajcied5/viewtopic.txt

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 21 aug 2004, 12:07

al gelukt?

Cynik
Berichten: 27
Lid geworden op: 04 okt 2004, 23:20
Contacteer:

Bericht door Cynik » 07 okt 2004, 09:34

euhm is snap het niet helemaal maar ben wel benieuwd...

Gesloten