Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Bulakbol on November 10, 2008, 12:36:16 PM

Title: Post Indicator On Board
Post by: Bulakbol on November 10, 2008, 12:36:16 PM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1488)

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

Supported Themes

Supported languages

Note:

I thank you for trying or using this mod.

Novenber 11, 2008
Added 1.1.7 support. Version 1.1
Title: Re: Post Indicator On Board
Post by: Qayyom Ashraf on November 12, 2008, 04:59:13 AM
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
Title: Re: Post Indicator On Board
Post by: Bulakbol on November 12, 2008, 05:48:56 AM
@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 (http://www.shinyblue.kalesangbayan.com/index.php)
Title: Re: Post Indicator On Board
Post by: Qayyom Ashraf on November 13, 2008, 01:40:25 AM
yes I am interested.

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

Thanks for your response
Title: Re: Post Indicator On Board
Post by: kizer on November 13, 2008, 02:45:11 PM
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.
Title: Re: Post Indicator On Board
Post by: Bulakbol on November 13, 2008, 08:06:57 PM
@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' : '') : '', '">
Title: Re: Post Indicator On Board
Post by: kizer on November 14, 2008, 02:32:09 PM
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.
Title: Re: Post Indicator On Board
Post by: kizer on November 14, 2008, 02:53:57 PM
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. ;)
Title: Re: Post Indicator On Board
Post by: 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.
Title: Re: Post Indicator On Board
Post by: PaintChip on December 06, 2008, 07:15:50 PM
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
Title: Re: Post Indicator On Board
Post by: Bulakbol on December 06, 2008, 08:40:17 PM
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;
}
Title: Re: Post Indicator On Board
Post by: edi67 on February 09, 2009, 03:36:01 PM
another great mod ;)
Title: Re: Post Indicator On Board
Post by: Bulakbol on February 09, 2009, 08:47:13 PM
Thanks ed67 :)
Title: Re: Post Indicator On Board
Post by: PalmBeachPreps on April 04, 2009, 12:01:29 AM
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.
Title: Re: Post Indicator On Board
Post by: Bulakbol on April 05, 2009, 04:54:42 AM
@AlreeGator
You are lucky  :P I am still here for support but I have to find time to do any edits.
Title: Re: Post Indicator On Board
Post by: FFSFFS on June 03, 2009, 11:44:21 AM
Where do I upload the images I want to replace as my board icons?

Sorry, I'm a bit slow with this.
Title: Re: Post Indicator On Board
Post by: DilSe on June 04, 2009, 09:13:44 AM
this is not comfortable with smf.1.1.9


i want to use with 1.1.9 plz help
Title: Re: Post Indicator On Board
Post by: Bulakbol on June 05, 2009, 02:53:23 AM
@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.
Title: Re: Post Indicator On Board
Post by: fantasydirtracing on March 14, 2010, 12:02:51 AM
I was wondering if their are any plans to update this mod for 2.0 RC3