Hey There,
We wanted to work with developers or companies who can help us build a clone of http://chargify.com/. Please send us proposals with a feature list and your expected project cost.
I've install the drupal and do the configurations fine. So at the end I'm on my new website home page.
But once I click on any link, any links, what happen was it simply list the file list on the browser. I didn't get any errors at all during the installation/configuration process.
How would you make a jQuery style login form? What I want to do is simply click on a 'Login' button and have a div drop down containing the login form where the user would enter their credentials. In standard HTML/CSS/Javascript this isn't too difficult, but I was wondering what the 'Drupal' way to do it would be :)
I have a node which has a term reference field (up to ten terms to be added)
In theming the node I need to get all the taxonomy terms and put them into a simple list. I'm struggling to reference (get) the values for the taxonomy terms in php.
I have got as far as:
foreach($node->field_programme_duration as $currentdurationnode->taxonomy_term) {
var_dump($currentdurationnode);
}
I would like to alter one of the Profile2 forms, however these forms are apparently built dynamically, therefore I don't think i can use hook_form_alter() or drupal_get_form(). Is this correct?
How can I alter and then display a Profile2 form? anyone knows?
I have tried using Views 7.3 dev with the Global: Math expression (Math expression) however I do not believe there is a way to get it to calculate past the first field value.