Not Solved Ficons
#1
Not Solved
I am in need of a tutorial explaining how to remove the on/off/lock icons and centering icons.

[Image: 5a85f99f17e7193c97e7fd6b818a3761.png]

I still need this. Thanks a ton guys.
Reply
#2
Not Solved
What's the link to your forum?
Reply
#3
Not Solved
If you want to remove the icons in every view, do the following:

// Goto template "forumbit_depth2_forum"
// remove
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

// Goto template "forumbit_depth2_cat"
// remove
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

// Goto template "forumdisplay_subforums"
// remove
<td class="tcat" width="2%">&nbsp;</td>

// search in forumdisplay_subforums
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
// and replace with
<td class="tcat" width="61%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

It works. If you want to hide the icons only in specific subforums it will be complicated.
Reply
#4
Not Solved
How would I go about centering it vertically?

[Image: 7faffb3ce6656e6670ad80d8fc0e1843.png]
Reply
#5
Not Solved
(2013-07-13, 08:48 AM)APlusMarket Wrote: How would I go about centering it vertically?

[Image: 7faffb3ce6656e6670ad80d8fc0e1843.png]

add valign attribute to that element which you want to align... that is add valign="middle"
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply
#6
Not Solved
(2013-07-13, 09:52 AM)mmadhankumar Wrote:
(2013-07-13, 08:48 AM)APlusMarket Wrote: How would I go about centering it vertically?

[Image: 7faffb3ce6656e6670ad80d8fc0e1843.png]

add valign attribute to that element which you want to align... that is add valign="middle"

How exactly would I do this?
Reply
#7
Not Solved
if you are using this TUT, then

Go to: ACP > Templates > Your theme's templates > Forumbit templates > forumbit_depth2_forum and find

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>

and change it to this

<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)