Why appears this?
3 posters
Page 1 of 1
Why appears this?
Hey!
At the top of some threads appears this: p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Why? What's the problem? How can it be solved?
At the top of some threads appears this: p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Why? What's the problem? How can it be solved?
Re: Why appears this?
Hello,
Can you please post the forum link this occurs and a screenshot of the problem? Thank you.
Can you please post the forum link this occurs and a screenshot of the problem? Thank you.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Why appears this?
Screenshot (made using phone):Luffy wrote:Hello,
Can you please post the forum link this occurs and a screenshot of the problem? Thank you.
url: http://www.minervasite.org/t3879-a-szivbetegseg-vagy-a-cukorbetegseg-reme-fenyegeti-gyalogoljon
Re: Why appears this?
Is this only appearing on the certain topic?
As a guest i cannot see this issue..
As a guest i cannot see this issue..
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Why appears this?
No, it appears on other topics too (NOT all), and we don't know why it is (we deleted from other topics).Luffy wrote:Is this only appearing on the certain topic?
As a guest i cannot see this issue..
Now do you can see...
Re: Why appears this?
If this appears only on certain topics then the ones who made the topics may have added some error code in there message.. Does it appear automatically once you post a random reply?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Why appears this?
I posted a random reply and it does not appear.Luffy wrote:If this appears only on certain topics then the ones who made the topics may have added some error code in there message.. Does it appear automatically once you post a random reply?
Re: Why appears this?
Then that means that the posts that this appears has some errors in their content codes.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Why appears this?
Hello,
First thing:Go to the admin panel, to the forums description and remove the
from it.
Secondly:Go to the posts that have
at top of them. Edit them and remove the text from them. That text was manually written there by the poster or someone that edited the post. There could also be a js code on your forum that automatically adds that text to the posts before the posts gets posted.
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
First thing:Go to the admin panel, to the forums description and remove the
|
Secondly:Go to the posts that have
|
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
Guest- Guest
Re: Why appears this?
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
|
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: Why appears this?
I think there is a javascript problem.Justice wrote:Hello,
First thing:Go to the admin panel, to the forums description and remove thefrom it.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Secondly:Go to the posts that haveat top of them. Edit them and remove the text from them. That text was manually written there by the poster or someone that edited the post. There could also be a js code on your forum that automatically adds that text to the posts before the posts gets posted.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
But do you don't know that in which?
In this one:
- Code:
$(function() {
if (_userdata["session_logged_in"] == 0) {
$("dl.codebox").html(' please <a href="/login">login</a> or <a href="/register">register</a> to view it');
}
});
We aren't trolling.
Re: Why appears this?
Then you're stupid or have no idea how to manage a forum. Anyway, the JS you posted surely doesn't cause this. I don't think it's JS related because forum's description was edited from the panel and the chance that you have a js that accesses the panel is pretty small. If you want to make sure it's not caused by JS, simply disable javascript, post a topic and see if there's any weird text at top of it.DeathLess wrote:I think there is a javascript problem.Justice wrote:Hello,
First thing:Go to the admin panel, to the forums description and remove thefrom it.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Secondly:Go to the posts that haveat top of them. Edit them and remove the text from them. That text was manually written there by the poster or someone that edited the post. There could also be a js code on your forum that automatically adds that text to the posts before the posts gets posted.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
But do you don't know that in which?
In this one:?????
- Code:
$(function() {
if (_userdata["session_logged_in"] == 0) {
$("dl.codebox").html(' please <a href="/login">login</a> or <a href="/register">register</a> to view it');
}
});
We aren't trolling.
Guest- Guest
Re: Why appears this?
That is not called for. Please watch your language.Justice wrote:Then you're stupid or have no idea how to manage a forum. Anyway, the JS you posted surely doesn't cause this. I don't think it's JS related because forum's description was edited from the panel and the chance that you have a js that accesses the panel is pretty small. If you want to make sure it's not caused by JS, simply disable javascript, post a topic and see if there's any weird text at top of it.DeathLess wrote:I think there is a javascript problem.Justice wrote:Hello,
First thing:Go to the admin panel, to the forums description and remove thefrom it.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Secondly:Go to the posts that haveat top of them. Edit them and remove the text from them. That text was manually written there by the poster or someone that edited the post. There could also be a js code on your forum that automatically adds that text to the posts before the posts gets posted.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
But do you don't know that in which?
In this one:?????
- Code:
$(function() {
if (_userdata["session_logged_in"] == 0) {
$("dl.codebox").html(' please <a href="/login">login</a> or <a href="/register">register</a> to view it');
}
});
We aren't trolling.
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: Why appears this?
I don't know what your opinion is, but I don't think someone should have a forum when they don't have any idea about how to handle it themselves. Just my opinion. I don't think I insulted anyone saying they might be stupid. At the end of the day, everyone is more or less stupid.SLGray wrote:That is not called for. Please watch your language.Justice wrote:Then you're stupid or have no idea how to manage a forum. Anyway, the JS you posted surely doesn't cause this. I don't think it's JS related because forum's description was edited from the panel and the chance that you have a js that accesses the panel is pretty small. If you want to make sure it's not caused by JS, simply disable javascript, post a topic and see if there's any weird text at top of it.DeathLess wrote:I think there is a javascript problem.Justice wrote:Hello,
First thing:Go to the admin panel, to the forums description and remove thefrom it.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
Secondly:Go to the posts that haveat top of them. Edit them and remove the text from them. That text was manually written there by the poster or someone that edited the post. There could also be a js code on your forum that automatically adds that text to the posts before the posts gets posted.
- Code:
p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }
My opinion about this problem:Either you or someone else from your forum is trying to troll others. Or that person is plain stupid. Didn't work on me
But do you don't know that in which?
In this one:?????
- Code:
$(function() {
if (_userdata["session_logged_in"] == 0) {
$("dl.codebox").html(' please <a href="/login">login</a> or <a href="/register">register</a> to view it');
}
});
We aren't trolling.
Guest- Guest
Re: Why appears this?
Anyone can have a forum even if they do or do not have knowledge of any coding. Our job here is to help those who have trouble and that's what we are doing. It is everyone's right to own their forum for their reasons. Now if you think opposite it's your opinion. No need to be rude or anything.
Please let this be the end of the argument.
As for the topic author, this is not caused by any javascript. This is someone's doing.
Please let this be the end of the argument.
As for the topic author, this is not caused by any javascript. This is someone's doing.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» PM: Last sent message appears
» anyway to restrict what appears in the latest topics
» Old forum name appears in address tab
» Forum appears to be slow
» widgets-make appears to one group only?
» anyway to restrict what appears in the latest topics
» Old forum name appears in address tab
» Forum appears to be slow
» widgets-make appears to one group only?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum