I need help with translating part of the instructions seen below (in bold and underlined):
=====================================
Installation of FB Template
#######################################
1. Backup following files:
- index.php
- modules/boonex/wall/ (Hole Folder)
2. Upload all data from zip-archive
3. In Admin Panel /Builders/Member Menu/Top
set following structure:
- Spy, Friends, Mail
4. In Admin Panel /Builders/Member Menu/Top Extra
delete following:
- Spy, Friends, Mail
5. In Admin Panel /Builders/Profile Fields - Fields builder
open following fields and set:
- General Info set Join Page=0
- Misc Info set Join Page=1
- Security Image set Join Page=2
6. Set "Descripton Me" to inactive Blocks
7. In administration/modules.php
install "FB Template Advanced V4"
8.) Edit:
join.php
8.1) Search for:
define('BX_INDEX_PAGE', 1);
8..2) Replace with:
define('BX_JOIN_PAGE', 1);
9.) For all other pages (contact.php, about_us.php, etc...) you want to execlude from Splash-Page add following code-snippet to top of page (Downunder Boonex Copyright Text):
define('BX_JOIN_PAGE', 1);
10. Clear Folder "cache" After every in- and un-install !!!
=====================================
I'm unsure what the instruction(s) is with number 7. Also, with number 9, are they advising to add "define('BX_JOIN_PAGE', 1)" to each of the .php files?
Appreciate any and all suggestions.
