How to get rid of added URLs when printing a Bootstrap-themed page?

How to get rid of added URLs when printing a Bootstrap-themed page?

When I print a page from my Bootstrap-themed site, all the links (and images with attached urls) have a printed representation of the link inserted into the printed page, right after the linked object. I can see some situations where this would be helpful, but for now... read more
Move drag and drop handle to other side

Move drag and drop handle to other side

I want to move the drag and drop handle to the other side of a form, to the same location as the row weight selections. I am talking about the tabledrag handles, as shown below: I am using Corolla if it makes a difference. read more
How to get rid of added URLs when printing a Bootstrap-themed page?

Autocomplete term widget (tagging) – Insert as child

Is there a way to insert taxonomy terms as child of a parent term with the auto complete term widget? I have found several modules such as “Content Taxonomy” or “Hierarchical Term Reference Autocomplete”, but couldn’t find this specific... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

Render entity reference field with link in node template

I have a content type with an entity reference field to select a user. Now I would like to render this field in the node template so that the field links to the user profile. I set the format of the field to “Label” in Manage Display and clicked on the... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

Using computed field to calculate total hours for a datetime field but to exclude all weekend hours

Please please if can anyone help I would really appreciate it! I have managed to get total hours between value 1 and value 2 of my datetime field however I really want to exclude any hours which are in the weekend. I am creating a timesheet for a group of carers and... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

I can’t run "drush core-cli"

I have installed drush on crunchbang linux and while most of the drush commands are working, I can’t get core-cli to work. Running drush @dev core-cli returns this error message. The drush command ‘core-cli’ could not be found. Run[error] drush... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

Limit menu items available as possible parents on node creation

As I create a node I want to assign i to a menu item parent. I know that I can limit it to what menu(s) are available on: /admin/structure/types/manage/my_type But it would narrow it down to “only some of the menu items”. For instance if I have a menu like... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

URL to catch post data from off-site payment gateway in Drupal commerce

We have to set up an Drupal 7 e-commerce site with Commerce module (Kickstart) that accepts payments via an off-site payment gateway. For which we are developing a commerce payment method that will accept payments from the payment gateway. Now, We are stuck at this... read more
How to get rid of added URLs when printing a Bootstrap-themed page?

How to store second dropdown value in database

function YOUR_FUNCTION_THAT_DISPLAYS_FORM(&$form, &$form_state) { $query_state=db_select(‘state’, ‘s’); $query_state->fields(‘s’,array(‘State_code’,’State_name’));... read more