About Monkey 2 › Forums › General Discussion › Welcome to the new monkey2 site!
Tagged: coded-warriors, fearless, fun, help, siblynaughts, welcome
This topic contains 29 replies, has 21 voices, and was last updated by
medi
1 year, 9 months ago.
-
AuthorPosts
-
June 8, 2017 at 11:31 pm #8517
Hi,
Welcome to the new monkey2 site!
Ok, it’s on a MUCH cheaper server than the old one so its probably a bit slower, but we don’t have a huge community as yet so it should be good enough for now I think.
Bye!
MarkJune 9, 2017 at 1:02 am #8518I am here for the 3D.
My new graphics card spins it’s fan in anticipation.
Mojo3D please and thankyou x 5
June 9, 2017 at 1:31 am #8519I’m here.)
June 9, 2017 at 1:56 am #8520“Let’s get this party started…”
PS: Any chance of a “Monkey 2 Code” forum that we can post our code snippets into?
June 9, 2017 at 2:03 am #8522I was posting stuff on the old site before I read the email.
The old site really needs to be replaced with a message pointing to this site hehe.
And yes! Code Library please!
June 9, 2017 at 12:46 pm #8526Oh hello.
June 9, 2017 at 12:49 pm #8527Ready to rumble!
June 9, 2017 at 1:08 pm #8530talk about a kerfuffle
June 9, 2017 at 5:39 pm #8537Ready and waiting…
June 9, 2017 at 6:41 pm #8538Thanks Mark!
stick a 301 redirect on the old site
June 9, 2017 at 9:28 pm #8540Let’s help him expand this genius language.
Make the API’s!
I got SQL and TCP abstractions coming soon.
Mark has 3D
Playniax has a great engine.
It’s growing. I can’t wait.June 9, 2017 at 9:42 pm #8541Yay, the gangs back together!
stick a 301 redirect on the old site
Wish I could and but I don’t even know how! So it’s taken me half an hour to hack a clumsy ‘redirect’ into index.php instead…
…code library forum added, good idea.
Edzup, are you sure you want to be here? You seem ultra pissed off about monkey2 and how I’m handling things all the time, and that’s unlikely to change.
June 9, 2017 at 10:16 pm #8552Hi guys.
Fun times ahead.
June 9, 2017 at 10:59 pm #8554in php before any other headers are sent (so the only thing in index.php):
PHP1234<?phpheader("HTTP/1.1 301 Moved Permanently");header("Location: http://www.monkeycoder.co.nz");June 9, 2017 at 11:09 pm #8555Just trying to change the favicon too, I’m using this in header.php just before I enqueue_styles.
<link rel=”icon” href=”<?php get_template_directory_uri().’/favicon.png’?>” type=”image/x-icon” />
<link rel=”shortcut icon” href=”<?php get_template_directory_uri().’/favicon.png’?>” type=”image/x-icon” />
..and have a favicon.png in my theme dir. Not working, but perhaps chrome’s caching something?
-
AuthorPosts
You must be logged in to reply to this topic.