Jump to content
View in the app

A better way to browse. Learn more.

KH13 · for Kingdom Hearts

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Posted

I aim to completely redesign the site and have it done by... let's say, December sometime. So yeah, just letting you guys know. It doesn't really affect you, everything will essentially be the same, however there will be various improvements and what-not. Won't bother listing these since it's still in the planning stage, but

 

I just thought it would be interesting if you made suggestions for the new website. Even though chances are that I can't/won't do it, I'd like to hear what you guys want. :) So yeah, ideas?

  • Replies 89
  • Views 9.1k
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

you could have an area were people who are amv makers could put up links for there videos to show other members what they do

 

Uh wouldn't that be the video section?

 

you could have an area were people who are amv makers could put up links for there videos to show other members what they do

 

Uh wouldn't that be the video section?

 

Yeah it is.

But their gonna put up a Video Portal for people to upload Videos such as GMVs and AMVs.

 

Exactly my reasoning for getting rid of that, Koolkingdom.

 

I actually rather liked that feature. And I also liked the feature where you can see who, and how many times a person posted in that thread...

 

Wait, I thought that you can still see how many times a person posted on a thread?
  • Author

Been up all night coding for the new site.

 

<?php

//required shit to connect to ipb
chdir('forum');
define( 'IPB_THIS_SCRIPT', 'public' );
require_once( './initdata.php' );
require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );
require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );
require_once('../wordpress/wp-load.php');
$reg = ipsRegistry::instance();
$reg->init();
$output = $reg->getClass('output');

//get variables from link
$category = $_GET['category'];
$page = $_GET['page'];
if (empty($page)) {
	$page = $category;
}

//define page title
$wppage = get_page_by_title($page);
$pagetitle = $wppage->post_title;
$output->setTitle($pagetitle);

//define navigation
if ($category != games) {
	$output->addNavigation(Media, '/../media/');
}
$wpcategory = get_page_by_title($category);
$categorytitle= $wpcategory->post_title;
$output->addNavigation($categorytitle, '/../information.php?category='.$category);
if ($category != $page) {
	$output->addNavigation($pagetitle, '/../information.php?category='.$category.'&page='.$page);
}

//define content
$content = $wppage->post_content;
$output->addContent($content);

//send shit to ipb
$output->sendOutput();

?>

Isnt that just sexy

Part from the fact that no-one knows what it means, yes.

  • Author

Part from the fact that no-one knows what it means, yes.

 

Especially not me.

Nice, I don't understand php much. I understand HTML more.

Seeing all these codes is just making me one hard member

I really need to learn all this coding crap if I ever plan to get into graphic design or something along the lines of that. I have no idea what I am getting into.

Been up all night coding for the new site.

 

<?php

[b]//required shit to connect to ipb[/b]
chdir('forum');
define( 'IPB_THIS_SCRIPT', 'public' );
require_once( './initdata.php' );
require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );
require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );
require_once('../wordpress/wp-load.php');
$reg = ipsRegistry::instance();
$reg->init();
$output = $reg->getClass('output');

//get variables from link
$category = $_GET['category'];
$page = $_GET['page'];
if (empty($page)) {
	$page = $category;
}

//define page title
$wppage = get_page_by_title($page);
$pagetitle = $wppage->post_title;
$output->setTitle($pagetitle);

//define navigation
if ($category != games) {
	$output->addNavigation(Media, '/../media/');
}
$wpcategory = get_page_by_title($category);
$categorytitle= $wpcategory->post_title;
$output->addNavigation($categorytitle, '/../information.php?category='.$category);
if ($category != $page) {
	$output->addNavigation($pagetitle, '/../information.php?category='.$category.'&page='.$page);
}

//define content
$content = $wppage->post_content;
$output->addContent($content);
[b]
//send shit to ipb[/b]
$output->sendOutput();

?>

Isnt that just sexy

 

lol.

i tried to start learning programming with flash develop with my dad, it confuses me.

o.e that's a long code.

O.o that's not considered a long code. That one you just showed me made my head spin

Its cool.

I'm just sick of br

Oh sweet the forum is compatible with HTML codes, like br.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.
Scroll to the top