CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • event titles as links
Pages: [1]

Author Topic: event titles as links  (Read 1748 times)

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
event titles as links
December 02, 2008, 06:03:14 am
I can't tell you how much there modules help, and how timely they were.

I would like to request one change to the events handling, that is to change the permission required view the event links and titles as link from 'access CiviEvent' to 'view event info'.  This way one can allow users to view info about the evnts without having to allow them access to the Manage events pages.  Though I may be misssing something here.

this would mean changing line 34 in civicrm_handler_field_event_link.inc to

<code>
return user_access('view event info');
</code>

and line 23 in civicrm_handler_field_event.inc to

<code
if (!empty($this->options['link_to_event']) && user_access('view event info') && $values->id) {
</code>
http://www.rootyhollow.com

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • event titles as links

This forum was archived on 2017-11-26.