Keenspace Dropdown Dropdown Version three point oh!

For sign-ups for genre-related dropdowns and to discuss and organise crossover events.
User avatar
Phact0rri
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 5772
Joined: Mon Feb 16, 2004 12:04 pm
Location: ????
Contact:

Post by Phact0rri »

another quick update... my last one for a little while. I added guardians to the directory (note I did not add TG and furry Tails as they currently have no comics in dropdown or don't have a dropdown script at all)

I also shifted Scifispace to zombie, as the dropdown will not be adding new members til I the admin (thats me!) gets back to the net at the end of the summer.

okay enough of that...
Image
<KittyKatBlack> You look deranged. But I mean that in the nicest way possible. ^_^;

User avatar
Phact0rri
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 5772
Joined: Mon Feb 16, 2004 12:04 pm
Location: ????
Contact:

Post by Phact0rri »

okay just reworked the dropdown dropdown(well once autokeen processes) since the url changeover from my comic (the comicgen url) and everything seems to be looking right aside from keenblade. I suspect there might have been a UrL change for the moderator of that dropdown. so if it can be given to me I'll make the changes.


as for the new adds and moderating the existing list, I'll be doing that again next month. so if there's anything that needs to be changed from a mods point of view let me know before the second week september.

thanks.
Image
<KittyKatBlack> You look deranged. But I mean that in the nicest way possible. ^_^;

User avatar
Pillywiggin
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 1369
Joined: Sat Nov 27, 2004 10:05 am

Post by Pillywiggin »

phactorri wrote:So if there's anything that needs to be changed from a mods point of view let me know before the second week september.
Hoo boy...

Furry Tales needs to be added:
<script language="javascript" SRC="http://togizoushi.comicgen.com/scripts/ ... "></SCRIPT>

GLBT Space has had an URL change to:
<script language="javascript" SRC="http://togizoushi.comicgen.com/scripts/ ... "></SCRIPT>

Guardians' new URL is:
<script language="javascript" SRC="http://togizoushi.comicgen.com/scripts/ ... "></SCRIPT>

Netherworld has changed to:
<script language="javascript" SRC="http://togizoushi.comicgen.com/scripts/ ... "></SCRIPT>

Also, the blurb next to it actually says "Netherspace" which sound a bit... odd. :)


There is also an error in the randomized script code. This:

Code: Select all

// Randomize the array

	var i,r,tmp;
	
	for (i=0; i<(comictotal-1); i++)
		{
		r=Math.floor(Math.random()*(comictotal-1))
		temp = randarray[r]
		randarray[r] = randarray[i]
		randarray[i] = temp;
		}
Needs to be changed to:

Code: Select all

 // Randomize the array

	var i,r,tmp;
	
	for (i=0; i<(comictotal); i++)
		{
		r=Math.floor(Math.random()*(comictotal))
		temp = randarray[r]
		randarray[r] = randarray[i]
		randarray[i] = temp;
		}
(The "-1" needs to be taken out twice)


.
.
.
You did ask. :wink:
Image Image Image

User avatar
Phact0rri
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 5772
Joined: Mon Feb 16, 2004 12:04 pm
Location: ????
Contact:

Post by Phact0rri »

This update we say goodbye to Keenblade, whom has died with no traces of the former dropdown. Also, Keen@work, KeenAI, KeenBaka, Keenheroines, and Meanspace has all moved to Zombie as it appears they are no longer updating. We have added a few new dropdowns including Furry Tails, Guardians, and Adult Space. Also we fixed to errors one being on the randomizing tutorial, and the second on the name of Netherworld. Oh and Scifi space comes back from the land of the zombie.
Image
<KittyKatBlack> You look deranged. But I mean that in the nicest way possible. ^_^;

User avatar
Phact0rri
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 5772
Joined: Mon Feb 16, 2004 12:04 pm
Location: ????
Contact:

Post by Phact0rri »

this is just a little update about the going ons...

I fried my motherboard a few weeks back, and am in the process of getting a replacement. Where there is other PCs in my house, I don't have my files at the moment, so the lack of updates for the dropdown dropdown, as well as the scifi dropdown, is because of this.

I'll be trying to get things rearranged, in the coming days to my best ability in the midtern of waiting for my motherboard to arrive.

look for an update soonish though.. sorry for the delay.
Image
<KittyKatBlack> You look deranged. But I mean that in the nicest way possible. ^_^;

User avatar
Prettysenshi
Bork Bork Bork
Posts: 2269
Joined: Thu Jun 24, 2004 8:23 am
Location: Anywhere else but here....
Contact:

Post by Prettysenshi »

phactorri wrote:this is just a little update about the going ons...

I fried my motherboard a few weeks back, and am in the process of getting a replacement. Where there is other PCs in my house, I don't have my files at the moment, so the lack of updates for the dropdown dropdown, as well as the scifi dropdown, is because of this.

I'll be trying to get things rearranged, in the coming days to my best ability in the midtern of waiting for my motherboard to arrive.

look for an update soonish though.. sorry for the delay.
It's okay. I hope your computer problems are resolved. :)

Post Reply