Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Xthreads lryics site?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #41
RE: Xthreads lryics site?
View -> Page Source
Identify problem.
Fix problem (most likely in templates).
Do NOT ask how to do this.

My Blog
03-10-2012 07:13 PM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #42
RE: Xthreads lryics site?
(03-10-2012 07:13 PM)ZiNgA BuRgA Wrote:  View -> Page Source
Identify problem.
Fix problem (most likely in templates).
Do NOT ask how to do this.

ok, i'm agree with you about that Tongue . and how about this?

   

category not appear Winktongue is there something wrong?

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
(This post was last modified: 03-10-2012 08:00 PM by terzier.)
03-10-2012 07:59 PM
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: #43
RE: Xthreads lryics site?
Same thing.
You may also wish to use Firebug to check for CSS issues.

My Blog
03-11-2012 10:20 AM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #44
RE: Xthreads lryics site?
please help me. album cover picture still does not show up. what is wrong? Eyes

   

here is my code :

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
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both; width: 100%;">
	<tr>
		<td width="70%" valign="top">
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td class="thead">
						<div align="center" class="largetext">
							<strong><a href="{$forumurl}">{$foruminfo['name']}</a></strong>
						</div>
					</td>
					{$inlinemodcol}
				</tr>
				<tr>
					<td class="trow1" colspan="2">
						{$threads}{$nullthreads}
					</td>
				</tr>
			</table>
			<div class="float_left">
				{$multipage}
			</div>
			<div class="float_right" style="margin-top: 4px;">
				{$newthread}
			</div>
		</td>
		<td valign="top">
			{$searchforum}
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td class="thead">
						<div align="center" class="largetext">
							<strong>Song Category</strong>
						</div>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$forumurl_q}filtertf_xtlyrics_cat=Band Group">Band Group</a></strong>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$forumurl_q}filtertf_xtlyrics_cat=Artist Solo">Artist Solo</a></strong>
					</td>
				</tr>
			</table>
			<br />
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td class="thead">
						<div align="center" class="largetext">
							<strong>Song Sorter</strong>
						</div>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$sorturl}&amp;sortby=started&amp;order=desc">Last Added</a></strong>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">Most Commented</a></strong>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">Most Viewed</a></strong>
					</td>
				</tr>
				<tr>
					<td class="trow1">
						<strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">Last Commented</a></strong>
					</td>
				</tr>
				{$ratingcol}
			</table>
		</td>
	</tr>
</table>
<br class="clear" />
<div class="float_right" style="text-align: right;">
	{$inlinemod}
	{$forumjump}
</div>
<br style="clear: both" />
{$inline_edit_js}
<div class="tc smalltext">
	{$foruminfo['name']}<br />
	Powered By: <a href="http://mybbhacks.zingaburga.com" target="_blank">XThreads</a> - <a href="http://mybbhacks.zingaburga.com" target="_blank">MyBB Hacks</a>
</div>


edit : See the following images

with thumb80x60
   

without thumb80x60
   

is there something wrong with the code?


Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
(This post was last modified: 03-17-2012 08:23 PM by terzier.)
03-17-2012 08:13 PM
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: #45
RE: Xthreads lryics site?
Make sure that you've actually set "80x60" in the Generate Thumbnails setting for the thread field.  If you've done so, try rebuilding your thumbnails.

My Blog
03-17-2012 11:04 PM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #46
RE: Xthreads lryics site?
I gave up. because it does not work. please help me. I PM you with admin user & pass Tongue

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
(This post was last modified: 03-18-2012 02:16 PM by terzier.)
03-18-2012 02:14 PM
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: #47
RE: Xthreads lryics site?
Thanks.
I suggest going back to step 3 and ensuring you have all that set up correctly.
In particular, you need to set "Only accept uploaded images" to Yes for the photo field.

My Blog
03-18-2012 08:46 PM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #48
RE: Xthreads lryics site?
For some reason, step #6 (Listbox for Category/GenreSmile is giving me a SQL page error.

It seems that I cannot edit the "Allow Filtering" setting unless I want it to be saved successfully.

Code:
SQL Error:
1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Query:
ALTER TABLE `v1j_threadfields_data` CHANGE `xtlyrics_cat` `xtlyrics_cat` varchar(255) not null default ""


I think this is related only to listboxes, as this is no the rist time this happens to me (doing the first step of the "Using XThreads Custom Thread Fields For Plugin Settings" tutorial causes the same for example).

Note: Actually, the same seems to happen when trying to do the "Issue Status (step #13)" in the "Support Form" tut.

Can this be configured to my DB? Since I'm testing this in a localhost that I configured using a online tutorial, so maybe there is something wrong with it (although I remmbember XAMPP having the same problem before droping it some weeks ago).


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-07-2012 02:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #49
RE: Xthreads lryics site?
Maybe you can read this post by Yumi:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1152&pid=95

05-08-2012 06:33 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #50
RE: Xthreads lryics site?
(05-08-2012 06:33 AM)RateU Wrote:  Maybe you can read this post by Yumi:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1152&pid=95

I kind of figured out that aftern trying to create a new thread field, the only similar thing with other fields was the filtering settings.

I suppose there is no solution so will see. Thanks RateU.

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-08-2012 01:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: