Over the last month or so I have doing a project which involved installing CiviCRM for my clients contact managements needs. So because of this I have been crawling around CiviCRM quite a bit.
One of my clients requirements to a membership system which is linked to both CiviCRM and Drupals E-Commerce, and gives access to the parts of the system, and some other items such as books, and resources.
I developed this membership system in Drupal, and used the CiviCRM API to update contacts. But when enquiring on contacts the problem was getting easy access to the membership information and history. The obvious answer was to add a tab to the contacts page for the membership information.
The problem with this is that the membership system was developed in Drupal, and not in CiviCRM, so adding the tab, and making the tab look like a CiviCRM page was going to be a challenge.
It was actually easier than I thought. The first step was to add the tab to the contact page.
<?php
if ($may_cache || substr($_GET['q'], 0, 20) ==
'civicrm/contact/view') {
civicrm_initialize(TRUE);
require_once 'CRM/Utils/Menu.php';
$items[] = array(
'path' =>
'civicrm/contact/view/membership',
'qs' =>
'reset=1&cid=%%cid%%',
'title' => t('Membership'),
'type' => MENU_CALLBACK,
'crmType' =>
CRM_Utils_Menu::LOCAL_TASK,
'callback' =>
'membership_contact',
'weight' => 6,
);
CRM_Utils_Menu::add($items[count($items)-1]);
}
?>
CiviCRM's menu system is based upon Drupal (AFAICT) and the menu entry can just be pushed into Drupal with no problems. But because CiviCRM doesn't cache the menu items like Drupal does, you need to execute this code when ever you are on the civicrm/contact/view page.
First you need to initalize CiviCRM api, and include the menu object so that you can do the CiviCRM things.
The menu items are just set up as a MENU_CALLBACK since
CiviCRM is going to be handling all the tabs. There are a couple
of additonal options, qs which passes the contact id and crmType
which tell it this item is a local task which adds the tab.
Lastly you need to add this menu item to the CiviCRM menu system so that the tab will be added. Use the CRM_Utils_Menu::add() to do this.
Once you have completed this you should have the new tab on the Contacts page.
Next you need to create the page, and have it call the CiviCRM templates to create the page.
<?php
function membership_contact() {
civicrm_initialize(TRUE);
?>
Firstly we initialise the CiviCRM API.
<?php
require_once 'CRM/Utils/Menu.php';
require_once 'CRM/Core/BAO/CustomGroup.php';
?>
Because there are custom tabs attached to the contact page, You need to add these to the menu as well.
<?php
CRM_Utils_Menu::addParam('cid', $_GET['cid']);
?>
As a part of the menu item above there was a replacable field for cid -> %%cid%% so that when the url is displayed it will be replaced with the correct contact id. So this above will add the information so the %%cid%% will be replaced in the menu.
<?php
$contact = crm_get_contact(array('contact_id' =>
$_GET['cid']));
$image =
CRM_Contact_BAO_Contact::getImage($contact->contact_type);
CRM_Utils_System::setTitle( $image . ' ' .
$contact->display_name );
?>
We then set the title so that it will display the name of the contact and the image which displays the contact.
<?php
$startWeight =
CRM_Utils_Menu::getMaxWeight('civicrm/contact/view');
$startWeight++;
CRM_Core_BAO_CustomGroup::AddMenuTabs($contact->contact_type,
'civicrm/contact/view/cd', $startWeight);
?>
Here the block above will add the custom tabs to the menu so that it looks the same as the other parts of the contact pages.
<?php
$membership = membership_load($contact->id);
$template =& CRM_Core_Smarty::singleton();
$template->assign_by_ref('contact', $contact);
$template->assign_by_ref('membership', $membership);
$template->assign('tplFile',
'CRM/Contact/Page/View/Membership.tpl');
$output.= $template->fetch('CRM/index.tpl');
return $output;
}
?>
Lastly we create the CiviCRM Smarty object and set and vars
that need to be past to the template. It is important to set the
tplFile which is a pointer to the template file for this page.
Then call the fetch('CRM/index.tpl') and the page will be
rendered for you, and it will look like it is a CiviCRM page that
was always meant to be there.
Hey...this is a wonderful
Hey...this is a wonderful website buddy and an informative post!!! i am new here and i found this site very interesting and informative ,, you are a professional blogger i think i have a great interest in such things...thank youAllAboutDivorce.com
Thanks, that was a really
Thanks, that was a really nice information.
Images fashion strives to
Images fashion strives to provide a balance of timely, credible business news and key fashion trends.
fashion apparel news
fashion industry news
fashion
great site how to build a
great site
how to build a wind turbine
so many entertaining stuff in this blog
I know so a great deal a lot more about this than I did previous to. Your blog seriously brought some items to light which i never would have believed about ahead of reading through it.
Software Akuntansi Laporan Keuangan Terbaik | The News Star
Hi I am so glad I found your
Hi I am so glad I found your weblog, I really found you by accident, while I was looking on Askjeeve for something else, Anyhow I am here now and would just like to say many thanks for a marvelous post and a all round interesting blog (I also love the theme/design), I don't have time to look over it all at the moment but I have bookmarked it and also added your RSS feeds, so when I have time I will be back to read a lot more, Please do keep up the great job.
Waterbed
I really love reading your
I really love reading your blog. It was very well authored and easy to understand. Unlike additional blogs,I have read which are really not good. I also found your posts very interesting. In fact after reading, I had to go show it to my friend and he enjoyed it as well!
what is a limited company
divorce attorneys
Drupal tell Varnish via the cache headers to cache this block for 1 hour, so for the next hour Varnish will not go back to the server.
divorce attorneys
amazing!
this is such a great thing to know "I developed this membership system in Drupal, and used the CiviCRM API to update contacts. But when enquiring on contacts the problem was getting easy access to the membership information and history. The obvious answer was to add a tab to the contacts page for the membership information."..more power
background check
Drupal System
I developed this membership system in Drupal, and used the CiviCRM API to update contacts. But when enquiring on contacts the problem was getting easy access to the membership information and history.
Interesting topic what you
Interesting topic what you have shared with us. Your writing skill is really very appreciative. I love when you share your views through the best articles.Keep sharing and posting articles like these.This article has helped me a lot.Keep posting this stuff. funeral flower arrangements
salmon curry
I'm happy I found this blog, I couldnt discover any info on this subject matter prior to. I also run a site and if you want to ever serious in a little bit of guest writing for me if possible feel free to let me know, i\'m always look for people to check out my site. Please stop by and leave a comment sometime!
salmon curry
All the tips are really effective and I will surely give them a try , Thanks for sharing
The thoughts are very well
The thoughts are very well laid out and it was refreshing to read. I was able to find the information that I was looking for. I just wanted to leave a comment as a token of appreciation. Thanks for sharing this on the Net. spy on text messages
Interesting topic what you
Interesting topic what you have shared with us. Your writing skill is really very appreciative. I love when you share your views through the best articles.Keep sharing and posting articles like these.This article has helped me a lot.Keep posting this stuff. Magician Edinburgh
Article
You are right. This is an interesting article to read.
scrabble cheat
zeppalo
Serwotka, whose union is not affiliated to the party, said: "This guarantees, probably, that Labour will lose [in 2015] and lose badly. And that is a disaster for everyone because we will have the Tories coming in and doing the same thing [cutting public spending], except even further."
"It is a massive strategic mistake to tack rightwards because it means that no one is now arguing the alternative economic view, other than the trade unions. A lot of core Labour voters who are looking for something different will ask themselves where they go now."
http://relocationcalculator.org
Cab Online
Really great work,I would like to join your blog anyway.
This is my very first time
This is my very first time visiting here. I found numerous helpful stuff in your weblog especially the ongoing dialogue. From the tons of comments on your posts, I suppose I'm not the only person having fun in reading your website. Carry on the great work... clubmz reviews
A very good and informative
A very good and informative article indeed . It helps me a lot to enhance my knowledge, I really like the way the writer presented his views. Phlebotomy Training
jocuri mario // jocuri cu
jocuri mario // jocuri cu masini // jocuri cu dora
All done
Its always good to have tips on good blog posting. As I just started posting comments for blog and faced a lot of rejections. I think your suggestion would be helpful for me. I will let you know if this works for me.
This is a very intriguing post, I was looking for this knowledge. Just so you know I found your web site when I was searching for blogs like mine, so please check out my site sometime and leave me a comment to let me know what you think. resepti
It’s exhausting to find knowledgeable individuals on this matter, however you sound like you already know what you’re speaking about! Thanks It is best to take part in a contest for the most effective blogs on the web. I’ll suggest this web site kaufen
An awesome blog this is,and a great source to get updated by some of the greatest facts,the work you did in order to implement this,is absolutely magnificent. Osta
I really appreciate the kind of topics you post here. Thanks for sharing us a great information that is actually helpful. Good day! online
That is genuinely helpful. I would like to ask if it would be Okay if I mentioned some of that on my own internet marketing strategies blog. Of course, I would credit you, and link back here also. precio
Great job here. I really enjoyed what you had to say. Keep going because you definitely bring a new voice to this subject. Not many people would say what youve said and still make it interesting.
Information and attractive sentences on this blog will surely entice sense as Blogger this blog published information after making lots of research so that people can get only reliable and useful. precio achat
Such clever work and reporting! Keep up the great works guys I've added you guys to my blog roll. This is a great article thanks for sharing this informative information. I will visit your blog regularly for some latest post. generico
A mattress topper or a
A mattress topper or a mattress pad is something you place on leading of your mattress. They are usually five centimeters superior and its intent is to give you more comfort, more help, or the two. Ahead of, they are produced of standard resources this sort of as feather and wool, but now quite a few other present day forms have been added. Go through this post to figure out which one is for you.Latex mattress topperLatex mattresses are hugely proposed simply because they are manufactured of healthy materials memory foam mattress topper review, as they arrive from the sap of the rubber tree. It is biodegradable as effectively as porous so it will allow your skin to breathe and does not lead to you to sweat. As opposed to other mattresses or mattress pads, it does not make you uncomfortable but keeps you cool even in the warmest nights.In terms of assist, latex toppers are successful in conforming to the healthy contours of the system. Orthopedic help is given to the again, the shoulders and even to the limbs. Mainly because of this, the latex mattress topper
memory foam mattress topper|best memory foam pillows|3 inch memory foam mattress topper|1 inch memory foam mattress toppers|4 inch memory foam mattress topper|memory foam mattress topper reviews|standard pillow protectors|memoryfoam dog bed|are rebuilt mattresses safe|memory foam mattress topper queen|what is a california queen mattressr|dimensions of a full size comforter|size of a twin comforter for sewing|can you use a regular mattress on a bunk bed|what is an average height for a box spring mattress from the floor
A mattress topper or a mattress pad is something you place on leading of your mattress. They are usually five centimeters superior and its intent is to give you more comfort, more help, or the two. Ahead of, they are produced of standard resources this sort of as feather and wool, but now quite a few other present day forms have been added. Go through this post to figure out which one is for you.Latex mattress topperLatex mattresses are hugely proposed simply because they are manufactured of healthy materials memory foam mattress topper review, as they arrive from the sap of the rubber tree. It is biodegradable as effectively as porous so it will allow your skin to breathe and does not lead to you to sweat. As opposed to other mattresses or mattress pads, it does not make you uncomfortable but keeps you cool even in the warmest nights.In terms of assist, latex toppers are successful in conforming to the healthy contours of the system. Orthopedic help is given to the again, the shoulders and even to the limbs. Mainly because of this, the latex mattress topper
ps3
ps3 jailbreak|fail0verflow|ps3 jailbreak|ps3 jailbreak geohot|ps3 jailbreak backup|history-of-playstation-jailbreak|ps3 jailbreak hack|ps3 challenge lobby|ps3 backup game|ps3 jailbreak backup manager|backup ps3|how to jailbreak ps3|how to hack ps3|ps3 jailbreak download games|ps3 ylod fix|ps3 modern warfare 2|ps3 jailbreak|
This is all extremely
This is all extremely interesting! Keep up the good work!
Thanks
Naiste riiete ja meeste riiete e-pood. Meie poes on müügil erinevad Naiste riided
Sul on võimalus tulla ka ise koha peale proovima.
Meie poest leiad Sa ekslüsiivseid tooteid tuntud brändidelt üle maailma. Kõik see on saadaval parimate hindade ja kvaliteediga just Sinu jaoks. Meeste riided
Suurepärased särgid meestele. Vaata meie poe leheküljelt.T-särgid
Jopede ja jakkide valikus on paljude erinevate firmade tooteid. Olete oodatud ostma
Jakid Joped
Teksade ostmise tuleb meeles pidada, et meie poes on ainult firma kaup. Vaadake kindlasti milline on ka õige number. Teksad
Meie poest leiate erinevaid aksessuaare nii meestele kui ka naistele.
Aksessuaarid
Hey man I just wanted to say
Hey man I just wanted to say thanks for taking the time to write something worth reading . I am all over the internet and I see so much pointless content that is just created for the sake of putting something new on their site . It takes devotion to make good stuff, thanks for caring. How To Make Birthday Cake
This is my third time i
This is my third time i visit here. I found so many entertaining stuff in your blog, especially its discussion, and so excited for the Fusion ecosystem to get the technical documentation expertise going into Drupal 7 and beyond!
Ultrabook Notebook Tipis Harga Murah Terbaik | Harga Notebook | The News Star
Thanks for sharing such a
Thanks for sharing such a nice post
regards...
Web Design Bangalore
Website Design Bangalore
Website Design Company
Your website is very helpful
Your website is very helpful. I can't miss having it on my bookmark.
intranetdesign
Thanks
The collection is very good & amazing. Nice one to hold upon this.
Raamatupidamiseteenused
Agree
I agree with you raamatupidamine, The collection is very good & amazing. Nice one to hold upon this.
Joomla Template Directory, Wordpress Theme Directory, Web Graphics Directory, Web Resources Directory, High Quality Web Resources
This site seems to receive a
This site seems to receive a great deal of visitors. How do you promote it? It gives a nice individual twist on things. I guess having something authentic or substantial to give info on is the most important factor.
new plots in gurgaon | ananda gurgaon | sobha international city
Thanks for the Drupal
Thanks for the Drupal information, it will be very helpful. best electric shaver
I usually reading blogs and
I usually reading blogs and learned something from it and used them. Really help, mostly blogs that I love to read is about sports.Visiting Peru
very fantastic information.
very fantastic information. i like this and refereed to others. i hope you will gives us more such like information. thanks.
It was actually easier than
It was actually easier than I thought. The first step was to add the tab to the contact page. x ray technician
Once you have completed this
Once you have completed this you should have the new tab on the Contacts page. Online Takeaway ordering
Drupal is getting so common
Drupal is getting so common due to its wonderful features. Thanks a lot.
The code you have shared is
The code you have shared is excellent. I really like that!
Blogs are good in which we
Blogs are good in which we get lots of information and convert that information to knowledge.
Power Scooters
I do agree with you. I
I do agree with you.
I usually reading blogs and learned something from it and used them. Really help, mostly blogs that I love to read is about sports.
I think we need to bring
I think we need to bring more ideas for this purpose. Involvement of young people can be handy in this regard. I am happy to find a good post here. philadelphia slip and fall lawyers
Cab Service
Really great work,I would like to join your blog anyway.
Car Rental Mumbai || Mumbai Car Hire || Book Cab
Good article!
Good article! Thank you so much for sharing this post. Your views truly open my mind. Free Calls to India | free international calls from mobile
Good Job of acknowledgment
I visited this page first time and found it Very Good Job of acknowledgment and a marvelous source of info.........Thanks Admin! Reverse Phone Lookup Reverse Phone Lookup
Custom Logo Design
I am really enjoying reading your well written articles. I think you spend numerous effort and time updating your blog. Also must take a look at the awesome work done by LogoBench for Custom Logo Design and select your desired package once you're done with the review. I am sure you will like this website if you're interested in Custom logo design.
This is a great blog posting
This is a great blog posting and very useful. I really appreciate the research you put into it.
latest fashion news
retail industry
india franchise
I do agree with you. I
I do agree with you.
I usually reading blogs and learned something from it and used them. Really help, mostly blogs that I love to read is about sports...
pay per performance
Very nice and helpful
Very nice and helpful information has been given in this article. I like the way you explain the things. Keep posting. Thanks. . . I came across this post bookmarked and i definitely preferred a few things i examine. will truly take a note of it as well and in addition move through the some other.
Clubmz e-spy