Posted by admin on March 10, 2009 – 8:18 pm
Filed under Drupal, WEB-DEV-LOG
Tagged as
Giving Authors and above the ability to post youtube videos.
Trying to get embeded youtube video working in Joomla 1.5.9 is way too hard. I finaly did it but it took all day perhaps a smarter person could have done it sooner but now it works the way I want.
Step one.
Article Manager –> Parameters –> Filtering options
Filtering groups: Select ‘public Front-end’ and ‘Registered’ . It has to be two groups there is a bug in Joomla so the setting only works if its two groups.
Filter type: no html –> save
With this Authors and above can post youtube videos and registered users who can’t post anyway and unregistered users can’t post
Step two:
Extensions –> Plugin Manager -> Editor – TinyMCE 2.0
- Code Cleanup on Startup: Off
- Code cleanup on save: always
- Do not clean HTML entities: No
Use theses. Other settings give you image place holders
Posted by admin on February 25, 2009 – 5:36 pm
Filed under Drupal
Tagged as
I have more to do on turdburgle.com setting up Drupal. It turn out their is a Druple user group for Toronto that meets the second Tuesday everymonth. Hopfully by the next one I’ll know enough to go and find out whats going on.
Browsing the website there are lots of jobs in Toronto for Drupal developers.
For graphic designers it looks like there is lots of money to be made.
Posted by admin on February 25, 2009 – 11:12 am
Filed under Drupal
Tagged as
o test if mod_rewrite is available in Apache2, you can go
apache2ctl -M
Optimizing Apache Server Performance
Path: readable URLs
why is logging so fucked up. I’ll have to look into that. At least now logrotate is working
Posted by admin on February 24, 2009 – 12:38 pm
Filed under Drupal
Tagged as
All necessary changes to ./sites/default and ./sites/default/settings.php have been made. They have been set to read-only for security.