• Resolved lee12345zz

    (@lee12345zz)


    Hi All,

    Firstly.. great product, many thanks!

    Is it possible to add to or change the columns/what is shown, in the properties list (on the backend admin page > click on hive > properties) i.e. I would like to add the property ‘Reference Number’ column, happy to lose the ‘price’ if one needs to go to accommodate.

    Many thanks!

    Cheers,
    Lee

    • This topic was modified 7 years, 3 months ago by lee12345zz.
    • This topic was modified 7 years, 3 months ago by lee12345zz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Property Hive

    (@propertyhive)

    Hi Lee,

    The reference number is already shown on the main properties list. It’s only shown when you hover over each row though. If you want this permanently visible you could add something like so to your functions.php file:

    add_action('admin_head', 'my_custom_fonts');
    function my_custom_fonts() {
      echo '<style>
        .row-actions { left:0 !important; }
      </style>';
    }

    If you want it in it’s own separate column then adding this to your functions.php file should do it:

    https://gist.github.com/propertyhive/39bfa6c7e58abcd4697203e4d92123f5

    Hope that helps,
    Steve

    Thread Starter lee12345zz

    (@lee12345zz)

    Hi Steve,

    Genius, works great, many thanks!

    Thanks ever so much for responding so quickly too, very much appreciated.

    Brilliant plugin.

    Cheers,
    Lee

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing Property List Columns (admin side)’ is closed to new replies.