![]() |
Ficon, make it work with 1.8 - Printable Version +- MyBB Central (http://www.mybbcentral.com) +-- Forum: Mybb Central General Discussions (http://www.mybbcentral.com/forum-1.html) +--- Forum: Mybb General Support Help (http://www.mybbcentral.com/forum-6.html) +--- Thread: Ficon, make it work with 1.8 (/thread-12188.html) |
Ficon, make it work with 1.8 - Kiggoz - Oct 17, 2014 i.imgur.com/XybIeX2.png How do i make Ficon work with 1.8 This is a 1.8 Theme and i will like to add ficon. Test account can be made! RE: Ficon, make it work with 1.8 - Nasyr - Oct 17, 2014 public_html/inc/plugins/ficons.php Edit the file and find compatibility and change it from 16* to 18* Before: http://i.gyazo.com/45d66c9ba235e256e1e04f6e3590611b.png After: http://i.gyazo.com/5fa7ca90893e3cff69129170149ec739.png RE: Ficon, make it work with 1.8 - Kiggoz - Oct 18, 2014 I have done that, and installed it. And added images the the specific forums. RE: Ficon, make it work with 1.8 - Nasyr - Oct 18, 2014 (Oct 18, 2014, 04:14 AM)Kiggoz Wrote: I have done that, and installed it. And added images the the specific forums. So is the problem fixed or not? RE: Ficon, make it work with 1.8 - Kiggoz - Oct 18, 2014 (Oct 18, 2014, 05:50 AM)Nasyr Wrote:(Oct 18, 2014, 04:14 AM)Kiggoz Wrote: I have done that, and installed it. And added images the the specific forums. It did not fix it. Edit: Also, how to edit the big white header to be transparent? ![]() RE: Ficon, make it work with 1.8 - Nasyr - Oct 18, 2014 (Oct 18, 2014, 12:29 PM)Kiggoz Wrote:(Oct 18, 2014, 05:50 AM)Nasyr Wrote:(Oct 18, 2014, 04:14 AM)Kiggoz Wrote: I have done that, and installed it. And added images the the specific forums. Check all the files that are related to the plugin and make sure they are all set to 18*. To make the logo (I assume your talking about) transparent you need to remove the background of the logo. i.e. in Photoshop, do not set a background color and save a .png. RE: Ficon, make it work with 1.8 - Kiggoz - Oct 19, 2014 Ficon still not working, i think my theme need to get some code added. but i can't find it. Some of my codes: forumbit_depth1_cat: Code: <div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> forumbit_depth2_cat: Code: <tr> RE: Ficon, make it work with 1.8 - Nasyr - Oct 21, 2014 Alright can you link me to your forums please. Does your forum still display the normal post images on the left? RE: Ficon, make it work with 1.8 - sova174 - Mar 02, 2017 Thanks for the useful information! I helped your advice! myloweslife RE: Ficon, make it work with 1.8 - May - Jan 20, 2018 Thanks for posting the information - it has been very helpful for helping us understand the codes better! |