[WIP] MyTrade
#21
Yes, it will be free. I'm working on this right now.
I don't give support on PM.
Reply
#22
I'm really interested in knowing how you manage to put up the {$mybb->user['pms_unread]} in such clean fashion. Would you mind sharing the knowledge?

Nevermind, I'm looking forward to your theme, though.
[Image: MaDuhur.png]
by Dukhor, IcyBoards Community Forums
Reply
#23
(2014-10-03, 04:20 PM)ElectricShock Wrote: I'm really interested in knowing how you manage to put up the {$mybb->user['pms_unread]} in such clean fashion. Would you mind sharing the knowledge?

Nevermind, I'm looking forward to your theme, though.

HTML

<span class="sep"><a href="{$mybb->settings['bburl']}/private.php" title="Private messages"><i class="fa fa-envelope fa-2x"></i> <span class="pms">{$mybb->user['pms_unread']} </span></a></span>

CSS

.pms {
  	position: relative;
  	top: -17px;
  	left: -10px;
  	font-size: 11px;
  	color: #FFFFFF;
  	padding: 2px 6px;
  	border-radius: 3px;
      background: #c10307; /* Old browsers */
      background: -moz-linear-gradient(top,  #c10307 0%, #9b0324 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c10307), color-stop(100%,#9b0324)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #c10307 0%,#9b0324 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10307', endColorstr='#9b0324',GradientType=0 ); /* IE6-9 */
}

Easy Toungue.
I don't give support on PM.
Reply
#24
Can I customize the theme for my website or I am not allowed to?
I won't remove the copyright to the theme...
Reply
#25
(2014-10-04, 06:45 AM)jpninside Wrote: Can I customize the theme for my website or I am not allowed to?
I won't remove the copyright to the theme...

It's generally considered acceptable to edit plugins and themes to your liking for your websites so long as they A) don't remove the copyright and B) aren't distributed in their modified forms. As long as you aren't removing the copyright or distributing modified copies of a theme, you should be fine.
Reply
#26
I can help with the theme.
I know a little html and css

But I do not know how to make so that the template worked for the forum.
If you say what to do I can help.

Also would love to have this and other themes worked on mobile devices
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Reply
#27
(2014-10-04, 06:45 AM)jpninside Wrote: Can I customize the theme for my website or I am not allowed to?
I won't remove the copyright to the theme...

Darth Apple said all ^^

(2014-10-04, 08:27 AM)Vadim Wrote: I can help with the theme.
I know a little html and css

But I do not know how to make so that the template worked for the forum.
If you say what to do I can help.

Also would love to have this and other themes worked on mobile devices
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Thanks, but I prefer develop myself.

And no, this isn't a mobile theme.
I don't give support on PM.
Reply
#28
(2014-10-04, 07:00 AM)Darth Apple Wrote: It's generally considered acceptable to edit plugins and themes to your liking for your websites so long as they A) don't remove the copyright and B) aren't distributed in their modified forms. As long as you aren't removing the copyright or distributing modified copies of a theme, you should be fine.

I see, thanks for info! I won't distribute or remove the copyright.
I know that authors do a hard job and at least people shouldn't remove copyright.

(2014-10-04, 08:27 AM)Vadim Wrote: Also would love to have this and other themes worked on mobile devices
<meta name="viewport" content="width=device-width, initial-scale=1.0">

You can add that meta tag as your customizzation but I prefer adding tapatalk support and Go!Mobile - Anyway MyBB 1.8.0 is already well adapted for mobiles and tablets!
Reply
#29
It's finished.

Waiting the approval of MyBB team ^^.
I don't give support on PM.
Reply
#30
(2014-10-04, 02:37 PM)eNvy Wrote: It's finished.

Waiting the approval of MyBB team ^^.

Good. I can't wait to use it!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)