WIP - My own private theme - 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: WIP - My own private theme (/thread-196993.html) Pages:
1
2
|
WIP - My own private theme - Ariana - 2016-08-03 Hello. This is a major edit of [For 1.8] Osmium - Free Flat MyBB Theme I will be using this for an upcoming game server. I took heavy inspiration from blizzards forums for this theme. Staff avatars emit a glow that is the same color as their username. UPDATE Edited this plugin to display font-awesome values instead of images. RE: WIP - My own private theme - Ariana - 2016-08-05 more updates today added search bar to footer since its rarely used added a dropdown for external links RE: WIP - My own private theme - Krados - 2016-12-26 Looks pretty nice! I like the concept especially that most of the elements have low opacity. Anyways for the FA plugin, are you willing by anyway to release/sell it? RE: WIP - My own private theme - Waleed B. - 2016-12-27 That's neat. Maybe also darken the background as it can be quite distracting. RE: WIP - My own private theme - WallBB - 2016-12-27 Nice design, looks good I don't like the image of that planet at bottom. RE: WIP - My own private theme - User 6029 - 2016-12-29 (2016-12-26, 11:35 PM)Krados Wrote: Anyways for the FA plugin, are you willing by anyway to release/sell it? Basic implementation with this plugin is fairly easy without very many edits..., though seeing as this plugin does not deal with on/off states..., you would have to do alot more edits to get that to function properly with this plugin and FA... of which I am clearly no going to cover in this simple basic DIY implementation But if you want really basic implementation "DIY", here is what you do: In myforumicons.php in:
Find:
Add after:
In myforumicons.php in:
find:
add after:
Still in In myforumicons.php In:
find:
replace with something like:
To produce something like this: In forum_management_myforumicons.lang.php find:
Replace with:
to produce this: So that it is no reliant on an external font-awesome link this included font-awesome within the plugin so... now in inc/plugins folder create a folder called myforumicons and place font-awesome folder with font-awesome files within it ie: inc/plugins/myforumicons/font-awesome MyForumIcons_Basic_FA.zip (Size: 576.39 KB / Downloads: 162) I actually have a fully functioning non basic version that I will release shortly though due to my laptop battery power needing to be charged I have yet to finish up the last few things: On/off works, subforum icons etc all work via the forums management Update: as promised..., here is the initial implementation of the fully functioning non basic version..., I have not had much time to spend on it further t the moment due to lack of battery on my laptop..., but it gets the job done as is... Examples: MyFontAwesomeIcons Lets you implement custom Font-Awesome icons for your forums. Created by Ethan DeLong & Vintagedaddyo This is a highly modified version of the plugin: MyForumIcons - Custom Forum Icons by Ethan DeLong Specifically modified by Vintagedaddyo for Font-Awesome implementation after several user requests for something of the sort. This will allow you to add custom Font-Awesome icons for your forums. You can specify a css name to your forum's custom font-awesome icon by going to the ACP => Forum Management => Edit Forum. MyFontAwesomeIcons.zip (Size: 578.16 KB / Downloads: 144) RE: WIP - My own private theme - mujeebdgk - 2017-01-04 dont you think it ll be more great if font-awesome and image option both are available ? how about font size adding font colour and size option ? RE: WIP - My own private theme - Robbie626 - 2017-01-04 Wait people need a plugin to add fontawesome to their forum (which you can paste the link in the headinclude template) or is it something far different? I understand a plugin to add the icons to the forums which could be challenging for many, but adding the font icons is actually really simple in basic standards. RE: WIP - My own private theme - User 6029 - 2017-01-04 (2017-01-04, 06:28 PM)robbie626 Wrote: Wait people need a plugin to add fontawesome to their forum (which you can paste the link in the headinclude template) or is it something far different? I understand a plugin to add the icons to the forums which could be challenging for many, but adding the font icons is actually really simple in basic standards. Obviously as already stated it was a requested item hence the share.., also this eliminates the need for user whom may feel uncomfortable making the manual edits and is made to be easy for them.., being that you can edit individual forums and sub forums directly from forum management on the fly similar to ficons option without the need to manually edit your css files and such..., for the more experienced user yes this may appear as an unnecessary plugin.., but for the fact it was requested and also the more experienced users often underestimate the needs of less experienced users by seeing little use in things that may make their learning curve transition more comfortable. The objective is always to increase the user base of our community is it not? Besides, even some experienced users may find use in the share. The request was fulfilled.., if not needed then by all means dont use it. Simply put. (2017-01-04, 12:38 PM)mujeebdgk Wrote: dont you think it ll be more great if font-awesome and image option both are available ? The initial objective was to fill a request.., and that basically was completed. The plugin is separate from the images options and I do not plan on combining them as it is more optimal at this present juncture to keep as two separate entities.., possible color styling implementation might be considered but currently seeing as it adds its own stylesheet you could edit that if needed.., if I decide to focus more of my current limited time on what considered initially as a quick request fill.., that has been completed.., I will for sure consider such improvements and suggestions a to such a time. * On the images with fa topic..., well you could install ForumsIcons_1.2 first and only after that, then proceed to install MyFontAwesomeIcons for an example: RE: WIP - My own private theme - Ariana - 2017-03-24 Damn didnt expect my thread to turn into this. Sadly I stopped this project and abandoned the theme. It never worked correctly on mobile anyway. If staff could close that would be nice. |