HTML Error in Default Template
3 posters
Page 1 of 1
HTML Error in Default Template
Hello Staff, @Buttercup I found this error in the default template of privmsg_topic_review (forum version punbb) not sure if all other forum versions are affected.
Here is the Default Template (with error)
The error
Hope this helps!
Best Regards
FrOsTyXi
Here is the Default Template (with error)
- Code:
<div class="main">
<!-- BEGIN switch_inline_mode -->
<div class="main-head">
<h1 class="page-title">{L_TOPIC_REVIEW}</h1>
</div>
<!-- END switch_inline_mode -->
<style type="text/css" media="screen">
<!--
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
-->
</style>
<!-- BEGIN postrow -->
<div class="main-content topic">
<div class="post">
<div class="postmain">
<div class="posthead">
<h2>{postrow.POST_SUBJECT_NEW} - {postrow.POST_DATE}</h2>
</div>
<div class="postbody">
<div class="user online">
<h4 class="user-ident">
<span class="username">{postrow.POSTER_NAME}</span>
<div class="user-basic-info">
{postrow.POSTER_AVATAR}<br />
{postrow.POSTER_NAME}
</div>
</h4>
</div>
<div class="post-entry">
<div class="entry-content">
<p>{postrow.MESSAGE}</p>
</div>
</div>
<div class="postfoot">
{L_ATTACH_SIGNATURE}
</div>
</div>
</div>
</div>
</div>
<!-- END postrow -->
</div>
The error
- Code:
<style type="text/css" media="screen">
<!--
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
-->
</style>
Hope this helps!
Best Regards
FrOsTyXi
Last edited by FrOsTyXi on 20.05.15 1:18; edited 1 time in total
Re: HTML Error in Default Template
@Sir. Mayo this is across my screen before fixing this issue <style type="text/css" media="screen">
<!--
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
-->
</style>
see it here in the picture
That was an issue for me and to see it is on a default template makes it Forumotion's issue now
Regards
FrOsTyXi
<!--
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
-->
</style>
see it here in the picture
That was an issue for me and to see it is on a default template makes it Forumotion's issue now
Regards
FrOsTyXi
Re: HTML Error in Default Template
Oh! My fault i was confused as to what you meant, How ever you solution does not include a closing <div> tag! With that said, as far as i know you cannot Use Div to identify css. And basically all you did was cause an error in the template.
Just paste whats below in between the two <style> </style> tags. And your problem should be gone.
For some reason who ever made the template, used an HTML comment where a CSS comment should go away
Just paste whats below in between the two <style> </style> tags. And your problem should be gone.
For some reason who ever made the template, used an HTML comment where a CSS comment should go away
- Code:
/*
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
*/
Re: HTML Error in Default Template
So on your forum that code appeared?
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: HTML Error in Default Template
@SLGray Yes sir, that was the default template i just removed
@Sir. Mayo fix worked but for one line, but that was fine removing the snippet seems to have fixed any error.
Regards
FrOsTyXi
- Code:
<style type="text/css" media="screen">
<!--
.useravatar {
position:static;
margin-top:1px;
margin-bottom:150px;
padding-bottom:150px;
padding-top:1px;
clear:both;}
-->
</style>
@Sir. Mayo fix worked but for one line, but that was fine removing the snippet seems to have fixed any error.
Regards
FrOsTyXi
Re: HTML Error in Default Template
No. I mean on the forum itself?
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: HTML Error in Default Template
@SLGray Yes that was there and I never edited the template, it was punBB Default privmsg_topic_review Template.
Regards
FrOsTyXi
Regards
FrOsTyXi
Re: HTML Error in Default Template
Well I can tell you on my punBB forums that messages does not appear.
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: HTML Error in Default Template
@Sir. Mayo Yes my theme is not from http://en.hitskin.com/
Do you think it is due to the custom theme? Funny thing is today was the first time I ever saw the error, and I do use the message system quite offten. I really think I would have seen it, but then again
Regards
FrOsTyXi
Do you think it is due to the custom theme? Funny thing is today was the first time I ever saw the error, and I do use the message system quite offten. I really think I would have seen it, but then again
Regards
FrOsTyXi
Re: HTML Error in Default Template
Maybe.
I use punbb and have a custom theme, but no edited privmsg_topic_review and like @SLGray it does not show up for me. IT may have been the Theme
I use punbb and have a custom theme, but no edited privmsg_topic_review and like @SLGray it does not show up for me. IT may have been the Theme
Re: HTML Error in Default Template
SLGray wrote:Well I can tell you on my punBB forums that messages does not appear.
@SLGray Yes it was strange to see, and thank you for confirming no error on your forums.
Regards
FrOsTyXi
Re: HTML Error in Default Template
Sir. Mayo wrote:Maybe.
I use punbb and have a custom theme, but no edited privmsg_topic_review and like @SLGray it does not show up for me. IT may have been the Theme
@Sir. Mayo Very possible, strange I have never seen it and thank you as well for confirmation of no error.
Regards
FrOsTyXi
Similar topics
» How do you enable HTML preference for all members by default + no post screen?
» Adjusting default simple profile template
» Template Error.
» Template error when resetting password
» site map error ( HTML to long )
» Adjusting default simple profile template
» Template Error.
» Template error when resetting password
» site map error ( HTML to long )
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum