MyBB Community Forums

Full Version: Apart for 1.6 [Released]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
(2010-08-06, 09:33 AM)Pegasis Wrote: [ -> ]Why isnt the logo in the center Confused ?
http://vroboz.co.cc/index.php

Add the following to your global.css, this should solve your problem:
#logo .wrapper
{
	margin: 0;
}
(2010-08-06, 09:15 AM)mKay Wrote: [ -> ]
(2010-08-06, 08:51 AM)newaccount Wrote: [ -> ][...] The "Thread Rating Stars" dosn't appear. [...]

Did you uploaded all images, especially "./images/XY/star_rating.gif"?

XY = The name of your Apart theme (e.g. water).

Yes, I just check it. that image exists. what is the solution now?!


(2010-08-06, 05:34 AM)mc2w Wrote: [ -> ]On the Twilight version, the css for the forum rating points toward the /calm/ folder instead of /twilight/. Just a heads up

I did change them, but without any change. Still starts dosn't appear. I delete all cache from the browser, but still same problem.
Hm, no more ideas at this moment.
The URL to your forum may help, to find the cause.
(2010-08-06, 10:19 AM)mKay Wrote: [ -> ]Hm, no more ideas at this moment.
The URL to your forum may help, to find the cause.

After using a proxy, they appeared! But when browsing without proxy they don't appear! I delete all caches in IE, Opera, Chrome, and try to browse again, but same problem. The problem in the cache now. I really don't know what to do to delete them from my computer... Its not the first time I suffering from the stupid cache.

Any idea?!

Thank's

I would like to work with you, and I do not know how to do a theme, but I am very good with the design WinkSmile=)
The stars don't work because the path in the CSS is badly defined... well, that's how it was in my case. It pointed to /images/calm/file.png, instead of /images/water/file.png. There were two paths to change I think.
(2010-08-05, 09:24 PM)Justin S. Wrote: [ -> ]Which plugins aren't working?

(2010-08-05, 11:39 AM)Pegasis Wrote: [ -> ]very nice!

errr i usually replace the thead_bg to one made by me and it used to work. for some reason, it isnt working with apart. any idea whats wrong?

The image isn't called thead_bg.gif, it's thead.png.

All of them
Are you sure the plugin is made for 1.6? A lot of plugins haven't been updated yet.
(2010-08-04, 09:53 AM)mKay Wrote: [ -> ]
(2010-08-03, 08:02 PM)ecanikajo Wrote: [ -> ]Small bug with toolbar icons.

Tested in Firefox, Opera, IE6, Chrome [...]

To fix this small "bug", just add the following code to your global.css Wink
form #message
{
	width: 500px; /* You may increase this value */
}

As you should know you can edit your global.css via the ACP:
[Templates & Style] -> [Apart XY] -> [global.css] -> [Edit: Advanced Mode]

Btw: nice work Justin Wink

That worked!
Thanks mKay!

That made my day! Smile
(2010-08-06, 12:50 PM)raistlin Wrote: [ -> ]The stars don't work because the path in the CSS is badly defined... well, that's how it was in my case. It pointed to /images/calm/file.png, instead of /images/water/file.png. There were two paths to change I think.

thanks, that´s the issue with missing rating img Smile

lines 4 and 82 of "star_ratings.css"
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36