• Resolved ckgm

    (@ckgm)


    Hi,

    thank you for the great plugin! We are using the pro Version. In the Additional Filed Titles are displayed in the Frontend a “:” between the title and the information. Is it possible to remove this colon?

    Thank you for support.

    https://ww.wp.xz.cn/plugins/locatoraid/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    sorry for not replying sooner. You can remove the “:” by editing this file:

    locatoraid-por/application/core/MY_Controller.php

    You will need the line 210:
    $field_view = join( ‘: ‘, array($f[‘title’], $e[$f[‘name’]]) );

    Change it so it will not put the colon:
    $field_view = join( ‘ ‘, array($f[‘title’], $e[$f[‘name’]]) );

    Please note though that this file will be automatically rewritten with an update so you will need to reapply this change.

    Thread Starter ckgm

    (@ckgm)

    … it works, many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove ":"’ is closed to new replies.