MyBB Community Forums

Full Version: Unlimited Theme
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 7 8
Then you need to establish certain width in all the rows.

Try this: open forumbit_depth2_forum and replace all the content with this code below

<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap; width: 1px;"></td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap, width: 10%;">
<i style="font-size: 14px;" class="fa fa-file-text fa-fw" title="Threads"></i> {$threads}{$unapproved['unapproved_threads']}<br />
<i style="font-size: 14px;" class="fa fa-comments fa-fw" title="Posts"></i> {$posts}{$unapproved['unapproved_posts']}
</td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
</tr>

In a few minutes I'm gonna upload another version with a few fixes.
When you post this can you specify the exact fixes Smile , I like to know what has been changed haha. Keep up the good work.
(2014-07-27, 07:31 PM)eNvy Wrote: [ -> ]Then you need to establish certain width in all the rows.

Try this: open forumbit_depth2_forum and replace all the content with this code below

<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap; width: 1px;"></td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap, width: 10%;">
<i style="font-size: 14px;" class="fa fa-file-text fa-fw" title="Threads"></i> {$threads}{$unapproved['unapproved_threads']}<br />
<i style="font-size: 14px;" class="fa fa-comments fa-fw" title="Posts"></i> {$posts}{$unapproved['unapproved_posts']}
</td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
</tr>

In a few minutes I'm gonna upload another version with a few fixes.

beautifull now Smile thank you!
Can I ask, How do I edit the announcement at the top? I cant seem to find it in the template area.
(2014-07-27, 08:07 PM)lewis2212 Wrote: [ -> ]Can I ask, How do I edit the announcement at the top? I cant seem to find it in the template area.

Header template.

I change at the moment 5-6 classes in CSS and 2 templates, I think it's ordered perfectly now... give me a bit more time to test another thing.

Here's the manual fixes if you want to replace and don't install all again...

This are template replaces, so you need to copy and paste, replacing the old code.

Templates

forumbit_depth2_forum

<tr>
<td class="{$bgcolor}" align="center" valign="top" style="width: 50px;"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td colspan="2" class="{$bgcolor}" valign="top" style="width: 450px;" align="left">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="left" style="width: 50px;">
<i style="font-size: 14px;" class="fa fa-file-text fa-fw" title="Threads"></i> {$threads}{$unapproved['unapproved_threads']}<br />
<i style="font-size: 14px;" class="fa fa-comments fa-fw" title="Posts"></i> {$posts}{$unapproved['unapproved_posts']}
</td>
<td class="{$bgcolor}" valign="top" align="left" style="width: 220px;">{$lastpost}</td>
</tr>

forumdisplay_thread

<tr>
	<td align="center" class="{$bgcolor}{$thread_type_class}" style="width: 10px;"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" style="width: 10px;">{$icon}</td>
	<td class="{$bgcolor}{$thread_type_class}" style="width: 150px;" align="left">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><strong>{$thread['subject']}</strong></a></span>
			<div class="author smalltext">Started by: <strong>{$thread['profilelink']}</strong></div>
		</div>
	</td>
	<td align="left" class="{$bgcolor}{$thread_type_class}" style="width: 150px;">{$thread['multipage']}</td>
	{$rating}
	<td align="left" class="{$bgcolor}{$thread_type_class}" style="width: 50px;">
<i style="font-size: 14px;" class="fa fa-comments fa-fw" title="Replies"></i> <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}<br />
<i style="font-size: 14px;" class="fa fa-eye fa-fw" title="Views"></i> {$thread['views']}</td>
	<td class="{$bgcolor}{$thread_type_class}" style="text-align: left; width: 200px;">
		<span class="lastpost smalltext">Last post by: <strong>{$lastposterlink}</strong>  <a href="{$thread['lastpostlink']}"><span class="lastposter"><i style="font-size: 14px;" class="fa fa-chevron-circle-right fa-fw" title="Go to the last post"></i></span></a><br />
		{$lastpostdate} - {$lastposttime}</span>
	</td>
{$modbit}
</tr>

forumdisplay_thread_rating

<td align="left" class="{$bgcolor}{$thread_type_class}" id="rating_table_{$thread['tid']}" style="width: 160px;">
        
<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
<li><a class="five_stars" title="{$lang->five_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=5&amp;my_post_key={$mybb->post_code}"></a></li>
<li><a class="four_stars" title="{$lang->four_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=4&amp;my_post_key={$mybb->post_code}"></a></li>
<li><a class="three_stars" title="{$lang->three_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=3&amp;my_post_key={$mybb->post_code}"></a></li>
<li><a class="two_stars" title="{$lang->two_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=2&amp;my_post_key={$mybb->post_code}"></a></li>
<li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=1&amp;my_post_key={$mybb->post_code}"></a></li>
            </ul>

forumdisplay_thread_modbit

<td class="{$bgcolor}" align="center" style="width: 10px;"><input type="checkbox" class="checkbox" name="inlinemod_{$multitid}" id="inlinemod_{$multitid}" value="1" {$inlinecheck}  /></td>

CSS

global.css

Quote:.trow_shaded {
background: #480000;
}

blockquote {
border: 1px solid #303030;
margin: 0;
background: #262626;
padding: 4px;
}

blockquote cite {
font-weight: bold;
border-bottom: 1px solid #303030;
font-style: normal;
display: block;
margin: 4px 0;
}

.codeblock {
background: #262626;
border: 1px solid #303030;
padding: 4px;
}

.codeblock .title {
border-bottom: 1px solid #303030;
font-weight: bold;
margin: 4px 0;
}

If you notice the position of the total thread/post or total replies/views and the last posts logged with an admin or mod account, they see different because you have the added check element to select threads, BUT! if you login as a normal user, you sure will see all ordered.

Fix uploaded, please wait the approval of MyBB team to download.

Also, remember, if you see any error or see something bad, report here.

Greetings!
It seems to be missing some important icons such as dot_folder.gif when looking at the forum topic pages.
(2014-07-27, 10:28 PM)aaronnz Wrote: [ -> ]It seems to be missing some important icons such as dot_folder.gif when looking at the forum topic pages.

In that case, please... please, take 2 minutes of your time and read the readme.txt file.
It seems another bug? http://screencloud.net/v/2YfT
There is a couple icon bugs like the star looking bad with white edges. And alot of missing stuff which i am guessing is being added. Just one question, how do i remove/change the text next to the logo saying Unlimitied?
I love this theme,,,,

What are the #XXXXXX to change the color from BLUE to GREEN.
(To change the Theme from Blue ON Black, to Green on Black)
Pages: 1 2 3 4 5 6 7 8