Luke, would you consider making the option to save a user's color and other settings something that is permission based? It'd make for an awesome little extra for a premium-member group that way.
Will have to add that, great idea
Luke, would you consider making the option to save a user's color and other settings something that is permission based? It'd make for an awesome little extra for a premium-member group that way.
I am sure this was asked already but can't seem to find it. We have had this installed at our site for some time, we seem to be having a lot of issues with shouts not being posted. They randomly don't go in but when you refresh they are there. Also a lot of java script errors. I know we didn't get the last update due to an email address change how can I get the most recent version?
I can confirm this, it really needs fixing, as sadly had to disable it atm.When Tapatalk is installed, it breaks all permissions for the posting of new threads and posts within chat, So when Tapatalk is active every new post and thread gets a message in shoutbox even if the permissions are set so they should not do.
Your website is down m8..canot purchase?
Is there any way to lengthen the shoutbox?
@Luke, today, I've tried again to install v1.0.5 ; and this time it seems to work.Not sure what was the cause, but it's most likely to the varnish/nginx configuration ; probably data/ being as internal , don't remember. Anyway, it's working. Just telling.
upstream backend { server unix:/var/run/php5-fpm.sock; }
upstream memcached { server 127.0.0.1:11211; }
server
{
listen 8080;
server_name www.cs-amx.fr;
rewrite ^ http://cs-amx.fr$request_uri? permanent;
}
server
{
listen 8080;
server_name cs-amx.fr;
root /srv/d_cs-amx/www/cs-amx.fr/htdocs;
index index.html index.htm index.php;
charset utf-8;
add_header "X-UA-Compatible" "IE=Edge,chrome=1";
add_header "Access-Control-Allow-Origin" "*";
location = /robots.txt { allow all; log_not_found off; access_log off; }
location = /favicon.ico { log_not_found off; access_log off; }
location ~* (^|/)\. { deny all; }
location ~ /(internal_data|library)
{
internal;
}
#error_page 404 = @rewrite;
location /
{
try_files $uri $uri/ /index.php?$uri&$args;
}
location ~ ^/(attachments|albums|qus)/(.*)$
{
rewrite ^/(.*)$ /index.php?$1&$args last;
}
location ~* (\.|-)(?:jpg|jpeg|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm|css|js|ttf|ttc|otf|eot|woff|ico)(.*)?$
{
expires max;
access_log off;
add_header Cache-Control "public";
}
location ~ \.php$
{
try_files $uri /index.php;
fastcgi_pass backend;
fastcgi_index index.php;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
include fastcgi_params;
}
http
{
include mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] $request '
'"$status" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for" "$gzip_ratio"';
set_real_ip_from 127.0.0.1;
real_ip_header X-Forwarded-For;
sendfile on;
tcp_nopush off;
tcp_nodelay on;
keepalive_timeout 5;
types_hash_max_size 2048;
server_tokens off;
gzip off;
client_body_buffer_size 10m;
client_max_body_size 16m;
client_body_temp_path /var/spool/nginx/client_temp 1 2;
port_in_redirect off;
include /etc/nginx/sites-enabled/*;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.