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 »
  • 3.0 Release Testing »
  • Joomla: sidebar config and nav config
Pages: [1]

Author Topic: Joomla: sidebar config and nav config  (Read 2670 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+
Joomla: sidebar config and nav config
August 06, 2009, 09:32:17 am
The left sidebar in Joomla doesn't appear configurable (e.g. if I want to add the full text search block). I recall discussion about making those blocks configurable for Joomla (I believe they are built around the Drupal blocks concept), but don't see where that's controlled in admin.

Out of the box, I'm getting the recent items, create new, my contact dashboard, and new individual blocks.

On the navigation config page in Joomla, the menu structure listing is overlapping the left sidebar. Just a css issue. Looks like the following style is what is screwing it up:

Code: [Select]
#crm-container #search-status ul, #crm-container ul.left-alignment, #crm-container td ul {
margin:0 0 0 -2em;
}

If that's commented out, it works fine. But I'm not sure what that style is used for.
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: Joomla: sidebar config and nav config
August 07, 2009, 02:51:09 am
Quote
The left sidebar in Joomla doesn't appear configurable (e.g. if I want to add the full text search block). I recall discussion about making those blocks configurable for Joomla (I believe they are built around the Drupal blocks concept), but don't see where that's controlled in admin.
Right, for now you will have to manually modify CRM/Core/Joomla.php to enable disable blocks. I have added all the blocks and by default we enable what you mentioned above.

Quote
#crm-container #search-status ul, #crm-container ul.left-alignment, #crm-container td ul {
margin:0 0 0 -2em;
}

This class is already removed in trunk and will be part of next alpha release.

thanks

Kurund
« Last Edit: August 07, 2009, 03:05:42 am by Kurund Jalmi »
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Joomla: sidebar config and nav config

This forum was archived on 2017-11-26.