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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • Access keys popup displays on front end
Pages: [1]

Author Topic: Access keys popup displays on front end  (Read 8886 times)

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Access keys popup displays on front end
September 05, 2008, 11:08:00 am
J1.5.x + beta3

The access keys popup displays on frontend pages. Screenshot attached.

I know there's a variable somewhere that indicates if you're looking at a frontend or backend page. Just need to wrap common/accesskey.tpl in an IF statement with that variable.

Unfortunately, I can't find that variable right now...
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Access keys popup displays on front end
September 05, 2008, 11:47:54 am
Found it.

accesskeys.tpl needs to be changed to:

Code: [Select]
{if not $urlIsPublic }

 <div class="footer" id="access">
 {ts}Access Keys:{/ts}{help id='accesskeys'}
 </div>
 
{/if}

or qualify it in footer.tpl

http://issues.civicrm.org/jira/browse/CRM-3501
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Access keys popup displays on front end
September 05, 2008, 02:29:01 pm
Brian,

Thanx for the patch.

Kurund
Found this reply helpful? Support CiviCRM

aspagarino

  • I post occasionally
  • **
  • Posts: 89
  • Karma: 10
  • San Diego Joomla
    • California Center for Sustainable Energy
  • CiviCRM version: CiviCRM 4.3
  • CMS version: Drupal 7
Re: Access keys popup displays on front end
January 02, 2009, 12:34:40 pm
This change should be part of the core... Thanks for this
Andres

Open Source is Green

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Access keys popup displays on front end
January 04, 2009, 12:07:43 am
It is already part of core.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • Access keys popup displays on front end

This forum was archived on 2017-11-26.