Blue Master

Hello,

I have a question about the theme bluemaster.

If you take a look to the demo, you can see that in the blocks there are some buttons as "Read more".

Does anyone know how you can put these buttons in the blocks ?

Already many thanks to put me on the track.

Regards,

Kris.

Upgrade Drupal 5.5 to 6 and blocks won't show

I just upgraded my Drupal 5.5 site to Drupal 6 on a test server and now my blocks and the administrative menu are not visible. In the Administrative's "block" list there are a large number of blocks that are missing entirely!

Comparing the same blocks between the test (6.28) and production (5.5) Drupal sites I noticed the 6.28 version has "Show on every page except the listed pages." selected and the "Pages" list emtpy.

Develop and Design, Train and Consultation for a University site

We are seeking a Dupral consultant(s) or team with experience in implementing a University site. Consultant will be responsible for assisting/leading the design and development, configuration, training and consulting for the implementation of a Dupral site for a University.

Must be able to work beginning August 1, 2013

Must have a minimum of 3 years Dupral experience. Must provide references and links/samples images of sites developed.

Webform module email custom template function

Hi,

I'm using the webform module 6.x-3.18 with conditionals module 6.x-1.1.

I'm using a custom template as I only want submitted values to appear on the email sent. (I am also learning php so I want to dive in even if perhaps slightly unnecessaryto improve my understanding)

I have a really simple form, lets call it webform-mail-1234.tpl.php.

On that form I have 6 questions that are the same for the status of light. I didn't want to write the switch for the answers 6 times. So I wrote it into a function at the top of the webform-mail-1234.tpl.php file. (I tested first without it in a function, all is well)

function webform_status_light($answer) {
		switch ($answer)
		{
			case 1:
			$ret	=	'Green';
			break;
			case 2:
			$ret	=	'Green flashing';
			break;
			case 3:
			$ret	=	'Amber';
			break;
			case 4:
			$ret	=	'Red';
			break;
			case 5:
			$ret	=	'Red flashing';
			break;
			case 6:
			$ret	=	'Off';
			break;
			default:
			$ret	=	'Not given';
		}
	return $ret;
	}

I tested it in sublime text 2 using the anypreter and all is well.

I implemented on the webform. I fill it out as though I am an end-user and upon submission ISS 7.5 shows me the error: HTTP error 500.00. The email is delivered though and all the information on it is correct.

php error log shows:

Always the same error when drush sup (to upgrade from 6.x to 7.x) is running for a certain time

Hi lovely Community,

i'm hardly trying to upgrade my drupal 6.x installation to 7.x with the help of drush.

I'm using the command drush sup @dev2 -v -d

Every thing's working fine until Major Upgrade Step 15. I try to use the choice: Automatically enable and upgrade all modules remaining in list.

But when drush updated about 3-6 modules in the list, i'm getting this error an no more modules can't be processed without showing the same error message.

... some other modules processed (votingapi,xmlsitemap,util, dblog_common, etc...)....

Then the part with the error message:

Upgrading Contrib Modules from Drupal 6 to Drupal 7 Step 1
Upgrading module: userpoints

1. Check your notes, and the UPGRADE.txt files inside each module, to see if any special upgrade instructions apply

There is no UPGRADE.txt file in userpoints
Drush will now do the step 'Begin upgrade of module userpoints'.

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Upgrading Contrib Modules from Drupal 6 to Drupal 7 Step 2
Upgrading module: userpoints

2. Fully remove the old module directory inside sites/all/modules/

Control user permissions to access/display the specific taxonomy term in the Views exposed filter

Hi guys,

I am looking for some module/informations about controlling access/display of the thaxonomy term for a specific user. I created node list by using Views and defined some exposed filters to give users ability to filter website content. Everything works fine but I would like to limit terms displayed in the exposed filter only to those which permissions to display has been defined for the user.

Example:
We have got the COLORS vocabulary.
There are four terms in COLORS vocabulary:
1. Red
2. Green
3. Blue
4. White

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x