Amaranth Games Forum Index >
The Plaza
> Cottage Central (Show off your cottage!)
> Cottage Templates & Goodies
> 5 room cottage with permanent links to all pages
Browsing this Thread:
1 Anonymous Users
« 1 2 (3) 4
| Re: 5 room cottage with permanent links to all pages | #51 | ||||||||||
|
|||||||||||
|
This is so helpful! I am new here so I didn't even know we could have more then one page because on most sites you only get one page. Now that I can have so many pages, I am still working on updating. I am so glad to have so much space to work with! Thank you for sharing this with everyone
![]()
Posted on: 2009/7/31 14:43
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #52 | ||||||||||
|
|||||||||||
|
I could have sworn I have something to do with this code back in the day xD
Posted on: 2009/8/29 11:24
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #53 | ||||||||||
|
|||||||||||
|
it really help me..
thank you!
Posted on: 2009/10/3 8:17
|
|||||||||||
|
_________________
![]() |
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #54 | ||||||||||
|
|||||||||||
|
um well i named m rooms but how do i put things in them i stupid whn it comes to this stuff
help
Posted on: 2009/10/25 0:11
|
|||||||||||
|
_________________
![]() Vampire Kitty Princess |
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #55 | ||||||||||
|
|||||||||||
|
Well between:
<div id="1" style="display: ;"><br /> and [You put the content here, img's work here too. Ask me how ^^] </div> Ask me if ya have more questions ^^
Posted on: 2009/10/25 0:16
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #56 | ||||||||||
|
|||||||||||
|
thanks bro
Edit; like i siad i computer stupid lol what if u dont see it there add it or something?
Posted on: 2009/10/25 0:31
|
|||||||||||
|
_________________
![]() Vampire Kitty Princess |
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #57 | ||||||||||
|
|||||||||||
|
Your welcome ^^
Posted on: 2009/10/25 0:40
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #58 | ||||||||||
|
|||||||||||
|
Quote:
Your cottage content always starts out blank, so you'll have to add all the code from scratch. If you look at the first post of this topic, you'll see sections that start with a <div id="x"... and end with a </div>. Those are the sections where you put the content for each room (x being the number of the room). Just follow shaz's steps in the first post and you'll be all set.
Posted on: 2009/10/26 9:02
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #59 | ||||||||||
|
|||||||||||
|
where could i put the image??
well ive done it one time but i forgot where it is again @_@ waah! i always feels dizzy when it comes to code T_T
Posted on: 2009/11/18 7:24
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #60 | ||||||||||
|
|||||||||||
|
You put it in the room's content.
Posted on: 2009/11/18 8:11
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #61 | ||||||||||
|
|||||||||||
|
help i did something so that i would just have to pages and now all of my text is a link to the second page! and then the text there is a link to some page that doesn't have anything on it.
Posted on: 2010/8/2 23:54
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #62 | ||||||||||
|
|||||||||||
|
jaguar, please post your entire cottage's code in a new topic in Cottage Help. You might be missing some part of the code that made it go wonky.
Posted on: 2010/8/3 0:34
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #63 | ||||||||||
|
|||||||||||
|
Lets say you hit a button from "Page 1" that leads to "Page 2".
How do I make it so the same button doesn't appear on "Page 2"? Like the link disappears when you go to the next page. So I tried to make a lot of rooms (because I have an interactive cottage).. Like fifteen and it won't load. Like at ALL. Is there a limit on how many rooms you can make?
Posted on: 2010/12/22 18:32
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #64 | ||||||||||
|
|||||||||||
|
To make it so that room links only appear in certain rooms, you need to put that "Toggleblock" code inside the room code.
Like, if you want to put a link in room 1 that will take you to room 2, then inside the room 1 code, you'd put the code that says "toggleblock 1 false, toggleblock 2 true, toggleblock 3 false, etc." There is no limit to the number of rooms, as far as I know. If it isn't loading, the most likely culprit is a missing </div> It's easy to lose track of those.
Posted on: 2010/12/23 10:41
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #65 | ||||||||||
|
|||||||||||
|
How do you change the page name? I'm stuck with Page 1, Page 2, Page 3, etc.
Posted on: 2011/5/26 15:51
|
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #66 | ||||||||||
|
|||||||||||
|
<a href="#" onclick="toggleBlock('1', true); toggleBlock('2', false); toggleBlock('3', false); toggleBlock('4', false); toggleBlock('5', false)">Page 1</a> | <a href="#" onclick="toggleBlock('1', false); toggleBlock('2', true); toggleBlock('3', false); toggleBlock('4', false); toggleBlock('5', false)">Page 2</a> | <a href="#" onclick="toggleBlock('1', false); toggleBlock('2', false); toggleBlock('3', true); toggleBlock('4', false); toggleBlock('5', false)">Page 3</a> | <a href="#" onclick="toggleBlock('1', false); toggleBlock('2', false); toggleBlock('3', false); toggleBlock('4', true); toggleBlock('5', false)">Page 4</a> | <a href="#" onclick="toggleBlock('1', false); toggleBlock('2', false); toggleBlock('3', false); toggleBlock('4', false); toggleBlock('5', true)">Page 5</a>
Go back to your cottage and look for the parts I've put in bold. You change those to whatever you want the rooms to be named.
Posted on: 2011/5/26 16:28
|
|||||||||||
|
_________________
![]() |
|||||||||||
| Re: 5 room cottage with permanent links to all pages | #67 | ||||||||||
|
|||||||||||
|
Thanks, Mopiece! That comes in handy.
Posted on: 2011/5/27 14:35
|
|||||||||||
« 1 2 (3) 4
![]() |
Register To Post |
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.



All Games
RPG
Adventure
SIM
Story
Cute
Game Kits
Amaranth Games (games only by us)












































