drupal
Installing Drupal Activity Stream
Submitted by GeorgeS on Thu, 06/25/2009 - 13:56Activity Stream builds a lifestream for you by aggregating your social activities all in one place.
Twitter,FlickrFacebook,Digg,Delicious,YouTube and more
Download module,
Http://drupal.org/project/activitystream
and install into ../sites/all/modules
once installed then activate it.
Admin/sitebuildsing/modules/activitystream, activate all modules and save
configurations.
goto site configuration. and install username and password
- Configure the stream's title
- Configure Username and Rss Feeds.
- Refresh Cron.php
- Add the activity screen in a block
Advance uses
- GeorgeS's blog
- Login or register to post comments
- Read more
OG Details Block
Submitted by GeorgeS on Thu, 06/25/2009 - 13:19In order to get better control of OG details Block. For example
To hide "invite Friend"
Change a string where it sayd Group to Classes
- GeorgeS's blog
- Login or register to post comments
- Read more
Uploading large files Drupal settings
Submitted by GeorgeS on Thu, 06/25/2009 - 13:13Uploading large files via filefields.
You need to changed the memory limit in php.ini and modify the drupal root .htaccess file to permit this
The start of the .htaccess file now looks like this.
php_value post_max_size 51m
php_value max_input_time 2680
php_value upload_max_filesize 50m
php_value upload_tmp_dir /tmp
php_value memory_limit 110m
additional settings in php.ini
max_execution_time,
max_input_time,
post_max_size,
memory_limit
- GeorgeS's blog
- Login or register to post comments
Installing Drupal on local host
Submitted by GeorgeS on Tue, 06/09/2009 - 08:20
- Download the latest release from drupal.org
- Save the release to a directory on your harddrive
- unzip the download.
- download wampserver at www.wampserver.com to install Apache, MySQL, PHP on windows and install on your local machine.
- After you installed wampserver you should have an icon on your desktop.
- Ensure Wampserver is online
- goto phpmyadmin. Create a database
- drop the drupal directory into your www directory
- Goto Apache modules. make sure the rewrite modules is checked. to allow cleanr urls
- from explorer http:/localhost/drupal
- now install drupal
- insert the database name.
- Configure drupal and install.
- GeorgeS's blog
- Login or register to post comments
Drupal iphone
Submitted by GeorgeS on Wed, 06/03/2009 - 12:57So, if you want an iPhone-enabled version of your Drupal website, all you have to do is install the http://drupal.org/project/iui iUI Drupal Theme, and then switch to the iUI theme when the user visits your mobile-enabled website. You could do that by either a small hack in settings.php, or one of the many modules out there that changes the theme based on the user agent or the domain.
- GeorgeS's blog
- Login or register to post comments
- Read more
Drupal PayPal
Submitted by GeorgeS on Wed, 06/03/2009 - 12:51A client of mine had an issue with PayPal checkout option not working correctly. Site with eCmmerce 5.x-3.3, This was working correctly before. The issue was when a customer were sent to PayPal.com they were not presented with an option to pay via credit card. They are forced to login or create a PayPal account. My guess is that the field "PayPal processing URL:" needs to be changed. Which it turn out to be pointing to an incorrect URL. The answer was to go to https://www.paypal.com/xclick/
- GeorgeS's blog
- Login or register to post comments