News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

ColorizeBoards

Started by Bulakbol, December 18, 2007, 06:34:51 PM

Previous topic - Next topic

HuRRR

Someone have any idea of why it doesn't work for my childboard ?

Bulakbol

What theme are you using?  Can you elaborate a little?

The picture doesn't looks like a theme to me. This mod installs only in the default core theme. You have to install it manually if you are using other themes. 
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

HuRRR

I'm using Tux red planet, but with modificated BoardIndex.template.php.

I have join BoardIndex.template.php to this message, if someone can help me :)

Thanks by advance !

Bulakbol

#23
I'll take a look at your BoarIndex.template.php and see what I can do to help.

<edit>
  Hurrr, those are the list of childboards in the board index.
  Colors are not supported by version 1.0. 
  It will be supported by version 2.0 that will be released sometimes next week.
</edit>
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

kamili34


nguyen

Hi,
Any one help if you know the child board is not working with color change. It is color at ACP only but not index or boad.

Thanks,
Nguyen,

Bulakbol

Hi Nguyen. Version 2.0 is coming out sometimes next week after Christmas and it support the colored display of childboards in board index.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

nguyen

Thanks a lot, it is clear and I was stop to fix it.

Bulakbol

That's good. Come back after Christmas and download version 2.0. 
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Badboy

Great mod. Thx.

Just a suggestion, maybe font size and style (bold, underline, italic) can be customized like the colors. After that the mod name will be CustomizeBoards :)
Nothing is true, everything is permitted.

Bulakbol

Thanks for the compliment. CustomizeBoards will be another mod LOL.  Thanks for the suggestion.


ColorizeBoards is now upgraded to version 2.0.

M E R R Y    C H R I S T M A S     E V E R Y O N E !
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Apllicmz

Nice mod
work fine in my theme ayisigi



Bulakbol

Thanks. Try version 2.0.  it has an option for category too. Colors everywhere like Christmas tree. LOL.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Apllicmz

Thank
IAM INSTALL
but  i see that error
Can Help me

i puty that code in boardindex.template.php

// Colorize board mod start
echo '
<strong><a href="', $board['href'], '" name="b', $board['id'], '">';
if (!empty($board['bcolor']))
echo '<span style="color: ', $board['bcolor'], ';">', $board['name'], '</span>';
else
echo $board['name'];
echo '</a></strong>';
if (!empty($board['description']))
{
echo '<br />';
if (!empty($board['dcolor']))
echo '<span style="color: ', $board['dcolor'], ';">', $board['description'], '</span>';
else
echo $board['description'];
}
// Colorize board mod ends



Bulakbol

You are using custom theme so you have to manually install it. BoardIndex.template.php and MessageIndex.template.php.

What custom theme are you using?
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Apllicmz

Yes iam install manual ....
BoardIndex.template.php and MessageIndex.template.php.

My Themes for ayisigi teknodyum

Puty that code

// Colorize board mod start
echo '</a>
</td>
<td class="windowbg2">
<strong><a href="', $board['href'], '" name="b', $board['id'], '">';
if (!empty($board['bcolor']))
echo '<span style="color: ', $board['bcolor'], ';">', $board['name'], '</span>';
else
echo $board['name'];
echo '</a></strong>';
if (!empty($board['description']))
{
echo '<br />';
if (!empty($board['dcolor']))
echo '<span style="color: ', $board['dcolor'], ';">', $board['description'], '</span>';
else
echo $board['description'];


i see that erro

i remove that line
</a>
</td>
<td class="windowbg2">


Now iam install 2.0 see that erro i send .....duplicate nome..






Bulakbol

#36
I'll check that custom theme if available and check it myself. 

Note: The mod will only install on the default core theme.


<edit> Sorry Joomlamz, I can't find your custom theme. </edit>

Attach your BoardIndex.template.php and MessageIndex.template.php and I'll look at them.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Apllicmz




Bulakbol

#38
Thanks. I'll get back to you. Meanwhile, check your default theme if it's working.

<edit> Joomlamz, you're using version 1.1.2. The mod is tested only with version 1.1.4. I don't think it will work with 1.1.2. Sorry. You better upgrade to 1.1.4 for security. </edit>
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Apllicmz

Yes she work Fine
Iam still wait...



Advertisement: