Drupal

Display Taxonomy Term Description in Drupal 6

Unless one is versed coder, there's no easy way to display Taxonomy Term description in Drupal 6. all of the online posts would involve some sort of coding.

But then I found some clues, and finally solved the problem with TVI: Taxonomy View Integrator

It provides an easy way to have your taxonomy description appear on the Taxonomy's page.

Download and install (from the above link) as usual in /sites/all/modules. (read more)

0
Your rating: None

Notice: Undefined index... in Drupal 7 & Search 404 module

I installed the Search 404 module on Drupal 7 and started getting the following notices, whenever the Search 404 would run:

Notice: Undefined index: module in ds_search_form_search_form_alter() (line 387 of ~/sites/all/modules/ds/modules/ds_search/ds_search.module).
Notice: Undefined index: module in custom_search_form_alter() (line 103 of ~/sites/all/modules/custom_search/custom_search.module).
(read more)

0
Your rating: None

Upload file and memory limit php: Drupal on Godaddy.com

Yes, this takes some time to make it working.

After spending 3-4 hours on the net, I finally managed to increase the File Upload as well as the Post Max size limits; also the memory Limit. Solved!

The beginning

Godaddy (Linux package)  limits are as follows:

File upload = 8 mb; maximum post size = 64 mb; memory limit = 64 mb.

Back in 1and1, I used to put a php.ini file in every drupal installation (root of a website), with the following simple script: (read more)

4
Your rating: None Average: 4 (2 votes)

Media Image, Diplay Suite and Custom Search for Music Site on Drupal 7

In my quest for a Music (band) web-site based on Drupal 7, I've installed D7, installed and configured Media and Soundmanager2 modules (D7 from Music series). Now it's time for tweaks. Since I've installed and configured the amazing Soundmanager2, I need to look at the image possibilities on D7.

0
Your rating: None

Configure Soundmanager2 in Drupal 7

Previously in the Drupal 7 for Music series:

I am now going to enter some basic setup and configuration of the Soundmanager 2 player; some of it specific to Drupal 7; other SM2 related.  (read more)

3
Your rating: None Average: 3 (2 votes)

howto: Install Soundmanager 2 on Drupal 7

Previously in the Drupal 7 for Music series:

Here I am shifting my focus on installing the Soundmanager 2 player on Drupal 7. I need to have the Media and Filefield Sources modules installed and the Private folder established for this.

4.4
Your rating: None Average: 4.4 (10 votes)

Install and configure Media module for Music on Drupal 7

Previously in the Drupal 7 for Music series:

Here I am going to discuss the Media module, with the focus on music/audio performance. I will then integrate Soundmanager2 player into Drupal 7 for music streaming. (read more)

2
Your rating: None Average: 2 (2 votes)

Basic Configuration Drupal 7 & WYSIWYG Module

Previously on Drupal 7 for Music series: Basic web-install of Drupal 7

Here I am going to provide a scenario for a basic configuration of the new site, and installing and configuring a WYSIWYG editor.  (read more)

3
Your rating: None Average: 3 (2 votes)

Basic Web Install Drupal 7

In the following few articles I will discus my experience in getting Drupal 7 to play music via the Soundmanager 2 player.

It's Drupal 7 for Music time!

These are my personal notes of the procedure that starts with installing Drupal 7 up to the configuration of the SM2 player. Put here online for my reference and in case they help someone along the way. As Laki used to say: it doesn't eat, it doesn't drink... (read more)

0
Your rating: None

Howto: set multilingual Taxonomy Terms as Blocks in Drupal 6

I wanted to have two different Taxonomy Vocabularies Displayed as Blocks and each of them to appear translated in the specific language that a user selects. I didn't want to create separate Taxonomy Vocabularies for each language, but instead wanted to have the same Vocabulary translated and the appropriate language shown.

This is how I did it.

You need to enable the following Drupal 6 internal modules (/admin/build/modules): (read more)

0
Your rating: None
Syndicate content