How to create custom theme a view

How to create custom theme a view

I’ve defined a view with the CCK and Views modules. I have two ways for printing the result: As node content As fields content If I choose node content, I need to choose the view mode, which by default allows to choose between teaser, and rss (among others). How... read more
How to create custom theme a view

Can’t hide fields in user registration form at new menu path

I have a menu path which rendered User Registration Form. The problem is I did hide fields like “Email”, “password” and “status” by setting #access to FALSE. It is not working. When I have done the same thing in hook_form_alter(),... read more
How to create custom theme a view

Why Content Path cannot be used to sort a view?

Using Views with Drupal 7, how can I use the content path to sort a result table? I have node title, created date and path as fields for a view. The first two fields have the checkbox to make them sorting options in the display settings, but the node path field... read more
How to create custom theme a view

Hide the "view exposed filter" form or reload the page after submit the form?

I am using view exposed filter on a view display as “block”. The block is added to dashboard. I added a second function to “Apply” button using hook_form_alter. I want to hide the expose form of view after submit it. I added the jquery to hide... read more
How to create custom theme a view

How to rollback jQuery Update module?

I accidentally update jQuery version from 1.5.2 to 1.82 using Drupal’s jQuery update module. Is there any way to rollback the update and go back to my 1.5.2 version? Changing the option exists only in the dev version. So I downloaded the dev version and set it... read more
How to create custom theme a view

Can Pressflow 7 be a drop-in replacement for Drupal 7?

The Pressflow site mentions that it is used by many Drupal 6 sites, and in the FAQ, in answer to the question “What’s the deal with Pressflow 7?” says Pressflow 6 made significant improvements to Drupal core in scalability and performance and most of... read more
How to create custom theme a view

Admin approval of Commerce order

I am building a proof of concept ecommerce solution using commerce kickstart v2 I wish to implement a system where a user can submit an order but an admin must approve orders before the customer can pay – I have a feeling I can do this with rules & extra... read more
How to create custom theme a view

How do I get my blog on Feed Burner?

I’m trying to get my blog onto Google Feed Burner. I’ve read all about this, but there doesn’t seem to be a clear answer. I just get this error. Received HTTP error code 400 while fetching source feed. I then validate my blog feed through... read more
trouble with a checkbox on the user registration pages

trouble with a checkbox on the user registration pages

I created an extra checkbox field for the user registration form This is the field setting page. (Standaardwaarde means “Default value.”) In the setting page, the field is unchecked, but it’s checked in the registration page. I looked at some older... read more
How to create custom theme a view

Alter Exposed filter form

I would like to know how to get parent terms only, for example “Ages 0-2” and also print in dropdown. This is the structure of the form array. Array( [#info] => Array( [filter-tid] => Array( [operator] => tid_op [value] => tid [label] =>... read more
How to create custom theme a view

How to remove a views template file in theme folder?

I put .tpl.php file inside my theme folder to override views output. Then I deleted this file because it was no use for me. And did “Rescan template files”. Now it cannot find this file and gives errors on the page. File not found, in folder... read more
How to create custom theme a view

How can I increase the 128 character limit of a menu path?

I know there are patches to core, but they were never backported to Drupal 6 from what I can tell. Increasing path length to 255 chars Menu path length is limited by the UI to 128 characters How can this be overridden in a theme? read more
How to create custom theme a view

Which Drupal Version Is Best [closed]

I have a new site that I’m starting to build but I need help deciding what makes Drupal 7 better than Drupal 6. read more
How to create custom theme a view

Creating Primary Sub menu’s programmatically

I want to display the latest 10 nodes of node type ‘ABC’ as a sub menu link under my primary menu. Are there any modules for Drupal 6 to help me achieve it. I have created a view which gives me a latest 10 nodes sorted by creation date. However, I am... read more
How to create custom theme a view

Strip overlay context from File field

I have a basic File field set up to allow my users to attach files to nodes. However, the File field widget in the node edit form displays files as a link to the file, and the URL contains #overlay-context=. Thus when users right click to copy the URL to the file, the... read more
How to create custom theme a view

Sending mail to detailed groups?

Ok, I need a bit of help with this one. I have a website where I created a newsletter using Simplenews – works just fine, I’m sending some welcoming text + attached views of new things on site. But now I need to make something more with it. I want to... read more
How to create custom theme a view

Why are nodes not saving, and redirecting to edit instead?

When editing a node and attempting to saving it, the user is redirected to the edit form with no error message and the node is not updated. This situation is similar to the problem described in “Nodes do not save, but instead redirect to edit page again”,... read more
How to create custom theme a view

Hide Alt and Title for image field

How to hide Alt and Title fields for anonymus users when they upload images? I use tokens for these field that’s why I need to hide them. read more
How to create custom theme a view

Views autocomplete exposed filter

I am using autocomplete exposed filter in views for country/city with depth which is working fine but there are many identical city names. When user types XYZ he sees 2 entries: “XYZ” “XYZ” and has no clue which one belongs to which country. I... read more
How to create custom theme a view

How to create landing pages and Main Menu based on taxonomy

I’m trying to build a website for a non-profit which has multiple locations (~6) besides the headquarters. The frontpage needs to be generic for the whole organization and will contain content from all locations. However, each location needs have its own page (... read more