Unknown Link
3 posters
Page 1 of 1
Unknown Link
Hi,
A link is appearing at top of my forums for no apparent reason, I've changed the theme, yes. The CSS was reset and set to a new one, I copied my previous CSS and pasted it in the new CSS (ofc not ALL of it, just the ones I wanted). Then this started to appear; when the guest logs in, it disappears with the login function, I just want a fix. I want that link to disappear. Thanks.
Also, there's one more thing, the text in my posts is always black, I tried to change everything in the CSS and colors tab which is next to it, but it kinda caused other stuff. For example, the moderators color should be red on my forums, however, some are now red and white. I've used the following code:
If I could get a clean answer to that, I'd be grateful as well.
Thanks.
EDIT; ugh one more thing
One of the forum titles (under category) has changed from its original theme color (red) to white. I believe it's due to the code I'm using above. I might need a solution for this.
A link is appearing at top of my forums for no apparent reason, I've changed the theme, yes. The CSS was reset and set to a new one, I copied my previous CSS and pasted it in the new CSS (ofc not ALL of it, just the ones I wanted). Then this started to appear; when the guest logs in, it disappears with the login function, I just want a fix. I want that link to disappear. Thanks.
Also, there's one more thing, the text in my posts is always black, I tried to change everything in the CSS and colors tab which is next to it, but it kinda caused other stuff. For example, the moderators color should be red on my forums, however, some are now red and white. I've used the following code:
- Code:
body{
color: #FFFFFF !important;
}
If I could get a clean answer to that, I'd be grateful as well.
Thanks.
EDIT; ugh one more thing
One of the forum titles (under category) has changed from its original theme color (red) to white. I believe it's due to the code I'm using above. I might need a solution for this.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
bump, this doesn't seem to be hard for support moderators or above. so please
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
That is not a link. It is part of the code you added.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Unknown Link
slg wrote:That is not a link. It is part of the code you added.
I highly doubt.
On my former theme, that link wasn't appearing, however after I changed the theme and put my CSS back, it appeared.
Nera for sure knows, considering she guided about the login function. So if you could let her know, I'd be grateful.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
Take a look and make sure that the code is posted correctly.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Unknown Link
Hi,
Is this a joke right now? Seriously.
I've re-done everything from the scratch and I'm one hundred percent sure I've done every single step accordingly.
Now guess what, link didn't disappear and now guests can NOT see the login function, only registered users CAN. It appears for registered users instead of guests.
Also, yes; I've added the code in the templates among triggers, I've re-added, re-done, and re-tried everything.
How can someone explain this? Is all of this happening just because I changed the theme?
EDIT; I've found this in my template:
Might it be the reason for that link appearing on top or what?
Is this a joke right now? Seriously.
I've re-done everything from the scratch and I'm one hundred percent sure I've done every single step accordingly.
Now guess what, link didn't disappear and now guests can NOT see the login function, only registered users CAN. It appears for registered users instead of guests.
Also, yes; I've added the code in the templates among triggers, I've re-added, re-done, and re-tried everything.
How can someone explain this? Is all of this happening just because I changed the theme?
EDIT; I've found this in my template:
- Code:
background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
Might it be the reason for that link appearing on top or what?
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
hmmmmmmmmmmmmmmmmmmmmmmmmmm
Not sure if Nera checked this, but she might know the answer, I want her to post if she at least knows. If you could call/get her here, I'd be grateful.
Also; she blocked players from sending PM's.
Not sure if Nera checked this, but she might know the answer, I want her to post if she at least knows. If you could call/get her here, I'd be grateful.
Also; she blocked players from sending PM's.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
I've just found out why the link appeared, it's due to that CSS code I posted above:
Also, it's the reason for other forums and titles getting the white color. I've removed !important; and it fixed almost everything other than the link, it appeared in white due to that code containing 'body'. So not only the text in posts was colored white, also few other stuff (link is one of them).
Therefore, I just need a code that changes the text in posts to white, I have it set as black for some reason, the text color is white in my settings, however it's black. I want a code for a white color text in posts, please.
Is there another code or is it just
Thanks in advance.
- Code:
body{
color: #FFFFFF !important;
}
Also, it's the reason for other forums and titles getting the white color. I've removed !important; and it fixed almost everything other than the link, it appeared in white due to that code containing 'body'. So not only the text in posts was colored white, also few other stuff (link is one of them).
Therefore, I just need a code that changes the text in posts to white, I have it set as black for some reason, the text color is white in my settings, however it's black. I want a code for a white color text in posts, please.
Is there another code or is it just
- Code:
body{
color: #FFFFFF !important;
}
Thanks in advance.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
the link you are getting in your slider is caused by a code issue. within tables, if you close it correctly it will go away and then ceasing the issue you are having. Check the code that you must insert at the <body
Re: Unknown Link
This is what's after <body (of course what I added for the login function):
I can't exactly determine what forces the link to appear, what about you?
- Code:
<!-- BEGIN switch_user_logged_out -->
<!-- Login --><div id="toppanel">
<div id="panel">
<div class="content clearfix">
<div class="left">
<h1>Welcome to Our Official Website!</h1>
<h2>The Home of Sworn Police Officers.</h2>
<p class="grey">Please login or register now! Thank you</p>
<h2>Benefits of Registering?</h2>
<p class="grey">You'll be permitted to view and post in various sections on our official website! You'll gain further rights.</p>
</div>
<div class="left">
<center><h1>Login</h1></center>
<form class="c3" action="/login.forum" method="post">
<table class="c2" border="0" cellpadding="3" cellspacing="1">
<tbody>
<tr>
<td align="right" width="45%">Username:</td>
<td><input name="username" size="25" maxlength="40" class="c1" type="text"></td>
</tr>
<tr>
<td align="right">Password:</td>
<td><input name="password" size="25" maxlength="32" class="c1" type="password"></td>
</tr>
<tr align="center">
<td colspan="2">Log me on automatically each visit: <input name="autologin" checked="true" type="checkbox"></td>
</tr>
<tr align="center">
<td colspan="2"><input class="mainoption" name="login" value="Log in" type="submit"> <input name="redirect" type="hidden" value="/h1-redirect-page"></td>
</tr>
</tbody>
</table>
</form>
</div>
<div class="left right">
<form action="#" method="post">
<h1>Not a member yet? Register!</h1>
<br>
<center><a href="/register">Click here to Register now!</a></center>
<center> You will be Redirected to the Login Page</center>
</form>
</div>
</div>
</div> <!-- /login -->
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>Hello Guest!</li>
<li class="sep">|</li>
<li id="toggle">
<a id="open" class="open" href="#">Log In | Register</a>
<a id="close" style="display: none;" class="close" href="#">Close Panel</a>
</li>
<li class="right"> </li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
<!-- END switch_user_logged_out -->
I can't exactly determine what forces the link to appear, what about you?
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
hey man give me a link to your website. it looks like aside from that script, you may have erase something. Just let me take a look and let you know really quick. I have this same login perspective and well its not doing it to my site. Ill look quick for ya
Re: Unknown Link
Ok, here's my site:
http://lspd-gov.sampforum.net/
You should know that the login function is disabled for registered users and enabled for guests, so that link appears for guests when the login function pops up.
http://lspd-gov.sampforum.net/
You should know that the login function is disabled for registered users and enabled for guests, so that link appears for guests when the login function pops up.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
found your error. Firstly is this the only thing you have done in the overall header? if so go back to default! then go and find the body. what happened was you placed the code inside your body tags. and orginally this what your body looked like
also if you want it to hide to logged in users use these between that code.
begin should be before <!-- login --> and the END will be right after <!-- panel --> hoppe this helps you my friend
- Code:
<body background="http://i49.tinypic.com/16kxn7.jpg" bgcolor="#000000" text="#ffffff" link="#0063f7" vlink="#0063f7">
- Code:
vlink="{T_BODY_VLINK}">
- Code:
<!--
Login --><div id="toppanel"><div id="panel"><div class="content clearfix"><div class="left"><h1>Welcome to Our Official Website!</h1><h2>The Home of Sworn Police Officers.</h2> <p class="grey">Please login or register now! Thank you</p><h2>Benefits of Registering?</h2><p class="grey">You'll be permitted to view and post in various sections on our official website! You'll gain further rights.</p></div><div class="left"><center><h1>Login</h1></center><form class="c3" action="/login.forum" method="post"><table class="c2" border="0" cellpadding="3" cellspacing="1"><tbody><tr><td align="right" width="45%">Username:</td><td><input name="username" size="25" maxlength="40" class="c1" type="text"></td></tr><tr><td align="right">Password:</td><td><input name="password" size="25" maxlength="32" class="c1" type="password"></td></tr><tr align="center"><td colspan="2">Log me on automatically each visit: <input name="autologin" checked="true" type="checkbox"></td></tr><tr align="center"><td colspan="2"><input class="mainoption" name="login" value="Log in" type="submit"> <input name="redirect" type="hidden" value="/h1-redirect-page"></td></tr></tbody></table></form></div><div class="left right"><form action="#" method="post"><h1>Not a member yet? Register!</h1> <br> <center><a href="/register">Click here to Register now!</a></center><center> You will be Redirected to the Login Page</center></form></div></div></div><!--
/login --><!--
The tab on top --> <div class="tab"><ul class="login"><li class="left"> </li><li>Hello Guest!</li><li class="sep">|</li><li id="toggle"><a id="open" class="open" href="#">Log In | Register</a><a id="close" style="display: none;" class="close" href="#">Close Panel</a> </li><li class="right"> </li></ul> </div><!--
/ top --></div><!--
panel -->
also if you want it to hide to logged in users use these between that code.
- Code:
<!-- BEGIN switch_user_logged_out -->
<!-- END switch_user_logged_out -->
begin should be before <!-- login --> and the END will be right after <!-- panel --> hoppe this helps you my friend
Re: Unknown Link
Thank you, the link has finally gone away. I'm extremely grateful for that.
Does anyone have a code to change the text color in posts now? lol
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
lol no problem my friend. It takes a little time and someone who stands by you and takes the process slowly. now post text that's easy my friend go to CSS and find
and mess around with that a little to your liking
- Code:
.postdetails{
font-size : 9px;
color : #cccccc;
}
.postbody{
font-size : 12px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #33aaff }
a.postlink:visited{
text-decoration: none;
color : #ff9900;
}
a.postlink:active{
text-decoration: none;
color : #bbbbbb;
}
a.postlink:hover{
text-decoration: underline;
color : #ff0000}
and mess around with that a little to your liking
Re: Unknown Link
I don't really have that in CSS, so I'll just steal that code
I'm a bit confused; is it postdetails or postbody to change the text color? Postbody does not have a color option though.
I'm a bit confused; is it postdetails or postbody to change the text color? Postbody does not have a color option though.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
details i'm sure will work. try it out add a vibrant color and see if it changes what you want
Re: Unknown Link
Everything worked out. Great thanks to you.
This may be locked & moved.
This may be locked & moved.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
Good going my friend. I'm glad to assist you. If you ever need help, make a topic, and PM me with link and i'll help ya
Re: Unknown Link
How cute.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
nextlevelgaming wrote:???
LOL.
I didn't mean anything. Thanks for the help once again.
DarkGlow- Forumember
- Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel
Re: Unknown Link
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Unknown errors on forum
» Unknown Problem
» Unknown Character
» Unknown JS Slowing Site
» change the unknown avatar picture
» Unknown Problem
» Unknown Character
» Unknown JS Slowing Site
» change the unknown avatar picture
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum