The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

/forum link isn't working

4 posters

Go down

/forum link isn't working Empty /forum link isn't working

Post by Seranda7 December 16th 2012, 8:15 pm

Hey =)

On my forum, I have an HTML homepage, which then links to the forums. For some of our users, however, the link to the forums isn't working. We've been looking for an answer the past few days, but we can't find one and are stumped.

http://serenity-river-pack.forumotion.com

The problem has only been reported by Firefox users, and yet at times it works for them. It really seems random when and to whom this problem happens.

Thanks in advance!

Sera
avatar
Seranda7
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Mariofan13 December 16th 2012, 9:05 pm

The posted link leads directly to the forum, and not to a html page confused

If I insert http://serenity-river-pack.forumotion.com/forum , i will be redirected to http://serenity-river-pack.forumotion.com/ Wink

My browser is Firefox 17.0.1
Mariofan13
Mariofan13
Forumember

Male Posts : 188
Reputation : 6
Language : German, English, Latin, 1337, HTML, CSS, BBCode, Wikitext
Location : Mushroom Kingdom

http://mario-forum.net

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by DestinysGrace December 16th 2012, 11:24 pm

Yes, that is because I disabled the HTML page for the time being, because many of our members use firefox and have the issue. (Sorry, Sera. ^^ I was getting annoyed having to use the chatbox link.) I'll re-enable it so you may see, though. c:
DestinysGrace
DestinysGrace
Forumember

Female Posts : 50
Reputation : 1
Language : English
Location : Colorado

http://serenity-river-pack.forumotion.com/forum

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Mariofan13 December 16th 2012, 11:39 pm

Now, the error appeared here with Firefox too. With Google Chrome and Internet Exploder 9 it works perfectly.

Maybe a bug, let's wait for the Forumotion Staff Wink

PS:I see, that there are no links inserted for all buttons in the table at the right side, except the "Forums"-Button Wink
Mariofan13
Mariofan13
Forumember

Male Posts : 188
Reputation : 6
Language : German, English, Latin, 1337, HTML, CSS, BBCode, Wikitext
Location : Mushroom Kingdom

http://mario-forum.net

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by DestinysGrace December 16th 2012, 11:41 pm

Yeah. The page and all links are general WIP's, as Sera's been working on changing their layouts. Alrighty, I guess we'll wait and see. Thanks, though. ^^
DestinysGrace
DestinysGrace
Forumember

Female Posts : 50
Reputation : 1
Language : English
Location : Colorado

http://serenity-river-pack.forumotion.com/forum

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Seranda7 December 17th 2012, 8:43 pm

Yep, the home page is going to be improved through the suggestions of our users so I'm not making the other pages yet to keep the CSS consistent through them all. =)

Here's the link to the HTML page since we've taken the homepage down: http://www.serenityriverpack.com/h8-homepage-2
avatar
Seranda7
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Mariofan13 December 17th 2012, 8:48 pm

Now it is working Wink
I clicked on this link: http://www.serenityriverpack.com/h8-homepage-2, and the homepage appeared. Then I clicked on the page, and the forum appeared Wink
Mariofan13
Mariofan13
Forumember

Male Posts : 188
Reputation : 6
Language : German, English, Latin, 1337, HTML, CSS, BBCode, Wikitext
Location : Mushroom Kingdom

http://mario-forum.net

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by DestinysGrace December 17th 2012, 9:25 pm

It still doesn't work if it's set as the forum homepage. I just tried it and it just cops out again.
DestinysGrace
DestinysGrace
Forumember

Female Posts : 50
Reputation : 1
Language : English
Location : Colorado

http://serenity-river-pack.forumotion.com/forum

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by kirk December 17th 2012, 9:37 pm

Castiel_ wrote:It still doesn't work if it's set as the forum homepage. I just tried it and it just cops out again.

what is it set to now just the regular forum homepage,
that's what i am getting but you have a different set up and looks all skinny.
\
Os that how it is supposed to look.
as far as your html page problem, you should post it in scrip its and code section and let us have a look at it.
Usually these days it always seems that everything works in all browsers accept IE, i am forever having problems getting things to appear right in IE.. but never have any problems with firefox or other browsers.

But i cant really tell whats what with that unless i see it and the coding as well.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Seranda7 December 18th 2012, 7:24 am

Alright, here's the code:

Code:
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<meta name="description" content="Serenity River Pack - a literate and active wolf role play forum, with exciting plots and fun events!" />
<title>Serenity River Pack</title>
<link rel="icon" type="image/ico" href="http://i995.photobucket.com/albums/af80/Prue594/SRP-2.png"/>
</head>
<style>
*{
padding:0px;
margin:0px;
border:none;
background:transparent;
}

.logo{
display:block;
background-attachment:fixed;
background-position:50% 50%;
background-image:url(http://i10.servimg.com/u/f10/16/27/06/88/coolte11.png);
background-repeat:no-repeat;
width:100%;
height:100%;
color:#ffffff;
text-align:center;
background-color:#000000;
margin-bottom:50px;
border-bottom:2px solid #80a5b7;
z-index:1000000;
}

body{
background:url(http://i44.servimg.com/u/f44/17/34/53/71/darwin10.jpg);
background-attachment:fixed;
}

.box{
background:#2F3A3E;
width:70%;
margin:auto;
padding:20px;
border:4px solid #071216;
border-radius:10px 40px;
-moz-border-radius:10px 40px;
-webkit-border-radius:10px 40px;
-o-border-radius:10px 40px;
}

.bar{
margin-bottom:10px;
margin-top:10px;
text-align:center;
display:block;
padding:20px;
margin:auto;
width:274px;
position:fixed;
right:0px;
top:50px;
z-index:500;
}

.bar a{
padding:5px;
text-transform:uppercase;
color:#80A5B7;
text-decoration:none;
background:#3C6C83;
border-width: 2px 2px 2px 2px!important;
font-size:16px;
font-family:'high tower text','arial',sans-serif;
display:block;
border:2px solid transparent;
margin:auto;
box-shadow:0px 0px 0px 2px #80a5b7;
width:200px;
}

.bar a:hover{
background:#071216;
text-shadow:0px 0px 3px #80a5b7, 0px 0px 10px #80a5b7, 0px 0px 20px #80a5b7;
color:transparent;
margin:auto;
padding-right:35px;
padding-left:35px;
box-shadow:-2px 0px 5px 2px #80a5b7;
}

.pic{
text-align:center;
}

.pic img{
border-radius:40px 10px;
-moz-border-radius:40px 10px;
-webkit-border-radius:40px 10px;
-o-border-radius:40px 10px;
border:4px solid #071216;
-moz-transition:ease-in-out 0.5s;
trasition:ease-in-out 0.5s;
-webkit-transition:ease-in-out 0.5s;
-o-transition:ease-in-out 0.5s;
max-width:100%;
}

.pic img:hover{
border-radius:10px 40px;
-moz-border-radius:10px 40px;
-webkit-border-radius:10px 40px;
-o-border-radius:10px 40px;
border:4px solid #80a5b7;
}

a{
color:#071216;
text-decoration:none!important;
-moz-transition:ease-in-out 0.2s;
trasition:ease-in-out 0.2s;
-webkit-transition:ease-in-out 0.2s;
-o-transition:ease-in-out 0.2s;
}

a:hover{
color:#80a5b7;
text-shadow:0px 0px 2px #071216;
}

.table{
background:#3C6C83;
margin-top:10px;
max-width:100%;
display:block;
overflow:auto;
}

.sidebar{
padding:3px;
border:2px solid #071216;
}

.sidebox{
background:#80A5B7;
color:#071216;
padding:5px;
border-bottom:2px solid #071216;
text-align:center;
margin-bottom:5px;
}

.sidebox a:hover{
color:#2F3A3E;
}

.sidebox h2{
font-size:18px;
text-align:center;
display:block;
padding:5px;
background:#071216;
color:#80a5b7;
margin:0px;
border:1px solid #3C6C83;
border-radius:10px 0px 0px 0px;
-moz-border-radius:10px 0px 0px 0px;
-webkit-border-radius:10px 0px 0px 0px;
-o-border-radius:10px 0px 0px 0px;
background-image:url(http://i47.servimg.com/u/f47/16/27/06/88/n_grad10.jpg);
background-repeat:repeat-x;
}

.footer{
display:block;
margin:10px;
text-align:center;
}

.footer a{
padding:5px;
display:inline-block;
border:1px solid #80a5b7;
}

.footer a:hover{
background:#071216;
}

.srp a{
color:transparent;
padding:10px;
margin:10px;
font-size:40px;
text-shadow:0px 0px 3px #80a5b7, 0px 0px 10px #80a5b7, 0px 0px 20px #80a5b7;
display:block;
text-align:center;
transition:ease-in-out 1s;
-moz-transition:ease-in-out 1s;
-o-transition:ease-in-out 1s;
-webkit-transition:ease-in-out 1s;
}

.srp:hover a{
color:#071216;
}

.scrollbox{
overflow:auto;
border-left:2px solid #80a5b7;
padding:10px;
background:#071216;
color:#80a5b7;
}

.scrollbox a{
color:#80a5b7;
text-shadow:0px 1px 0px #3C6C83;
}

.scrollbox a:hover{
color:transparent;
text-shadow:0px 0px 3px #80a5b7, 0px 0px 10px #80a5b7, 0px 0px 20px #80a5b7;
}

.scrollbox hr{
height:0px!important;
width:100%;
border-top:2px solid #80a5b7;
}

.scrollbox h2{
color:transparent;
text-shadow:0px 0px 3px #80a5b7, 0px 0px 10px #80a5b7, 0px 0px 20px #80a5b7;
padding:5px;
display:block;
border-bottom:2px solid #80a5b7;
font-weight:normal;
}

.date{
opacity:0.4;
text-align:right;
}

.affiliate{
text-align:center;
border:1px solid #071216;
width:180px;
margin:auto;
}

.affiliate img{
border:1px solid #071216;
width:88px;
height:31px;
}

.affiliate img:hover{
opacity:1!important;
}

.inline{
display:inline-block;
}

.motmimg{
max-width:150px;
max-height:150px;
}

#img1{
opacity:0.4;
display:inline-block;
width:90px;
}

#img1:hover{
opacity:1!important;
}

#img2{
opacity:0.4;
width:90px;
display:inline-block;
}

#img2:hover{
opacity:1!important;
}

#img3{
opacity:0.4;
display:inline-block;
width:90px;
}

#img3:hover{
opacity:1!important;
}

#img4{
opacity:0.4;
display:inline-block;
width:90px;
}

#img4:hover{
opacity:1!important;
}

#img5{
opacity:0.4;
width:90px;
display:inline-block;
}

#img5:hover{
opacity:1!important;
}

#img6{
opacity:0.4;
display:inline-block;
width:90px;
}

#img6:hover{
opacity:1!important;
}

#img7{
opacity:0.4;
display:inline-block;
width:90px;
}

#img7:hover{
opacity:1!important;
}

#img8{
opacity:0.4;
width:90px;
display:inline-block;
}

#img8:hover{
opacity:1!important;
}

#img9{
opacity:0.4;
display:inline-block;
width:90px;
}

#img9:hover{
opacity:1!important;
}

#img10{
opacity:0.4;
display:inline-block;
width:90px;
}

#img10:hover{
opacity:1!important;
}

#img11{
opacity:0.4;
width:90px;
display:inline-block;
}

#img11:hover{
opacity:1!important;
}

#img12{
opacity:0.4;
display:inline-block;
width:90px;
}

#img12:hover{
opacity:1!important;
}

#img13{
opacity:0.4;
display:inline-block;
width:90px;
}

#img13:hover{
opacity:1!important;
}

#img14{
opacity:0.4;
width:90px;
display:inline-block;
}

#img14:hover{
opacity:1!important;
}

#img15{
opacity:0.4;
display:inline-block;
width:90px;
}

#img15:hover{
opacity:1!important;
}

#img16{
opacity:0.4;
display:inline-block;
width:90px;
}

#img16:hover{
opacity:1!important;
}

.hide{
background-image:url(http://i47.servimg.com/u/f47/16/27/06/88/n_grad10.jpg);
background-repeat:repeat-x;
color:#80a5b7;
box-shadow:0px 1px 0px 1px #80a5b7;
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-radius:10px;
padding:10px;
width:200px;
}

.hide:hover{
background:#80a5b7;
color:#071216;
}

.council img{
max-width:50px;
max-height:50px;
opacity:0.4;
margin:auto;
}

.council img:hover{
opacity:1;
}

.council{
padding:5px;
}

.council .text{
padding:5px;
padding-left:10px;
font-size:20px;
text-align:center;
}

.bbottom{
border-bottom:2px solid #071216;
}
</style>
<body>
<a href="http://serenity-river-pack.forumotion.com/forum"><div class="logo"><b>IMPORTANT!</b> If you're having trouble getting into the site from this page, I've put a link to Announcements below that *should* work! If you still can't get on, tell us so on the WOLFQUEST THREAD.</div></a>
<div class="box">
<div class="srp"><a href="http://serenity-river-pack.forumotion.com/forum">Serenity River Pack</a></div>
<div class="pic" id="pic"><a href="http://serenity-river-pack.forumotion.com/forum"><SCRIPT LANGUAGE="Javascript"><!--
function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img src='http://i995.photobucket.com/albums/af80/Prue594/LiafisBanner.jpg' border='0'>"
image[number++] = "<img src='http://i995.photobucket.com/albums/af80/Prue594/Ariasbanner.jpg' border='0'>"
image[number++] = "<img src='http://i995.photobucket.com/albums/af80/Prue594/BoysBanner.jpg' border='0'>"
image[number++] = "<img src='http://i995.photobucket.com/albums/af80/Prue594/AzzurasBanner.jpg' border='0'>"


increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//--></SCRIPT></a></div>

<table width="100%" border="0" class="table">
<tr>
<td width="25%" style="vertical-align:top;max-width:25%;"><div class="sidebar">

<div class="sidebox"><h2>Visitors</h2>
<br />
<img src="http://counter.digits.com/?counter={43c055bd-88f3-2d04-bd13-96c35a59497c}" alt="visitors" /><br /><br />
Visitors since August 20th!
</div>

<div class="sidebox"><h2>MotM</h2>
<br />
<img src="http://i1150.photobucket.com/albums/o610/tethiel/kayne.png" alt="Kayne" class="motmimg"/>
<br /><br />
Kayne's been an active member of the RP, offered support for others in the Vent Station, and he also did his Rank Duty. (The only one to do so, I believe!)
And so, for being awesome, Kayne is this months MotM!
</div>

<div class="sidebox"><h2>Council</h2>
<br />

<div class="council">
<table cellspacing="0" cellpadding="0">
<tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://r28.imgfast.net/users/2816/43/68/94/avatars/1-19.png" />
</td><td class="bbottom">
<div class="text">Lelio<br /><sup>Lead Alpha</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://r28.imgfast.net/users/2816/43/68/94/avatars/6-47.jpg" />
</td><td class="bbottom">
<div class="text">Liafi<br /><sup>Alpha</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://r28.imgfast.net/users/2816/43/68/94/avatars/4-35.jpg" />
</td><td class="bbottom">
<div class="text">Enat<br /><sup>Alpha</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://i995.photobucket.com/albums/af80/Prue594/srpawardsavvie.jpg" />
</td><td class="bbottom">
<div class="text">Connor<br /><sup>Alpha</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://i995.photobucket.com/albums/af80/Prue594/srpawardsavvie.jpg" />
</td><td class="bbottom">
<div class="text">Seath<br /><sup>Overlord</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://r28.imgfast.net/users/2816/43/68/94/avatars/13-61.jpg" />
</td><td class="bbottom">
<div class="text">Boy<br /><sup>Beta</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://i1262.photobucket.com/albums/ii610/Rautayrtti/SeraAva.png" />
</td><td class="bbottom">
<div class="text">Thaliel<br /><sup>Beta</sup></div>
</td></tr><tr><td class="bbottom" width="25%" style="text-align:center">
<img src="http://r28.imgfast.net/users/2816/43/68/94/avatars/12-38.png" />
</td><td class="bbottom">
<div class="text">Karatavuk<br /><sup>Beta</sup></div>
</td></tr>




</table></div>
</div>

<div class="sidebox"><h2>Affiliates</h2>
<br /><div class="affiliate">

<div id="img1" class="1"><a href="http://www.theafricanstarspack.com/" target="_blank"><img src="http://fc00.deviantart.net/fs71/f/2012/015/4/b/asp_minibanner_by_epicalme-d4mg4dp.gif"  alt="African Stars Pack" ></a></div><div id="img2" class="2"><a href="http://www.salvajewolves.net" target="_blank"><img src="http://www.salvajewolves.net/images/wws-5.png" alt="Wild Wolf Society"/></a></div><div id="img3" class="3"><a href="http://seventhprimeval.b1.jcink.com" target="_blank"><img src="http://i1262.photobucket.com/albums/ii610/Rautayrtti/SPAffBanner.png"></a></div><div id="img4" class="4"><a href="http://www.doutaini.com/" target="_blank"><img src="http://img18.imageshack.us/img18/7071/2u7vfya.png"></a></div><div id="img5" class="5"><a href="http://origin-wolves-v2.proboards.com/index.cgi" target="_blank"><img src="http://i52.tinypic.com/2418pbs.jpg" border=0 alt="O R I G I N ;; a fantasy wolf roleplay"></a></div><div id="img6" class="6"><a href="http://www.thefourclanswq.forumotion.com/" target="_blank"><img src="http://i986.photobucket.com/albums/ae346/Windripper/TFC-Button.gif"/></a></div><div id="img7" class="7"><a href="http://sweetaspoison.proboards.com/" target="_blank"><img src="http://fc05.deviantart.net/fs71/f/2010/237/6/9/SAP_Banner_by_Eldarwen_Vanimedle.png" border="0"></a></div><div id="img8" class="8"><a href="http://timexxx.proboards.com/index.cgi" target="_blank"><img src="http://i1135.photobucket.com/albums/m625/fire-opal/Affiecool.jpg" border="0"></a></div><div id="img9" class="9"><a href="http://reignofpromise.proboards.com/index.cgi" target="_blank"><img src="http://i856.photobucket.com/albums/ab129/Miss_Clyde/reign%20of%20promise/affiebutton.png" alt="Reign of Promise" border="0" /></a></div><div id="img10" class="10"><a href="http://clashrpg.proboards.com" target="_blank"><img src="http://i1249.photobucket.com/albums/hh501/Tramenier/aff3.jpg" alt="CLASH! semi-realistic wolf & equine RPG" border="0" /></a></div><div id="img11" class="11"><a href="http://kylarad-rp.proboards.com/index.cgi" target="_blank"><img src="http://i1205.photobucket.com/albums/bb437/wyson2/KylaradAffie.jpg?t=1343153262"></a></div><div id="img12" class="12"><a href="http://catastrophex.proboards.com" target="_blank"><img src="http://i49.tinypic.com/n41ex.png" width=88 height=31 border=0 alt="CATASTROPHE!"></a></div><div id="img13" class="13"><a href="http://luminaries.forumotion.net/" target="_blank"><img src="http://oi46.tinypic.com/25au2rc.jpg" width=88 height=31 border=0 alt="Luminaries"></a></div><div id="img14" class="14"><a href="http://havensgrove.com/forum" target="_blank"><img src="http://i723.photobucket.com/albums/ww234/HilaryMarie92/New%20Havens%20Grove/HGthumb.jpg" alt="Haven's Grove" /></a></div><div id="img15" class="15"><a href="http://silverhollows.forumotion.com/" target="_blank"><img src="http://i49.tinypic.com/eiw6kk.png" alt="Silver Hollows Pack" /></a></div><div id="img16" class="16"><a href="http://thepackroleplay.weebly.com/" target="_blank"><img src="http://thepackroleplay.weebly.com/uploads/5/8/6/2/5862578/9438532_orig.png" alt="pack"  /></a></div>

<a href="http://serenity-river-pack.forumotion.com/t255-affiliate-with-srp#9916"><img src="http://i37.servimg.com/u/f37/16/27/06/88/affili10.jpg" alt="Affiliate with SRP!"/></a><a href="http://serenity-river-pack.forumotion.com/t255-affiliate-with-srp#9916" target="_blank"><img src="http://i37.servimg.com/u/f37/16/27/06/88/affili10.jpg" alt="Affiliate with SRP!"/></a></div><br />
</div>

</div></td>
<td style="vertical-align:top;max-width:75%;"><div class="scrollbox">

<label for="check"><center><div class="hide" id="hideorshow">Show the navigation bar?
<input type=checkbox name="check" value="99"  id="check" onclick="function hide();" tabindex="
checked" /></div></center></label>

<div class="bar" id="bar"><br /><a href="">Council</a><a href="">Guest Chat</a><a href="">Announcements</a><a href="">Gallery</a><a href="">Testimonials</a><a href="">Amazing People</a><a href="">Join</a><a href="http://serenity-river-pack.forumotion.com/forum">Forums</a></div>

<a href="http://serenity-river-pack.forumotion.com/f5-announcements">ANNONCEMENTS</a>

<h2>New Homepage!</h2>
<div class="date">Dec 15th</div>
Whoo! Finally done! I've made a new front page, which is (hopefully) much much better than the last one. No offense younger me, but... bleck! Soon, the rest of the pages will be up. I want to improve this, so if you have any suggestions PM me or stalk me in the chat. (By the way - it's Seath here!)
<br /><br />


</div></td>
</tr>
</table>

<div class="footer"><a href="http://www.wolfquest.org/bb/viewtopic.php?f=50&t=45848" target="_blank">WolfQuest Thread</a><a href="http://www.forumotion.com/" target="_blank">Forumotion</a></div>

</div>

<script type="text/javascript">
function display(number){
    number = number || 1
    $('.'+ (number % 16 + 1)).delay(500).fadeTo(250,1, function(){display(++number);}).delay(500).fadeTo(250,0.5);
}

window.onload= function(){ display(); };
</script>

<script type="text/javascript">

$(document).ready(function() {
 $('#check').click(function() {
  if($(this).is(':checked')) {
  $('#bar').hide();
  } else {
  $('#bar').show();
  }
 });
});

</script>
</body>
</html>
avatar
Seranda7
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

/forum link isn't working Empty Re: /forum link isn't working

Post by Seranda7 December 22nd 2012, 6:20 pm

Bump
avatar
Seranda7
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum