Just a simple block thats shows the countdown to the next release of ubuntu and a download button for the desktop edition and server edition.
Install:
extract
root/blocks/block_ubuntu.php to blocks/block_ubuntu.php
root/images/blocks/ubuntu_desktop.png to images/blocks/ubuntu_desktop.png
root/images/blocks/ubuntu_server.png to images/blocks/ubuntu_server.png
then just add a new block i suggest adding it as a center block cause its a little to big for a left or right block.
in the contrib folder there is 2 images for a dark theme just put them in the images directory and refresh.
you can update the countdown for the next release by doing the following.
open:
- Code: Select all
block_ubuntu.php
find:
- Code: Select all
<a href="http://www.ubuntu.com/"><img src="http://www.ubuntu.com/countdown/banner1.png" border="0" width="180" height="150" alt="The next version of Ubuntu is coming soon"></a>
replace:
to whatever the new code is which you will find on http://www.ubuntu.com/community/countdown
future development:
N/A.
You can see a screen shot of what it looks like here:
you can see it here portal.php
If you have any problems you can post here.











