Author Topic: Program to create themes  (Read 2390 times)

Gaviota Gatling

  • Newbie
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Program to create themes
« on: February 25, 2020, 02:38:43 PM »
I want to ask if any of the theme creators use a specific program. Because designing in code is quite boring and tedious.

I also want to know if you plan to include a frontend search engine and UTF-8 compatibility

JonahUK

  • Newbie
  • *
  • Posts: 35
  • Karma: +16/-0
    • View Profile
Re: Program to create themes
« Reply #1 on: February 25, 2020, 04:06:00 PM »
Unfortunately not, there is no drag and drop solution to making themes.
As for your other points, Pieter can confirm if those will happen or ask in the feature request/suggestions thread.

http://retrofe.nl/SMF/index.php?board=3.0

mikomi

  • Newbie
  • *
  • Posts: 6
  • Karma: +4/-0
    • View Profile
Re: Program to create themes
« Reply #2 on: February 25, 2020, 10:43:47 PM »
Hi

I agrea that coding is tedious, especially if you're a graphics designer.
They way I go about this is I make everything in a layered photoshop file then i can use the x-y coirdinates and export each layer as a cropped png file.

Once that's done I loaded all those image in as a static Image and put them on the right position and layer corresponding the psd file.

Once you're finished it's the hard part, making it all dynamic...

goodluck!
H

JonahUK

  • Newbie
  • *
  • Posts: 35
  • Karma: +16/-0
    • View Profile
Re: Program to create themes
« Reply #3 on: February 25, 2020, 11:32:09 PM »
@mikomi

Very similar to me and its a good way to work.
Also, using data sets and variables is an excellent way to cut down on any repetitive creation of images that use a text overlay such as those used for year and genre etc.

Gaviota Gatling

  • Newbie
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Program to create themes
« Reply #4 on: February 26, 2020, 08:55:33 AM »
Thanks for the suggestion of working with photoshop, I will try it