Comment to 'Display Custom Profile Field'
  • That is not a practical solution since that block is already visible in the right column. Is there no way to show information outside of the canned blocks in the system?

    • Every block has the id looks like .bx-page-block-[block id] . So you may limit the visibility of the lines with the field via code like:

      #bx-page-block-[id] .css_class_name{

      }

      Or simlar trick with the Javascript / JQuery code.