• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Orange sensation

karev

Active member
Conception
  • Auteur du style / Author Of style: karev
  • Version de ce style / style version : 1.0
  • Version xenforo Requise / Version xenforo Required : xenforo 1.0.0 beta 2/beta 3
  • Testé / Tested: yes
Installation:

  • upload the folder "orange" to your "styles" directory via FTP.
  • import the xml file (AdminCP ->Apparence -> Importer un style)
24 november update:

fixed width of stats in forum view
fixed text width in profile settings
fixed news indicator "thanks to brogan"
 

Attachments

  • Aviary localhost Picture 1.webp
    Aviary localhost Picture 1.webp
    47.7 KB · Views: 240
  • Aviary localhost Picture 2.webp
    Aviary localhost Picture 2.webp
    91.7 KB · Views: 392
  • Aviary localhost Picture 3.webp
    Aviary localhost Picture 3.webp
    44.3 KB · Views: 164
  • orange updated november 24.zip
    orange updated november 24.zip
    869.1 KB · Views: 59
How can I change the colour of the red bar in this style?

orange/xenforo/img/bg-tabs2.png

I guess this is what you asking about in that case you can use photoshop and edit it to whichever colour you want there to be .
 
you can change the width of the statistics in the forum view via style parameters in "disscussion list" and change the width but the newIndicator i cant find a solution for this sorry

I noticed same issue with New Idicator trying to find out how to fix that issue.
 
Here's a fix for the new message indicator.

Remove the overflow: hidden from messageInfo as follows:
HTML:
.message .messageInfo {
margin-left:145px;
}


Change the newIndicator margin as follows:
HTML:
.message .newIndicator {
...
margin:5px -20px 5px -10px;
...
}


View attachment 6099

Hi Brogan,

I assume this was for the developer lol? I tried looking for templates called indicator or something along those lines but... no luck :P

Do you have steps for a newbie like me to fix this issue? This template is great and I reallt want to use it.

Thanks Brogan
 
Top Bottom