That was my biggest fear..
Disabling plugins 1by1 until find an answer
most of my plugins lost their config and DATA when you disable/uninstall them
Thanks anyway RateU
by the way
Link directory and Event directory SHOW thread is failing too lol
i hope yumi answer soon
When you're adding templates, are you adding them to the Global Template set?
Also, ensure that you have no templates named gal_postbit etc in any of your theme template sets.
MyBB's forum permissions can be a bit whacky at first, but XThreads doesn't interfere with them, so perhaps double check that the search permission is disabled for all groups on the particular forum (all groups should have custom permissions assigned to them if you do this).
i have confirmed it
everyone are in the global template set
Hi Glas - can you post your showthread template?
Here is mine - works fine on a mybb 1.6 setup.
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=1400"></script>
</head>
<body>
{$header}
{$pollbox}
{$first_post}
<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>
<strong>« <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> »</strong>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div style="padding-top: 4px;" class="float_right">
{$newreply}
</div>
<br style="clear: both;" />
{$quickreply}
{$threadexbox}
{$similarthreads}
<br />
<div class="float_left">
<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&tid={$tid}">{$add_remove_subscription_text}</a></li>
</ul>
</div>
<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>
|
Though TBH if Link Directory is failing too then it really sounds like you have a conflict somewhere. I have link directory as well - no issues.
If you can, you could try replicating the problem rather than disabling plugins. That is, make a clean install (ie localhost/test board) and follow the guide to make the forums. Does it work there? If so, continue to install plugins and themes you're using and see when it breaks.
i can't show you my old showthread beacuse i've replaced it by yours leefish, but it was similar
i think i don't have any other choice.
I will start making the clean install the next weekend
i hate MyBB only beacuse of it's horrible debug system
What do you want me to do? I can't really think of a reason why nothing is working for you. I can only suggest trying to replicate the problem. If you can do that, and provide clear instructions on how I can reproduce it, I can try looking into a fix, but as I don't know the cause, I don't know what to suggest. I've already suggested what I think is likely, but as it's not the issue, unfortunately, you're going to have to try track things down.
I was working on another chaps site - had an issue with show threads - turned out it was some ads plugin that was breaking stuff. My advertisements. Do you have that? If so, try disabling that one.
(11-17-2010 03:25 PM)ZiNgA BuRgA Wrote: [ -> ]What do you want me to do? I can't really think of a reason why nothing is working for you. I can only suggest trying to replicate the problem. If you can do that, and provide clear instructions on how I can reproduce it, I can try looking into a fix, but as I don't know the cause, I don't know what to suggest. I've already suggested what I think is likely, but as it's not the issue, unfortunately, you're going to have to try track things down.
Oh my apologize, i didn't know you are yumi i just followed this
(11-16-2010 02:22 AM)RateU Wrote: [ -> ]You need to wait Yumi to reply.
(11-17-2010 10:08 PM)leefish Wrote: [ -> ]I was working on another chaps site - had an issue with show threads - turned out it was some ads plugin that was breaking stuff. My advertisements. Do you have that? If so, try disabling that one.
EDIT: the culprit was My Advertisements, i will notify of this uncompatibility to Pirata Nervo to see if he can makes a repair
Thanks guys!
well i have it, i will try disabling it right now