New Design Possibly Ahead
#1
Posted 08 August 2006 - 09:55 PM
In the longer term, I envision a complete makeover. Previous attempts at this weren't particularly fruitful, but let's give this another chance — with a twist.
The new design, if it does happen, will happen in three phases. (All good things come in threes, of course.)
The first is a fund raiser. That may sound weird at first. However, making a good design — including a unique logo, one or more color fitting themes, a complete set of templates, a large array of fitting images and perhaps even emoticons — takes a huge amount of time and effort that you mustn't underestimate. And, we've got many members who I know for a fact wouldn't mind honoring this effort. This can easily and effectively be done with money. A published sum of money will be collected into an account. You can either add to it anonymously or by name. The fund raiser will have a deadline.
The second phase is a draft contest. Designers interested in this task can create a sufficiently clear draft, showing off their level of skill and commitment. This will be done in form of a contest, with a deadline as well.
Finally, the winner of the contest gets to finish their draft into a complete design, and eventually to retrieve the money as a prize.
I'm interested in feedback on this concept, and I'd also love to see how it pans out, which we'll try should no unexpected concerns come across. Keep in mind that MYSTcommunity is, and always has been, essentially operated without privileging those with more or less money; likewise, there are also no ads. This is a community site, operated by volunteers, and as such explicitly non-commercial. This particular fund raiser, shall it take place, doesn't change the non-commercial nature of MYSTcommunity in the least.
Cheers!
#4
Posted 09 August 2006 - 04:29 AM
I'm curious about this design challenge... As I have never ever tried to make a full (ehr, or even partial) Invision board skin, I think it would be foolish of me to enter and try it all by myself now, but if its possible I could try to help out with something. I could make an attempt at a design if someone else would be willing to actually implement it. I could help out designing buttons, images, logos, etc.
#5
Posted 09 August 2006 - 05:31 AM
River, on Aug 9 2006, 05:53 AM, said:
You've done so much and with such little recognition. We all appreciate you and every little thing you do! (and the 'update' looks shiney!) :hugs:
Seconded! Nice one, chucker!
River, on Aug 9 2006, 05:53 AM, said:
If my memory is working correctly, don't you do fancy advanced things with various graphical packages? I suspect that may come is useful...
Like albino, I lack the time and ability to do a full board makeover myself, but for emoticons and other small graphic creation/manipulation (buttons, icons etc.), count me in! I know we also have a few smilies which only have one colour version (one of mine included
~Jes
#6
Posted 09 August 2006 - 06:52 AM
Just some random ideas.
#7
Posted 09 August 2006 - 09:01 AM
River, on Aug 9 2006, 06:53 AM, said:
Just be the great man you are. That's all I could ask.
J'ohn, on Aug 9 2006, 08:59 AM, said:
It can't be ported automatically. It's there in the database, but it needs lots of adjustments. Personally, I'm against using it as a base design, mostly because it was the standard IPB design anyway.
#9
Posted 09 August 2006 - 09:28 AM
Hmm, I kinda like the blue book idea but I dunno, moving MC away from blue to a new colour would be nice I was looking at the test colours for previously (Tay posted a link to them) perhaps using one of those colours would be an idea (not the entire range just a selection of say 4 shades).
Tay: I have been working on a tutorial for skinning forums but its for 1.3.+ and not 2.1.+ should proberbly make one for the new forums too.
Tweek
#10
Posted 09 August 2006 - 09:37 AM
As for skin development, well, you will want to know HTML and CSS, and perhaps even some JavaScript. Generated markup from WYSIWYG editors will not be of much help, although it might be usable as a starting point, but you aren't working on complete pages, but rather snippets that are put together dynamically (which also means that, while working on a particular piece, you won't see the end result unless you insert it and try it out).
It's possible to allow the designer(s) access to administrative functions related to skinning throughout this challenge.
<!--Begin Msg Number {$post['pid']}-->
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle" class="row2" width="1%"><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}">{$author['members_display_name']}</span></td>
<td class="row2" valign="top" width="99%">
<!-- POSTED DATE DIV -->
<div style="float: left;">
<span class="postdetails">{$post['post_icon']} <img src='{ipb.vars['img_url']}/to_post_off.gif' alt='{ipb.lang['to_post_alt']}' border='0' style='padding-bottom:2px' /> {$post['post_date']}</span>
</div>
<!-- REPORT / DELETE / EDIT / QUOTE DIV -->
<div align="right">
<span class="postdetails">{$post['ip_address']} {ipb.lang['posted_on']}
<a title="{ipb.lang['tt_link']}" href="#" onclick="link_to_post({$post['pid']}); return false;">#{$post['post_count']}</a>
<if="ipb.member['is_mod']">
| <a href="#" title="{ipb.lang['click_for_mod']}" onclick="topic_toggle_pid('{$post['pid']}'); return false;">{$post['pid_start_image']}</a>
</if>
</span>
</div>
</td>
</tr>
<tr>
<td valign="top" class="{$post['post_css']}">
<span class="postdetails">
{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_joined']}<br />
{$author['member_location']}
{$author['member_number']}<br />
<if="author['custom_fields'] != """>
{$author['custom_fields']}
</if>
<br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</span><br />
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br />
</td>
<td width="100%" valign="top" class="{$post['post_css']}" id='post-main-{$post['pid']}'>
<!-- THE POST {$post['pid']} -->
<div class="postcolor" id='post-{$post['pid']}'>{$post['post']}</div>
<!--IBF.ATTACHMENT_{$post['pid']}-->
{$post['signature']}
<!-- THE POST -->
</td>
</tr>
<tr>
<td class="formbuttonrow" nowrap="nowrap">
<div style='text-align:left'>{$author['online_status_indicator']}{$author['addresscard']}{$author['message_icon']}<!--{$author['email_icon']}--></div>
</td>
<td class="formbuttonrow" nowrap="nowrap">
<!-- PM / EMAIL / WWW / MSGR -->
<div style="float: left;">
{$post['report_link']}<a href="java script:scroll(0,0);"><{P_UP}></a>
</div>
<!-- REPORT / UP -->
<div align="right">
{$post['delete_button']}{$post['edit_button']}<a href="#" onclick="multiquote_add({$post['pid']}); return false;" title="{ipb.lang['mq_title']}">{$post['mq_start_image']}</a><a href="{ipb.script_url}act=Post&CODE=02&f={ipb.input[f]}&t={ipb.input[t]}&qpid={$post['pid']}" title="{ipb.lang['tt_reply_to_post']}"><{P_QUOTE}></a>
</div>
</td>
</tr><tr>
<td class="catend" colspan="2">
<!-- no content -->
</td>
</tr>
</table>
<script type='text/javascript'>
//<![CDATA[
if ( ajax_loaded && use_enhanced_js )
{
menu_build_menu( 'edit-but-{$post['pid']}',
new Array( img_item + " <a title='{ipb.lang['edit_full_desc']}' href='{ipb.script_url}act=post&do=edit_post&f={$post['forum_id']}&t={$post['topic_id']}&p={$post['pid']}&st={ipb.input['st']}'>{ipb.lang['edit_full_title']}</a>",
img_item + " <a href='#' title='{ipb.lang['edit_quick_desc']}' onclick='return ajax_prep_for_edit({$post['pid']}, event);'>{ipb.lang['edit_quick_title']}</a>" ) );
}
//]]>
</script>This is the template bit "renderrow" from the template group "skin_topic". It may look overwhelming at first (and it isn't really written all that well, another reason to replace it
#13
Posted 09 August 2006 - 11:16 AM
River, on Aug 8 2006, 09:53 PM, said:
You've done so much and with such little recognition. We all appreciate you and every little thing you do! (and the 'update' looks shiney!) :hugs:
Agreed, Chucker you have so much for MC and the community. Tell me what I can do to help out and I will be there. MC is my home forum and will be for all duration. And I'm glad you chose the version with the "quote" button options. This makes it so much easier for multiple quoting.
albino, on Aug 9 2006, 03:29 AM, said:
Neither have I, but I'm willing to help out where I can. I do not care for the cash prize, and would gladly help where I can ... regardless. As you said Chucker, this is a community run my volunteers.
albino, on Aug 9 2006, 05:52 AM, said:
I really love this idea and would love to see this implemented. I love the look of the forums previous to the upgrade and would love to see this come back, but with more customization like what albino is suggesting ... to give this forum that more polished Myst feeling.
#14
Posted 09 August 2006 - 12:14 PM
#16
Posted 09 August 2006 - 10:20 PM
I have very little eye for design, and only minimal experience using graphics packages to make buttons etc. However, I have a reasonable knowledge of HTML, CSS, PHP and MySQL, as well as quite a bit of experience with customising IPB boards in particular, so if someone more design- and graphics-oriented wanted to collaborate on a skin I'd be happy to work with them on it. Or alternatively, I'd be glad to just generally be of assistance to the admins for minor coding stuff, but I know there are a lot of people around here much better for that job than me.
Anyways, it's great to see MC on newer and more secure forum software, and many thanks of course to Chucker and all the other great people who have been working on this over the past few days- we all really do appreciate it greatly. And I'd be happy to donate towards the prize for the design, depending mainly on when the deadline for donations is- right now I only have cash sometimes.
#17
Posted 10 August 2006 - 08:37 AM
#18
Posted 10 August 2006 - 06:39 PM
Ok maybe not.
(Seriously though I look forward you whatever you all guys/gals/people will do. MC with a new theme will certainly be.. interesting.
#19
Posted 11 August 2006 - 08:15 AM
christopherger, on Aug 10 2006, 05:37 AM, said:
LOL Chris, I'm exactly the opposite preferring a darker backgroud and lighter text. The brightness of a lighter background hurts my poor aging eyes kind of like a white out in snow.
Perhaps we can eventually have different skins to choose from? Although overall I'm enjoying the update very much, for me it is so bright & I'd prefer not to have to change my monitor brightness since I have it calibrated to a special white point balance for my art work.
Just another opinion being tossed into the mix.
#20
Posted 11 August 2006 - 08:40 AM
Arianna, on Aug 11 2006, 10:15 AM, said:
christopherger, on Aug 10 2006, 05:37 AM, said:
LOL Chris, I'm exactly the opposite preferring a darker backgroud and lighter text. The brightness of a lighter background hurts my poor aging eyes kind of like a white out in snow.
Perhaps we can eventually have different skins to choose from? Although overall I'm enjoying the update very much, for me it is so bright & I'd prefer not to have to change my monitor brightness since I have it calibrated to a special white point balance for my art work.
Just another opinion being tossed into the mix.
Perhaps we could make a bunch of polls related to differenty things a skin could be like (light on dark vs. dark on light.... or a poll of a bunch of colors for the main color). Just to see what everyone's preferences lean towards.
Also, I think it would be cool if everyone who makes an acceptable skin got it included in the available skins. Just, the winner is the default/guest skin.
Tay
p.s.
#23
Posted 11 August 2006 - 10:18 AM
christopherger, on Aug 11 2006, 08:54 AM, said:
Choices are always good. I also have the same issue as Chris does, in that I find it very difficult to read the forums that are light font on a dark background. For me personally, I would love the see the skin we had just before the upgrade, but more finished with more MYST-like details (ie: linking books for buttons, etc). I feel the blue hues have become a part of this forum, as it has pretty much always been this way (since I have been a member) and is as much apart of MC as the people are. Reds, browns and beiges work well though too (not saying specifically like UO or GoG). More like some of the Ages in Myst.
I really do miss the MC banner we had.
#24
Posted 11 August 2006 - 02:01 PM
CAGrayWolf, on Aug 11 2006, 09:18 AM, said:
I hear you Gray!
btw, I think there should be a thread where we could post our design ideas.

Help
Add Reply
MultiQuote








