Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Windy on January 11, 2010, 07:52:53 AM

Title: Board Notices
Post by: Windy on January 11, 2010, 07:52:53 AM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=2371)

Board Notices v1.0.2


Adds a notice on the Message Index for selected boards

How do I...


...modify the notice


To modify the notice that appears above the board on the message index can be done by going to the Modify Boards section in the Administration Center where you normally go to modify the boards settings.  Also, the use of html is permitted for the description.

...only show the description without a title


The title is an optional parameter, by clearing the notice title and saving the description will be displayed on its own.


I'm having issues with...


...my changes not being seen


This is due to SMF's caching system caching the boards information, for your changes to become active you first need to clear the file cache which can be done in the Maintenance section in the Administration Center.
...missing instructions/text when modifying the board


This is either due to using a different language or if you have utf8 enabled.  To fix you first need to view the Manual Install Instructions for this mod which is available on the page for this mod.  Then copy the lines for the file ManageBoards.english.php.  If you're using utf8 then you need to copy those lines into the utf8 equivalent (I believe it's called ManageBoards.english-utf8.php).  If your using a different language then you need to copy those lines into the equivalent language file for ManageBoards.
...undefined index errors for mboards_notice_title/mboards_notice_title_desc/mboards_notice_description/mboards_notice_description_desc


This is also caused by using a different language or having utf8 enabled, so follow the instructions above.
Title: Re: Board Notices
Post by: Vyache on January 11, 2010, 09:26:26 AM
@Windy
Haha, nice mod. Works great.
Title: Re: Board Notices
Post by: willerby on January 11, 2010, 05:21:40 PM
Simple but effective.  Nice Mod Windy

W
Title: Re: Board Notices
Post by: Windy on January 11, 2010, 10:56:31 PM
Thanks :)
Title: Re: Board Notices
Post by: Matthew K. on January 11, 2010, 10:58:18 PM
Very nice job!
Title: Re: Board Notices
Post by: edi67 on January 12, 2010, 06:53:48 AM
very intersting
Title: Re: Board Notices
Post by: MaXiForum.cz on January 14, 2010, 12:22:09 PM
Very nice mod.
Good job!
Title: Re: Board Notices
Post by: Bugo on January 15, 2010, 12:50:56 AM
Russian translation:

// Board Notices
$txt['mboards_notice_title'] = 'Заголовок уведомления (Не обязательно)';
$txt['mboards_notice_title_desc'] = 'Заголовок объявления появится под панелью ссылок';
$txt['mboards_notice_description'] = 'Текст уведомления';
$txt['mboards_notice_description_desc'] = 'Короткое примечание, для размещения над всеми темами раздела';
Title: Re: Board Notices
Post by: xmh on January 19, 2010, 03:45:17 AM
Great  8)

Thanks
Title: Re: Board Notices
Post by: Antes on January 20, 2010, 04:22:51 PM
Nice really ppl need this

Turkish Translation:

// Board Notices
$txt['mboards_notice_title'] = 'Duyuru Başlığı (Opsiyonel)';
$txt['mboards_notice_title_desc'] = 'Bu bölüm için mesaj içeriğinde gösterilecek duyuru başlığı';
$txt['mboards_notice_description'] = 'Açıklama';
$txt['mboards_notice_description_desc'] = 'Bu bölüm için mesaj içeriğinde gösterilecek kısa açıklama';
Title: Re: Board Notices
Post by: edi67 on February 02, 2010, 09:08:20 AM
so strange i cant install it always this error:

Table 'crazyzone_ediboard.{db_prefix}boards' doesn't exist
File: /home/crazyzone/data/www/crazyzone.biz/Packages/temp/database.php
Riga: 39


some help ?
Title: Re: Board Notices
Post by: Windy on February 03, 2010, 11:03:12 AM
Quote from: edi67 on February 02, 2010, 09:08:20 AM
so strange i cant install it always this error:

Table 'crazyzone_ediboard.{db_prefix}boards' doesn't exist
File: /home/crazyzone/data/www/crazyzone.biz/Packages/temp/database.php
Riga: 39


some help ?
Not quite sure what would cause that, I would say though that it doesn't look like it's an issue with the mod, I would suggest posting in the support forums for 2.0.
Title: Re: Board Notices
Post by: edi67 on February 16, 2010, 03:24:45 PM
Quote from: Windy on February 03, 2010, 11:03:12 AM
Quote from: edi67 on February 02, 2010, 09:08:20 AM
so strange i cant install it always this error:

Table 'crazyzone_ediboard.{db_prefix}boards' doesn't exist
File: /home/crazyzone/data/www/crazyzone.biz/Packages/temp/database.php
Riga: 39


some help ?
Not quite sure what would cause that, I would say though that it doesn't look like it's an issue with the mod, I would suggest posting in the support forums for 2.0.

may be you can write me how install manually table that your mod need? seems as database.php cannot install your required table
Title: Re: Board Notices
Post by: Windy on February 18, 2010, 02:07:30 AM
Quote from: edi67 on February 16, 2010, 03:24:45 PM
Quote from: Windy on February 03, 2010, 11:03:12 AM
Quote from: edi67 on February 02, 2010, 09:08:20 AM
so strange i cant install it always this error:

Table 'crazyzone_ediboard.{db_prefix}boards' doesn't exist
File: /home/crazyzone/data/www/crazyzone.biz/Packages/temp/database.php
Riga: 39


some help ?
Not quite sure what would cause that, I would say though that it doesn't look like it's an issue with the mod, I would suggest posting in the support forums for 2.0.

may be you can write me how install manually table that your mod need? seems as database.php cannot install your required table
You could try just plop it in your forums root directory and running it.
Title: Re: Board Notices
Post by: edi67 on February 18, 2010, 04:16:09 AM
Quote from: Windy on February 18, 2010, 02:07:30 AM
Quote from: edi67 on February 16, 2010, 03:24:45 PM
Quote from: Windy on February 03, 2010, 11:03:12 AM
Quote from: edi67 on February 02, 2010, 09:08:20 AM
so strange i cant install it always this error:

Table 'crazyzone_ediboard.{db_prefix}boards' doesn't exist
File: /home/crazyzone/data/www/crazyzone.biz/Packages/temp/database.php
Riga: 39


some help ?
Not quite sure what would cause that, I would say though that it doesn't look like it's an issue with the mod, I would suggest posting in the support forums for 2.0.

may be you can write me how install manually table that your mod need? seems as database.php cannot install your required table
You could try just plop it in your forums root directory and running it.

i wil try to launch file database.php directly in root directory, i will let you know the result
Title: Re: Board Notices
Post by: diegolyanky on February 21, 2010, 04:02:55 PM
Works on 1.1.11 ?  :o
Title: Re: Board Notices
Post by: Aiko on March 10, 2010, 06:52:01 PM
This is a really awesome mod. I hope it can be added for RC3
Title: Re: Board Notices
Post by: Aiko on April 12, 2010, 03:19:17 AM
Can anyone tell me if this mod has been integrated into RC3, since it hasn't been upgraded I was wondering if that's because its a part of the forum itself. Its such an awesome addition and without it I can't upgrade my site.
Title: Re: Board Notices
Post by: Windy on April 12, 2010, 08:45:45 AM
Mod has been upgraded to install properly on SMF 2.0 RC3.
Title: Re: Board Notices
Post by: Aiko on April 12, 2010, 08:53:32 AM
Windy, you are truly awesome. Thank you so much. This mod should really be a standard part of the forum, that would be cool.
Title: Re: Board Notices
Post by: Arantor on April 12, 2010, 06:33:50 PM
Nice mod.

Oh, btw, the issue that edi67 was having was that the DB coding structure changed between RC1 and RC2 and didn't bother to check that the 'supported versions' bit before trying to install.
Title: Re: Board Notices
Post by: Siirist on May 19, 2010, 01:54:27 PM
EDIT - cleaning up the post
Hello,
First we want say we will miss Arantor, but we wish only the best of luck in all endeavors.
Just installed this on SMF ver2.0 RC3. It functions correctly, however, the instructions are missing.
We have attached screen-shots for your convenience, including the mods currently installed.
Thank you in advance for any assistance.
Cloud
Title: Re: Board Notices
Post by: MATTEK on May 20, 2010, 02:55:10 PM
I'm trying to center, bold and colorize the notification, but it doesn't seem to wanna work. I've cleared the file cache to no avail.

Is it because I'm using smf tags rather than HTML tags?
Title: Re: Board Notices
Post by: MATTEK on May 23, 2010, 03:30:42 PM
Quote from: MATTEK on May 20, 2010, 02:55:10 PM
I'm trying to center, bold and colorize the notification, but it doesn't seem to wanna work. I've cleared the file cache to no avail.

Is it because I'm using smf tags rather than HTML tags?

Please?
Title: Re: Board Notices
Post by: Windy on May 23, 2010, 04:28:43 PM
Quote from: A Cloud Walker on May 19, 2010, 01:54:27 PM
Hello,  :)

First we want say we will miss Arantor  :-\, but we wish only the best of luck in all endeavors ;)

Just installed this on SMF ver2.0 RC3. It functions correctly, however, the instructions are missing. :-[

We have attached screen-shots for your convenience, including the mods currently installed.

Thank you in advance for any assistance.

Be Well and Take Care,
Cloud 8)

are you using utf8?

Quote from: MATTEK on May 23, 2010, 03:30:42 PM
Quote from: MATTEK on May 20, 2010, 02:55:10 PM
I'm trying to center, bold and colorize the notification, but it doesn't seem to wanna work. I've cleared the file cache to no avail.

Is it because I'm using smf tags rather than HTML tags?

Please?
It's because it only allows text.  Open Subs-Boards.php in Sources, search for 'description' => $row['notice_description'], and replace with 'description' => parse_bbc($row['notice_description']),
this should allow you to use bbcode.
Title: Re: Board Notices
Post by: MATTEK on May 23, 2010, 04:54:31 PM
Quote from: Windy on May 23, 2010, 04:28:43 PM
Quote from: A Cloud Walker on May 19, 2010, 01:54:27 PM
Hello,  :)

First we want say we will miss Arantor  :-\, but we wish only the best of luck in all endeavors ;)

Just installed this on SMF ver2.0 RC3. It functions correctly, however, the instructions are missing. :-[

We have attached screen-shots for your convenience, including the mods currently installed.

Thank you in advance for any assistance.

Be Well and Take Care,
Cloud 8)

are you using utf8?

Quote from: MATTEK on May 23, 2010, 03:30:42 PM
Quote from: MATTEK on May 20, 2010, 02:55:10 PM
I'm trying to center, bold and colorize the notification, but it doesn't seem to wanna work. I've cleared the file cache to no avail.

Is it because I'm using smf tags rather than HTML tags?

Please?
It's because it only allows text.  Open Subs-Boards.php in Sources, search for 'description' => $row['notice_description'], and replace with 'description' => parse_bbc($row['notice_description']),
this should allow you to use bbcode.

Thank you!  :)
Title: Re: Board Notices
Post by: Siirist on June 05, 2010, 11:32:55 PM
Quote
are you using utf8?

yes.
Title: Re: Board Notices
Post by: Windy on June 06, 2010, 09:32:46 PM
Quote from: A Cloud Walker on June 05, 2010, 11:32:55 PM
Quote
are you using utf8?

yes.
Just look at the manual install instructions and for ManageBoards.english,php just copy those lines and add them to the utf8 file equivalent.
Title: Re: Board Notices
Post by: Bruno36 on June 08, 2010, 12:04:28 PM
bonjour!

I get errors in the log

Invité
90.2.27.24   
    Aujourd'hui à 16:47:36
3893c9384c565538cce52831b3834b76
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
90.2.27.24   
    Aujourd'hui à 16:47:36
3893c9384c565538cce52831b3834b76
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 
   Invité
66.249.71.129   
    Aujourd'hui à 16:34:06
6f65938f62adae97b177a9759379c6b7
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
66.249.71.129   
    Aujourd'hui à 16:34:06
6f65938f62adae97b177a9759379c6b7
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 
   Invité
212.195.22.82   
    Aujourd'hui à 16:33:44
26e511df8ceed543c58178dd05937480
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
212.195.22.82   
    Aujourd'hui à 16:33:44
26e511df8ceed543c58178dd05937480
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 
Title: Re: Board Notices
Post by: Siirist on June 08, 2010, 03:07:38 PM
Quote from: Windy on June 06, 2010, 09:32:46 PM
Quote from: A Cloud Walker on June 05, 2010, 11:32:55 PM
Quote
are you using utf8?

yes.
Just look at the manual install instructions and for ManageBoards.english,php just copy those lines and add them to the utf8 file equivalent.

Cool, it functions as described!

Using SMF ver2.0 RC3

With these mods

1.     AvatarSelect      1.2.1      May 23, 2010, 09:06:31 AM     
2.    Board Notices    1.0.1    June 04, 2010, 12:31:17 AM    
3.    Caps_Lock_Detection_on_Login    1.1.0.1    N/A    
4.    cbi, 1.0    1.5.7    June 06, 2010, 12:45:08 PM    
5.    Join Reason    1.3    May 21, 2010, 12:14:35 AM    
6.    Karma Buttons    1.1    May 22, 2010, 09:12:24 PM    
7.    Member Notepad    1.0    May 21, 2010, 11:58:05 PM    
8.    Printbutton    1.0    June 04, 2010, 01:21:52 AM    
9.    SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update    1.0    N/A    
10.    Sortable Packages (and Installed Time)    1.3    April 02, 2010, 07:47:36 PM    

and these themes

SMF Default Theme - Curve
Core Theme
Bright Forest
OmegaGreen
Yem Yeþil
Curve Solution
unusual
A1 Rainbow
Green Style V2
MysticJade
Stealth
Swordy 2.0 Rc3
Sweet Dream

Be Well,
Cloud
Title: Re: Board Notices
Post by: Windy on June 09, 2010, 12:41:38 AM
Quote from: Bruno36 on June 08, 2010, 12:04:28 PM
bonjour!

I get errors in the log

Invité
90.2.27.24   
    Aujourd'hui à 16:47:36
3893c9384c565538cce52831b3834b76
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
90.2.27.24   
    Aujourd'hui à 16:47:36
3893c9384c565538cce52831b3834b76
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 
   Invité
66.249.71.129   
    Aujourd'hui à 16:34:06
6f65938f62adae97b177a9759379c6b7
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
66.249.71.129   
    Aujourd'hui à 16:34:06
6f65938f62adae97b177a9759379c6b7
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 
   Invité
212.195.22.82   
    Aujourd'hui à 16:33:44
26e511df8ceed543c58178dd05937480
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: board_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 778 
   Invité
212.195.22.82   
    Aujourd'hui à 16:33:44
26e511df8ceed543c58178dd05937480
Type d'erreur: Éléments indéfinis 
http://www.scooter-chinois-4t.com/topic-50cc.html.8: Undefined index: allow_topic_noteFichier: /home/www/sospc/www/phpbb/Sources/Load.php
Ligne: 777 

I don't have anything named allow_topic_note or board_note in this mod, so it's probably another mod that is the cause.
Title: Re: Board Notices
Post by: Scratching my Head on August 28, 2010, 01:34:24 AM
 :D Heavily modded custom theme - works wonderfully well.
Much gratitude for the useful mod.

Your hard work is appreciated!

Thanks again!
Title: Re: Board Notices
Post by: DasVON on September 08, 2010, 12:09:39 AM
Awesome MOD .. Windy

but when I use it I get this (see pic)
(http://img210.imageshack.us/img210/2572/errorzw.jpg)

I tried clearing cache but it still has a multiple text. It doubles up on the Notice.

2.0 RC3
Zone99 by Destine

Any Idea's

what file do I edit and what do I look for ?
Title: Re: Board Notices
Post by: Windy on September 10, 2010, 01:52:23 PM
check in messageindex.template.php in the theme folder, the search the file for the word notice, shouldn't be too difficult to find the duplicated code
Title: Re: Board Notices
Post by: DasVON on September 10, 2010, 09:03:00 PM
thanks Windy .. Found the problem  8)
Title: Re: Board Notices
Post by: iPhoneDestek on September 12, 2010, 05:59:09 PM
translation to turkish


<file name="$languagedir/ManageBoards.turkish.php">
<operation>
  <search position="end" />
   <add><![CDATA[
   //Board Notices Mod translation by SirtLanVadisi.net
$txt['mboards_notice_title'] = 'Bildiri Başlığı';
$txt['mboards_notice_title_desc'] = 'Bu bölüme bildiri  başlığınızı ekleyiniz';
$txt['mboards_notice_description'] = 'Bildiri İçeriği';
$txt['mboards_notice_description_desc'] = 'Bu bölüme bildiri içeriğinizi ekleyiniz ';
     //Board Notices Mod translation by SirtLanVadisi.net
   ]]></add>
</operation>
</file>
<file name="$languagedir/ManageBoards.turkish-utf8.php">
<operation>
  <search position="end" />
   <add><![CDATA[
//Board Notices Mod translation by SirtLanVadisi.net
$txt['mboards_notice_title'] = 'Bildiri BaÅŸlıÄŸı';
$txt['mboards_notice_title_desc'] = 'Bu bÖlüme bildiri  baÅŸlıÄŸınızı ekleyiniz';
$txt['mboards_notice_description'] = 'Bildiri İçeriÄŸi';
$txt['mboards_notice_description_desc'] = 'Bu bÖlüme bildiri içeriğinizi ekleyiniz ';
     //Board Notices Mod translation by SirtLanVadisi.net
   ]]></add>
</operation>
</file>

Title: Re: Board Notices
Post by: _sebas_ on September 23, 2010, 10:21:25 AM

oooh !   interesting MOD
but not have similar for  1.1.xx  ?
Title: Re: Board Notices
Post by: GohighVoltage on November 05, 2010, 11:51:49 AM
Any Update for RC4
Title: Re: Board Notices
Post by: Windy on November 10, 2010, 07:32:03 AM
I haven't had the chance to test it with RC4 yet.
Title: Re: Board Notices
Post by: Windy on November 11, 2010, 12:44:33 AM
Compatibility added for RC4.
Title: Manual install of Board Notices
Post by: Siirist on December 20, 2010, 09:28:21 AM
Quote from: Windy on November 11, 2010, 12:44:33 AM
Compatibility added for RC4.

Hello Windy, :)

So I guess I am the first one using RC4 with a "problem/concern".  ???

Okay. Brand new forum (no members yet),
Running SMF ver2.0 RC4,
Mods already installed=
[BBCode] Blink                                      ver. 1.0
Contact Page                                         ver 2.1.1
Personal Messages to Membergroups       ver. 1.4.1
Posting_Announcement                           ver. 2.0
Topic Solved                                          ver. 1.1.1

Board Notices                                        ver. 1.0.2       sort of, manual install of MessageIndex.template.php required for core (which was easy)
                                                                                            and SMF Pro ALPHA 2.0 RC4
(can't find
echo '
   <a id="top"></a> '
in MessageIndex.template.php)

I have tried searching for just "echo '
   <a id" and that didn't work either.  :-\

I have attached the SMF_Pro_ALPHA_2/MessageIndex.template.php (as SMF_Pro_ALPHA_2-MessageIndex-template-php because of the . and / are not allowed). ;)

I believe that not being able to manually install this would mean that the mod will not function for members using SMF Pro ALPHA 2.0 RC4.
I looked over SMF Pro ALPHA 2.0 RC4, and as there are other themes available to members I have made ALPHA 2.0 unavailable until we are able to solve this. :P

Thank you in advance, :)
Cloud 8)
Title: Re: Board Notices
Post by: Windy on December 22, 2010, 12:28:18 PM
Quote from: SurvivorOfAbuse on December 20, 2010, 09:28:21 AM
Quote from: Windy on November 11, 2010, 12:44:33 AM
Compatibility added for RC4.

Hello Windy, :)

So I guess I am the first one using RC4 with a "problem/concern".  ???

Okay. Brand new forum (no members yet),
Running SMF ver2.0 RC4,
Mods already installed=
[BBCode] Blink                                      ver. 1.0
Contact Page                                         ver 2.1.1
Personal Messages to Membergroups       ver. 1.4.1
Posting_Announcement                           ver. 2.0
Topic Solved                                          ver. 1.1.1

Board Notices                                        ver. 1.0.2       sort of, manual install of MessageIndex.template.php required for core (which was easy)
                                                                                            and SMF Pro ALPHA 2.0 RC4
(can't find
echo '
   <a id="top"></a> '
in MessageIndex.template.php)

I have tried searching for just "echo '
   <a id" and that didn't work either.  :-\

I have attached the SMF_Pro_ALPHA_2/MessageIndex.template.php (as SMF_Pro_ALPHA_2-MessageIndex-template-php because of the . and / are not allowed). ;)

I believe that not being able to manually install this would mean that the mod will not function for members using SMF Pro ALPHA 2.0 RC4.
I looked over SMF Pro ALPHA 2.0 RC4, and as there are other themes available to members I have made ALPHA 2.0 unavailable until we are able to solve this. :P

Thank you in advance, :)
Cloud 8)

At a guess I'd say just before if (isset($context['boards']) && (!empty($options['show_children']) || $context['start'] == 0))
Title: Re: Board Notices
Post by: Siirist on December 22, 2010, 10:24:35 PM
K, here's the deal,

I tried what you suggested by going to my host's control panel and modifying the MessageIndex.template.php. in the SMF Pro ALPHA 2.0 RC4 theme. ;)

I had forgotten that I had un-installed SMF Pro ALPHA, Darn. :-[
So I re-installed it and then used our testing member to try out the theme and your suggestion.  O:)

There was nothing to indicate that the board was a read only board or the Board Notice subject that said it was a read only board or the notice that said why. :-\

In the end, the SMF software ensured that there was NOT a New Topic button, so no harm done. ::)

It is an intriguing theme, though not compatible with the Admin Controls as the tabs do not appear, however, I am going to leave it available to our members because it looks cool. ;D

Thank you for trying, :)
Be Well,
Cloud 8)
Title: Re: Board Notices
Post by: GohighVoltage on February 12, 2011, 12:19:56 PM
Why does it double the Headers?   It gives you two places to start a new topic?

See attached example.

Fix?

PS: also, the Question Mark next to the title ,  is this suppose to do anything?  You hover on it, and it says "help"  but nothing happens if you click on it.
Title: Re: Board Notices
Post by: Arantor on February 12, 2011, 03:35:35 PM
No, that's normal. You normally have one at the top of a board and one at the bottom - it's just noticeable since you have no topics in that board. (Take a look at other boards, they work as your picture shows - just with more topics than 'No messages'!)
Title: Re: Board Notices
Post by: General_Naga on February 22, 2011, 01:06:53 PM
I'm using 2.0 RC5 and the notices aren't appearing in the board - I can set the notice just it isn't displayed. I'm using the default template.
Title: Re: Board Notices
Post by: Windy on February 27, 2011, 04:04:13 AM
I haven't tested it with rc5 yet, an errors on install?
Title: Re: Board Notices
Post by: General_Naga on March 02, 2011, 04:49:11 PM
A manual install seems to work fine apart from HTML isn't been parsed anymore.
Title: Re: Board Notices
Post by: GohighVoltage on March 07, 2011, 09:08:46 AM
Will there be an update to RC5?
Title: Re: Board Notices
Post by: ljunatic on June 13, 2011, 09:44:30 PM
Quote from: GohighVoltage on March 07, 2011, 09:08:46 AM
Will there be an update to RC5?

I would really like to see a 2.0 gold update when you can find the time :)

BTW great mod
Title: Re: Board Notices
Post by: yakyakyak on June 16, 2011, 07:04:53 AM
The latest version BoardNotices_1_0_2.zip does not parse with RC3 and there is no changelog to compare to previous version ???
Title: Re: Board Notices
Post by: Shark-Time on July 16, 2011, 07:23:27 AM
Hi.. do this mod support the 2.0 version of smf.. Actually i just installed smf 2.0 today.

Mod looks nice. very Handy. Can i install it on my 2.0 version without any problems?
Title: Re: Board Notices
Post by: donjazzy on October 15, 2011, 08:09:15 AM
Good mod but says not compactible with the selected version, that is smf 2.0 final. The installation function is not available in the mod.   
Title: Re: Board Notices
Post by: Alb0 on October 15, 2011, 01:34:51 PM
Would love if this mod was updated for 2.0
Title: Re: Board Notices
Post by: TheListener on October 15, 2011, 09:05:12 PM
Try emulating the version.
Title: Re: Board Notices
Post by: iPhoneDestek on October 25, 2011, 07:41:02 PM
is not comfortable with smf 2.0.1
Title: Re: Board Notices
Post by: TheListener on October 25, 2011, 07:49:59 PM
Quote from: iPhoneDestek on October 25, 2011, 07:41:02 PM
is not comfortable with smf 2.0.1

Try THIS (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version)
Title: Re: Board Notices
Post by: iPhoneDestek on October 25, 2011, 07:52:43 PM
Quote from: Brack1 on October 25, 2011, 07:49:59 PM
Quote from: iPhoneDestek on October 25, 2011, 07:41:02 PM
is not comfortable with smf 2.0.1

Try THIS (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version)


not working
Title: Re: Board Notices
Post by: TheListener on October 25, 2011, 07:53:46 PM
How isn't it working?
Title: Re: Board Notices
Post by: iPhoneDestek on October 25, 2011, 07:57:11 PM
error in ./Themes/default/ManageBoards.template.php
Title: Re: Board Notices
Post by: TheListener on October 25, 2011, 07:59:17 PM
Sorry but I'm not a mind reader what is the error?

Please go into the file and copy the nearest lines which show above and below the error line using the # bbc button.
Title: Re: Board Notices
Post by: iPhoneDestek on October 25, 2011, 08:08:46 PM


Execute Modification ./Themes/default/ManageBoards.template.php            Test failed
  1. Add After ./Themes/default/ManageBoards.template.php                        Test failed





Find: This code is not present in default themes
<textarea name="desc" rows="3" cols="35" style="width: 99%">', $context['board']['description'], '</textarea> </dd>

Add After:
<dt> <strong>', $txt['mboards_notice_title'], ':</strong> <p class="smalltext">', $txt['mboards_notice_title_desc'], '</p> </dt> <dd> <input type="text" name="notice_title" value="', $context['board']['notice']['title'], '" size="30" class="input_text" /> </dd> <dt> <strong>', $txt['mboards_notice_description'], ':</strong> <p class="smalltext">', $txt['mboards_notice_description_desc'], '</p> </dt> <dd> <textarea name="notice_desc" rows="3" cols="35">', $context['board']['notice']['description'], '</textarea> </dd>
Title: Re: Board Notices
Post by: TheListener on October 25, 2011, 08:16:02 PM
Using notepad ## look for the nearest text which looks closest to the required edit.

Make sure you backup first.
Title: Re: Board Notices
Post by: eric1234 on January 19, 2012, 09:03:16 AM
When i put in my notices it become like this

1. sentence one 2. sentence two 3. sentence three

how can i make it to show up as this
1. sentence one
2. sentence two
3. sentence three?
Title: Re: Board Notices
Post by: WasdMan on July 04, 2012, 04:57:34 AM
Hungarian Language:

ISO
Quote<file name="$languagedir/ManageBoards.hungarian.php" error="skip">
      <operation>
         <search position="end"></search>
      
         <add><![CDATA[
$txt['mboards_notice_title'] = 'Közlemény címe (nem kötelező)';
$txt['mboards_notice_title_desc'] = 'A közlemény címe a fórum felett fog megjlenni az index oldalon';
$txt['mboards_notice_description'] = 'Közlemény leírása';
$txt['mboards_notice_description_desc'] = 'Rövid leírása a közleménynek, amely az üzenet fölött fog megjelenni';]]></add>
      </operation>
   </file>

UTF8:
Quote<file name="$languagedir/ManageBoards.hungarian-utf8.php" error="skip">
      <operation>
         <search position="end"></search>
      
         <add><![CDATA[
$txt['mboards_notice_title'] = 'Közlemény címe (nem kötelező)';
$txt['mboards_notice_title_desc'] = 'A közlemény címe a fórum felett fog megjlenni az index oldalon';
$txt['mboards_notice_description'] = 'Közlemény leírása';
$txt['mboards_notice_description_desc'] = 'Rövid leírása a közleménynek, amely az üzenet fölött fog megjelenni';]]></add>
      </operation>
   </file>
Title: Re: Board Notices
Post by: Padre gremista on November 13, 2013, 09:15:08 AM
It's possible, install this MOD, in the SMF version 2.0.6?
Title: Re: Board Notices
Post by: Arantor on November 13, 2013, 12:09:20 PM
How can I install a mod that doesn't work in my SMF version? (http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn%27t_work_in_my_SMF_version)
Title: Re: Board Notices
Post by: Padre gremista on November 14, 2013, 09:07:03 AM
The emulation is not working im my forum. What can are happening?
Title: Re: Board Notices
Post by: Padre gremista on November 14, 2013, 12:47:20 PM
Good, I have success with installation normally, but, nothing there, one menu or section for edit the MOD. How I resolve this?
Title: Re: Board Notices
Post by: Schachazubi on November 14, 2013, 03:10:43 PM
Quote from: Padre gremista on November 13, 2013, 09:15:08 AM
It's possible, install this MOD, in the SMF version 2.0.6?

Yes works. Found this Mod, 5 Minutes later = Mod works with 2.0.6.
Only one small manual editing on ManageBoards.template.php is needed.

Big thx to Windy!