The MyBB Humanization Project - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Development (https://community.mybb.com/forum-105.html) +---- Thread: The MyBB Humanization Project (/thread-122216.html) |
RE: The MyBB Humanization Project - Euan T - 2014-11-30 (2014-11-30, 12:36 AM)Shemo Wrote:(2014-11-29, 01:20 PM)Euan T Wrote:(2014-11-29, 11:55 AM)Radiergummi Wrote:(2014-11-29, 11:44 AM)Greg Winston Wrote:(2014-11-29, 09:44 AM)Arka Wrote: Well, from what I can see 1.8 is the same as 1.6 (I am talking about what you see, not what you don't see ). Nah, we're recycling the 1.4 theme. Everybody loved that, right?!? Of course 2.0 will have an entirely new theme. Everything is being done from scratch. RE: The MyBB Humanization Project - Omar G. - 2014-11-30 I would love to see 1.2 style revamped. Oh wait.. RE: The MyBB Humanization Project - Arka - 2014-11-30 OK, pardon the stupid question, but as all the "bigwigs" (if you pardon the expression) who replied here are in agreement, why has nothing changed since (in may case 2009) time began? RE: The MyBB Humanization Project - Euan T - 2014-11-30 Because drastically changing things for 1.8 (a minor point release) would mean there would be no themes, or plugins, that would work correctly with the release. Obviously, that would put a lot of people off upgrading and would cause more problems. The decision was made early on in the development of 1.8 to not change things too drastically, but to give the system a bit of a facelift. RE: The MyBB Humanization Project - Greg Winston - 2014-11-30 (2014-11-29, 03:28 PM)Euan T Wrote: We have acknowledged the fact that the current templates and design are outdated. It's common knowledge. We took the path of least resistance for 1.8, with 2.0 being the release where we can reinvent the wheel. Don't reinvent the wheel for 2.0 (yes for modern html/css/javascript, no for a weird new theme). If people complain that the theme is 'too old', they can design the theme themselves. XenForo is a good example of having all of the forums out there look the same (literally, the same). Boring. What I'm saying is, I see many people complaining about MyBB's look, but when it comes to the features, it trumps the majority of other forum software, except for the lack of AJAX thread & PM notifications, conversation style PM's, and profile comments. If MyBB decides to 'modern it up', it will look like a blog commenting platform. How would the people running a "FORUM" feel? If their site is just a forum, it would look pathetic. In summary: Don't like the way it looks? Theme designing is easy. Unless you want 100% of the MyBB forums out there being identical to yours. RE: The MyBB Humanization Project - combus - 2014-12-03 I love this idea. I have to accept that I only read Brad's first post and a couple of the last comments. So sorry if I repeat ideas here One of the things that kind of stops such drastic changes on themes, in my opinion, is the technical limitations on how themes are created: you have to edit the files through the ACP pages. There is no chance to have some version control, or make a project at Github to keep it moving. You cannot use any CSS preprocessor in a fluid workflow (you have to copy+paste the output), or other useful stuff to handle the templates or JS. The last attempt I had of a crazy theme (long time ago), I was worrying on every step that the templates would get corrupted or something (I didn't finish that theme because I thought I better waited for 1.8 as rumores were arising that it was soon to be released). Instead of worrying too much on whether MyBB it's gonna look 'modern' or like a 'classic' forum, we should work some more into creating a more flexible theme engine. Then we can jump into making more human themes that could work as frameworks for others who like it that way. RE: The MyBB Humanization Project - sn4g - 2014-12-08 I'd pay for a theme like this omg it's beautiful RE: The MyBB Humanization Project - Harry K. - 2014-12-10 (2014-12-08, 05:25 PM)sn4g Wrote: I'd pay for a theme like this omg it's beautiful A theme like this would cost $xxxx I'm guessing. The time and effort into this site is amazing! great work Brad. RE: The MyBB Humanization Project - brad-t - 2014-12-15 My coding is really juvenile. I have no idea how web development works any more. :') RE: The MyBB Humanization Project - BitLiberal - 2015-01-06 (2012-07-24, 02:45 AM)brad-t Wrote: Nice. One problem with using the Preview button this way is if you hit "Full Editor" without entering anything, you'll get an error message. Not sure what to do about that. First of all, good job with this project. I always defended minimalism and functionality that hundreds and hundreds of configurable options. On the issue of quick_reply, I solve it without modification of the core, with just a plugin (PHP in Templates and Template Conditionals) and two templates. In template showthread_quickreply, find:
Replace it to:
In newpreply, find:
And replace it to:
This method does not allow empty post messages, and if you press "Preview" or "Post" in the page "newreply" (only in the newreply page or full editor page) MyBB display the error message. |