Not all of the contributors here are programmers or "patchers".
We have a ton of examples in our issue queues where module developers (rightfully) wishes that a person would upload a "proper patch" instead of a manually edited copy of a module file. Some of us can for example manage to open a .module file in a text editor, search/find/replace some text and re-save the file as a new txt file, yet not necessarily know or have the time (or motivation, depending what our main role / focus is) to figure out how to configure tools to enable "quick and simple patching".
1. Web master able to build persona based on user activities
2. Site should leverage conversion rate optimization.
3. Each user able to enable or hidden menu items and menu items should appears at top of menu based on user frequent clicks.
4. Need to build personas using analytics data, missing user and role based analytics data.
5. Multivariable testing capability
I'm very new to Drupal so apologies in advance if this is a dumb question or in the wrong place.
I'm creating a Drupal site for developer documentation and I need to include code snippets in multiple languages.
Basically I'd like to be talking about some web service and then say: Here is an example of how you call it:
[ Python ] [ C++ ] [ Javascript ] <== some way to select the language
// code snippet goes here for current language
where there is a tab or some other way to select the current language. It can be inline or off to the side.
I did a test site as moving a site to new server before actual moving.
silverbackhd.com to http://www.yogaa.ca/sbhdtest
After the test site created, and all links re-directed from SQL, and setting.php pointed to new database and adjusted following:
$base_url = 'http://www.yogaa.ca/sbhdtest';
$cookie_domain = 'http://www.yogaa.ca/sbhdtest';