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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Navigation Menu Problem civicrm 3.3.1
Pages: 1 [2]

Author Topic: Navigation Menu Problem civicrm 3.3.1  (Read 6166 times)

mdlueck

  • Ask me questions
  • ****
  • Posts: 382
  • Karma: 4
  • CiviCRM version: 4.7.24
  • CMS version: Drupal 6.x
  • MySQL version: 5.5.54
  • PHP version: 5.3.10
Re: Navigation Menu Problem civicrm 3.3.1
February 02, 2011, 07:15:34 pm
Quote from: pcoughlin on February 02, 2011, 09:49:18 am
PS ... I would have added code example, but the forum would not allow it, what a pain. Gives error:
 "Sorry, you are not allowed to post external links."

Copy/paste the code right into the post, and select the [ # ] button to have it formatted as code.
--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

pcoughlin

  • I’m new here
  • *
  • Posts: 5
  • Karma: 1
  • Impossible... a good place to start
  • CiviCRM version: 4.0-alpha1
  • CMS version: Drupal 7.0
  • MySQL version: 5.1
  • PHP version: 5.3
Re: Navigation Menu Problem civicrm 3.3.1
February 03, 2011, 10:29:04 am
The code snippet that I was posting had a sample domain name in it.  And I was getting that error.

Thanks for your reply, but I know about the # button ... the error was caused by trying to put the line of code from the civicrm.settings.php file I referenced in the last post.

Maybe it is because I am new and have Zero Karma ... no one has applauded me I guess.   :P

All the best ... Paul

PinkChocobo

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 3.3.6
  • CMS version: Drupal 6
  • MySQL version: 5.0.77
  • PHP version: 5.2.13
Re: Navigation Menu Problem civicrm 3.3.1
April 20, 2011, 12:22:21 pm
There is a patch for that:
fisheye2.atlassian.com/changelog/CiviCRM?cs=32474

In CRM/CORE/BAO/Navigation.php

if this line (there is two occurrences)
$class = ', attributes: { "class" : "disabled"} ';

is replaced with
$class = ', "attr": { "class" : "disabled"} ';

the problem is resolved. Remember not to change the actual core file.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Navigation Menu Problem civicrm 3.3.1

This forum was archived on 2017-11-26.