CMS

Stream Media for Joomla

Just want to share this cool extension for joomla for stream media:Seyret Video Component – unique video component for Joomla.
The extension is easy to configure and work fine out on the box. Also allow user to upload videos easily.

Shopping Cart for Plone

Browsing the site of plone, Here’s a cool module that i found for those who is building a e-commerce site using the Plone CMS. SimplecartItem – The module allowed you to integrated with online stores such as using paypal.

Creating 1 Columns on Joomla

Finding ways to figure out how to modify the column on the front page on Joomla CMS. Here’s the simple step. Login as Admin > Menu > Main Menu> Home . Now you can modify the front page of your Joomla site including the content column.

The Open Source Content Management System Award, 2007

Drupal Wins Overall Open Source CMS Award, 2007
Results
Most Promising Open Source Content Management System:1. Drupal2. Joomla!3. CMS Made Simple
Best PHP Open Source Content Management System:1. Joomla!2. Drupal3. e107
Read full list…

Removing the Edit Tabs on Media Wiki

While editing the Media Wiki use for the test, trying to figure out how to remove the edit tabs for guest user. heres a simple trick.
Edit> localsetting.php on the root folder of media wiki. And by putting this simple code
$wgGroupPermissions['*']['edit'] = false;
Then your done. Upload it again to the same location.Sample code below:
# When you [...]