I have moved from local development of D7 site to production server (remote and different domain). The problem I have is that I can't login. It just cycles back to the login form. Now, on advice I have checked that it is not a session cookie problem. It is not - $session_cookie is commented out in settings.php.
It appears that it is a Form Submit problem as even the search form does not work and just cycles back to the same page.
I am looking for a Drupal developer that offers mentorship.
I don't want to hire a developer to do the site, as I am a developer - I just need to learn Drupal and have some guidance along the way.
Sometimes the forums are a great tool, and other times you wait a week or more for a viable answer.
I'm looking for someone that can help me with general questions and specific code based questions as I move forward developing my site.
I have a nodes that involve multiple photos, but when I display the node in a view I only want the first photo to be displayed.
When someone clicks a photo or the nodes title it will take them to that nodes page where they will see all of the node's photos.
In D6 there was a setting for this called "Group multiple values"
I would select
Show 1 value(s)
and
Starting from 0
This would only display the first uploaded image. Can't find this option in D7 am I missing it?
I have installed profile2 in D7 and I want to make a custom user registration form depending on which role the user chooses. Since I'm a novice I would like too hear any suggestions regarding how to do this the best way.
By now I have made a module where I get the user registration form like this:
$form = drupal_get_form('user_register_form');
This gives me the user registration form plus all the fields I have created in profile2
Hi, I'm new at Drupal, I'm trying to allow only plain text format on comments, all the answers that I've found were about Better Format, but it isn't available for Drupal 7 so, any solution?
I also wonder if there's a module or some stuff to hide the comment form at the botton of the content-type, I would like it to be displayed only after clicking on a link like 'add a new comment' or something like that, it is posible?
sorry if I'm not explaining it well enough, but it's a hard thing for me to write in english...and thanks in advance.