Archive for June, 2007

Qkin Shop – Xtreme Orange

I think someone has been trying to order the xtreme orange template for a while, but seemed to mess up something when signing up and didn’t add all their information. If you would simply try to register a new account, I think you would have more success.

Posted in Template News

Very Small Bug Fixed With Xtreme Templates

Pecca noticed a problem with the rss icon not showing up on the front page, next to sort by year etc.
All you have to do is download the template and put the new pligg.tpl file in, or you can open the pligg.tpl file, and change the two places that have xtreme-blue and replace with {$the_template}.

Posted in Template News

Shop Problem Fixed

I created a problem with the shop earlier today and have fixed it.
We will be adding an xtreme green template soon.
If you have any problems, be sure to join our forum!

Posted in Qkin News

Wordpress Free Template – Dark Mystic

We developed this template last year for wordpress.
The template is valid xhtml and css.
Dark Mystic is very dark and has them round corners everyone loves.
Download
Test Run

Posted in Template News

Rewrite http:// to http://www.

One of the main reasons you would want to convert your domain to http://www, is to make search engines only see one webpage.
You will avoid duplicate content on search engines by doing so.
Simply add this to your .htaccess file.
RewriteEngine On
rewritecond %{http_host} ^qkin.com
rewriteRule ^(.*) http://www.qkin.com/$1 [R=301,L]

Posted in Tips & Code