Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
generic:mods:addboard [2016/01/28 02:14]
theexpertnoob [How to Create an additional Imageboard.]
generic:mods:addboard [2017/10/09 00:05]
theexpertnoob [And you thought we were done] updated with distribution step
Line 71: Line 71:
 <​code><​li><​a href="/​board2/">​2nd Board</​a></​li></​code>​ <​code><​li><​a href="/​board2/">​2nd Board</​a></​li></​code>​
 save and exit save and exit
-<​code>​sudo nano /​opt/​piratebox/​share/​Shared/​HEADER.txt</​code>​+<​code>​sudo nano /​opt/​piratebox/​src/​HEADER.txt</​code>​
 add this line after <​li><​a href="/​board/">​Forum</​a></​li>​ add this line after <​li><​a href="/​board/">​Forum</​a></​li>​
 <​code><​li><​a href="/​board2/">​2nd Board</​a></​li></​code>​ <​code><​li><​a href="/​board2/">​2nd Board</​a></​li></​code>​
-save and exit+save and exit then redistribute the new HEADER.txt with 
 +<​code>​sudo /​opt/​piratebox/​bin/​distribute_files.sh /​opt/​piratebox/​share/​Shared '​true'</​code>​
  
 ==== Done ==== ==== Done ====