how to change wire user from byline to username

when i try to post in wire, i get byline instead of username of who posted to wire

  • You need to copy the existing file from mod\thewire\views\default\object\thewire.php to your own plugin's folder like as mod\your_plugin\views\default\object\thewire.php

    Then change in this file:

    $author_text = elgg_echo('byline', array($owner_link));

    on

    $author_text = $owner_link;
  • It works thank you...I have a nother error when users click like in mobile website they got undefined ...have you solution for this ..thanks in advance.

Performance and Scalability

Performance and Scalability

If you've got a need for speed, this group is for you.