Archive for the 'Joomla' Category
May 30, 2008
I was looking for a way to only show certain themes on admin/build/themes page. I ended up adding some jquery to handle this. I created this script in a js file called theme_list.js.
var themes =new Array();
//Enter themes here into the array.
themes[0] = ‘theme_1′;
themes[1] = ‘theme_2′;
themes[2] = ‘theme_3′;
if(Drupal.jsEnabled) {
$(document).ready(
[...]
Categories: Drupal, PHP, Templates, javascript
Tags: PHP
Comments: Be the first to comment
May 13, 2008
I was working on creating a preview window in the theme settings page for a theme I was implementing. See Garlands preview for an idea of what I’m talking about. It was a simple idea that the user would choose the style they wanted of that theme and it would update an image [...]
Categories: Drupal, PHP, Templates
Comments: Be the first to comment
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.
Categories: Drupal, Modules, Work
Comments: Be the first to comment
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/
Categories: Drupal, Modules
Comments: 1 Comment
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
Categories: Drupal, Modules, Work
Comments: Be the first to comment
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. [...]
Categories: Joomla, Modules, VirtueMart
Comments: Be the first to comment
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 [...]
Categories: Components, Joomla, Modules, Plugins
Comments: 2 Comments
July 14, 2007
There has been a lot of talk about Joomla and their GPL stance. Here is my feeling on what they are saying and although it is hard on commercial developers it’s what they legally need to do.
Joomla is derived from Mambo.
Mambo is GPL thus Joomla must be GPL’d or in a compatible license.
Joomla [...]
Categories: Joomla
Comments: Be the first to comment
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.
Categories: Drupal, Modules
Comments: Be the first to comment
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.
Categories: Components, Joomla, Modules, PHP, Plugins
Comments: Be the first to comment