1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

changing the "You do not have the required permissions" in phpbb3

Discussion in 'phpBB' started by ayaha, Aug 2, 2010.

  1. #1
    Hi all,

    when guests visit my fourm they get the following message "You do not have the required permissions to view the files attached to this post. "

    This is fine but i would like to change the text to

    "You do not have the required permissions to view the files attached to this post. You must LOGIN or REGISTER to view these files."

    and have LOGIN take you to the login page and REGISTER take you to the register page.

    Any idea how to do this?

    Thanks
     
    ayaha, Aug 2, 2010 IP
  2. Stingerftw

    Stingerftw Well-Known Member

    Messages:
    860
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    195
    #2
    I assume you also want the LOGIN and REGISTER links to be clickable, follow the following steps:

    Open language/en/viewtopic.php:

    Find:

    You do not have the required permissions to view the files attached to this post.
    Code (markup):
    Replace with:

    You do not have the required permissions to view the files attached to this post. You must <a href="{U_LOGIN}">LOGIN</a> or <a href="{U_REGISTER}">REGISTER</a> to view these files.
    Code (markup):
    Note: I haven't tested it but it should work perfectly.

    Good luck!
     
    Stingerftw, Aug 3, 2010 IP