
Search In
We can use Bakery SSO module for single sign on in drupal 7. It works with portal or master site and sub-sites or slaves sites, it provides the following features:-
1) If login into the portal site and navigate to sub-site, user will be auto-login.
Hello Readers,
Most of the time when you work on the buddyPress, you wanted to style BuddyPress pages differently than a regular WordPress page, you need add a template file named buddypress.php to your theme’s directory and BuddyPress would use tha
Hello readers,
Question is how to make dashed border circle div ? Its looks so easy but its not.
For example below code -
div{
height:100px;
width: 100px;
background-color: #ccc;
border-radius: 50%;
border: 3px dashed #333;
}
syntax :
t($string, array $args = array(), array $options = array())
Every string that may be displayed to a user should be wrapped in the t() function actually it takes the responsibility for translating strings from one language into other not
Hi,
Leaflet module provides a javascript library for mapping leaflet map into Drupal and can be downloaded from https://drupal.org/project/leaflet
We can initialize map from our custom module as follow:
$map_info = leaflet_map)get_info('OSM Mapnik
Hi All,
I am sharing my recent experience with C-Tools modal form, I was adding custom js file in ctools modal form in Drupal 7.x using jQuery version 1.8
ctools_ad_js();
and add my code under
document.ready(),
but my code didn't work and I am
The “Same Origin Policy” is an essential theory in web application and introduced for security reason, It ensures that scripts contained in a first web page to access data in a second web page, but only if both web pages have the sa
Joomla Toolbar are the buttons that we have used several time for performing the functionalities. Whenever you open any component of Joomla from admin section you have seen buttons such as New, Delete, Edit, Publish, Unpublish and Parameter
Artificial Intelligence (AI) is designing machines that have the ability to think. The discussion about its importance have gained momentum in recent years. Is it a bane or boon to future of human existence is an ongoing debate. However the truth is
Hi friends,
The popularity of Ruby on Rails now a days is so much because of its rapid development, which is possible because of its gems. For every generic functionality there is a gem available, so why not create our own gem. Today I am going to te
