News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Post Indicator On Board

Started by Bulakbol, November 10, 2008, 12:36:16 PM

Previous topic - Next topic

Bulakbol

Link to Mod

Author: JohnyB    Mod Name: Indicator On Board    Version: 1.1
Tested: Freshly installed SMF 1.1.7 and SMF 2.0 Beta 4


This will install Indicator On Board mod.
      
Indicator On Board

  • Use IndicatorOnBoard_aob.zip if you are using AvatarOnBoard mod.
  • This mod will change the background color of your board index if there are new posts.
  • Option to disable the board icon background or the board background color or both
    at Admin => Features and Options => Layout. Enabled by default.
  • You can change the background and border color as well as the border thickness by editing style.css.
  • Option to replace original board icons with your own images.
  • Included images are from http://www.crystalxp.net

Supported Themes

  • Default (Core) only

Supported languages

  • English
  • english-utf8

Note:

  • I have no more time to do the edits for you so please do not ask.

I thank you for trying or using this mod.

Novenber 11, 2008
Added 1.1.7 support. Version 1.1
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Qayyom Ashraf

#1
Sorry to disturb you

I respect the importance of your time


- Could you please show us live demo / any working side?
- Your Board-Icons looking very nice in screenshot, if possible please tell me the direct URL of images
Qayyom Ashraf  |  Karachi-PK |::.www.JangForum.Com.::|

Bulakbol

@qayyom
I can only show you the board icons. The highlighted board icons and highlighted boards are only available to logged-in members and if there are unread posts. if you want to login, let me know.

Test board
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Qayyom Ashraf

yes I am interested.

Please allow me to register an ID for checking/observing MOD features

Thanks for your response
Qayyom Ashraf  |  Karachi-PK |::.www.JangForum.Com.::|

kizer

#4
My confusion is which file do you use

As well I know your not entertaining modding your mod, but this is what I was looking for earlier, however I only wanted sub forums to be highlighted when they where new because the bolding of text wasn't enough.

So with that in mind I'm going to try and figure out what you did and well make it work for myself.

Awesome mod too.
Own a Jeep? Links4Jeeps.com

Bulakbol

@qayyom
Registration is now open. I'll close it after you register.

kizer
This mod conflict with my AvatarOnBoard mod so, I made another package for those who installed the AvatarOnBoard mod.

To highlite only childboards when there are new posts, edit your style.css. Comment-out all the borders td.class' properties except for the td.bottomborder. Then in BoardIndex.template.php, look for the line
<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', empty($modSettings['disable_board_indicator']) ? ($board['new'] || $board['children_new'] ? ' bottomborder' : '') : '', '">

and replace with
<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', empty($modSettings['disable_board_indicator']) ? ($board['children_new'] ? ' bottomborder' : '') : '', '">
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

kizer

Hey I wasn't expecting you to reply with the fix since you said you where not doing any edits. Thanks a lot for the info.
Own a Jeep? Links4Jeeps.com

kizer

Exactly what I wanted. Thanks a bunch man....

I'm an idiot when it comes to commenting out the lines so I just more or less removed the entries, but it worked non the less. ;)
Own a Jeep? Links4Jeeps.com

Bulakbol

What I mean by "Edit" is ... I have no more time to edit files like the "BoardIndex.template.php". I am still here to support my mods.

You have to use "/*" and "*/" to comment-out lines from the style.css file. The "//" won't work.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

PaintChip

Great mod.  Still have a question though.  Which elements in the css file do I change to make color changes to the highlighted boards?

Thanks so much!
~Cindy

Bulakbol

In the default/style.css, find
/*  borders */
td.iconbg
{
border: solid #F9BDE0 1px;
background-color: #EDE7ED;
}
td.topborder
{
border-top: solid #F9BDE0 1px;
background-color: #F8F3F6;
}
td.bottomborder
{
border-bottom: solid #F9BDE0 1px;
background-color: #E8E0E8;
}
td.topbottom
{
border-top: solid #F9BDE0 1px;
border-bottom: solid #F9BDE0 1px;
background-color: #F8F3F6;
}
td.topbottom2
{
border-top: solid #F9BDE0 1px;
border-bottom: solid #F9BDE0 1px;
background-color: #EDE7ED;
}
td.toprightbottom
{
border-top: solid #F9BDE0 1px;
border-right: solid #F9BDE0 1px;
border-bottom: solid #F9BDE0 1px;
background-color: #F8F3F6;
}
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

edi67

CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Bulakbol

Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

PalmBeachPreps

Quote from: Bulakbol on November 14, 2008, 09:40:53 PM
What I mean by "Edit" is ... I have no more time to edit files like the "BoardIndex.template.php". I am still here to support my mods.

You have to use "/*" and "*/" to comment-out lines from the style.css file. The "//" won't work.
Figures.  Just my luck that the only file that fails you mention.  LOL.  oh well.

Bulakbol

@AlreeGator
You are lucky  :P I am still here for support but I have to find time to do any edits.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

FFSFFS

Where do I upload the images I want to replace as my board icons?

Sorry, I'm a bit slow with this.

DilSe

this is not comfortable with smf.1.1.9


i want to use with 1.1.9 plz help

Bulakbol

@FFSFFS
Upload your images in default/images/board_icons folder.

@Hanzalah
Although it says 1.1.8 compatible, it is also 1.1.9 compatible. I haven't updated the mod yet.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

fantasydirtracing

I was wondering if their are any plans to update this mod for 2.0 RC3

Advertisement: