I'm just using prosilver_se. I don't know how to find the problem, and fix it?EXreaction wrote:Whatever style you use is not properly setup for using a fixed width. You'll need to find the issue and fix it.
You can add more styles yourself, just find one you like and follow the instructions.
Is that a big NO on the disabling feature of "comments"???????EXreaction wrote:You'll probably need to figure it out yourself or find someone to do it for you (probably for hire).
Aren't you Support for this MOD? Didn't you build it? There is not a "true/false" setting, what's with the attitude btw?EXreaction wrote:Of course it's possible, you just need to know how to do it.
you're just trying to get paid, for an edit that probably takes 5-10 minutes. What's your price for 5-10 minutes of your time then?support by the author is only provided at http://www.lithiumstudios.org
A small fee is required for support by the author unless otherwise specified by the author in the release topic.
Bug reports are accepted and, if confirmed as a bug, you will receive support for fixing the bug for free by the mod author.
Do I work for free? Depends on the case, sure I do things for people for free, especially if it's a quick/simple answer as to where to find the "enable true/false" in a file, if that's the case.EXreaction wrote:So I should sit here and spend my time building something custom for you for free? Do you work for free?
I don't understand why phpBB.com has decided to encourage this sort of thing, but then again I don't set the policy.gjustinj wrote:Aren't you Support for this MOD? Didn't you build it? There is not a "true/false" setting, what's with the attitude btw?EXreaction wrote:Of course it's possible, you just need to know how to do it.
Oh nevermind, I just read:
you're just trying to get paid, for an edit that probably takes 5-10 minutes. What's your price for 5-10 minutes of your time then?support by the author is only provided at http://www.lithiumstudios.org
A small fee is required for support by the author unless otherwise specified by the author in the release topic.
Bug reports are accepted and, if confirmed as a bug, you will receive support for fixing the bug for free by the mod author.
Or if anyone else knows how to do it, I'd appreciate it.
Thanks! What I am trying to do is disable the comments (not totally), but just the comment view on the blogs.php page (the page that loads up when you click "blogs" link ). It shows the most recent blogs, and comments. The comments are pushing off to the side way too far and making the page look really funky. So I want to disable that from popping up so the pages looks normal again, but still keep comments in tact where users can still post comments.charley wrote:I don't understand why phpBB.com has decided to encourage this sort of thing, but then again I don't set the policy.gjustinj wrote:Aren't you Support for this MOD? Didn't you build it? There is not a "true/false" setting, what's with the attitude btw?EXreaction wrote:Of course it's possible, you just need to know how to do it.
Oh nevermind, I just read:
you're just trying to get paid, for an edit that probably takes 5-10 minutes. What's your price for 5-10 minutes of your time then?support by the author is only provided at https://www.lithiumstudios.org
A small fee is required for support by the author unless otherwise specified by the author in the release topic.
Bug reports are accepted and, if confirmed as a bug, you will receive support for fixing the bug for free by the mod author.
Or if anyone else knows how to do it, I'd appreciate it.
What exactly do you want to do and I'll try to help (for free).
Code: Select all
<!-- IF S_REPLIES -->
<div id="replies" class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_COMMENTS}</strong>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- IF S_SORT_REPLY -->
<form id="view_blog" method="post" action="{S_POST_ACTION}">
<fieldset class="display-options" style="margin-top: 0; ">
<!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
<!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
<label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
</fieldset>
</form>
<!-- ENDIF -->
<!-- BEGIN replyrow -->
<!-- IF replyrow.S_DELETED or replyrow.USER_FOE-->
<div id="d{replyrow.ID}" class="post<!-- IF replyrow.USER_FOE --> foe<!-- ENDIF --><!-- IF replyrow.S_DELETED --> deleted<!-- ENDIF -->" style="width: 97%; margin: 0 auto 10px auto;">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody" style="width: 100%; text-align: center;">
<!-- IF replyrow.S_DELETED -->
<a href="#none" onClick="toggleDiv('r{replyrow.ID}'); toggleDiv('d{replyrow.ID}');">{L_DELETED_REPLY_SHOW}</a>
<!-- ELSE -->
{replyrow.L_USER_FOE}<br /><a href="#none" onClick="toggleDiv('r{replyrow.ID}'); toggleDiv('d{replyrow.ID}');">{L_CLICK_HERE_SHOW_POST}</a>
<!-- ENDIF -->
<noscript><br />{L_REPLY_SHOW_NO_JS}</noscript>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<div id="r{replyrow.ID}" class="post <!-- IF replyrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF replyrow.S_REPORTED or replyrow.S_UNAPPROVED --> reported<!-- ENDIF --><!-- IF replyrow.USER_FOE --> foe<!-- ENDIF --><!-- IF replyrow.S_DELETED --> deleted<!-- ENDIF --><!-- IF replyrow.S_ONLINE --> online<!-- ENDIF -->" style="width: 97%; margin: 0 auto 10px auto;<!-- IF replyrow.S_DELETED or replyrow.USER_FOE --> display: none;<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody">
<!-- IF replyrow.U_QUOTE or replyrow.U_INFO or replyrow.U_DELETE or replyrow.U_EDIT -->
<ul class="profile-icons">
<!-- IF replyrow.U_EDIT --><li class="edit-icon"><a href="{replyrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_DELETE --><li class="delete-icon"><a href="{replyrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_REPORT and not replyrow.S_REPORTED --><li class="report-icon"><a href="{replyrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_WARN --><li class="warn-icon"><a href="{replyrow.U_WARN}" title="{L_WARN_USER}"><span>{WARN_USER}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_QUOTE --><li class="quote-icon"><a href="{replyrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
<h3><a href="{replyrow.U_VIEW}">{replyrow.TITLE}</a></h3>
<p class="author"><a href="{replyrow.U_VIEW_PERMANENT}"><img src="{T_IMAGESET_PATH}/icon_post_target.gif" alt="{L_PERMANENT_LINK}" /></a>{L_POST_BY_AUTHOR} <strong>{replyrow.USER_FULL}</strong> {L_POSTED_ON_DATE} {replyrow.DATE} </p>
<!-- IF replyrow.S_UNAPPROVED or replyrow.S_REPORTED -->
<p class="rules">
<!-- IF replyrow.S_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{replyrow.U_APPROVE}"><strong>{L_UNAPPROVED}</strong></a><!-- ENDIF -->
<!-- IF replyrow.S_REPORTED -->{REPORTED_IMG} <a href="{replyrow.U_REPORT}"><strong>{L_REPORTED}</strong></a><!-- ENDIF -->
</p>
<!-- ENDIF -->
<div class="content">{replyrow.MESSAGE}</div>
<!-- IF replyrow.S_HAS_ATTACHMENTS -->
<dl class="attachbox">
<dt>{L_ATTACHMENTS}</dt>
<!-- BEGIN attachment -->
<dd>{replyrow.attachment.DISPLAY_ATTACHMENT}</dd>
<!-- END attachment -->
</dl>
<!-- ENDIF -->
<!-- IF replyrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
{replyrow.EXTRA}
<!-- IF replyrow.EDITED_MESSAGE or replyrow.EDIT_REASON -->
<div class="notice">{replyrow.EDITED_MESSAGE}
<!-- IF replyrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{replyrow.EDIT_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->
<!-- IF replyrow.DELETED_MESSAGE -->
<div class="notice">{replyrow.DELETED_MESSAGE}</div>
<!-- ENDIF -->
<!-- IF replyrow.SIGNATURE --><div class="signature">{replyrow.SIGNATURE}</div><!-- ENDIF -->
</div>
<dl class="postprofile">
<dt>
<!-- IF replyrow.AVATAR -->
{replyrow.AVATAR}<br />
<!-- ENDIF -->
<strong>{replyrow.USER_FULL}</strong>
</dt>
<!-- IF replyrow.RANK_TITLE or replyrow.RANK_IMG --><dd>{replyrow.RANK_TITLE}<!-- IF replyrow.RANK_TITLE and replyrow.RANK_IMG --><br /><!-- ENDIF -->{replyrow.RANK_IMG}</dd><!-- ENDIF -->
<dd> </dd>
<!-- IF replyrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {replyrow.POSTER_POSTS}</dd><!-- ENDIF -->
<!-- IF replyrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {replyrow.POSTER_JOINED}</dd><!-- ENDIF -->
<!-- IF replyrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {replyrow.POSTER_FROM}</dd><!-- ENDIF -->
<!-- BEGIN custom_fields -->
<dd><strong>{replyrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {replyrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
<!-- IF replyrow.U_PM or replyrow.U_EMAIL or replyrow.U_WWW or replyrow.U_MSN or replyrow.U_ICQ or replyrow.U_YIM or replyrow.U_AIM -->
<dd>
<ul class="profile-icons">
<!-- IF replyrow.U_PM --><li class="pm-icon"><a href="{replyrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_EMAIL --><li class="email-icon"><a href="{replyrow.U_EMAIL}" title="{L_EMAIL}"><span>{L_EMAIL}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_WWW --><li class="web-icon"><a href="{replyrow.U_WWW}" title="{L_VISIT_WEBSITE}: {replyrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_MSN --><li class="msnm-icon"><a href="{replyrow.U_MSN}" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_ICQ --><li class="icq-icon"><a href="{replyrow.U_ICQ}" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_YIM --><li class="yahoo-icon"><a href="{replyrow.U_YIM}" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_AIM --><li class="aim-icon"><a href="{replyrow.U_AIM}" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
<!-- IF replyrow.U_JABBER --><li class="jabber-icon"><a href="{replyrow.U_JABBER}" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
</ul>
</dd>
<!-- ENDIF -->
</dl>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END replyrow -->
<!-- ENDIF -->
It is not that simple, to do it properly you need to modify the PHP output page, and the template for starters, possibly more depending on if that fixes the issue.gjustinj wrote:Do I work for free? Depends on the case, sure I do things for people for free, especially if it's a quick/simple answer as to where to find the "enable true/false" in a file, if that's the case.EXreaction wrote:So I should sit here and spend my time building something custom for you for free? Do you work for free?
I've created many things for free in my life, and my company is working on an MMO Gaming Engine Solution, and we're going to release for, get this... free. Because it will open up the doors to a lot of indie game devs that do not have hundreds of thousands of dollars to put into a game engine. Crazy, huh?
With that said, you still haven't named your price.
I own the company.EXreaction wrote:It is not that simple, to do it properly you need to modify the PHP output page, and the template for starters, possibly more depending on if that fixes the issue.gjustinj wrote:Do I work for free? Depends on the case, sure I do things for people for free, especially if it's a quick/simple answer as to where to find the "enable true/false" in a file, if that's the case.EXreaction wrote:So I should sit here and spend my time building something custom for you for free? Do you work for free?
I've created many things for free in my life, and my company is working on an MMO Gaming Engine Solution, and we're going to release for, get this... free. Because it will open up the doors to a lot of indie game devs that do not have hundreds of thousands of dollars to put into a game engine. Crazy, huh?
With that said, you still haven't named your price.
And I have created dozens of mods for free and am working on many other projects as well for free. A company is completely different than an individual, you try funding the development and support of the project when you get absolutely nothing back to pay for the costs, and try doing it on a student's budget.
My current rate is $40/hr with $20 minimum charge.
charley wrote:Save a copy of the following file, and then try this edit:
[OPEN]
styles/your_style/template/blog/view_blog.html
[FIND]Remove that code.Code: Select all
<!-- IF S_REPLIES --> <div id="replies" class="post bg3"> <div class="inner"><span class="corners-top"><span></span></span> <strong>{L_COMMENTS}</strong> <span class="corners-bottom"><span></span></span></div> </div> <!-- IF S_SORT_REPLY --> <form id="view_blog" method="post" action="{S_POST_ACTION}"> <fieldset class="display-options" style="margin-top: 0; "> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF --> <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF --> <label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label> <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label> </fieldset> </form> <!-- ENDIF --> <!-- BEGIN replyrow --> <!-- IF replyrow.S_DELETED or replyrow.USER_FOE--> <div id="d{replyrow.ID}" class="post<!-- IF replyrow.USER_FOE --> foe<!-- ENDIF --><!-- IF replyrow.S_DELETED --> deleted<!-- ENDIF -->" style="width: 97%; margin: 0 auto 10px auto;"> <div class="inner"><span class="corners-top"><span></span></span> <div class="postbody" style="width: 100%; text-align: center;"> <!-- IF replyrow.S_DELETED --> <a href="#none" onClick="toggleDiv('r{replyrow.ID}'); toggleDiv('d{replyrow.ID}');">{L_DELETED_REPLY_SHOW}</a> <!-- ELSE --> {replyrow.L_USER_FOE}<br /><a href="#none" onClick="toggleDiv('r{replyrow.ID}'); toggleDiv('d{replyrow.ID}');">{L_CLICK_HERE_SHOW_POST}</a> <!-- ENDIF --> <noscript><br />{L_REPLY_SHOW_NO_JS}</noscript> <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> </div> <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF --> <div id="r{replyrow.ID}" class="post <!-- IF replyrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF replyrow.S_REPORTED or replyrow.S_UNAPPROVED --> reported<!-- ENDIF --><!-- IF replyrow.USER_FOE --> foe<!-- ENDIF --><!-- IF replyrow.S_DELETED --> deleted<!-- ENDIF --><!-- IF replyrow.S_ONLINE --> online<!-- ENDIF -->" style="width: 97%; margin: 0 auto 10px auto;<!-- IF replyrow.S_DELETED or replyrow.USER_FOE --> display: none;<!-- ENDIF -->"> <div class="inner"><span class="corners-top"><span></span></span> <div class="postbody"> <!-- IF replyrow.U_QUOTE or replyrow.U_INFO or replyrow.U_DELETE or replyrow.U_EDIT --> <ul class="profile-icons"> <!-- IF replyrow.U_EDIT --><li class="edit-icon"><a href="{replyrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_DELETE --><li class="delete-icon"><a href="{replyrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_REPORT and not replyrow.S_REPORTED --><li class="report-icon"><a href="{replyrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_WARN --><li class="warn-icon"><a href="{replyrow.U_WARN}" title="{L_WARN_USER}"><span>{WARN_USER}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_QUOTE --><li class="quote-icon"><a href="{replyrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF --> </ul> <!-- ENDIF --> <h3><a href="{replyrow.U_VIEW}">{replyrow.TITLE}</a></h3> <p class="author"><a href="{replyrow.U_VIEW_PERMANENT}"><img src="{T_IMAGESET_PATH}/icon_post_target.gif" alt="{L_PERMANENT_LINK}" /></a>{L_POST_BY_AUTHOR} <strong>{replyrow.USER_FULL}</strong> {L_POSTED_ON_DATE} {replyrow.DATE} </p> <!-- IF replyrow.S_UNAPPROVED or replyrow.S_REPORTED --> <p class="rules"> <!-- IF replyrow.S_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{replyrow.U_APPROVE}"><strong>{L_UNAPPROVED}</strong></a><!-- ENDIF --> <!-- IF replyrow.S_REPORTED -->{REPORTED_IMG} <a href="{replyrow.U_REPORT}"><strong>{L_REPORTED}</strong></a><!-- ENDIF --> </p> <!-- ENDIF --> <div class="content">{replyrow.MESSAGE}</div> <!-- IF replyrow.S_HAS_ATTACHMENTS --> <dl class="attachbox"> <dt>{L_ATTACHMENTS}</dt> <!-- BEGIN attachment --> <dd>{replyrow.attachment.DISPLAY_ATTACHMENT}</dd> <!-- END attachment --> </dl> <!-- ENDIF --> <!-- IF replyrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF --> {replyrow.EXTRA} <!-- IF replyrow.EDITED_MESSAGE or replyrow.EDIT_REASON --> <div class="notice">{replyrow.EDITED_MESSAGE} <!-- IF replyrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{replyrow.EDIT_REASON}</em><!-- ENDIF --> </div> <!-- ENDIF --> <!-- IF replyrow.DELETED_MESSAGE --> <div class="notice">{replyrow.DELETED_MESSAGE}</div> <!-- ENDIF --> <!-- IF replyrow.SIGNATURE --><div class="signature">{replyrow.SIGNATURE}</div><!-- ENDIF --> </div> <dl class="postprofile"> <dt> <!-- IF replyrow.AVATAR --> {replyrow.AVATAR}<br /> <!-- ENDIF --> <strong>{replyrow.USER_FULL}</strong> </dt> <!-- IF replyrow.RANK_TITLE or replyrow.RANK_IMG --><dd>{replyrow.RANK_TITLE}<!-- IF replyrow.RANK_TITLE and replyrow.RANK_IMG --><br /><!-- ENDIF -->{replyrow.RANK_IMG}</dd><!-- ENDIF --> <dd> </dd> <!-- IF replyrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {replyrow.POSTER_POSTS}</dd><!-- ENDIF --> <!-- IF replyrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {replyrow.POSTER_JOINED}</dd><!-- ENDIF --> <!-- IF replyrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {replyrow.POSTER_FROM}</dd><!-- ENDIF --> <!-- BEGIN custom_fields --> <dd><strong>{replyrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {replyrow.custom_fields.PROFILE_FIELD_VALUE}</dd> <!-- END custom_fields --> <!-- IF replyrow.U_PM or replyrow.U_EMAIL or replyrow.U_WWW or replyrow.U_MSN or replyrow.U_ICQ or replyrow.U_YIM or replyrow.U_AIM --> <dd> <ul class="profile-icons"> <!-- IF replyrow.U_PM --><li class="pm-icon"><a href="{replyrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_EMAIL --><li class="email-icon"><a href="{replyrow.U_EMAIL}" title="{L_EMAIL}"><span>{L_EMAIL}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_WWW --><li class="web-icon"><a href="{replyrow.U_WWW}" title="{L_VISIT_WEBSITE}: {replyrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_MSN --><li class="msnm-icon"><a href="{replyrow.U_MSN}" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_ICQ --><li class="icq-icon"><a href="{replyrow.U_ICQ}" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_YIM --><li class="yahoo-icon"><a href="{replyrow.U_YIM}" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_AIM --><li class="aim-icon"><a href="{replyrow.U_AIM}" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF --> <!-- IF replyrow.U_JABBER --><li class="jabber-icon"><a href="{replyrow.U_JABBER}" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF --> </ul> </dd> <!-- ENDIF --> </dl> <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> <span class="corners-bottom"><span></span></span></div> </div> <!-- END replyrow --> <!-- ENDIF -->