Archive for the 'Modules' Category

Drupal Facebook CiviCRM

October 23, 2007

Wow these things can get complicated.  My requirements are Drupal +casAuth or ldap Auth +normal account creation +facebook +CiviCRM  Anybody see any possible user management issues with this?  I know I do. Not quite sure what to do about managing users in this scenario.

Drupal CCK and Views Tutorial

October 18, 2007

I found this tutorial extremely helpful in learning about CCK and views.  Give it a shot if you are having problems with understanding what everyone is so excited about cck and views.
http://learn.awakenedvoice.com/2007/07/30/drupal-cck-and-views-tutorial/

Drupal Modules Needed For Current Project

October 15, 2007

Yes
TokenCiviCRMEcommerceOrganic GroupsCCKViewsDevelPathautofacebook_authDrupal for FacebookActions
Maybe
Revision ModerationSimplenewsCustom LinksCustom PagersCustom BreadcrumbsDiffWorkflowAutomatic Node TitlesNode ProfileContent TemplatesImage FieldDateCalendarAudioVotingAPIPanelsImageCacheNice
XML SiteMapPorter StemmerAkismetFive StarOpen IDi18n

VirtueMart

August 4, 2007

I am trying virtuemart out as a replacement for an ordering system.  It seems to be able to do the things that I want it to for the most part.  Working on trying to get joomla 1.5 svn to work with virtuemart 1.1 svn.  Currently I have an issue with it not installing the component.  [...]

Learning Joomla! 1.5 Extension Development

July 31, 2007

I got my book yesterday to help me develop extensions.  This book looks like it’s going to be very helpful. At about 150 useful pages it’s fairly small, but I don’t think extensions are that complicated.  Mainly I needed it because there was very little documentation on how to create these using Joomla 1.5.  So [...]

Enhancements to ad module to fit our needs Drupal

July 5, 2007

I changed the function ad_image_display_ad in ad_image.module to put the text of the description in the footer.  This meant redoing the query. Works nice now.
Now needs minor css adjustments.

Adapting Joomla 1.0 extensions to Joomla 1.5

July 2, 2007

http://dev.joomla.org/component/option,com_jd-wiki/Itemid,31/id,tips:make_your_extensions_fit/When converting someone else’s extensions to 1.5 this could help also.