Jump to content

Recommended Posts

Posted

DOes anyone know of a php/mysql or similar script that will let staff post daily announcements (maybe keep an archive)? Ideally web based?

 

Then I can set the intranet homepage to display them?

 

I'm tempted to learn how to do it - but have no idea where to start in php/sql. Anyone have a system that does this and willing to share?

 

Cheers

 

Gareth

Posted

I am in the middle of writing a system that does something similar.

 

It started as a way for staff to be able to post notices to our Digital signage, using rss feeds in Xibo to pull in the notices. It is now growing to also be a system for staff to post messages that are then displayed on individual pages for each year group (showing messages relevant to that Year and the whole school).

 

The messages are stored in a database and are given an expiry date and can be selected to only appear on certain days of the week (for weekly clubs etc).

 

It's not done yet, but I will share when it is in a usable state, which should be fairly soon.

  • Thanks 2
Posted
It's in PHP with mysql database. I'll let you see what I have got on a day or two and you can input ideas if you like and see what you think. I'm not really a coder, just dabble, so my code is a little bit of a mess at the moment.
Posted
DOes anyone know of a php/mysql or similar script that will let staff post daily announcements (maybe keep an archive)? Ideally web based?

 

Then I can set the intranet homepage to display them?

 

I'm tempted to learn how to do it - but have no idea where to start in php/sql. Anyone have a system that does this and willing to share?

 

Cheers

 

Gareth

 

Not sure it's a wheel that's worth reinventing - I think the first line of your post is a pretty succinct description of a blog!

 

Use Wordpress - I think there are extensions to do LDAP authentication - and then display its RSS feed on your intranet, a fairly trivial thing to do and there are plenty of pre-written widgets.

Posted
I have previously tried setting something up with WordPress (which I have used for other projects), but I found it wasn't that easy to get it to do what I wanted, but then I am quite fussy.
Posted

At my school we are running it all password protected. The staff are given a password that allows access to the whole system as well as adding messages.

 

The password is stored for an hour and direct access to any page prompts for the password.

 

Would that cover what you would want?

Posted
@mrdolan - I take it that your demo system is set up so that we can add messages? What does it look like for the students? Can they get to it from their computers or does it only appear on your screens in reception, maths & canteen?
Posted

Yes you can add messages on the demo as well as edit them via the recent messages page.

 

The way we run it is that the students are shown the bulletin by their tutor each morning. There are rss feeds for each year group and each of our display screens (which we will show using xibo when we have it set up shortly)

 

It could be set so that a password is required only for adding and editing messages, then the students could be given access to the home page and the year group bulletins. Depending on the content of the messages that might work best if it was hosted internally rather than available openly online.

  • Thanks 1
Posted
Ok, I'll see what I can do, although it will be a few days until I have time.

 

Thanks. Would really appreciate it and Im sure others would be interested too.

Posted
If people are interested I can put together a download and some instructions for setting it up (which is quite easy)

 

Oh yes please- that would be amazing. I've just got the php/mysql books out of the school library to start looking into writing my own. It would take a while but your system looked really nice.

 

I wouldn't mind a peek at the admin system.

 

It would be hosted locally in my school.

 

GJE

Posted

garethedmondson I have Pm'd you the admin login details.

 

There is not much in admin at the moment. You can see all the messages in the database, change the colours of the Year groups and change the staff password (but that is disabled in the demo)

  • 2 weeks later...
Posted (edited)

From one PHP dev to another, nice system :)

 

Get the source up on github so everyone can benefit (or send it to me and I can host the source for you).

Edited by zag

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...