Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 44 users online :: 0 Registered, 0 Hidden and 44 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
can any one help me adding classes to that template
Page 1 of 1 • Share
first i know this forum is for forumotion support only but all kinda forums have almost same HTML codes or template ETC but with different ways
im converting a multi color theme from VB to MyBB and i got a little problem that the Category`s page dose not have formatted to be like this
in the blue marked are is the name of category this theme is under control of 6 different types of CSS for 6 themes since im stupid in that part of styling i don not know how to make the MyBB category`s here
looks like the image
this code is the template of category viewing
can any one help me adding classes to that template
im converting a multi color theme from VB to MyBB and i got a little problem that the Category`s page dose not have formatted to be like this
in the blue marked are is the name of category this theme is under control of 6 different types of CSS for 6 themes since im stupid in that part of styling i don not know how to make the MyBB category`s here
looks like the image
this code is the template of category viewing
- Code:
<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><br
/><div
class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td
class="tcat" colspan="2"><span
class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td
class="tcat" width="85" align="center" style="white-space:
nowrap"><span
class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td
class="tcat" width="85" align="center" style="white-space:
nowrap"><span
class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td
class="tcat" width="200" align="center"><span
class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
can any one help me adding classes to that template
this question is solved by my luck
i was able to find the answer somehow it was this the answer
i was able to find the answer somehow it was this the answer
- Code:
<div class="Cat"><div class="CatTop"><div class="CatTop_Right">
<h1> title </h1>
</div>
<div class="CatTop_Left">
</div></div><div class="CatCenter_Right"><div
class="CatCenter_Left"><div class="CatBody">
<table class="tborder" cellspacing="{$theme['borderwidth']}"
cellpadding="{$theme['tablespace']}" class="tborder">
<!-- inside content -->
<!-- end of inside content -->
</table>
</div></div></div>
<div class="CatBottom"><div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">
</div></div></div>
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum