Vtiger 6.5 show contacts in the 'detail' view of an account - crm

How can I show contacts of an account in the 'detail' view of that account?

It needs some more details:
which version of the CRM system?
Update: however, you can find it in the menu on the left

Related

WP User Frontend Pro

We have a custom posttype and for displaying that we use very customised template files.
As we use WP User Frontend Pro, we want to check inside the tmemplate (by php/function..) if the user who is currently viewing the page has an active subscription to subscription pack with ID (whatever).
Is tha possbile somehow? Like:
if $user->has_subscription($id) => "GO4GOLD";
if NOT => "Adios";
Thanks for help.
By default, WP User Frontend paid version allows restriction with subscription pack. So when your user is not subscribed to a particular subscription pack, he will not be able to view the page.
Please check the screenshot here.

Wordpress not showing menu options in admin

I started working on a wordpress page that was not finished by the previous developer, the problem is that when i open the page, it show every post like this
[mk_page_section bg_image=”http://ladietamigliore.it/wp- content/uploads/2016/04/adriani_magro.jpg” bg_position=”center center” bg_stretch=”true” min_height=”600″ sidebar=”sidebar-1″][vc_column][vc_row_inner][vc_column_inner][vc_empty_space height=”120px”][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=”1/2″][vc_images_carousel images=”446,447,448,449,450″ img_size=”full” onclick=”link_no” mode=”vertical” autoplay=”yes” hide_pagination_control=”yes” wrap=”yes”][/vc_column_inner][vc_column_inner width=”1/2″][mk_padding_divider size=”200″ visibility=”hidden-sm”][vc_column_text]
i think that a plugins is not installed or that an update is missing, so i go to the wp-admin and it look like this
there is not option for post or anything, whats wrong? how can this be fixed?
Apparently that user doesn't have any admin rights - a "real" admin would have to change your user "role" in the user profile in order to give you access to all admin actions.
It looks like your user is not an Administrator, you can check this by going to /wp-admin/users.php and looking at the 'Role' column. If you have access to the Db you can run the below SQL query for updating an user role as administrator. Here I’m assuming user id as 2.
[sql] UPDATE wp_usermeta SET meta_value=’a:1:{s:13:"administrator";b:1;}’ WHERE user_id=2 AND meta_key=’wp_capabilities’
[/sql]
your and not getting all option because you are account don't Administration access. so you have to get administration access

drupal user badges not able to display image.

I have installed and enabled user badge module .Created user badge and assigned it to certain users .
However I m not able to view the image. When i click on user , select badge I can see the text associated with it but not the actual image.
What could be the problem here. IS there any way I can get the documentation for the module?
Which version of User Badges are you using? I think the problem should be solved now as the User Badges module has a production version out and most of the bugs have been taken care of. So, please upgrade to the latest 7.x-1.0 recommended release.
We were not able to add a badge in the Rules action because I think, The Drupal-7 version of User Badges was not integrated with Rules. Should do comment but can't

Assign roles to other users drupal 7

I am creating three user types in Drupal 7.
company
publisher
administrator
(Default drupal 7.)
Company has permission to create article and view own article (ONLY). Publisher has permission to create, delete, view, edit, and publish unpublished article (Only). By default all articles can be viewed by all guest users.
What type of configuration is required in Drupal 7?
The default core user permissions can do this. You have only to set the Article content type unpublished by default (I suppose you mean for company "create article and view own UNPUBLISHED article").

Facebook Get Friends who are tagged with Graph API

The application I am working on has the following permissions:
read_stream,publish_stream,offline_access,user_photos,friends_photos,friends_photo_video_tags,user_photo_video_tags
When doing the query, only the photos owned by the user show up. Any picture that is on a friends album does not show up.
This happens even if all privacy settings under the "Your Privacy Settings >> Applications, Games and Websites." are enabled.
I am using the following: https://graph.facebook.com/me/photos
Thanks in advance.
Apparently it was all caused by a facebook bug. For future reference check bugs.developers.facebook.com if something seems very odd!

Resources