MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: chrisf on 2014-03-01, 08:23:10

Title: [MODIFICATION] Ajaxy Simplicity skin status
Post by: chrisf on 2014-03-01, 08:23:10
This is for KloxoMR 6.5.1:Simplicity skin

I proposed this earlier, and after not liking the 'status' button, which is in my opinion useless, I wrote this quick change that looks and works very professional.

This is a custom file, therefore on update it WILL NOT get overwritten.

It displays the status for 15 seconds, then fades out in a professional  look/feel.

Install is simple:
SSH
Code: [Select]
cd /usr/local/lxlabs/kloxo/httpdocs/theme/skin/simplicity/default/
wget http://cc-server1.us/custom.topbar_right.txt
mv custom.topbar_right.txt custom.topbar_right.php
chown lxlabs:lxlabs custom.topbar_right.php

Done!

Goto KloxoMR panel and update/change something..... ;)

Mustafa, if you like my code, you can add to the repo and make it official.
Title: Re: [MODIFICATION] Ajaxy Simplicity skin status
Post by: chrisf on 2014-03-03, 05:05:30
Mustafa moved some code around :P

Ajaxy status updated, follow steps above again.

Will have another update soon, going to add an event listener (custom) to watch the status so when Mustafa gets wait text working if it finds any change in status it will re-pop the status, then fade, going to use clock.js since it fires every second (to print seconds).  This will also be a custom. file and safe on update.
Title: Re: [MODIFICATION] Ajaxy Simplicity skin status
Post by: MRatWork on 2014-03-03, 07:14:29
Wait for next upload. Implementing but with little modified.
Title: Re: [MODIFICATION] Ajaxy Simplicity skin status
Post by: Spacedust on 2014-03-03, 19:21:57
Wait for next upload. Implementing but with little modified.

Good ;)