October 16th, 2008 by admin
After updating my site that uses drupal 5 to drupal 6, i finally managed to make adsense works on drupal 6. Thanx to ttp://drupal.org/node/213196:
Here’s the solution:
1. activate your PHP filter module
2. Create a block and paste your Google Adsense as HTML source (you have to make sure you are not in rich text mode)
3. Select PHP filter formate from the list. This has be e done
4. Activate you newly created block in block section and put it where you wish
or you may also use this
1. Go to Administer > Input Formats
2. Add a new input format (I called mine Google Adsense)
3. Enable the input format for any Roles that will need to use it
4. DO NOT select any filters
5. Click Save Configuration
6. Go to Administer > Blocks
7. Add a new block
8. Paste the code from Google Adsense directly into the Block Body text area.
9. Choose the input format that you created above
10. Save Block
11. Configure the block to display where you want it
Tags: adsense, drupal
February 22nd, 2008 by admin
Drupal is 2nd most famous CMS after Joomla. It has many features such as multi user, blogs, themes and can be extended using plugins. It’s already used by many big portals, such as what the drupal.org claims:
Today, Drupal powers sites including the homepages of Warner Brothers Records, The New York Observer, Fast Company, Popular Science, and Amnesty International and project sites by SonyBMG, Forbes, Harvard University, and more. Drupal can be used to create personal weblogs (Tim Berners-Lee), deliver podcasts (TWIT.tv), connect online communities (SpreadFireFox.com), form artist collectives (Terminus 1525) or inform the masses (The Onion).
This is steps you can do to install Drupal on your webserver:
Read the rest of this entry »
Tags:
CMS,
Content Management System,
drupal,
Drupal 6,
Installing Drupal,
Internet,
Web Posted in
IT Learning,
Internet,
Web,
Web apps,
tips n tricks
February 21st, 2008 by admin
A little bit late, but drupal 6 has already released. The latest version of one of the best CMSes is here again. To download it, just click drupal 6’s download page. A little posting right now, i am still a little bit busy.