Moderator: Moderators



[/quote]
#
#-----[ OPEN ]------------------------------------------
#
templates/aphrodite_mc/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
# line 16
<td align="right" valign="bottom"><span class="gen">
{PAGE_NUMBER}<br />
<span class="pagination">{PAGINATION}</span>
#
#-----[ AFTER ADD ]------------------------------------------
#
<br />{S_TOPIC_ADMIN}
#
#-----[ OPEN ]------------------------------------------
#
/templates/subSilver/quick_reply.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN quick_reply -->
#
#-----[ AFTER, ADD ]------------------------------------------
#
<script type="text/javascript" src="googiespell/AJS.js"></script>
<script type="text/javascript" src="googiespell/googiespell.js"></script>
<script type="text/javascript" src="googiespell/cookiesupport.js"></script>
<link rel="stylesheet" href="googiespell/googiespell.css" type="text/css" />
#
#-----[ FIND ]------------------------------------------
#
<textarea name='message' rows='10' cols='75' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<textarea name='message'
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
id='message'
#
#-----[ IN-LINE FIND ]------------------------------------------
#
storeCaret(this);'></textarea>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<script type="text/javascript">
var googie1 = new GoogieSpell("googiespell/", "googiespell/sockspell.php?lang=");
googie1.setLanguages({'de': 'Deutsch', 'en' : 'Englisch'});
googie1.lang_chck_spell = "Rechtschreibprüfung";
googie1.lang_rsm_edt = "Text bearbeiten";
googie1.lang_close = "schliessen";
googie1.lang_no_error_found = "Kein Fehler gefunden";
googie1.lang_revert = "zurücksetzen auf";
googie1.decorateTextarea("message");
</script>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM// show quick reply
<script type="text/javascript" src="googiespell/AJS.js"></script>
<script type="text/javascript" src="googiespell/googiespell.js"></script>
<script type="text/javascript" src="googiespell/cookiesupport.js"></script>
<link rel="stylesheet" href="googiespell/googiespell.css" type="text/css" />
if($can_reply)
{<tr>
<td class="row1" align="left" width="200" nowrap="nowrap"><span class="gen"><b><?php echo $lang['Message_body']; ?>:<br /><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="200" height="1" border="0" alt="" /></b></span></td>
<td class="row2" align="left" width="100%"><textarea name="message" id='message' rows="15" cols="35" style="width:98%" tabindex="3" class="post"></textarea><br />
<img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/icon_reply.gif" alt="" /> <a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=' + 'ca_aphrodite' + '&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></td>
</tr></tr>
<tr>
<td class="row1" align="left" width="200" nowrap="nowrap"><span class="gen"><b><?php echo $lang['Message_body']; ?>:<br /><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="200" height="1" border="0" alt="" /></b></span></td>
<td class="row2" align="left" width="100%"><textarea name="message" id='message' rows="15" cols="35" style="width:98%" tabindex="3" class="post"></textarea><script type="text/javascript">
var googie1 = new GoogieSpell("googiespell/", "googiespell/sockspell.php?lang=");
googie1.setLanguages({'de': 'Deutsch', 'en' : 'Englisch'});
googie1.lang_chck_spell = "Rechtschreibprüfung";
googie1.lang_rsm_edt = "Text bearbeiten";
googie1.lang_close = "schliessen";
googie1.lang_no_error_found = "Kein Fehler gefunden";
googie1.lang_revert = "zurücksetzen auf";
googie1.decorateTextarea("message");
</script><br />
<img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/icon_reply.gif" alt="" /> <a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=' + 'ca_aphrodite' + '&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></td>
</tr>
#
#-----[ OPEN ]------------------------------------------
#
xs/xs_topic.tpl
#
#-----[ FIND ]------------------------------------------
# around line 80:
<div id="quick_reply" style="display: none; position: relative; "><form
#
#-----[ BEFORE ADD ]------------------------------------------
#
<script type="text/javascript" src="googiespell/AJS.js"></script>
<script type="text/javascript" src="googiespell/googiespell.js"></script>
<script type="text/javascript" src="googiespell/cookiesupport.js"></script>
<link rel="stylesheet" href="googiespell/googiespell.css" type="text/css" />
#
#-----[ FIND ]------------------------------------------
# around line 91
<td class="row2" align="left" width="100%"><textarea name="message" rows="15" cols="35" style="width:98%"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<textarea name='message'
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
id='message'
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</textarea><br />
#
#-----[ AFTER, ADD ]------------------------------------------
#
<script type="text/javascript">
var googie1 = new GoogieSpell("googiespell/", "googiespell/sockspell.php?lang=");
googie1.setLanguages({'de': 'Deutsch', 'en' : 'Englisch'});
googie1.lang_chck_spell = "Rechtschreibprüfung";
googie1.lang_rsm_edt = "Text bearbeiten";
googie1.lang_close = "schliessen";
googie1.lang_no_error_found = "Kein Fehler gefunden";
googie1.lang_revert = "zurücksetzen auf";
googie1.decorateTextarea("message");
</script> 






Return to phpBB Style Releases
Users browsing this forum: No registered users and 0 guests