Archive for June, 2009
-
Elgg – All entities must be public – Remove friends and everyone else as options during inupt
Wow possibly the worst topic ever for one of my posts
This is relevant ifa) You use Elggb) You want all users to only be able to post as publicc) You have the allpublic elgg pluginIf not you won’t be interested..Basically, the array that holds the values takes 0,1,2 then you drop out 0,1 (this is default behavior in the allpublic plugin).For some weird reason this leaves behind “Friends” as an option, this is not desirable behavior and the fix is to remove -2 ( I know wth were they thinking) from the array. Use this line of code in the allplugin access.php:unset($vars['options'][-2]);Put that with the rest of the unset’s in the plugin.Full file path will be mod/allpublic/views/default/inputAs another note, if -2 isn’t right for you just echo out the $key value from the array like..{$option . $key} then you will get the name of the option and the key/id. -
Are you a true Bradfordian?
-
WPMU WordPress Multi User and Photo Peach / PhotoPeach
You need to extend the embed array in kses.php to allow for the additional param’s passed by PhotoPeach..
Something like this..‘embed’ => array (‘style’ => array (),‘type’ => array (),‘id’ => array (),‘height’ => array (),‘width’ => array (),‘allowscriptaccess’ => array (),‘allowfullscreen’ => array (),‘flashvars’ => array (),‘movie’ => array (),‘photos’ => array (),‘src’ => array ()),Look out for ‘embed’ => array (this is where you add your params then close your array with),dont forget to close with ,This took me an hour or so to figure out how to do so hopefully you will be able to do it quicker.“Hey I’m Ben, Community Guy at #Photopeach. Just wanted to say thanks for your WPMU embed fix and we’re adding it to our FAQ.” -
Wireless solutions for Primary Schools

Hi all, on Tuesday and Wednesday next week(25th and 26th of June) I’m doing a presentation aimed at Primary Schools who currently have and/or are thinking of getting wireless devices/networks installed. The agenda for the presentation is:1.The wireless network2.The wireless learner3.Wireless security4.Wireless life span5.How much wireless coverage do I need?6.Wireless costs7.Additional Considerations IE storage.8.Wireless safety9.QuestionsThe event is being run by Education Bradford’s Curriculum ICT team and details can be found hereSlides and a Webcast will be online shortly after (Probably by Thursday) – These will be available to everyone.Tuesday: Greenhead CLCWednesday: Challenge CLC–UPDATEThis video is now available on my youtube channel -
Are people more efficient on wednesdays?
We seem to get about a 2/3% average increase in hits to all of our sites on Wednesdays. This has been a trend for over a year now. Obviously Saturday and Sunday are very low hits as all of our sites are early years & educational.
Latest Videos
- Why I am not a fan of phonics February 9, 2012 malbell
- Using Cashback Sites February 8, 2012 Ian Addison
- Yaca Paca! February 8, 2012 Tim
- Safer Internet Week February 8, 2012 Mr. Mayoh
- Perhaps it is about time you joined the K Team! February 8, 2012 chickensaltash
- Moonshot Thinking: Solve For X February 8, 2012 malbell
- Picture Book Maker February 8, 2012 simon




