Skip to content

User login

Feed aggregator

Re: CKEditor, Spellchecker.net and privacy

CiviCRM Forum Recent Posts - 14 min 37 sec ago
Folks,

As promised I wrote to spellchecker.net regarding this concern. They have placed a privacy policy on their website at http://www.spellchecker.net/privacypolicy/. The policy includes this stat...
Categories: Drupal Modules

Re: my site navigation interferes with CiviCRM page

CiviCRM Forum Recent Posts - 31 min 14 sec ago
Thanks for the response. I installed the Civicrm theme module. This helps by allowing me to use a different theme for my CiviCRM admin pages but for my public pages the problems remains since I want to use my site theme for those pages. Can you possibl...
Categories: Drupal Modules

What do you mean of upgrading a starsa receiver?

CiviCRM Forum Recent Posts - 1 hour 36 min ago
what happen after i did it? how to do it?
thanks
Categories: Drupal Modules

How does this work in an event of a deceased family member?

CiviCRM Forum Recent Posts - 1 hour 37 min ago
I have a family member who passed away but received a tax rebate check from the government...

does that become null and void?
If not...how does it get put into his bank accounts...or divided up between his family.

There is no Will...and the amount is a...
Categories: Drupal Modules

Re: new drupal module, synchronizing forums & civicrm

CiviCRM Forum Recent Posts - 1 hour 43 min ago
There is a module called Troll that will do that for you.
I would recommend learning some PHP and doing it manually, it's really not that difficult.
http://www.inspiration-photography.com/
Categories: Drupal Modules

Flickr: Da Drupal Dentist chair

Drupal Talk - Fri, 09/03/2010 - 20:51

scyrma posted a photo:

Re: Backup Database By Command Line

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 18:54
You can use mysqldump from the command line:
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html

You might want to keep your CiviCRM data in a separate database from your Drupal database (this is an option during installation).
Categories: Drupal Modules

Re: ACL to restrict view of custom data

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 18:54
SOLVED: followed the directions below from another ACL post and things work as expected

"...realized that my test users were picking up permissions from the anonymous user.  Once I altered the anonymous and authenticated permissions everything worked a...
Categories: Drupal Modules

Re: Confirmation number?

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 18:52
Not 100% sure that variable is available to the message templates - hopefully it is. HOWEVER, the code you have above is definitely not correct. You should either put the $registerByID variable outside of the {ts} tags, or use the "reference" mechanism...
Categories: Drupal Modules

Drupal Blogs, Pictures, and more on WordPress: The Drupal module of the day, SEO checklist

Drupal Talk - Fri, 09/03/2010 - 18:51

SEO checklist is, as its name suggest, a comprehensive checklist of which SEO-related modules are installed in your site. It does so following a set of best-practices on how to improve your site visibility. You must install this module if you are new to search optimization on your site.

After using this module, you should also use Scribe SEO Analyzer. This module analyzes your nodes and tell the content writer how to tweak the content in order to get more search traffic.

read more

ACL to restrict view of custom data

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 18:47
Hi there,

we ran into a problem where the ACL in CiviCRM does not seem to permit this type of restriction in a CiviCRM 3.1.5 and Durpal 6.19 installation:

  • Attach custom data group to an individual contact as a tab (or inline)
  • Store ...
Categories: Drupal Modules

CMS Quick Start: Drupal Video: Admin Tricks with MODULE FILTER & VERTICAL TABS

Drupal Planet - Fri, 09/03/2010 - 17:58

You have to agree that Drupal admin screens can be pretty gnarly to interact with. If you want a better looking Modules listing page and if you want a tidier node add and node edit form... Then read on and watch the video at the end.

OK. I Pride myself on being HIPP and knowing about the newest modules and the coolest modules. I can not explain how I missed the MODULE FILTER module.

read more

Categories: Drupal news

Advantage Labs: Drawing a line between ready and done

Drupal Planet - Fri, 09/03/2010 - 17:00

Late in the code sprint the last day of DrupalCON in Copenhagen, there was a lot of discussion going on about the upgrade path in Drupal 7.  Questions of how to handle certain aspects of the process and prevent horrible flaming death when upgrading a site and its contrib modules.  Upgrade processes, much like data migration, often become a sticky problem.   Right now that stickiness has literally stuck the release of Drupal 7.

Regardless of the release status, folks are starting to adopt D7 for their projects.  The Examiner recently launched on Drupal 7.  Acquia's Drupal Gardens moved into public beta this summer, also on D7.  These folks aren't alone, but not everyone has the expertise and backing to convince the decision makers to live on the bleeding edge.

read more

Categories: Drupal news

Drupal Blogs, Pictures, and more on WordPress: TCANZ 2010 day 2 - Intranet publishing with Drupal

Drupal Talk - Fri, 09/03/2010 - 14:10

I’m attending the TCANZ Conference 2010 in Wellington, New Zealand. Chris Daish and Matthew Hunt presented a session on “intranet publishing with Drupal, an open-source content management system”. These are the notes I took during the session. All credit goes to Chris and Matthew. Any mistakes are mine.

The session was about Drupal and its use as an intranet. Drupal is a modular, open-source content management framework.

It’s an enormously versatile tool. Chris compared it to a Swiss army knife. When you implement a system on Drupal, you choose just the modules you need.

Looking at CMSes in general, at one end of the spectrum you have huge, complex, expensive CMSes. At the other end of the spectrum are things that offer really just the promise of a CMS. Drupal sits neatly in the middle. It offers flexibility as well as some useful pre-built parts.

read more

E-Learning Institute at PSU: ELIMedia Asset Management Server Update

Drupal Planet - Fri, 09/03/2010 - 14:01

Some of you may have seen my tweets and screencasts about the ELI Media Server.  It's a new project as part of ELMS that will involve a lot of screencasts about how we're integrating m Features JWPlayer Module

Categories: Drupal news

Re: Showing and searching by Case Subject

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 12:40
You can follow work on this modification here:
http://issues.civicrm.org/jira/browse/CRM-6778
Categories: Drupal Modules

Appnovation Technologies: Using Hook Views Query Alter

Drupal Planet - Fri, 09/03/2010 - 12:33
Fri, Sep 3, 2010 by Brandon Tate

Building a website I recently ran into an issue where I had HTML search facets interacting with Drupal views. The user would click on the facet and it would filter the view depending on the argument. I ended up implementing hook_views_query_alter. To make sure the values I wanted to filter on were in the view, I added the search facets into the view as fields. This automatically joins the necessary tables so that you don’t have to.

Implementing hook_views_query_alter requires two parameters, view and query, both are passed by reference. Since this hook is called for every view the first thing I did was check that I was altering the right query by adding an if statement that checks the view name. After that you're free to modify the query as you wish. In my example, I looped through the search facets and added them as where statements and arguments to the query.


function search_views_query_alter(&$view, &$query) {
  if($view->name == 'example_view_name'){
    foreach($parsed_url AS $key => $value){
      $query->where[0]['clauses'][] = 'profile_values_profile_' . $key . '.value IN ("%s")';

Categories: Drupal news

Re: Navigation Menu Not appearing!!!

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 12:27
So is the problem resolved?
Categories: Drupal Modules

Re: Partial Plege Payments how to handle them?

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 12:26
Awesome!  Thx for the update and a big thx to Pogstone, Backoffice Thinking, and CiviCRM!!
Categories: Drupal Modules
AdaptiveThemes