Quantcast
Channel: Publech Discussions Rss Feed
Viewing all articles
Browse latest Browse all 20

New Post: UI issues

$
0
0
You can edit the default theme or you can create one or more new themes.
Themeable folders are
_css
    Stylesheet folder
_img
    Image folder

Under these folders you find folders named _default and _hicon these are the theme folders where _default is the default theme and _hicon is a high contrast theme.

To change the default theme simply just change images and stylesheets in the two _default folders.

To create a new selectable theme copy the two _default folders and change them to a new name ex _mytheme (the folders must have the same name).
Edit the images and stylesheets in your theme folder.
When you are done open the this file adminroot/_webspecific/installedThemes.xml
Add a new theme tag
ex
<Theme>
 <ThemeName>My cool publech theme</ThemeName>
 <ThemeFolderName>_mytheme</ThemeFolderName>
</Theme>

Save the xml file and open Publech admin/intranet

Under user settings (icon in the top) you can select your new theme.
Select your new theme and click save button.

Now you should create a theme image by taking a screen shot and crop it nicely in a image editor (or use Copper which is a great program for this)

Resize the image to about w 145 / h 88.

Save the file as theme-thumb.gif to your _img/[themefolder]

Now you are done with making your own theme and making it selectable to other users. 

If you which to change the default theme for all users who have not selected a theme under user settings you can do this in web.config
<add key="Publech.DefaultTheme" value="_default" />
ex to change it to
<add key="Publech.DefaultTheme" value="_mytheme" />
 

Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>