Forum breadcrumbs – You are here:Asgaros Support ForumSupportcant change appearance?
Please or Register to create posts and topics.

cant change appearance?

Page 1 of 2Next

hi! im trying to change the colors but still the forum is shown in its original blue. is this a known bug?

freakyy85 has reacted to this post.
freakyy85

Hello @freakyy85

No, this is not a known bug. Problems like this are usually caused by other caching-extensions which you are using. If you are using one, try to disable the caching-plugin for the page on which your forum-shortcode is located on.

Another reason could be that the file which generates the custom-color css-rules doesnt has sufficient permissions to execute. Please access the following file with your browser and check if it generates any output:

http://my-website.com/wp-content/plugins/asgaros-forum/skin/custom-color.php?color=2d89cc&accent-color=276eba&text-color=444444&background-color=ffffff&border-color=eeeeee&font=Verdana%2C+Tahoma%2C+sans-serif&font-size=13px

If not, you have to ensure that the custom-color.php file has sufficient permissions on your webserver.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

-rw-r–r– 1 nextgamers psacln 3879 Aug 2 18:30 custom-color.php

It looks like the webserver has access, as it runs as that user. also i dont have any caching solution?

oh wait i have a caching solution. its nginx caching everything lemme check that.

no, nginx only caches for 5 seconds. i have no idea what is caching it. πŸ™

@freakyy85

Have you tried to access the link (modify the domain at the beginning) which I posted? Does it generate any output?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

https://www.nextgamers.eu/wp-content/plugins/asgaros-forum/skin/custom-color.php?color=2d89cc&accent-color=276eba&text-color=444444&background-color=ffffff&border-color=eeeeee&font=Verdana%2C+Tahoma%2C+sans-serif&font-size=13px

Forbidden? πŸ™‚

@freakyy85

So it is definitely a permission problem. You can see how it should look like if you use this domain.

I have set the permissions for:

  • wp-content/plugins/asgaros-forum/skin (folder) toΒ 755
  • wp-content/plugins/asgaros-forum/skin/custom-color.php toΒ 644

If its still not working with those settings you have to check your .htaccess rules.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

the permissions were like that. my .htaccess, it deostn work πŸ™ dunno what to do.:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Hello @freakyy85

I try to change the way on how custom styles are included in one of the next updates. So instead of generating them dynamically via php I maybe will inject the custom style-rules directly into the head area. Lets see. πŸ™‚

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Page 1 of 2Next