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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Navigation Menu Not appearing!!!
Pages: 1 [2] 3

Author Topic: Navigation Menu Not appearing!!!  (Read 8374 times)

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 09, 2010, 05:22:26 am
Quote from: roberto.salvo on September 08, 2010, 02:45:58 am
I installed everthing again from scratch BUT ALL IN ENGLISH, then I put the .mo file and the files in the folder sql to change the language, EVERYTHING WORKS GREATLY, then by the "now working" navigational menu, I renamed into italian the captions not translated.

Yes, in this scenario the strings in your database are in English, and you manually translate them to Italian.

Quote
If, instead, I follow the installation instruction to put Italian language from the begininning, the translation is more accurate and complete but the navigational menu doesn't appear at all.
I don't know why?

This is because in this case the contents of the database files are translated before they land in your database. Most probably the issue is that certain strings in the menu contain unescaped elements (like quotes) and this breaks the menu; I’ll take a look and fix.

Quote
P.s.:
what is the function of the following files?:
civicrm_acl.it_IT.mysql   AND civicrm_data.it_IT.mysql

These are exactly the database seed files translated to Italian. :)
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 09, 2010, 05:46:26 am
Quote from: roberto.salvo on September 08, 2010, 02:45:58 am
If, instead, I follow the installation instruction to put Italian language from the begininning, the translation is more accurate and complete but the navigational menu doesn't appear at all.

Can you tell me which exact (3.2.x) version exhibits this? I can’t replicate this on my local server…
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

roberto.salvo

  • Guest
Re: Navigation Menu Not appearing!!!
September 09, 2010, 05:54:37 am
3.2.2

Now I have all perfectly functioning ;) I made a super backup of this magic moment ;)

The last thing:
Since I installed the english version, I don't have a very accurate translation...So what do you suggest me in order complete correctly all the translation without having to compile another .mo file from the single .po files. Could I operate directly on the db "title" columns?or you have a better idea?

thx

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 09, 2010, 07:15:41 am
Quote from: roberto.salvo on September 09, 2010, 05:54:37 am
Since I installed the english version, I don't have a very accurate translation...So what do you suggest me in order complete correctly all the translation without having to compile another .mo file from the single .po files. Could I operate directly on the db "title" columns?

You can do that, yes.

Quote
or you have a better idea?

For a single-language site, editing the names in the menu editor should work; doesn’t it?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

roberto.salvo

  • Guest
Re: Navigation Menu Not appearing!!!
September 09, 2010, 07:27:58 am
y, it worked but i have some other caption not translated inside the GUI...is it better to change it by the DB or not?

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 10, 2010, 04:12:36 am
Where in the GUI?

In general, there should be a way to translate everything via the UI, but you can as well do it straight in the database (there isn’t any magic involved, it’s just more user-friendly to do that in the UI).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

roberto.salvo

  • Guest
Re: Navigation Menu Not appearing!!!
September 10, 2010, 04:51:39 am
where can I do from? in the GUI, is there a place where I can find the captions and translate them? I saw something in the drupal GUI but I don't know if I can use it ???

Thx

R. :o

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 10, 2010, 04:59:31 am
Ok, let me rephrase my question. :) What do you mean by captions? Which captions?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

roberto.salvo

  • Guest
Re: Navigation Menu Not appearing!!!
September 10, 2010, 05:11:25 am
the caption are the words before a field or to title a page or a form..some of them are still in english and I would like to change into italian.

I hope it is clear now  ;)

Thx
r.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Navigation Menu Not appearing!!!
September 13, 2010, 05:45:59 am
Like custom data group names, or profile names? These should be all editable from the admin UI…

Can you give a specific example that’s not editable? Ideally with a link to the relevant page at our demo install.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

roberto.salvo

  • Guest
Re: Navigation Menu Not appearing!!!
September 16, 2010, 02:15:43 am
for example:
this is a page where I correctly translated the link name present in the top navigational bar through the right click "rename" function of the navigational menu BUT the title of the page (red-squared)  is still into english and I didn't find in the DB so I can't translate.

I would like to know or to understand a way to change into italian every part of the GUI

P.s.: I haven't still found the months name for the calendar translation. It seems not to be the file packages/jquery/ui/ui.datepicker.js because I commented the code of this file and the calendar still works (in english).

Could you help?

Very appreciated!! ;)

Thx

Rob

pavel23

  • I’m new here
  • *
  • Posts: 2
  • Karma: 1
Re: Navigation Menu Not appearing!!! - Happenend to me, too. - Problem is a "
September 19, 2010, 11:54:48 am
Hi there,

I just ran into the same problem after editing the Navigation Menu. It stopped working after I added a menu item containing quotes (").

I just confirmed that the quotes are indeed the problem - It happens with the demo site also - I added a menu under Custom Searches containing quotes, and now the editor is gone.

Now I have no Idea how to get rid of this menu.

Is there a way how can get delete this menu item without the ajax-widget? Preferably by using a URL to do that.

Btw, the Menu with the " in it shows up and works - I just can't edit menus any more.

Thanks

Pavel

« Last Edit: September 19, 2010, 12:04:57 pm by pavel23 »

pavel23

  • I’m new here
  • *
  • Posts: 2
  • Karma: 1
Re: Navigation Menu Not appearing!!!
September 20, 2010, 05:27:21 am
Hi there,

I just figured it out myself how to delete a menu item without the ajax widget.

First you need to figure out the menu id of the menu you want to delete; I did it by monitoring the traffic with wireshark; you will see the menu structure in the traffic when you try to bring up the navigation menu editor. The id probably will be "node_XXX". New menus are typically in the range "node_205" to "node_210".

The you just enter the following URL into the browser:

http://yoursite.org/civicrm/ajax/menutree&key=572ae006d2b742bbd24179020699fb3c&type=delete&id=node_XXX

You need to adjust "yoursite.org" and the "node_XXX" with the id of the menu you want to delete.

Pavel

jimyhuang

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 3
Re: Navigation Menu Not appearing!!!
February 16, 2011, 11:55:09 am
Hello,

Seems current version still have this issue. I just visit demo site and the navigation menu tree editor is still disappearing.
see: http://drupal.demo.civicrm.org/civicrm/admin/menu?reset=1&action=browse

I don't see any ticket in issue system. Not sure if this is a bug or not.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Navigation Menu Not appearing!!!
February 17, 2011, 10:23:20 am
Jimmy - Bug fix filed and fixed for 3.4 release: http://issues.civicrm.org/jira/browse/CRM-7536
Can you try patch for your particular problem and see if it fixes the issue. If not, please comment on above issue with exact steps to recreate.
Protect your investment in CiviCRM by  becoming a Member!

Pages: 1 [2] 3
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Navigation Menu Not appearing!!!

This forum was archived on 2017-11-26.