Archive for the ‘CiviCRM’ Category

Customize CiviCRM pages

Tuesday, April 21st, 2015

http://wiki.civicrm.org/confluence/display/CRMDOC/Create+a+Custom-Search+Extension

https://civicrm.org/blogs/hershel/how-customize-civicrm-pages-jquery

http://wiki.civicrm.org/confluence/display/CRMDOC33/Theming+CiviCRM

http://wiki.civicrm.org/confluence/display/CRMDOC/Adding+pictures+in+civicrm+profile+page

http://python-civicrm.readthedocs.org/en/latest/

http://artfulrobot.uk/blog/how-i-customised-civicrm-activities-tab-listing

case activity not showing in dashboard activities http://forum.civicrm.org/index.php?topic=35626.0

iCal and CiviCRM

Sunday, March 8th, 2015

The whole issue might be solved with this extension that works with Drupal, though it is only one way as far as I can tel

http://emphanos.com/new/civicrm-activities-in-outlook-and-google-calendar/

https://www.drupal.org/project/civicrm_activity_ical

last updated 2014-Oct-22  to work with civicrm 4.4

iCalCreator looks promising

http://kigkonsult.se/iCalcreator/index.php

@Elwhis You only have to run CalDAV if you want 2 way sync… CalDAV is to webcal as WebDAV is to rssfeed. You really don’t need the DAV extensions if you don’t want your clients to write to your server

So iCalCreator is only one way, which is good for the short term and looks quick to set up.

There is http://baikal-server.com/ which might work if the civicrm mysql database made a regular dump and retrieve with the baidal dbase.

Here’s an article on setting up the baidal server:

https://www.digitalocean.com/community/tutorials/how-to-sync-calendars-and-contacts-using-carddav-and-caldav-standards-with-baikal-on-ubuntu-14-04

mysql administration ‘Adminer”

Sunday, March 8th, 2015

Adminer looks like a good replacement for phpMyAdmin.

http://www.adminer.org/en/

fstab examples and Linux Mint caja speed up file manager

Monday, February 9th, 2015

Speed up caja file manager:

usr/bin

edit startcaja

remove first line: sleep x

or sudo pluma /usr/bin/startcaja
comment out the sleep line with a pound sign #

fstab examples:

# <file system> <mount point>   <type>  <options>       <dump>  <pass>

# / was on /dev/sda1 during installation
UUID=f2f21b80-27db-4c13-ab00-851656b5682c /               ext4    errors=remount-ro 0       1

# swap was on /dev/sda5 during installation
UUID=fac0d55e-f279-48f9-a9e2-e07123c886d8 none            swap    sw              0       0

LABEL=OS-Files /media/tech/OS-Files  ext4  rw   0   2
LABEL=2tb-backup  /media/2ndPartition    ext4  rw   0    2
# UUID=8f644c6e-c82a-4a90-819a-f239445c7ddc /media/2ndPartition    ext4  rw   0    2

//192.168.1.119/CiviCRM  /media/new-john/CiviCRM  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2
//192.168.1.119/My\040Documents  /media/new-john/My\040Documents  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2
//192.168.1.119/UserTech  /media/new-john/UserTech  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2

CiviCRM Drupal Links

Wednesday, February 4th, 2015

Bulletin board: Using CiviCase

CiviCRM activities iCalendar feed | CiviCRM

CiviCRM private report | CiviCRM

Looks awesome, but not sure when it will be available
First steps on the CiviRules road | CiviCRM

Drupal Views in CiviCRM Dashlets | CiviCRM

Not sure what entity reference can do
Entity reference | Drupal.org

Multiple cases, multiple activities — edit/create
colemanw on November 13, 2014
Webform CiviCRM Integration | Drupal.org

Installing Drupal/CiviCRM with Drush
CiviCRM Starter Kit | Drupal.org