Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I installed CiviCRM with Drupal 7.10. It works fine with other operation but I have a problem:
I created CiviCRM Profile and I try to put the link in path in the back to make the menu for the Profile.
In the backend I put as this URL civicrm/profile/create?reset=1&gid=10 after I save it generate to node/5.
At the frontend it return to civicrm/profile/create%3Freset%3D1%26gid%3D10
Why is the ? and = changes to %3F and %3D respectively.
What is the correct approach to do this.
as i am new to drupal i would like to know which is the better way to use so as to get statistics about the different browsers the users of my site are using. From older posts i see google analytics. I found also the patch from this post http://drupal.org/node/7886 . It would be helpful any suggestions.
I m wondering also if i can find details of used browsers from the logs of drupal.
I wish to built a drupal site with two language, english and chinese.
How can I get the effect of click on english version, all the links are linked to English version content? (I would like to enter the English content by myself)
If I click on Chinese version, all the linkes are pointing to chinese content.
How can I achieve this effect? Any language module or extra module I need to install?
I have a drupal website accessible using ftp. I am editing the code locally in notepad++. I want to do debug on the code like put break points, look at the call stack, etc. What tools do I need to use to achieve this in the most simplest possible manner?