MyBB Community Forums

Full Version: Customize Default Registration Page with Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the first page you usually get this:

You are either not logged in or do not have permission to view this page. This could be because one of the following reasons:
  1. You are not logged in or registered. Please login and retry the desired action. Login | Need to register?
  2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
  3. Your account may have been disabled by an administrator, or it may be awaiting account activation.
  4. You have accessed this page directly rather than using appropriate forms or links.
Then it makes you register. I wanted to edit some of these to link them to YouTube video's I've created walking people through the registration process. Is there a way to add that link as "read here for video instructions to register" then attach the link?


I tried looking through the forums and found one that recommended the member.lang file but doing a search function, I didn't find these lines. I'm using




Using BB 1.8.24
Using PHP 7.2.34


Can anyone help me with this?

Thanks.
The prompt comes from your guest permissions.  Look at their perms - Forum & Post tab.  Not sure you want it that way - not default don't think.  But the way it is now.

Should be able to place a link in one of your Language - Options - Edit Language Variable - Quick phrases.  You can edit one of those - error_nopermission_guest_2 at a guess.

Use html format -  <a href="LINK URL">URL NAME</a>.  Replace with your stuff.

cheers...