Welcome to BeerMoneyForum.com - BIGGEST MAKE MONEY FORUM ONLINE

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?
Blue
Red
Green
Orange
Voilet
Slate
Dark
  Guest viewing is limited

Must checkout:

phpbb change "Board index" Link and Text to "Home"

Hera

Silver Member
LV
0
 
Joined
Mar 5, 2014
Messages
182
Solutions
5
Reaction score
18
Points
15
BMF Points
$60
Rating - 0%
0   0   0

Hello guys!

I'm stuck with this little thing... so I want to change board index link and text to home or something else on my phpbb based forum.

How in the world to do this? I guess is simple task... but I'm not a phpbb guru. Please help me! Thank you!
 
This is how you must do it to change board index link and text to whatever you like... to "Home" for example.

Log in your ACP than click Styles/Templates/ then click "Edit"
change phpbb Board index.png

Locate and Click overall_header.html
phpbb change index board to home.png

Locate this code and change to your desire only the {L_INDEX} and please do not touch the rest.
Original:
Code:
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
After you change it should look like this
Code:
<a href="{U_INDEX}" accesskey="h">Home</a>

After that hit the "SUBMIT" button and then Click Templates and "Refresh". Now your forum "Board index" is changed.

Last step is to login via ftp and locate folder launguage/en/common.php
at line around 196 is this code if is not show line number CTRL+F the words "Boar index"
Original:
Code:
    'FORUM_INDEX'            => 'Board index',
The part you must change namely is Board index. Change to your desire. "Home" for example.

It should look like this after you change it
Code:
    'FORUM_INDEX'            => 'Home',

If you want to put a custom link you must edit {U_INDEX}, so you delete it and put any URL you want, make sure you leave quotation marks, so your code should be like this
Code:
<a href="your url here" accesskey="h">Home</a>

If you encounter any problems, leave a reply and I'll help you ASAP. Take care!
 

📢 Recommended Partners

Paykassma - Accept Payments Online  | Payment Processing since 2019 Payka$$ma
Leading solution for accepting high-risk payments since 2019
5.00 star(s) 2 ratings
Updated
MGID - Native Performance & Programmatic Advertising Platform MGID Team
5.00 star(s) 1 ratings
Updated
Roobet.com | Crypto’s Fastest Growing Casino 🦘 Roobet.com
3.00 star(s) 2 ratings
Updated
Duckdice.io - Top Crypto Gambling - Bitcoin Dice DuckDice.io
5.00 star(s) 1 ratings
Updated

banner

REWARDS: Active Raffles


  • 🤑 Roll 4: Win 100,000 BMF Points!

    The entry period for this raffle ends in..
Back
Top Bottom

Earnings Disclaimer:  All the posts published herein are merely based on individual views, and they do not expressly or by implications represent those of BeerMoneyForum.com or its owner. It is hereby made clear that BeerMoneyForum.com does not endorse, support, adopt or vouch any views, programs and/or business opportunities posted herein. BeerMoneyForum.com also does not give and/or offer any investment advice to any members and/or it's readers. All members and readers are advised to independently consult their own consultants, lawyers and/or families before making any investment and/or business decisions. This forum is merely a place for general discussions. It is hereby agreed by all members and/or readers that BeerMoneyForum.com is in no way responsible and/or liable for any damages and/or losses suffered by anyone of you.