Web
Analytics Made Easy - StatCounter
Jump to content
  • Sign Up
DChiuch

Official suggestion topic for new features/changes on KH13

Recommended Posts

In the fan based section, it should have music section where users can post remixes on this site, or some songs that they created as well. But I agree with Uncle Donald. The KH music section needs fixing.

I believe that users should "pimp" their profiles as well. Also maybe increase the size of avatars pics.

Share this post


Link to post
Share on other sites

The notifications are fine as they are.

 

Although a modification could be done like in Facebook.

 

When a member comments on a status update, instead of "X has replied to Y status", "Z has replied to Y status" and so on, they could put "X, Z, etc has replied to Y' s status".

 

It seems that this was ignored.

 

I think it's a good idea.

 

Instead of having lots of notifications because of 1 status update, we could only have 1 notification about that status update.

Share this post


Link to post
Share on other sites

Could you like maybe put like a way so that you can save your font settings so everytime you post you don't have to put the font and colors?

It would be nice~

 

 

I agree with this.

I got out of font/color thing because I had to keep on doing it.

Sank u~~~

Share this post


Link to post
Share on other sites

A suggestion for the mobile site: could you please make it automatically go to the mobile site when on a mobile device? When going to kh13 on my iPod, I used to be automatically taken to the mobile site, but now I have to click a button every time to go to the mobile site. The regular site is difficult to navigate on mobile, so the mobile site should just be standard.

Share this post


Link to post
Share on other sites

The following needs to be added at the top of a header by the admin. This should redirect users on Iphone, Android, Ipod, etc to a mobile site. However without seeing all the code, it may be slightly more difficult than this.

 

<?php
$iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone");
$android = strpos($_SERVER['HTTP_USER_AGENT'],"Android");
$palmpre = strpos($_SERVER['HTTP_USER_AGENT'],"webOS");
$berry = strpos($_SERVER['HTTP_USER_AGENT'],"BlackBerry");
$ipod = strpos($_SERVER['HTTP_USER_AGENT'],"iPod");

if ($iphone || $android || $palmpre || $ipod || $berry == true)
{
header('Location: MOBILESITEURL');
//OR
echo "<script>window.location='MOBILESITEURL'</script>";
}
?>
Edited by NameTaken33

Share this post


Link to post
Share on other sites

The following needs to be added at the top of a header by the admin. This should redirect users on Iphone, Android, Ipod, etc to a mobile site. However without seeing all the code, it may be slightly more difficult than this.

 

<?php
$iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone");
$android = strpos($_SERVER['HTTP_USER_AGENT'],"Android");
$palmpre = strpos($_SERVER['HTTP_USER_AGENT'],"webOS");
$berry = strpos($_SERVER['HTTP_USER_AGENT'],"BlackBerry");
$ipod = strpos($_SERVER['HTTP_USER_AGENT'],"iPod");

if ($iphone || $android || $palmpre || $ipod || $berry == true)
{
header('Location: MOBILESITEURL');
//OR
echo "<script>window.location='MOBILESITEURL'</script>";
}
?>

Thanks for the suggestion, but honestly, the reason we don't have the mobile site active this month is due to a restriction in our advertising contract. We'll re-enable the mobile site in September. Thanks, though.

Share this post


Link to post
Share on other sites

Actually I just modded up another one today out of boredom. Link to actual page

 

EDIT: Note that I think only the bg shadow only works in Chrome. Didn't feel like coding it up in all the other browsers at the moment.

 

Posted Image

 

Damn you're good! Do you create websties or something?

Share this post


Link to post
Share on other sites

Actually I just modded up another one today out of boredom. Link to actual page

 

EDIT: Note that I think only the bg shadow only works in Chrome. Didn't feel like coding it up in all the other browsers at the moment.

 

Posted Image

 

Woah. I'm impressed. Nicely done.

Share this post


Link to post
Share on other sites

How about giving the website more of a KH theme ro it? Like make the background have the symbols and stuff from KH, maybe do a little bit of picture adding at the top, maybe redecorate the website name, make it look nice.

Share this post


Link to post
Share on other sites

 

It doesn't work though.

 

I wasn't aware, I never use it. What type of thing doesn't get ignored? (eg. posts, topics, statuses) Are you sure you're ticking the right boxes?

Share this post


Link to post
Share on other sites

I wasn't aware, I never use it. What type of thing doesn't get ignored? (eg. posts, topics, statuses) Are you sure you're ticking the right boxes?

 

I don't tick any boxes and everything is blocked. Topics and posts are showing up.

Share this post


Link to post
Share on other sites

I don't tick any boxes and everything is blocked. Topics and posts are showing up.

 

Okay, I'll look into this later. If I forget, you should file a bug report in the Report a Problem section.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...