MyBB Support

How to fix replys? please help

Submitted by frizzy, , Thread ID: 1424

Thread Closed

RE: How to fix replys? please help

Diplo
A bit cunty with a dash of fuck you.
Level:
0
Reputation:
28
Posts:
838
Likes:
70
Credits:
1.77K
20-02-2015, 12:47 AM
#11
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
20-02-2015, 12:42 AM
AndresXZ09 Wrote:
Well, post here the showthread template

Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>

20-02-2015, 12:43 AM
Nou4r Wrote:
19-02-2015, 11:51 PM
Inferno Wrote:
19-02-2015, 11:45 PM
frizzy Wrote:
Hey everyone,
When i post a reply on my thread on my forums.
it doesn't show the thread anymore but just the single reply.

http://prntscr.com/67a0ar

How do i fix this?


Like it doesn't show the replys on the thread.

I dont support leechers. Gtfo :rly:

Leecher? Why the fuck is everybody telling each other's leechers???
Please gtfo yourself

Thats not evne fair against new members!

Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.

RE: How to fix replys? please help

frizzy
Closed Account
Level:
0
Reputation:
-2
Posts:
33
Likes:
3
Credits:
17
OP
20-02-2015, 12:48 AM
#12
20-02-2015, 12:47 AM
Inferno Wrote:
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
20-02-2015, 12:42 AM
AndresXZ09 Wrote:
Well, post here the showthread template

Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>

20-02-2015, 12:43 AM
Nou4r Wrote:
19-02-2015, 11:51 PM
Inferno Wrote:
I dont support leechers. Gtfo :rly:

Leecher? Why the fuck is everybody telling each other's leechers???
Please gtfo yourself

Thats not evne fair against new members!

Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.
What did you do for that sexy post count? post this shit to every new member here?

RE: How to fix replys? please help

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
20-02-2015, 12:50 AM
#13
20-02-2015, 12:47 AM
Inferno Wrote:
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
20-02-2015, 12:42 AM
AndresXZ09 Wrote:
Well, post here the showthread template

Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>

20-02-2015, 12:43 AM
Nou4r Wrote:
19-02-2015, 11:51 PM
Inferno Wrote:
I dont support leechers. Gtfo :rly:

Leecher? Why the fuck is everybody telling each other's leechers???
Please gtfo yourself

Thats not evne fair against new members!

Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.

:fp:

RE: How to fix replys? please help

Diplo
A bit cunty with a dash of fuck you.
Level:
0
Reputation:
28
Posts:
838
Likes:
70
Credits:
1.77K
20-02-2015, 12:53 AM
#14
20-02-2015, 12:50 AM
Nou4r Wrote:
20-02-2015, 12:47 AM
Inferno Wrote:
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
20-02-2015, 12:42 AM
AndresXZ09 Wrote:
Well, post here the showthread template

Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>

20-02-2015, 12:43 AM
Nou4r Wrote:
Leecher? Why the fuck is everybody telling each other's leechers???
Please gtfo yourself

Thats not evne fair against new members!

Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.

:fp:

Enjoy 10% for a month :yus:

RE: How to fix replys? please help

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
20-02-2015, 12:54 AM
#15
20-02-2015, 12:53 AM
Inferno Wrote:
20-02-2015, 12:50 AM
Nou4r Wrote:
20-02-2015, 12:47 AM
Inferno Wrote:
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>


Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.

:fp:

Enjoy 10% for a month :yus:

I don't care anymore.

RE: How to fix replys? please help

frizzy
Closed Account
Level:
0
Reputation:
-2
Posts:
33
Likes:
3
Credits:
17
OP
20-02-2015, 12:55 AM
#16
Can anyone please help me with my issue?

RE: How to fix replys? please help

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
20-02-2015, 12:56 AM
#17
20-02-2015, 12:53 AM
Inferno Wrote:
20-02-2015, 12:50 AM
Nou4r Wrote:
20-02-2015, 12:47 AM
Inferno Wrote:
20-02-2015, 12:45 AM
Nou4r Wrote:
20-02-2015, 12:44 AM
frizzy Wrote:
Code:
<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left">
{$multipage}

</div>
<div class="float_right" style="padding-bottom: 8px;">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext" style="float: left;margin-top: 3px;"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->threaded}"><i class="icon-text-height obut"></i></a> <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" title="{$lang->linear}"><i class="icon-list obut"></i></span>
</div>
<div class="theadtitle">{$thread['threadprefix']}{$thread['subject']}
</div>
</td>
</tr>
{$classic_header}
</table>
<div id="posts">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
<tr>
<td colspan="2" class="tfoot">
{$search_thread}
<div style="margin-top: 7px;">
<a href="{$next_oldest_link}" title="{$lang->next_oldest}" class="button"><i class="icon-chevron-left"></i></a> <a href="{$next_newest_link}" title="{$lang->next_newest}" class="button"><i class="icon-chevron-right"></i></a>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="margin-top: 8px;" class="float_right">
{$newreply}
</div> <br style="clear: both;" />
<div>{$quickreply}</div>
     <br style="clear: both;" />
{$threadexbox}
{$similarthreads}
<br />
<div class="panel">
<div class="panell">
<div class="float_left stlinks" >
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
</div>
<a href="#" class="panelbutton">Options <span>+</span></a>
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
</body>
</html>


Kinda funny is that i am not here for the downloads, but support ;p

The funny thing is that 12 year old skids are calling each other leechers :fp:

Kinda funny is that i am not here for the downloads, but support ;p LEECHER. You gtfo postwhore.

:fp:

Enjoy 10% for a month :yus:

Or how about 30% for offtopic and flaming? If you're not interested in helping him, please just leave. It's uneccessary.
On topic, I don't really understand what problem you have. Can you elaborate it a bit further please?

RE: How to fix replys? please help

Pulseeey
The Mandingo Man
Staff
Level:
0
Reputation:
208
Posts:
996
Likes:
159
Credits:
1.69K
20-02-2015, 12:57 AM
#18
You guys are aware that if you just call everyone a leecher for everything and anything, this forum will not grow at all? This is a forum based on leaks (downloads) and it already has a leecher prevention plugin. It doesn't need you to go around being hostile to everyone just to make your e-peen bigger.

Grow up.

Get the thread back on topic.

RE: How to fix replys? please help

frizzy
Closed Account
Level:
0
Reputation:
-2
Posts:
33
Likes:
3
Credits:
17
OP
20-02-2015, 01:05 AM
#19
PS: It works if your a guest but not when your logged in.
http://prntscr.com/67buli

please help ;(

RE: How to fix replys? please help

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
20-02-2015, 01:08 AM
#20
20-02-2015, 01:05 AM
frizzy Wrote:
PS: It works if your a guest but not when your logged in.
http://prntscr.com/67buli

please help ;(

I don't see what's wrong here? Do you mean, guests are able to see replies and members not?
Also, are you using a RIP of the theme or is it the retail version?

Users browsing this thread: 1 Guest(s)