NetTalk Central

Author Topic: Installing a new Themeroller theme - "Idiot's Guide'  (Read 4119 times)

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Installing a new Themeroller theme - "Idiot's Guide'
« on: June 24, 2012, 06:48:05 AM »
I am looking for an "Idiot's Guide" thta explains in detail the steps required to download and install a new Themeroller theme for use in my webserver app. Is there such a resource?

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 431
    • View Profile
    • Email
Re: Installing a new Themeroller theme - "Idiot's Guide'
« Reply #1 on: June 24, 2012, 09:28:56 PM »
Described nicely in the documentation. ;)

http://www.capesoft.com/docs/NetTalk6/NetWebThemes.htm

/Niels

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Re: Installing a new Themeroller theme - "Idiot's Guide'
« Reply #2 on: June 25, 2012, 08:09:34 AM »
Thanks. I should have said I am using Nettalk V5.


terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Installing a new Themeroller theme - "Idiot's Guide'
« Reply #3 on: June 26, 2012, 09:45:28 PM »
Hi
This is my method. I use it to allow myself to quickly change themes
I'll use the Sunny theme as my example.

1. Create a folder under libsource\Netweb called sunny
2. Drop the jquery download zip file into this folder
3. Unzip into a subfolder
4. You are interested in 2 items in the extracted folder:
     css\custom-theme\images and
     css\custom-theme\jquery-ui.8.nn.custom.css
5.  Create a folder under Sunny called Styles and put these 2 items into that folder
6. At this point you should have the following in the Sunny folder
   folder called jquery-ui-1.18.nn.custom
   folder called Styles with folder images and a jquery.css file
   original zipped file from jquery
7 Copy the web folder and gzipall.bat from libsrc\Netweb into the Sunny folder
8. If you haven't got it download gzip.exe from the Internet and put a copy in the Sunny folder
Almost ready to rock :)
9. Copy the styles folder in Sunny into the web folder in Sunny replacing the existing files
10. Now run gzipall.bat
I normally zip the web folder and call it something like SunnyWeb551.zip to differentiate it from other versions of the Sunny theme and NT version.

To use extract the zip to the folder that is the parent of the web folder that you want to update.

HTH
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Re: Installing a new Themeroller theme - "Idiot's Guide'
« Reply #4 on: June 26, 2012, 10:16:56 PM »
Many thanks for that Terry.