MyBB Community Forums

Full Version: [Theme] MyClean [Multilanguage]
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
(2011-04-12, 04:38 PM)Murloc Wrote: [ -> ]Awesome.

Thank you!


(2011-04-13, 07:30 AM)envira Wrote: [ -> ]The best themes i have seen,i really am a big fan of these and abdon for this epic work.
I customised them to my forums,accordingly,and they are beautiful and unique.
Thank you we want to see more future releases,i strongly recommend these themes.Smile

Thank you envira! Smile


(2011-04-13, 12:10 PM)thnok Wrote: [ -> ]I have been using this theme and I am not sure but you need to check the newreply.php page of cleanblue. The Post Subject: is way to lengthy!

And can you add the hover effect on the forum index to the inside of the forum as well? So that when I hover the mouse over a topic it turns blue like in the forum index?

I dont understand very well... Im from Spain.
Quote:I dont understand very well... Im from Spain.
What I am trying to say is that when you move your mouse over a forum in the main index it changes its background color to blue. (hover) I would like to add it so that it changes color when we hover over threads.
(2011-04-13, 06:49 PM)thnok Wrote: [ -> ]
Quote:I dont understand very well... Im from Spain.
What I am trying to say is that when you move your mouse over a forum in the main index it changes its background color to blue. (hover) I would like to add it so that it changes color when we hover over threads.

I think I already understood. But the postbit have three divs for the message and three for the author... Y cant put a hover here.
(2011-04-13, 07:34 PM)abdonroda Wrote: [ -> ]
(2011-04-13, 06:49 PM)thnok Wrote: [ -> ]
Quote:I dont understand very well... Im from Spain.
What I am trying to say is that when you move your mouse over a forum in the main index it changes its background color to blue. (hover) I would like to add it so that it changes color when we hover over threads.

I think I already understood. But the postbit have three divs for the message and three for the author... Y cant put a hover here.

I am talking about the forumdisplay_thread template. Smile

Aah okey! Change the forumdisplay_thread template for this:

<tr>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
	<td class="{$bgcolor}-foro{$thread_type_class}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext">{$thread['profilelink']}</div>
		</div>
	</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
		<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>
one of the awesome theme. i recommend this for every one
(2011-04-14, 09:00 AM)abdonroda Wrote: [ -> ]Aah okey! Change the forumdisplay_thread template for this:

<tr>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
	<td class="{$bgcolor}-foro{$thread_type_class}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext">{$thread['profilelink']}</div>
		</div>
	</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
		<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>

Great. I'll try this when I have some time. So far the theme looks good!
May I please request permission to change the copyright? I will keep the link, but I would prefer to change it to english to match the board.
(2011-04-17, 06:01 PM)groovybluedog Wrote: [ -> ]May I please request permission to change the copyright? I will keep the link, but I would prefer to change it to english to match the board.

I prefer to leave intact the statement. But hey, if only to translate, you have my permission.



MyClean 1.3
Updated file 'jscripts/thread.js' because of the MyBB 1.6.3 update.
hi myclean Brown with the use IE9
error in the header (search calendar help and login) and thread rating section
Pages: 1 2 3 4 5 6 7