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: #3
RE: XThread error!: SHOWTHREAD IN GALLERY
(11-15-2010 06:42 PM)ZiNgA BuRgA Wrote:  Can you post your gal_postbit_first_classic template?
sure

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
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="thead">
			<div class="float_right smalltext">
				{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
			</div>
			<strong>{$thread['subject']}</strong> <small>por <a href="{$post['profilelink_plain']}">{$post['username']}</a></small>
		</td>
	</tr>
	<tbody>
		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<div style="text-align: center; margin-bottom: 0.5em; margin-top: 0.5em;">
					<a href="{$GLOBALS['threadfields']['gal_img']['url']}"><img src="{$GLOBALS['threadfields']['gal_img']['url']}" alt="image" width="{$GLOBALS['threadfields']['gal_img']['dims']['w']}" height="{$GLOBALS['threadfields']['gal_img']['dims']['h']}" /></a>
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
			</td>
		</tr>
	</tbody>
</table>


and sorry for making another offtopic question
but

is it possible to hide gallery and link directory results from "search new threads" Function?
(This post was last modified: 11-16-2010 01:04 AM by Glas.)
11-16-2010 12:59 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: XThread error!: SHOWTHREAD IN GALLERY - Glas - 11-16-2010 12:59 AM

 Standard Tools
Forum Jump: