MyBB Hacks

Full Version: Xthreads lryics site?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
View -> Page Source
Identify problem.
Fix problem (most likely in templates).
Do NOT ask how to do this.
(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?

[attachment=728]

category not appear Winktongue is there something wrong?
Same thing.
You may also wish to use Firebug to check for CSS issues.
please help me. album cover picture still does not show up. what is wrong? Eyes

[attachment=742]

here is my code :

Code:
<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
[attachment=743]

without thumb80x60
[attachment=744]

is there something wrong with the code?

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.
I gave up. because it does not work. please help me. I PM you with admin user & pass Tongue
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.
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).

(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.
Pages: 1 2 3 4 5 6
Reference URL's