First sorry for my english
I have installed Labrocca's mod - folder icons and I have a problem, you may see effect on
http://p2m.moorhunters.info/index.php - what shoud I do to have same effect like this forum, please help me
I have the last verssion mybb
You mean Ficons?
I have the same problem, except half of the forum is white and the other isn't, and the text is messed up too. I need help big time lol.
That's because you are using that screwey VB wannabe template style.
You will need to alter the "colspan" aspect of the TD tag in the proper templates.
what template`s need to be change and what code?
Inbetwee
inbetwee Wrote:what template`s need to be change and what code?
Inbetwee
Never mind it`s working now
Inbetwee
what code need to be change and for what, please for some example to see that
Find in the forumbit_depth1_cat
This code <td class="thead" colspan="5">
replace whit:
<td class="thead" colspan="6">
Find in the forumbit_depth1_cat
This code <td class="tcat" width="35"> </td>
replace:
<td class="tcat" width="35"> </td><td class="tcat" width="35"> </td>
Find In the forumdisplay_subforums
This code colspan="5"
replace:
colspan="6"
Find in the forumdisplay_subforums
This code <td class="tcat" width="2%"> </td>
Replace:
<td class="tcat" width="2%"> </td><td class="tcat" width="2%"> </td>
Inbetwee
thank you very much Inbetwee, you help me and now all works great
(Apr 09, 2008 02:30 PM)inbetwee Wrote: [ -> ]Find in the forumbit_depth1_cat
This code <td class="thead" colspan="5">
replace whit:
<td class="thead" colspan="6">
Find in the forumbit_depth1_cat
This code <td class="tcat" width="35"> </td>
replace:
<td class="tcat" width="35"> </td><td class="tcat" width="35"> </td>
Find In the forumdisplay_subforums
This code colspan="5"
replace:
colspan="6"
Find in the forumdisplay_subforums
This code <td class="tcat" width="2%"> </td>
Replace:
<td class="tcat" width="2%"> </td><td class="tcat" width="2%"> </td>
Inbetwee
Ok I tried as above and everything was there except this <td class="tcat" width="35"> </td> now i tried placing your code <td class="tcat" width="35"> </td><td class="tcat" width="35"> </td> there but just got additional css type errors?
I do run a very custom theme thought.
Any ideas or help?
web address is
http://www.ftw.net.au and you will see the area for the icons is there but i cant load icons.
Do i need to move the uploads area to my theme folder?
Im really not sure.
You realize you brought up a thread for 1.2x right?