MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-02-02, 04:58 PM)id820 Wrote: [ -> ]Thanks but i already checked that and i just did it again, there is no file with this name on my forum, including the admin folder inside english language and the pt-br folder. Weird?

That file is not in the admin directory. Its in the inc directory.

You can find that file in, <your server>/<your forum directory>/inc/languages/english/vars_envy.lang.
Yes, that's why i said 'including' the admin folder. Really weird Big Grin
Hello again 

3 Questions,

1) How to turn the scroll bar color to default ?
2) How to change forums icon with awesome fonts icons ?
3) Plz check the attached file. its appear when I refresh the forum and disappear after a second.


many thanks 
(2015-02-04, 09:53 AM)IranDeliver Wrote: [ -> ]1) How to turn the scroll bar color to default ?
2) How to change forums icon with awesome fonts icons ?
3) Plz check the attached file. its appear when I refresh the forum and disappear after a second.


1. in Square.css file remove/comment out the following part of the code...

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #003965;
}

::-webkit-scrollbar-thumb {
    background: #005ea7;
}

::-webkit-scrollbar-thumb:hover {
    background: #008fff;
}

2. http://community.mybb.com/thread-156711.html
3. Sorry i cant reproduce that
(2015-02-04, 10:17 AM)mmadhankumar Wrote: [ -> ]
(2015-02-04, 09:53 AM)IranDeliver Wrote: [ -> ]1) How to turn the scroll bar color to default ?
2) How to change forums icon with awesome fonts icons ?
3) Plz check the attached file. its appear when I refresh the forum and disappear after a second.


1. in Square.css file remove/comment out the following part of the code...


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #003965;
}

::-webkit-scrollbar-thumb {
    background: #005ea7;
}

::-webkit-scrollbar-thumb:hover {
    background: #008fff;
}

2. http://community.mybb.com/thread-156711.html
3. Sorry i cant reproduce that

tnx for the help,
Question 3 seems to just happen when I use Safari !!
I think the 3er question is the category description I use... but it's supposed to load only when you hover a category.
So, I reinstalled MyBB and the 'Square' theme.  After doing so I noticed the icons and text seems jagged and grainy.  Does anyone here know of a fix? It DID NOT look like this before reinstalling.

Full Res:
http://easycaptures.com/fs/uploaded/735/0885827927.png

[Image: 0885827927.png]
(2015-02-03, 03:27 PM)id820 Wrote: [ -> ]Yes, that's why i said 'including' the admin folder. Really weird Big Grin

Which version of Square are you running? It was added in a later version.
How to completely remove tipsy form the theme ?
Hello
I want to customize the postbit members
I would like to add symbols such as:

- Location: paris
House becomes a symbol (fa-home): paris
with this type of symbols http://fortawesome.github.io/Font-Awesome/icons/
Thank you