Other discussion topics
TeesValley Community Radio and TV
Submitted by Steve Thompson on Sat, 2007/05/19 - 18:21. Other discussion topicsSorry guys nothing to see here. I was hoping to pull in the RSS feed to show another blog here. Watch this space.
Britain needs public, free, city-wide wi-fi networks
Submitted by Eric Lee on Wed, 2007/05/16 - 13:24. Other discussion topicsIn a report published in mid-April, the Broadband Stakeholder Group warned that “time is running out to get the UK in shape to cope with the next wave of net use.” The Group is calling for telecoms firms to be encouraged to build faster networks, warning that without such investment, the country “could suffer profound social and economic setbacks.”
Hiding the Navigation Menus - except for logged in users
Submitted by alan dawson on Sat, 2007/05/12 - 13:24. drupal | Online Environment Development | Other discussion topicsCreated a custom block with the below php code and then disabled the drupal built in navigation block
<?php global $user; if ($user->uid) { if ($menu = menu_tree()) { echo ""; echo "
- ";
print $menu ;
echo "