Xử lý trạng thái node flagged trong Drupal 7 theme

Xử lý trạng thái node flagged trong Drupal 7 theme

I was recently working on a Drupal 7 project which required updating an Image style on a node based on whether or a flag was set or not.

The Requirements

The specific context was that the nodes were biography nodes and each biography had an image attached. The requirement was to give editors the ability to allow certain bio's to display a large or small version of an uploaded image.

I considered using taxonomy, a CCK field and finally settled on using a flag. Mostly due to the fact that the Flag module places a nice Ajax link on the node for logged in users, allowing them to quickly tag and un-tag the node as needed.

What you need to achieve this is:

  1. An image field.
  2. Two image styles, one small and one large.
  3. One flag which will indicate whether a large or small image will be displayed.
  4. And the following code in your node template or node preprocess function in template.php
$flag = flag_get_flag('your_flag_name_here'); // Get the flag
 
// If there is an image and this node has been flagged...
 
if (!empty($node->field_photo['und'][0]['filename']) && $flag->is_flagged($node->nid)) {
 
  // Show the large image...
 
  print theme('image_style', array('style_name' => 'profile_pic_lrg', 'path' => $node->field_photo['und'][0]['uri']));
 
} else {
 
  // Show the small image...
 
  print theme('image_style', array('style_name' => 'profile_pic', 'path' => $node->field_photo['und'][0]['uri']));
 
}

Explanation

  1. The first thing to do is get the flag you need to check using the Flag API function

    flag_get_flag('your_flag_name_here');

  2. Next, check if the image field exists and check if the node is flagged, this is most important piece of code..

    $flag->is_flagged($node->nid)

    The $flag object has a Boolean method that allows you to check if a certain Node is flagged, this is exactly what we need. IT returns TRUE if flagged,FALSE if not. If the node has a flag set, we want to display a large image, if not a small one.

  3. The Drupal 7 theme function

    theme_image_style()

    works perfectly for our needs here. The function takes the Image style preset name and an array of information as arguments

Important Note

When testing this I noticed that the image sizes did not change for Anonymous users. The main reason is because flags are usually user based. A user flags content and all of the API functions return status for a certain user or the current user. Because I had flagged the content as an administrator, it was not showing up for anonymous users. I eventually realized that the flag should not be associated with a user and remembered a check-box when setting up the flag that allowed it to be set as a "Global" flag; which meant that it didn't matter which user set it.

Bạn thấy bài viết này như thế nào?: 
Average: 5 (1 vote)
Ảnh của Khanh Hoang

Khanh Hoang - Kenn

Kenn is a user experience designer and front end developer who enjoys creating beautiful and usable web and mobile experiences.

Tìm kiếm bất động sản

 

Advertisement

 

jobsora

Dich vu khu trung tphcm

Dich vu diet chuot tphcm

Dich vu diet con trung

Quảng Cáo Bài Viết

 
Google - Đằng sau lợi nhuận khổng lồ?

Google - Đằng sau lợi nhuận khổng lồ?

Là một trong những tập đoàn công nghệ hùng mạnh thế giới, mỗi năm Google thu được lợi nhuận khổng lồ bằng cách chi phối những gì chúng ta tìm kiếm nhờ vào độ phủ sóng rộng lớn trên Internet.

Những phụ kiện công nghệ tuyệt nhất 2011

Những phụ kiện công nghệ tuyệt nhất 2011

Vòng tay theo dõi sức khỏe, tai nghe chống ồn, chuột cảm ứng,..những phụ kiện cực kì xinh xắn nhưng cũng không kém phần thông minh.

Hướng dẫn cài đặt x-unikey trên ubuntu

Bộ gõ Xvnkb thường mắc lỗi lúc khởi động, hoặc khi muốn gỡ ra thì nó cũng gây những vấn đề phiền toái.

Công ty diệt chuột T&C

 

Diet con trung