ACP Announcement Centre

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL

Re: ACP Announcement Centre

Post by lefty74 »

sure, thanks :)
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.
jaason
Registered User
Posts: 20
Joined: Tue May 13, 2008 6:34 am

Re: ACP Announcement Centre

Post by jaason »

I'm waiting too for that :)
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: ACP Announcement Centre

Post by JasonWade »

I just wanted to fill in a guest announcement, but after doing so I got the following error:

SQL ERROR [ mysqli ]

Duplicate entry 'announcement_show_index' for key 1 [1062]

SQL

INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('announcement_show_index', 0, 0)

BACKTRACE


FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()

FILE: includes/functions.php
LINE: 156
CALL: dbal_mysqli->sql_query()

FILE: includes/acp/acp_announcements_centre.php
LINE: 102
CALL: set_config()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_announcements_centre->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: ACP Announcement Centre

Post by JasonWade »

hmm never mind I guess, I just tried the same thing again and I got no error, so as I said forget my message above, sorry ;)
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL

Re: ACP Announcement Centre

Post by lefty74 »

if you get a duplicate bla bla message, it is more then likely that the cache was not cleared (and the templates not refreshed).
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.
Badal
Registered User
Posts: 57
Joined: Fri Apr 13, 2007 5:28 pm

Re: ACP Announcement Centre

Post by Badal »

thanks lefty74. i delete my site cache. and refresh temple.. problem has been solved :)
phpDummie
Registered User
Posts: 292
Joined: Thu Feb 16, 2006 12:09 am
Location: USA

Re: ACP Announcement Centre

Post by phpDummie »

Lefty,
I understand the announcement box will display the message in its entirety, there is no clicking on the announcement title to read the rest of the text? So if the announcement is large, it will take up some screen real estate? Is that correct?

Also, can I run multiple announcements for the same group at the same time? For example, can registered users see tree announcements simultaneously:
1. Pizza for lunch
2. BYOB for lunch
2. After lunch - dancing
?
Desdenova
Registered User
Posts: 646
Joined: Sat Feb 23, 2008 7:25 pm

Re: ACP Announcement Centre

Post by Desdenova »

phpDummie wrote:Lefty,
I understand the announcement box will display the message in its entirety, there is no clicking on the announcement title to read the rest of the text? So if the announcement is large, it will take up some screen real estate? Is that correct?
I use this MOD, and that is correct.

To solve that problem...just use a spoiler with it. ;)
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL

Re: ACP Announcement Centre

Post by lefty74 »

Desdenova wrote:
phpDummie wrote:Lefty,
I understand the announcement box will display the message in its entirety, there is no clicking on the announcement title to read the rest of the text? So if the announcement is large, it will take up some screen real estate? Is that correct?
I use this MOD, and that is correct.

To solve that problem...just use a spoiler with it. ;)
or you can use a scroller.
phpDummie wrote:Also, can I run multiple announcements for the same group at the same time? For example, can registered users see tree announcements simultaneously:
1. Pizza for lunch
2. BYOB for lunch
2. After lunch - dancing
?
If you mean like fading in and out, no, that wont work.
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.
phpDummie
Registered User
Posts: 292
Joined: Thu Feb 16, 2006 12:09 am
Location: USA

Re: ACP Announcement Centre

Post by phpDummie »

lefty74 wrote:
phpDummie wrote:Also, can I run multiple announcements for the same group at the same time? For example, can registered users see tree announcements simultaneously:
1. Pizza for lunch
2. BYOB for lunch
2. After lunch - dancing
?
If you mean like fading in and out, no, that wont work.
No, that's not what I mean. Let me try to ask it in a different way.
How many active announcement can exist at the same time for one group of users, one or several? If several, how do they display - each in its own announcement box or as a list in one announcement box?
1darkangel
Registered User
Posts: 43
Joined: Mon Dec 26, 2005 7:40 pm

Re: ACP Announcement Centre

Post by 1darkangel »

I am having a slight problem that I haven't seen anyone else saying they have had yet. I installed the mod and it works wonderful. I thank you for it! My problem is that now my smilies in the 'more smilies' pop-up will not insert into either announcement or posts. The smilies box beside the post still insert fine. Instead of insterting in the text field they are inserting the code at the top of the smilies pop up. I did not know if this was an unreported bug or if I just did something wrong that I can't find. I looked over my coding again and didn't see anything offhand that seemed wrong. Any idea what happened or how to fix this?



Edit: This may be a browser problem. I am still playing with them and sometimes I can get one to insert. There is no reason to the madness of what ones will work or when either. On a side note my browser has went all wacky twice while testing so as I said this may be more an IE issue then a mod issue but I would be grateful if someone would check and see if there more smilies pop-up works consistently.
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: ACP Announcement Centre

Post by JasonWade »

lefty74 wrote:if you get a duplicate bla bla message, it is more then likely that the cache was not cleared (and the templates not refreshed).
mine were cleared, but as you could see it worked a minute later, I guess I was just to quick with my panicking ;)
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL

Re: ACP Announcement Centre

Post by lefty74 »

phpDummie wrote:How many active announcement can exist at the same time for one group of users, one or several? If several, how do they display - each in its own announcement box or as a list in one announcement box?
Sorry, I did not get this first time round. It is for one announcement.
1darkangel wrote:I would be grateful if someone would check and see if there more smilies pop-up works consistently.
i would like to know that as well as i dont have any problems and i have not heard of problems of this kind before.
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.
319
Registered User
Posts: 144
Joined: Fri Dec 21, 2007 12:47 am

Re: ACP Announcement Centre

Post by 319 »

I need function for shows birthdays, but when are not birthdays, announce of site musn't be shown.
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL

Re: ACP Announcement Centre

Post by lefty74 »

thats pretty much what this mod does.
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.

Return to “[3.0.x] MOD Database Releases”