Oct 17, 2014, 03:46 PM
Oct 17, 2014, 04:05 PM
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
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
Oct 18, 2014, 04:14 AM
I have done that, and installed it. And added images the the specific forums.
Oct 18, 2014, 05:50 AM
(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?
Oct 18, 2014, 12:29 PM
Oct 18, 2014, 12:38 PM
(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.
So is the problem fixed or not?
It did not fix it.
Edit: Also, how to edit the big white header to be transparent?
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.
Oct 19, 2014, 08:19 AM
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:
forumbit_depth2_cat:
Some of my codes:
forumbit_depth1_cat:
Code:
<div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br /></div>
forumbit_depth2_cat:
Code:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-quote-right"></i></div></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Oct 21, 2014, 08:25 AM
Alright can you link me to your forums please.
Does your forum still display the normal post images on the left?
Does your forum still display the normal post images on the left?
sova174
Mar 02, 2017, 05:49 AM
Thanks for the useful information! I helped your advice!
myloweslife
myloweslife
May
Jan 20, 2018, 05:21 AM
Thanks for posting the information - it has been very helpful for helping us understand the codes better!