Jump to content

Recommended Posts

Posted

Hi all

 

I've managed to do the following and it's all working very well! :D If anyone wants advice please PM me.

 

1. Linked MS Word to Xibo allowing users to 'post' pictures and text.

 

2. Linked MS Excel to Xibo via embedded links so that allows Xibo pulls cell data, displays it and updates it automatically every time the spreadsheet is saved.

 

3. Placed Sky Player onto our reception display (I also figured out how to get rid of all borders and how to get the player to stretch to the region)

 

4. I have found and used a flash player creator called powerbullet; http://www.powerbullet.com/Powerbullet.html

 

If there is anything you've managed to accomplish with this excellent software that you're proud of please let me know! I'm always looking for ways to improve our displays.

 

Cheers!

 

Lawro

  • Thanks 1
Posted

an easy way I have do number one is setup a share on the xibo webserver which staff can drop pictures into and then have a PHP file which cycles through the images.

 

not sure what kind of data you are after but I have a similar system for a Sims export for birthdays which is imported into MySQL and then displayed via a PHP page.

Posted
I just wished Xibo would download the template and images on my Win7 clients, ahh! The file downloads them instantly disappears! Might have to go back to XP at this rate!
Posted
I just wished Xibo would download the template and images on my Win7 clients, ahh! The file downloads them instantly disappears! Might have to go back to XP at this rate!
I'm going to be trialling both the Perl client and the client on windows 7 this week. Will post back results?
Posted
I have a Windows 7 Xibo client - it's good, but stopping Office 2010 from saving discarded presentations in Powerpoint is rather tricky, even with autosave turned off. If you don't use Powerpoint it shouldn't matter though (this is on the newest stable).
Posted

I've been working on getting a photo gallery into xibo and have finally cracked it.

 

My setup is below.

 

Xibo server has wordpress installed. RSS feeds are categorised in wordpress and each department has a user that can only post into their category. A small modification was needed to the rss feed php file to display the whole feed all the time not an except. This mean teacher can send messages direct to the screen and their department has a few minutes of scheduled time every hour for this. These messages expire after 1 week but can be extended if necessary.

 

The wordpress front end is designed with custom menus to link into the different systems to make it as easy as possible for staff to add the content they want without actually accessing the xibo interface that they found a little complex.

 

Gallery 3 also installed on the xibo server with minislideshow add-on. This allows any slideshows to generate embed code to put directly into xibo. This is not currently automatic so each gallery has to be embedded as required.

 

The newsletters are sent to issuu.com which generates a flip-book style flash page that can also be embed into a xibo template.

 

This setup took quite a while to complete but it make the running of the screens much less taxing for me.

 

Would be happy to write a full how to with plugins used etc if anyone is interested.

 

@ mods is this something that could go on the wiki?

Posted
I've been working on getting a photo gallery into xibo and have finally cracked it.

 

My setup is below.

 

Xibo server has wordpress installed. RSS feeds are categorised in wordpress and each department has a user that can only post into their category. A small modification was needed to the rss feed php file to display the whole feed all the time not an except. This mean teacher can send messages direct to the screen and their department has a few minutes of scheduled time every hour for this. These messages expire after 1 week but can be extended if necessary.

 

The wordpress front end is designed with custom menus to link into the different systems to make it as easy as possible for staff to add the content they want without actually accessing the xibo interface that they found a little complex.

 

Gallery 3 also installed on the xibo server with minislideshow add-on. This allows any slideshows to generate embed code to put directly into xibo. This is not currently automatic so each gallery has to be embedded as required.

 

The newsletters are sent to issuu.com which generates a flip-book style flash page that can also be embed into a xibo template.

 

This setup took quite a while to complete but it make the running of the screens much less taxing for me.

 

Would be happy to write a full how to with plugins used etc if anyone is interested.

 

@ mods is this something that could go on the wiki?

 

I would be really interested in seeing some screenshots of your work Matt, a full how to would be awesome! :D

Posted (edited)
I would be really interested in seeing some screenshots of your work Matt, a full how to would be awesome! :D

 

I've tried to get some screens of the setup. This is what I have installed on the Xibo server

  • Xibo (kind of obvious really)
  • Wordpress v3.2.1 with the following plugins

  • Active Directory Integration (users are placed in a no access group at first log on)
  • Content Scheduler (enable post expiry)
  • Issuu PDF Sync (allows easy publishing to Newsletter site and returns embed code)
  • Quick Post Widget (a really clever plugin that allows WYSIWYG post creation from the front end)
  • Restrict Categories (allows to add users to only be able to add posts in a single category i.e. English teacher can only post to English)
  • Theme My Login (login to wordpress from the front end)
  • User Role Editor (allows to change or add wordpress roles i.e. I've added a Staff role that can post but not delete and the NoAccess role that can only view)

Obviously any theme will be fine for this but I used zeeBusiness because it allowed for multiple custom menus.

Xibo layouts are scheduled for each department to have a few minutes of rss feed time per hour. The feeds can be retrieved using
http://xibo-server/wordpress/category/{whatever}/feed/rss2/.

 

This screenshot is the result of all the plugins on the wordpress installation

wordpress front page.jpg

 

 

The menu options run as follows

  • New Message; Self explanatory really but always defaults to the staff members allowed category. The Quick Post Widget is displayed in the page and allows some arbitrary formatting to keep all messages the same style. I have all mine formatted

    but the staff can add colours and italic text to emphasize words if necessary

  • Screen Manager; A link to the Xibo backend. Kept in for my use only really so may move it to the Admin menu.
  • Add Team; This is a link to a football team flash animation so that new teams can be added to the displays. I can make this available I think if anyone wants to (need to check license on flash file as it was developed for us.)

footballanim.jpg



  • Photo Slideshow; Links to the gallery 3 page. Users can add a gallery after which an email is sent to me so that I can schedule it in the appropriate place.
  • Post Overview; Is just that so that I can edit any typos if necessary (not that we have teachers who can't string a coherent sentence together)
  • Admin Backend; Some links for me to help with the admin. wp-admin dashboard, MySQL admin, Xibo support etc.

Hope some of this info is useful for you.

Edited by cromertech
  • Thanks 2
Posted

Hi guys

 

We've tried to get Wordpress running on our server alongside Xibo but it's telling us that PHP isn't installed! What version of PHP are you running on? We're worried that upgrading to 5.5 might stuff up Xibo.

 

Please advise!

 

Cheers

Posted
Hi guys

 

We've tried to get Wordpress running on our server alongside Xibo but it's telling us that PHP isn't installed! What version of PHP are you running on? We're worried that upgrading to 5.5 might stuff up Xibo.

 

Please advise!

 

Cheers

 

it shouldn't stuff up xibo - i've got it running here, if its internal only then you could try using an older version of wordpress but i wouldn't use on a publicly accessible site as they release security updates with newer versions

 

T

  • 3 weeks later...
Posted
an easy way I have do number one is setup a share on the xibo webserver which staff can drop pictures into and then have a PHP file which cycles through the images.

 

not sure what kind of data you are after but I have a similar system for a Sims export for birthdays which is imported into MySQL and then displayed via a PHP page.

 

 

Could you post how you managed to get this working Glennda? Ive tried and failed!

Posted
Could you post how you managed to get this working Glennda? Ive tried and failed!

 

Yes - are you using windows server or linux server for apache?

Posted
windows server

 

Ok this is a stab in the dark as i did it on linux but the processes should be similar.

 

In the folder hosting the xibo web files create a folder such as display and one inside that called pictures pictures. Create a PHP page in that folder called index.php with the following info in php tags (you may need somebody to check this php as i copied it offline without testing as when i set this up it was at another school @webman might be able to help) You can then share the Pictures folder as you would a normal folder on windows with staff having relevant perms and then they can drop stuff into it and it should be displayed. You would just need to point an xibo area to http://Xiboservername/display/index.php (or if you run xibo as a subfolder http://xiboservername/xibo/display/index.php)

 

$handle = opendir('pictures'); 
while (false !== ($file = readdir($handle))){ 
 $extension = strtolower(substr(strrchr($filename, '.'), 1)); 
 if($extension == 'jpg' || $extension == 'gif' || $extension == 'png'){ 
   // now use $file as you like 
 } 
}
foreach(glob('userImages/*/HD/{*.jpg,*.gif}', GLOB_BRACE) as $image) 
{ 
echo "' . $image .' "; 
} 

  • Thanks 1

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...