How would I override misc/ui/jquery.ui.theme.css

How would I override misc/ui/jquery.ui.theme.css

I have theming being automatically applied by misc/jquery.ui.theme.css that I need to modify. I am using Views Accordian plugin in an instance of EVA for a FAQ category. What is the Drupal way to override some of the css in this instance? I read the “How to... read more
How would I override misc/ui/jquery.ui.theme.css

Insert a collapsible fieldset or region in a panels layout

I created a custom layout for a panels display and I would like to have a region or multiple regions in my custom layout be collapsible with javascript/jquery. Ideally the state of the collapible region would also be remembered by a cookie, but first thing is the... read more
How would I override misc/ui/jquery.ui.theme.css

Webform skip page programmatically

I know how to hook_alter a Webform build form. I also know how to validate it using a hook_validate. Is there a chance to skip a certain Webform page when some validation code results in false? I cannot find any solution ;-( read more
How would I override misc/ui/jquery.ui.theme.css

How to print URL arguments in headers VIEWS

I have a blog with URL http:/node/add/blog and I am using a view discussion board to display the content of blog using VIEWS. I want to add this URL http:/node/add/blog to Header view. Any idea? How to do it? read more
Views : Output the field as link – not showing the field properties properly

Views : Output the field as link – not showing the field properties properly

I want to output an image field as a link in views. I’ve seen many tutorials but get stuck at one point. I already added the link on top of the image field. By clicking on the image at rewrite results I could check “output this field as a link”... read more
How would I override misc/ui/jquery.ui.theme.css

Theming a PDF file

I would like to theme the PDF generated through the Print module. I have created a view for displaying the fields of my choice in PDF. Can anyone help me out on how to theme the PDF? read more
How would I override misc/ui/jquery.ui.theme.css

Add html to a node’s title

I have a Drupal 7 site and I’d like to be able to add an HTML link to part of the title of a node. By default Drupal has this as plain text. Is there any way that I can allow HMTL? Example: This is a <a href=”#”>title</a> read more
Search API and Facets API with multilingual taxonomy

Search API and Facets API with multilingual taxonomy

I have some taxonomy terms and the settings look like this. All these terms have been translated. After indexing the content with Search API and Facets API, the facets are not shown with translation. Why is it happening? read more
Emails are not triggering when MIME mail is selected

Emails are not triggering when MIME mail is selected

I want to send HTML emails on webfrom submission. Gone through many tutorials as well as Questions on stack but didn’t found a proper solution. I am using three modules to send these HTML mails. MIME mail,Mail system,SMTP Authentication Support I had configured... read more
How would I override misc/ui/jquery.ui.theme.css

View restricted to a specific taxonomy term

I have a custom content type called Property with taxonomy term fields set up for example for vocabularies Train Station, Style, and Area. I would like to create a view showing only those Properties with a specific term within the taxonomy for example only the ones... read more
How would I override misc/ui/jquery.ui.theme.css

Receiving notifications when user edits a node?

Newbie here! I’m running a site on Drupal 7 (iloveqatar.net) and users have the ability to submit their own content (News, Events, etc…). I’m facing a couple of issues. 1) When users submit new content that’s in moderation to be approved, I... read more
How would I override misc/ui/jquery.ui.theme.css

Errors when Taxonomy is chosen in node’s Term Reference field

I have created a vocabulary called "Recipes" with several terms underneath (Appetizers, Dinner, etc). I also have a content type called "Recipe" with a Term Reference field for the Recipes vocabulary. When a term (let’s say Appetizers) does... read more
How would I override misc/ui/jquery.ui.theme.css

How do I get an OG Group Menu block to appear in View?

Running Drupal 7 with OG 7.x-2.3 and OG Menu 7.x-3.0-rc4. I have added a view to a Group Menu that lists all content in the group. All I want is for the group menu block to display when the view is executed. I have added code in hook_views_pre_view to maintain the... read more
How would I override misc/ui/jquery.ui.theme.css

DOMPDF with Print module printing a black background

I have downloaded the print module and tested it with TCPDF, but had a hard time styling things. I then decided to use DOMPDF. It picks up the print.tpl.php from the site/themes/templates folder, and the styling from site/modules/print/css/ folder from print.css. All... read more
How would I override misc/ui/jquery.ui.theme.css

Taxonomy Alphabetical Sorting – Nested or Multi-Level Terms

I have a problem with the taxonomy list. Currently my website’s taxonomy is unsorted, and I want to do an alphabetical sort. It is also a multi-level nested list (3 levels). I heard that using ‘Reset to alphabetical’ button would sort the list as a... read more
How would I override misc/ui/jquery.ui.theme.css

Migrate : Update not working

Im using the migrate module to import data from a json feed. Mostly work fine however, i require that each time the feed is imported , updated records in the source are updated in the destination if they exist. Im struggling to find much information on this or more... read more
How would I override misc/ui/jquery.ui.theme.css

Ordering results for form autocomplete fields

I’ve done the cursory googling, but so far I haven’t found anything close to an answer for this. I’m using the Masquerade module with a custom module on top to extend it and make its searching algorithms a bit more "clever" (Soundexes,... read more
How would I override misc/ui/jquery.ui.theme.css

how to index unpublished nodes to apache solr

I want to display unpublish nodes to some of the user roles. The apachesolr by default index only publish nodes. Is there a way of indexing unpublished nodes to the apache solr index? read more
How would I override misc/ui/jquery.ui.theme.css

Making menu wrapped in nav tag

I’ve got problem with making main-menu wrapped in element. I’ve tried: Using hooks in template.php like: function koko_menu_link_main_menu($variables) { /* For block override */ $output = ‘<nav>’; foreach ($variables[‘links’]... read more