Hello everyone first i want to say that my best decision so far was to start learning drupal. It is the most gorgeous thing i have seen in a while. There is an answer probably for my question but in the past few week i have watched and read tons of books and videos about drupal on Buildamodule on Drupalize.me and guess what its all in chaos in my head. Alright ill stop bitching and go straight to the question.
I am slowly learning drupal and would like to get some advice on the correct technique involved in what I am trying to achieve.
What I have is a Drupal themed website displaying various products. I only want certain products to display the QuickTabs module at the bottom of the page displaying dealer/supplier information tabbed by state. The products which have the tabbed dealer/supplier information will contain a table of contact information including business name, suburb, contact email, url.
The normal behavior for the "Add a new comment" link in node teasers is to take the user (who has permissions) to comment/reply etc.
So regardless of how many comments are already on the node, what the user sees is just the node and the comment form.
(It is possible that the behavior I'm seeing has something to do with my using Advanced Forum, but I don't think so)
What I want to happen instead: Take the user to the full node with all the comments displayed, go to the last comment/comment form (I have the form displaying on the page)
I have some simple taxonomy and when you click one it loads products related to a term. Currently the page loaded has teasers and is sorted by node-3, node-2, node-1. I'm not sure why it's in reverse order, but all I want to do is make it node-1, node-2, node-3, etc.
I would think this would be easy in the admin panel, but I can't find it. I'm guessing it has to be coded? Can anyone tell me where to start? I'm ok at modifying the tpl files, but I have a hard time understanding the hook_preprocess stuff.
I'm very new to drupal (about a week and a 1/2). Learned quit a bit from reading everything here. I'm however having an issue that I'm not able to find a solution for. I'm trying to modify the garland template as a test and change its layout using new regions.
I've created a few new regions and defined the existing ones in the garland.info file (did keep a backup of the gardland files).
Hey there!
I'm currently struggling a little bit on how to theme labels of form fields.
My current setup is the following: I'm using Entityform + Entityreference to display a form into a node. Also, I'm using Field Group + Field Group Ajaxified Multipage to create a multistep form.