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 - brad-t - 2015-01-06 Awesome, thank you! RE: The MyBB Humanization Project - Leefish - 2015-01-06 I use Matt Rogowski's go to full reply plugin on 1.6. It adds the go to full button in the quick edit and the quick reply and preserves any posting entered so far and allows an empty message. RE: The MyBB Humanization Project - Radiergummi - 2015-01-07 (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 ). I have to apologize, I was in a bit of a grumpy mood then. I'd love to contribute on Github but am a little confused about the development process... Is there some sort of discussion going on somewhere about the direction where MyBB is going and where it is not, apart from GitHub issues? RE: The MyBB Humanization Project - Euan T - 2015-01-07 It's going on in these forums, specifically here: http://community.mybb.com/forum-166.html AT the minute, 1.8 has the majority of focus as we fix bug reports that are outstanding on GitHub and on the forums, but we are putting together our plans for 2.0 and deciding exactly which features we plan to include. We're also planning to make our current thoughts on these points public once we have a few solid ideas and decisions. RE: The MyBB Humanization Project - Kylin - 2015-03-15 I'm utilizing a few of these ideas in a forum revamp I'm presently working on but had one tiny question. I agree with the removal of forum icons (hot topic, etc). However, I'd like to keep the 'locked' icon for locked threads. What's the best means to remove all of these as cleanly as possible while still keeping that icon around. I'd rather not have an entire vacant column around only for one icon's usage. Does this require php file modification? RE: The MyBB Humanization Project - Leefish - 2015-03-15 The thread status is a css now; if you make it a span class you can move it next to the thread title and use the icon there. RE: The MyBB Humanization Project - brad-t - 2015-03-18 (2015-03-15, 04:43 PM)Leefish Wrote: The thread status is a css now; if you make it a span class you can move it next to the thread title and use the icon there. Yup. This is what I do (though there are almost no locked threads on my site). RE: The MyBB Humanization Project - andrewjs18 - 2015-05-10 just reread this entire thread to help generate some ideas for a new site I'm working on. kudos on the hard work, Brad! RE: The MyBB Humanization Project - Cookie123 - 2015-07-02 Simplified the registration page. (got rid of the registration agreement, and eliminated everything else except username, password, e-mail, and a security question) http://dankshit.ga/community/member.php?action=register That was just simplifying it. Now I'm going to style it with CSS, make it look all cool and stuff, etc. RE: The MyBB Humanization Project - private bob4 - 2015-07-02 (2015-07-02, 02:10 AM)Cookie123 Wrote: Simplified the registration page. (got rid of the registration agreement, and eliminated everything else except username, password, e-mail, and a security question) Looks weird in that big space with such little content - a popup would be really cool though. |