Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skins
#1
Someone can explain how to customize my site?

Which page do I need to modify?

Thanks in advance
Reply
#2
If you're talking about the site layout (skin) I suggest that you create a copy of the default folder that is under the skins folder (call it maiden) and then add the skin in the backend (Manage Skins, click "here" on the top to add a new skin, name your skin and select the maiden folder).

Then you can start to mess around with the code in the new folder you've copied. The templating schema is done in Smarty and it's easy to understand (it's mainly HTML with some Smarty variables).

The backend (admin) skin isn't customizable for now.
Reply
#3
Ok copy is done. Folder is created.

I will try to use smarty

Thanks
Reply
#4
I am not webdesigner

It's not easy

Can you give more explanation. How can I use smarty ?

I must use a browser or edit php page ?

Thanks
Reply
#5
(29-12-2020, 11:48 PM)maideniron Wrote: I am not webdesigner

It's not easy

Can you give more explanation. How can I use smarty ?

I must use a browser or edit php page ?

Thanks

It seems I have a problem with skins. I change some files but nothing appears on my site. I changed stylesheet.css but nothing change

Problem solved guys

I Modified config file and replace Http by Https

and now it works
Reply
#6
It seems that you were able to sort things out. Smarty can be checked on https://www.smarty.net/ but the main skin are compose with a CSS and the tpl files which are basically html with some variables. As long as you keep the variables there all should be good (you can also remove some things if you don't want to).
Reply


Forum Jump: