Active
Project:
Image Picker
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2011 at 17:15 UTC
Updated:
5 Sep 2011 at 10:03 UTC
Hi,
I am wondering:
1. Is there any way to create a link where it will open a page that contains all Public Groups / Images?
2. Is it possible to include one's Public Groups / Images link to their user profile page?
Thank you!
Regards, Neil.
Comments
Comment #1
hutch commentedThe best way to make bespoke changes to the way Imagepicker (or any other module) does things is to write a helper module for your site (eg my_helper_module) and use hook_menu() to create a path and hook_user_view() to create an entry in the user profile page
This is not tested, but it should work:
I haven't used hook_user_view() but there is information on how to add stuff to the user profile in api.drupal.org, search for "hook_user_view". Basically you create a function my_helper_module_user_view() and add whatever you want to appear on the profile page.
Comment #1.0
hutch commentedChange of sentence to describe things better