Gible's Valley!
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Gible's Valley, for all pokemon fans!
 
PortalHomeGalleryLatest imagesRegisterLog in
.:Welcome to the new Gible's Valley!:.

 

 Is there anything that you think that should be added?

Go down 
+7
Dakurai
Espeon
Subliminal Zero
WhiteTiger
Newberrytiger
Jimbster
ShadowDragonX
11 posters
Go to page : Previous  1, 2, 3
AuthorMessage
Knell
Administrator
Knell


Posts : 37
Reputation : 0
Join date : 2010-06-17
Location : In my mind

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySun Jun 20, 2010 4:19 pm

I can always make some pictures for whatever you need.
Obviously they won't be as good as the ones you have up now though.
And I want to see themes, definitely.
Back to top Go down
ShadowDragonX
Administrator
ShadowDragonX


Posts : 165
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : The Internet

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySun Jun 20, 2010 5:26 pm

I guess it's time for scripting...makes me wonder whether forumotions allows javascript.
Back to top Go down
https://giblesvalley2.forumotion.co.uk
Newberrytiger
Administrator
Newberrytiger


Posts : 129
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : Berry Patch

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySun Jun 20, 2010 6:41 pm

Dakurai has hover affiliates on his forumotions, isn't that Java? I wonder how he did it, I couldn't figure out how to do my affiliates hover style :/
Back to top Go down
http://dreamcave.forumotion.net
ShadowDragonX
Administrator
ShadowDragonX


Posts : 165
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : The Internet

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySun Jun 20, 2010 7:52 pm

It's a script, and also can be an external script, hosted elsewhere. I can quickly script one right now and post it if you guys need it/want it, but unless we start getting a lot of affiliates, well, too many, I think we should stick to the general affiliate way - plain image or text.
Back to top Go down
https://giblesvalley2.forumotion.co.uk
Newberrytiger
Administrator
Newberrytiger


Posts : 129
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : Berry Patch

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySun Jun 20, 2010 7:57 pm

Could you perhaps script one for my site really quick if it's not too much trouble? Also, I managed to find some random unsecured network near my grandmother's house, so I am able to get online (:
Back to top Go down
http://dreamcave.forumotion.net
Dakurai
GV Regular
Dakurai


Posts : 19
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : Newfoundland, Canada

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 4:47 am

Yes javascript is supported on forumotion, because my hover affiliate is that. And newberry if you want to try it ask WhiteTiger he got the code on his site.
Back to top Go down
http://dakurai.forum-motion.com
ShadowDragonX
Administrator
ShadowDragonX


Posts : 165
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : The Internet

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 6:01 am

Code:
<script language="JavaScript"><!--

if (document.images) {

image00 = new Image
image01 = new Image
image02 = new Image
image03 = new Image

image00.src ="image0.jpg"
image01.src ="image1.jpg"
image02.src ="image2.jpg"
image03.src ="image3.jpg"

}// --></script>


<center><img src="empty-or-hover-image.jpg" vspace="1" border="0" width="88" height="31" name="hoveraff"><br><br>

<a class="nav" onmouseover="document.hoveraff.src=image0.src" onmouseout="document.hoveraff.src=image00.src" target="_blank" href="RANDOMSITEURLHERE1">RANDOM SITE NAME 1</a><br>

<a class="nav" onmouseover="document.hoveraff.src=image1.src" onmouseout="document.hoveraff.src=image01.src" target="_blank" href="RANDOMSITEURLHERE2">RANDOM SITE NAME 2</a><br>

<a class="nav" onmouseover="document.hoveraff.src=image2.src" onmouseout="document.hoveraff.src=image02.src" target="_blank" href="RANDOMSITEURLHERE3">RANDOM SITE NAME 3</a><br>

<a class="nav" onmouseover="document.hoveraff.src=image2.src" onmouseout="document.hoveraff.src=image03.src" target="_blank" href="RANDOMSITEURLHERE4">RANDOM SITE NAME 4</a>
</center>

So basically, I spent 5 minutes trying to figure out what the hell was wrong until I realised that I made a spelling mistake and also left out a " in the <a> tags and facepalmed.

Unless I made more fail, that should work for you, Newberry.

On another note, JavaScript seems to work...

Is there any sort of apps or game thing that anyone would like on the site? I'll spend 5 minutes raging at my idiocy and another 15 raging at JavaScript. It's relativity. Sorta.

Does anyone here want a jokes page?

Oh, and I fail at JavaScript. I edited one of my old codes that I think I made some time ago randomly after like, an hour.
Back to top Go down
https://giblesvalley2.forumotion.co.uk
WhiteTiger
Moderator
WhiteTiger


Posts : 88
Reputation : 1
Join date : 2010-06-13
Location : England

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 9:03 am

A joke page would be quite cool, but not absolutely needed, they can tend to go inactive, as i personally wouldn't use it much for example. Can always add one and remove it later Razz.
Back to top Go down
http://www.pokemonpwns.co.cc
ShadowDragonX
Administrator
ShadowDragonX


Posts : 165
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : The Internet

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 4:33 pm

I'm still working on the code xD

Oh, I'm also going to have to make some random IRC channel on my server for this site, I guess, then go get my IRC applet up...

You guys will soon have a nicer chatroom soon xD
Back to top Go down
https://giblesvalley2.forumotion.co.uk
Dakurai
GV Regular
Dakurai


Posts : 19
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : Newfoundland, Canada

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 11:06 pm

How would you add a drawing board on here?
Back to top Go down
http://dakurai.forum-motion.com
Newberrytiger
Administrator
Newberrytiger


Posts : 129
Reputation : 0
Join date : 2010-06-12
Age : 28
Location : Berry Patch

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptyMon Jun 21, 2010 11:15 pm

Its an Oekaki, you should check out HoR's to see what I mean (:
Back to top Go down
http://dreamcave.forumotion.net
Alex




Posts : 22
Reputation : 0
Join date : 2011-03-26

Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 EmptySat Mar 26, 2011 10:15 pm

maybe record some wifi battles and post them
Back to top Go down
Sponsored content





Is there anything that you think that should be added? - Page 3 Empty
PostSubject: Re: Is there anything that you think that should be added?   Is there anything that you think that should be added? - Page 3 Empty

Back to top Go down
 
Is there anything that you think that should be added?
Back to top 
Page 3 of 3Go to page : Previous  1, 2, 3

Permissions in this forum:You cannot reply to topics in this forum
Gible's Valley! :: Valley Hall :: Help and Suggestions-
Jump to: