Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Product Review
TrailerReview Offline
Junior Member
**
Posts: 14
Joined: May 2012
Post: #61
RE: Product Review
(05-10-2012 04:17 AM)RateU Wrote:  
(05-10-2012 03:54 AM)TrailerReview Wrote:  there are two "new thread" buttons, instead of one, on the top and bottom of the page and they are floating away from the dark grey bar unlike my normal test forum.
..............
The third shot is of when you click on one of the posts and go into the post. I am having the same issue with the two floating buttons on the top and bottom of the page here as well.
It seems that the themes you are using has a custom newthread position.
Could you post your normal forumdisplay_threadlist and showthread template here?

forumdisplay_threadlist

HTML 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<div class="float_left">
	{$multipage}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
	<tr>
		<td class="thead" colspan="{$colspan}">
			<div class="float_right bigenglish-top">
				{$newthread}
			</div>
			<div style="float: right;">
				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
			</div>
			<div>
				<strong>{$foruminfo['name']}</strong>
			</div>
		</td>
	</tr>
	<tr>
		<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
		<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
		<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
		{$ratingcol}
		<td class="tcat" align="right" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
		{$inlinemodcol}
	</tr>
	{$selectall}
	{$announcementlist}
	{$threads}{$nullthreads}
	<tr>
		<td class="tfoot" align="right" colspan="{$colspan}">
			<div class="float_right bigenglish-bottom">
				{$newthread}
			</div>
			<form action="forumdisplay.php" method="get">
				<input type="hidden" name="selectall" value="{$allselected}" />
				<input type="hidden" name="fid" value="{$fid}" />
				<select name="sortby">
					{$sort_by_prefix}<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
					<option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
					<option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
					<option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
					{$ratingsort}
					<option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
					<option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
					<option value="icon" {$sortsel['icon']}>{$lang->sort_by_icon}</option>
					<option value="lastposter" {$sortsel['lastposter']}>{$lang->sort_by_lastposter}</option>
					<option value="attachmentcount" {$sortsel['attachmentcount']}>{$lang->sort_by_attachmentcount}</option>
					{$xthreads_extra_sorting}
				</select>
				<select name="order">
					<option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
					<option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
				</select>
				<select name="datecut">
					<option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
					<option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
					<option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
					<option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
					<option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
					<option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
					<option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
					<option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
					<option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
				</select>
				{$gobutton}
			</form>
		</td>
	</tr>
</table>
<div class="float_left">
	{$multipage}
</div>
<br style="clear: both;" />
<br />
<div class="float_left">
	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
			<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
		</dl>
	</div>

	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
			<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
		</dl>
	</div>
	<br style="clear: both" />
</div>

<div class="float_right" style="text-align: right;">
	{$inlinemod}
	{$searchforum}
	{$forumjump}
</div>
<br style="clear: both" />
{$inline_edit_js}

showthread

HTML 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<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=1600"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<div class="pages-rate clearfix">
		<div class="float_left">
			{$multipage}
		</div>
		{$ratethread}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder3" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
					<div class="float_right bigenglish-top">
						{$newreply}
					</div>
				<div style="float: right;">
					<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
				</div>
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		{$classic_header}
	</table>
	<div id="posts">
		{$first_post}{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder4" style="border-top-width: 0;">
		<tr>
			<td colspan="2" class="tfoot">
				<div class="float_right bigenglish-bottom">
					{$newreply}
				</div>
				{$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 pagination-bottom">
		{$multipage}
	</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}&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>
	<br style="clear: both;" />
	{$usersbrowsing}
	{$footer}
</body>
</html>


(05-10-2012 04:17 AM)RateU Wrote:  [quote='TrailerReview' pid='10979' dateline='1336586047']
there are two "new thread" buttons, instead of one, on the top and bottom of the page and they are floating away from the dark grey bar unlike my normal test forum.
..............
The third shot is of when you click on one of the posts and go into the post. I am having the same issue with the two floating buttons on the top and bottom of the page here as well.
It seems that the themes you are using has a custom newthread position.
Could you post your normal forumdisplay_threadlist and showthread template here?

(05-10-2012 03:54 AM)TrailerReview Wrote:  I am also having troubles with the pictures showing up in here and the index, they seem to load fine but don't show up. I have tried several different pictures, but have the same outcome. Do you have any suggestions in finding my problem?
Try to run the Rebuild XThreads Attachment Thumbnails tools:
AdminCP -> Tools & Maintenance -> Recount & Rebuild

What's the value entered in your Product Picture (pfpic) Image Thumbnail Generation setting?

88x66|160x120|320x240 is what I have in the value box.
(This post was last modified: 05-10-2012 04:55 AM by TrailerReview.)
05-10-2012 04:50 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Product Review - RateU - 05-15-2010, 02:16 AM
RE: Product Review - Pirata Nervo - 05-15-2010, 04:34 AM
RE: Product Review - leefish - 05-15-2010, 07:52 AM
RE: Product Review - ZiNgA BuRgA - 05-15-2010, 10:01 AM
RE: Product Review - RateU - 05-16-2010, 02:55 AM
RE: Product Review - leefish - 05-27-2010, 09:56 AM
RE: Product Review - RateU - 05-27-2010, 10:33 AM
RE: Product Review - leefish - 06-01-2010, 10:08 AM
RE: Product Review - RateU - 06-01-2010, 10:37 AM
RE: Product Review - leefish - 06-02-2010, 05:02 AM
RE: Product Review - ZiNgA BuRgA - 06-02-2010, 10:32 AM
RE: Product Review - RateU - 06-02-2010, 02:54 PM
RE: Product Review - leefish - 06-02-2010, 08:59 PM
RE: Product Review - ZiNgA BuRgA - 06-02-2010, 09:06 PM
RE: Product Review - RateU - 06-03-2010, 06:42 AM
RE: Product Review - RateU - 11-09-2010, 05:04 AM
RE: Product Review - bxx - 06-21-2011, 05:45 AM
RE: Product Review - RateU - 12-02-2010, 08:22 AM
RE: Product Review - Glas - 03-23-2012, 10:47 AM
RE: Product Review - ZiNgA BuRgA - 12-08-2010, 04:06 PM
RE: Product Review - sanjananb - 02-16-2011, 03:42 AM
RE: Product Review - ZiNgA BuRgA - 06-21-2011, 07:29 AM
RE: Product Review - bxx - 06-21-2011, 04:59 PM
RE: Product Review - RateU - 10-23-2011, 05:13 AM
RE: Product Review - Shemo - 11-18-2011, 04:25 PM
RE: Product Review - ZiNgA BuRgA - 11-18-2011, 07:50 PM
RE: Product Review - Shemo - 11-19-2011, 03:04 AM
RE: Product Review - RocketFoot - 11-19-2011, 08:53 AM
RE: Product Review - RateU - 11-20-2011, 03:37 AM
RE: Product Review - Shemo - 11-20-2011, 10:26 AM
RE: Product Review - RateU - 11-21-2011, 04:02 AM
RE: Product Review - Shemo - 11-21-2011, 04:36 PM
RE: Product Review - RateU - 11-22-2011, 06:33 AM
RE: Product Review - Shemo - 12-19-2011, 05:01 PM
RE: Product Review - RocketFoot - 11-24-2011, 03:04 AM
RE: Product Review - RateU - 11-24-2011, 04:33 AM
RE: Product Review - RocketFoot - 11-24-2011, 04:39 AM
RE: Product Review - RateU - 11-24-2011, 05:01 AM
RE: Product Review - RocketFoot - 11-24-2011, 05:02 AM
RE: Product Review - RateU - 11-24-2011, 05:04 AM
RE: Product Review - RocketFoot - 11-24-2011, 05:08 AM
RE: Product Review - RateU - 11-24-2011, 05:17 AM
RE: Product Review - RocketFoot - 11-24-2011, 05:25 AM
RE: Product Review - RocketFoot - 11-24-2011, 06:02 AM
RE: Product Review - RocketFoot - 11-24-2011, 07:04 AM
RE: Product Review - RateU - 11-24-2011, 07:23 AM
RE: Product Review - RocketFoot - 11-24-2011, 08:36 AM
RE: Product Review - Shemo - 12-05-2011, 06:53 AM
RE: Product Review - RateU - 12-20-2011, 04:59 AM
RE: Product Review - Shemo - 12-21-2011, 04:14 PM
RE: Product Review - Glas - 03-23-2012, 11:50 AM
RE: Product Review - ZiNgA BuRgA - 03-23-2012, 12:07 PM
RE: Product Review - Glas - 03-23-2012, 12:19 PM
RE: Product Review - RateU - 03-24-2012, 04:57 AM
RE: Product Review - Glas - 03-24-2012, 06:57 AM
RE: Product Review - Divvy - 03-27-2012, 10:25 AM
RE: Product Review - Sama34 - 03-27-2012, 01:45 PM
RE: Product Review - ZiNgA BuRgA - 03-27-2012, 03:42 PM
RE: Product Review - TrailerReview - 05-10-2012, 03:54 AM
RE: Product Review - RateU - 05-10-2012, 04:17 AM
RE: Product Review - TrailerReview - 05-10-2012 04:50 AM
RE: Product Review - TrailerReview - 05-10-2012, 05:25 AM
RE: Product Review - RateU - 05-10-2012, 05:05 AM
RE: Product Review - TrailerReview - 05-10-2012, 05:12 AM
RE: Product Review - RateU - 05-10-2012, 05:23 AM
RE: Product Review - RateU - 05-10-2012, 05:53 AM
RE: Product Review - TrailerReview - 05-10-2012, 06:02 AM
RE: Product Review - RateU - 05-10-2012, 06:17 AM
RE: Product Review - TrailerReview - 05-10-2012, 06:31 AM
RE: Product Review - RateU - 05-10-2012, 06:46 AM
RE: Product Review - TrailerReview - 05-10-2012, 07:00 AM
RE: Product Review - ZiNgA BuRgA - 05-10-2012, 10:44 AM
RE: Product Review - TrailerReview - 05-11-2012, 01:55 AM
RE: Product Review - RateU - 05-11-2012, 03:29 AM
RE: Product Review - TrailerReview - 05-11-2012, 03:52 AM
RE: Product Review - RateU - 05-11-2012, 03:56 AM
RE: Product Review - TrailerReview - 05-11-2012, 04:14 AM
RE: Product Review - RateU - 05-11-2012, 04:46 AM
RE: Product Review - TrailerReview - 05-11-2012, 04:59 AM
RE: Product Review - TrailerReview - 05-11-2012, 05:17 AM
RE: Product Review - RateU - 05-11-2012, 05:14 AM
RE: Product Review - RateU - 05-11-2012, 05:25 AM
RE: Product Review - TrailerReview - 05-11-2012, 05:32 AM
RE: Product Review - RateU - 05-11-2012, 05:40 AM
RE: Product Review - TrailerReview - 05-11-2012, 05:46 AM
RE: Product Review - cichociemny - 06-28-2012, 01:19 AM
RE: Product Review - RateU - 06-28-2012, 03:49 AM
RE: Product Review - cichociemny - 06-29-2012, 02:33 AM
RE: Product Review - RateU - 06-29-2012, 02:54 AM
RE: Product Review - Glas - 07-26-2012, 11:13 AM
RE: Product Review - Glas - 07-27-2012, 12:49 AM
RE: Product Review - RateU - 07-27-2012, 01:20 AM
RE: Product Review - Glas - 07-27-2012, 01:48 AM
RE: Product Review - RateU - 07-27-2012, 03:03 AM
RE: Product Review - Glas - 07-27-2012, 04:14 AM
RE: Product Review - glhowe1 - 09-15-2012, 04:34 AM
RE: Product Review - ZiNgA BuRgA - 09-15-2012, 09:37 AM
RE: Product Review - glhowe1 - 09-15-2012, 09:59 AM
RE: Product Review - glhowe1 - 09-15-2012, 10:54 AM
RE: Product Review - glhowe1 - 09-15-2012, 01:21 PM
RE: Product Review - ZiNgA BuRgA - 09-15-2012, 03:56 PM
RE: Product Review - glhowe1 - 09-15-2012, 10:21 PM
RE: Product Review - RateU - 10-08-2012, 02:36 AM
RE: Product Review - nier3 - 10-18-2012, 11:59 PM
RE: Product Review - RateU - 10-20-2012, 01:07 AM
RE: Product Review - Glas - 11-23-2012, 02:20 AM
RE: Product Review - RateU - 12-12-2012, 06:20 AM
RE: Product Review - RateU - 01-03-2013, 03:10 AM
RE: Product Review - Shemo - 02-19-2013, 04:55 AM
RE: Product Review - ZiNgA BuRgA - 02-19-2013, 09:53 AM
RE: Product Review - Shemo - 02-19-2013, 02:36 PM
RE: Product Review - RateU - 02-20-2013, 02:38 AM
RE: Product Review - Shemo - 02-20-2013, 03:04 AM
RE: Product Review - RateU - 02-20-2013, 04:58 AM
RE: Product Review - Matteo Russo - 04-01-2013, 09:34 AM
RE: Product Review - ZiNgA BuRgA - 04-01-2013, 10:35 AM
RE: Product Review - Matteo Russo - 04-01-2013, 09:08 PM
RE: Product Review - ZiNgA BuRgA - 04-01-2013, 10:58 PM
RE: Product Review - Shemo - 04-10-2013, 01:12 AM
RE: Product Review - RateU - 04-10-2013, 05:22 AM
RE: Product Review - Shemo - 04-10-2013, 05:33 AM
RE: Product Review - Glas - 01-27-2014, 02:53 PM
RE: Product Review - ZiNgA BuRgA - 01-27-2014, 03:49 PM
RE: Product Review - Glas - 01-28-2014, 05:23 AM
RE: Product Review - Glas - 02-22-2014, 11:22 AM
RE: Product Review - ZiNgA BuRgA - 02-22-2014, 01:42 PM
RE: Product Review - Glas - 02-23-2014, 02:43 AM
RE: Product Review - jason07 - 02-18-2015, 11:28 PM
RE: Product Review - ZiNgA BuRgA - 02-23-2015, 05:10 PM
RE: Product Review - jason07 - 02-28-2015, 11:53 PM
RE: Product Review - ZiNgA BuRgA - 03-01-2015, 05:20 PM
RE: Product Review - adsol93 - 05-07-2015, 10:37 PM
RE: Product Review - adsol93 - 05-07-2015, 11:50 AM
RE: Product Review - ZiNgA BuRgA - 05-07-2015, 01:42 PM
RE: Product Review - beartest - 06-27-2015, 11:52 PM
RE: Product Review - ZiNgA BuRgA - 06-28-2015, 01:22 PM
RE: Product Review - beartest - 06-29-2015, 12:24 PM
RE: Product Review - Marisa - 03-11-2016, 07:02 PM
RE: Product Review - habbla - 03-12-2016, 01:14 AM
RE: Product Review - ZiNgA BuRgA - 03-12-2016, 08:01 AM
RE: Product Review - Marisa - 03-13-2016, 09:49 AM
RE: Product Review - ZiNgA BuRgA - 03-14-2016, 05:44 PM
RE: Product Review - Marisa - 03-14-2016, 07:53 PM
RE: Product Review - ZiNgA BuRgA - 03-15-2016, 09:56 AM
RE: Product Review - Marisa - 03-15-2016, 10:14 PM
RE: Product Review - nolie - 12-31-2016, 11:19 PM
RE: Product Review - crow - 03-06-2018, 07:28 AM
RE: Product Review - ZiNgA BuRgA - 03-06-2018, 10:05 AM
RE: Product Review - crow - 03-06-2018, 10:40 AM
RE: Product Review - RateU - 03-06-2018, 10:20 PM
RE: Product Review - glaukos - 04-12-2019, 07:27 PM
RE: Product Review - RateU - 04-13-2019, 01:35 AM

 Standard Tools
Forum Jump: