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) »
  • Removing (learn more...)
Pages: [1]

Author Topic: Removing (learn more...)  (Read 628 times)

markimus

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 0
Removing (learn more...)
December 24, 2010, 11:56:16 pm
I have a client who has a wandering mouse...  Whenever they click the learn more they end up more confused.  I woud like to limit the help at this point to staying within the clients site.  Where can I edit this to make the (learn more...) disappear or change the lank to an internal support page??
Success is the ability to go from one failure to another with no loss of enthusiasm.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Removing (learn more...)
December 26, 2010, 05:20:11 pm
I think you'll need to modify CRM/Utils/System.php docURL() function to change the behavior (or customize the templates that are causing confusion by removing the {docURL ...} smarty statements).
Protect your investment in CiviCRM by  becoming a Member!

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Removing (learn more...)
December 27, 2010, 01:05:12 pm
Learn more and help icons (the little bubbles) can be hidden using CSS and/or jQuery.  Unlike Greenberg's suggestion, this approach requires requires no custom CiviCRM code.  Depending on your goals and installation, one approach may be more preferable.

Use the jQuery contains() method to find this text, then the hide() method to hide it.  
http://api.jquery.com/contains-selector/#text
http://api.jquery.com/hide/

Add this script to your Drupal or Joomla theme, or as a Drupal block that is only visible on civicrm* pages.

Similarly (but more simply) this will hide the little "help icons" if they are also problematic.
Code: [Select]
div.helpicon { display: none; }
Try CiviTeacher: the online video tutorial CiviCRM learning library.

markimus

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 0
Re: Removing (learn more...)
December 28, 2010, 12:17:29 pm
thanks so much! 
Success is the ability to go from one failure to another with no loss of enthusiasm.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Removing (learn more...)

This forum was archived on 2017-11-26.