Code: Select all
<!-- IF SIMPLE_COMMENT_ENABLED -->
<!-- IF ALLOW_ALL_COMMENT -->
<!-- IF ALLOW_FRIEND_VIEW && not FRIEND -->
only friends
<!-- ELSE -->
<ul class="linklist">
<li class="rightside pagination">{TOTAL_COMMENT} • <!-- IF PAGINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
</ul>
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<h3> {L_PROFILE_COMMENTS} </h3>
<table class="tablebg" width="100%" cellspacing="0">
<!-- BEGIN comment -->
<tr>
<td rowspan="3" width="23%" align="center">{comment.COMMENT_AUTHOR}<br /><a href="{comment.USER_URL}">{comment.COMMENT_AVATAR_THUMB}</a><br />{comment.COMMENT_DATE}
</td>
</tr>
<tr align="right">
<td colspan="2">
{comment.COMMENT_DATE_TIME}
</td>
</tr>
<tr align="center">
<td width="85%" rowspan="2"> <p align="right" > </p>
<p>{comment.COMMENT_TEXT}</p>
</td>
</tr>
<tr>
<!-- IF comment.CAN_DELETE or (U_MCP or U_ACP) -->
<td width="23%" colspan="2"><ul class="profile-icons" ><li class="delete-icon"><a href="{comment.DELETE_URL}"><span>{DELETE_IMG}</span></a></li></ul>
</td>
<!-- ENDIF -->
</tr>
<tr>
<td colspan="2">
<hr style="border-top-style : dashed;" />
</td>
</tr>
<!-- END comment -->
</table>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<p> </p>
<!-- IF S_USER_LOGGED_IN -->
<!-- IF ALLOW_FRIEND_ONLY && not FRIEND -->
<!-- ELSE -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<table class="tablebg" width="100%" cellspacing="0">
<th> {L_PROFILE_COMMENT_SUB} </th>
<form action="{NEW_COMMENT}" method="post" id="postform" name="comment">
<tr align="center">
<td>
</td>
</tr>
<tr align="center">
<td>
just_guy wrote:My profile view comment is off...how do i go about making it look straight...you can see the screenshot below...I have made any changes tothe original code..and i don't know how to go about adjusting it..help is much appreciated...
Code: Select all
[code]<!-- IF SIMPLE_COMMENT_ENABLED -->
<!-- IF ALLOW_ALL_COMMENT -->
<!-- IF ALLOW_FRIEND_VIEW && not FRIEND -->
only friends
<!-- ELSE -->
<ul class="linklist">
<li class="rightside pagination">{TOTAL_COMMENT} • <!-- IF PAGINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
</ul>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3> {L_PROFILE_COMMENTS} </h3>
<table class="tablebg" width="100%" cellspacing="0">
<!-- BEGIN comment -->
<tr>
<td rowspan="3" width="23%" align="center">{comment.COMMENT_AUTHOR}<br /><a href="{comment.USER_URL}">{comment.COMMENT_AVATAR_THUMB}</a><br />{comment.COMMENT_DATE}
</td>
</tr>
<tr align="right">
<td colspan="2">
{comment.COMMENT_DATE_TIME}
</td>
</tr>
<tr align="center">
<td width="85%" rowspan="2"> <p align="right" > </p>
<p>{comment.COMMENT_TEXT}</p>
</td>
</tr>
<tr>
<!-- IF comment.CAN_DELETE or (U_MCP or U_ACP) -->
<td width="23%" colspan="2"><ul class="profile-icons" ><li class="delete-icon"><a href="{comment.DELETE_URL}"><span>{DELETE_IMG}</span></a></li></ul>
</td>
<!-- ENDIF -->
</tr>
<tr>
<td colspan="2">
<hr style="border-top-style : dashed;" />
</td>
</tr>
<!-- END comment -->
</table>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<p> </p>
<!-- IF S_USER_LOGGED_IN -->
<!-- IF ALLOW_FRIEND_ONLY && not FRIEND -->
<!-- ELSE -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<table class="tablebg" width="100%" cellspacing="0">
<th> {L_PROFILE_COMMENT_SUB} </th>
<form action="{NEW_COMMENT}" method="post" id="postform" name="comment">
<tr align="center">
<td>
</td>
</tr>
<tr align="center">
<td>
you are missing a edit in viewtopic_body.html and also language/en/viewtopic.phpIAMTROPHY wrote:2nd - the quick link does not work, it's just text? (in the view topic section under the avatar pic)
url to my forum is http://www.urbangaymer.com/forum/
user - ugtest
pass - ugtest
platinum_2007 wrote:you are missing a edit in viewtopic_body.html and also language/en/viewtopic.phpIAMTROPHY wrote:2nd - the quick link does not work, it's just text? (in the view topic section under the avatar pic)
url to my forum is http://www.urbangaymer.com/forum/
user - ugtest
pass - ugtest
Seems like I've this problem now too..Ashley.S. wrote:I just had the same problem, I had to set the permission role to "never" I hope it stops it, but originally it was set to no anyway, so how the heck did they bypass it anyway40kforums wrote:Installed all this fine, and works well - great mod, thanks!
However, despite guests and bots not being able to physically see the comments (the comments themselves, the form, etc.) - I am still getting 1-2 bots commenting on users profiles per day (as "Anonymous" users). I have tested myself and guests do not see the comments system on the profile pages - is there somewhere else, or somehow that they could be submitting a comment regardless?I hope it's not a bug in phpbb 3.0.5
this is the best solution as it is applied it 1.6.0[o0] wrote:Seems like I've this problem now too..Ashley.S. wrote:I just had the same problem, I had to set the permission role to "never" I hope it stops it, but originally it was set to no anyway, so how the heck did they bypass it anyway40kforums wrote:Installed all this fine, and works well - great mod, thanks!
However, despite guests and bots not being able to physically see the comments (the comments themselves, the form, etc.) - I am still getting 1-2 bots commenting on users profiles per day (as "Anonymous" users). I have tested myself and guests do not see the comments system on the profile pages - is there somewhere else, or somehow that they could be submitting a comment regardless?I hope it's not a bug in phpbb 3.0.5
I found your solution and searched for this setting, but I can't find this permission in my ACP, where's it? Or am I just too stupid to find? o_0
Or has anybody a better solution? I thaught about blocking the IP ranges of this spambot, but it seems like these aren't saved in a logfile.
yea I had viewtopic_body.html wrong - I had info AFTER not BEFOREplatinum_2007 wrote:The first edit for viewtopic_body.html and the only edit for language/en/viewtopic.php
Code: Select all
{ COMMENT_PRIV }
{ ALLOW_ALL_COMMENT }:
{ ALLOW_ALL_COMMENT_EXPLAIN } Yes No { ALLOW_FRIEND_ONLY }:
{ ALLOW_FRIEND_ONLY_EXPLAIN } Yes No { ALLOW_FRIEND_VIEW }:{ ALLOW_FRIEND_VIEW_EXPLAIN } Yes No