Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Howdy stranger changes using Locale technique

2»

Comments

  • I am the admin...

  • hgtonighthgtonight ∞ · New Moderator

    @Sar said:
    I am the admin...

    If you cannot sort this out, contact your host. If you are the host, read this: http://blog.pluralsight.com/linux-file-permissions

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • use your guest.php, its easy, just edit it from there....

    <?php echo t('Howdyyyyyy, Stranger!'); ?>

    change it whatever you wanted 
    
  • hgtonighthgtonight ∞ · New Moderator
    edited April 2016

    @kwekugt said:
    use your guest.php, its easy, just edit it from there.... <?php echo t('Howdyyyyyy, Stranger!'); ?>
    change it whatever you wanted

    This is a terrible idea for multiple reasons:

    1. You are editing a core file; every update you will have to reapply your 'patch'
    2. There is already a system in place letting you change the contents without editing a core file
    3. Any addons that override that view will not know you want the text different

    Do not override core files

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.