Manual (no TTB)
This method is the traditional one and assumes you have access to some sort of external storage e.g., CIFS or USB. In this example, we'll use CIFS and mytheme.zip
:
-
Download
mytheme.zip
intocifs1
. To do so, refer to the standard URLhttps://freshtomato.org/tomatothemebase/wp-content/uploads/
+ theme name +.zip
cd /cifs1 wget -O theme.zip https://freshtomato.org/tomatothemebase/wp-content/uploads/mytheme.zip
-
Extract your archive into
cifs1
:unzip -o mytheme.zip -d /cifs1/mytheme
-
Rename the
.css
file:mv /cifs1/mytheme/mytheme.css /cifs1/mytheme/custom.css
-
Copy the files into Tomato (RAM):
cp -r /cifs1/mytheme/* /var/wwwext/
-
Log into your Tomato and go into
Administration
>Admin access
>Colour scheme
. -
Select the option
Custom (ext/custom.css)
. -
Save.
-
Reload your Tomato interface in the browser.
-
If you want the theme to load from
cifs1
automatically (e.g., after a reboot), add the following line as per point 4) in theAdministration
>CIFS Client
>Execute When Mounted
:cp -r /cifs1/mytheme/* /var/wwwext/