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.