Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 XThread error!: SHOWTHREAD IN GALLERY
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #11
RE: XThread error!: SHOWTHREAD IN GALLERY
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
(This post was last modified: 11-16-2010 05:23 AM by Glas.)
11-16-2010 05:22 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #12
RE: XThread error!: SHOWTHREAD IN GALLERY
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).

My Blog
11-16-2010 08:22 AM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #13
RE: XThread error!: SHOWTHREAD IN GALLERY
i have confirmed it
everyone are in the global template set
[Image: galeri.jpg]
11-16-2010 09:13 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #14
RE: XThread error!: SHOWTHREAD IN GALLERY
Hi Glas - can you post your showthread template?

Here is mine -  works fine on a mybb 1.6 setup.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<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>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</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&amp;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.



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 11-16-2010 10:30 AM by leefish.)
11-16-2010 10:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #15
RE: XThread error!: SHOWTHREAD IN GALLERY
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.

My Blog
11-16-2010 11:38 AM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #16
RE: XThread error!: SHOWTHREAD IN GALLERY
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
(This post was last modified: 11-16-2010 02:11 PM by Glas.)
11-16-2010 02:11 PM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #17
RE: XThread error!: SHOWTHREAD IN GALLERY
bumping for yumi
11-17-2010 03:08 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #18
RE: XThread error!: SHOWTHREAD IN GALLERY
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.

My Blog
11-17-2010 03:25 PM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #19
RE: XThread error!: SHOWTHREAD IN GALLERY
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.


[Image: leelink.gif]
MYBB1.6 & XThreads
11-17-2010 10:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #20
RE: XThread error!: SHOWTHREAD IN GALLERY
(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
(This post was last modified: 11-18-2010 04:38 AM by Glas.)
11-18-2010 04:35 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: