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.

Post error

5 posters

Page 1 of 2 1, 2  Next

Go down

In progress Post error

Post by Apex March 5th 2013, 1:37 am

Running phpbb2 forum URL thedivine.motionsforum.com

When I view the site it looks fine but many users are complaining and one took a screenshot saying it looks like this for them Post error SJAX4Ha

Any idea why it's doing this?
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sir Chivas™ March 5th 2013, 1:46 am

Last code you've placed inside your forum? Have you recently changed or edit the templates? Looks perfect for me, try telling to them to delete their browser's cache:

https://help.forumotion.com/t22597-how-to-clear-the-cache-in-firefox-internet-explore-chrome
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 1:57 am

Okay I told them to try that we'll see if that fixes anything. Here is my entire CSS

Code:
body{
margin: 0 !important;
}

.bodyline{
padding: 0 !important;
}
.forumline {
    border-width: 1px !important;
}

.name a {
    font-size:  12px;
}
tr.post td.hr{
display: none !important;
}

tr.border-posts td{
border-bottom: 7px solid #242424 !important;
}
a.mainmenu img{
height: 6px !important;
width: 4px !important;
}

a.mainmenu[href="/calendar"]{
display: none !important;
}
tr.border-posts td {
background-color: #242424;
background-image: url(http://i69.servimg.com/u/f69/17/99/30/07/it10.png);
  height: 15px;
}

With a few edits from you in viewtopic_body and a few javascript codes from you also
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sir Chivas™ March 5th 2013, 2:02 am

What were the edits for the viewtopic_body? Can you please provide the codes?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 2:08 am

Every code you suggested in this topic I have used https://help.forumotion.com/t121171-a-few-simple-things and nothing else
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sir Chivas™ March 5th 2013, 2:14 am

I haven't suggested any code inside that topic, you're mistaking me, mate. Razz

Although, I don't see what those codes would affect your site. scratch

Did you publish the template? I see the thread perfectly, just try to see if clearing the caches helps out before jumping into other conclusions.

Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 2:19 am

Oops sorry lol, yeah it wasn't you who suggested them my bad. But I haven't used any codes except the ones found in that topic. I haven't gotten any replies on clearing the cache yet, but the site is looking just fine for me and always has. Didn't think there were any issues til someone posted the screenshot and others started complaining.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sir Chivas™ March 5th 2013, 2:31 am

Well, the only thing we can do is wait until they confirm that clearing the cache helps or not. Thank you for your patients. Wink
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 4:33 am

Okay clearing cache didn't help I guess
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sanket March 5th 2013, 5:00 am

Disable your javascripts & check. Some of the codes I suppose is messing it up.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 3:16 pm

Okay I disabled javascript, waiting to see if it's fixed for everyone or not.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sanket March 5th 2013, 3:22 pm

I checked your forum, its appearing fine to me now.

Now, delete javascript codes one by one to check which one exactly was causing the problem. Make sure you save all the codes before you start deleting them one by one.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 3:42 pm

Yeah I have them saved, there is only 2 javascript codes I was using. But I can't check which one it was because the forum appears fine to me no matter what, it's other users having the problem. So there's no way for me to really check if it's messed up or not. Here are the 2 codes I was using

Code:
$(document).ready(function(){
$('.post td[valign="top"][width="150"]').css('padding','0px 3px');
});

I think it was this one

Code:
$(document).ready(function(){
$('tr[class^="post"]:not("[id]"):has(".browse-arrows")').remove();
});
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Cassius Dio March 5th 2013, 3:45 pm

Hmm, if one of the JavaScript codes causes this bug, I think it can be the second code. Try removing it and ask again some of your members.
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 3:56 pm

Alright I added the first code back in, I have a topic waiting for replies asking if the problem is fixed or not. If it is the second, that was used to remove these parts

Post error Screencap_zps9a1963f8

Would there be any alternative to doing so? I really don't like the pointless space being there after every post.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Cassius Dio March 5th 2013, 4:02 pm

Try removing this piece of code from viewtopic_body template:
Code:
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
Don't forget to save and publish your template. Razz
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 4:52 pm

Worked like a charm, thanks man. I'll let you know if people are still having an issue or not.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 9:47 pm

There is currently no javascript running and the problem is still occurring. I imported this theme over from another forum that I made it on, I'll post the CSS and I have done nothing else to anything except for what was said in this topic here https://help.forumotion.com/t121171-a-few-simple-things

CSS
Code:
body{
margin: 0 !important;
}

.bodyline{
padding: 0 !important;
}
.forumline {
    border-width: 1px !important;
}

tr.post td.hr{
display: none !important;
}

tr.border-posts td{
border-bottom: 7px solid #242424 !important;
}
a.mainmenu img{
height: 6px !important;
width: 4px !important;
}
a.mainmenu[href="/calendar"]{
display: none !important;
 
  } 
tr.border-posts td {
background-color: #242424;
background-image: url(http://i69.servimg.com/u/f69/17/99/30/07/it10.png);
  height: 15px;
}

Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by SLGray March 5th 2013, 10:11 pm

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Second Reminder
Are the two forums the same version?


Post error Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Post error

Post by Apex March 5th 2013, 10:22 pm

Yes both are running phpbb2
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Apex March 6th 2013, 8:36 pm

So upon further investigation, I've found this error only occurs for Firefox users. Any help with this? It's really bugging me that I can't figure it out and that it doesn't work for Firefox users.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Apex March 8th 2013, 12:12 am

Could I get any assistance with this?
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sanket March 8th 2013, 4:52 am

Have you done as I had suggested? Removed the javascript codes one by one?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Post error

Post by Apex March 8th 2013, 9:17 pm

There are no javascipt codes being used on my website at all. I removed them a while ago. The problem is openly happening for Firefox users I have all javascript deleted it's running off very basic CSS and the colors. I will post my CSS once more.

Code:
body{
margin: 0 !important;
}

.bodyline{
padding: 0 !important;
}
.forumline {
    border-width: 1px !important;
}

tr.border-posts td{
border-bottom: 7px solid #242424 !important;
}
a.mainmenu img{
height: 6px !important;
width: 4px !important;
}
a.mainmenu[href="/calendar"]{
display: none !important;
 
  } 
tr.border-posts td {
background-color: #242424;
background-image: url(http://i69.servimg.com/u/f69/17/99/30/07/it10.png);
  height: 15px;
}
tr.post td.hr{
display: none !important;
}
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sanket March 9th 2013, 7:11 am

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Post error

Post by Apex March 9th 2013, 3:15 pm

If you read further down you'd see that I stated I took them off.
https://help.forumotion.com/t121298-post-error#801009

I noticed something also, if I modify the width percentage even to as low as 50%, it doesn't go past a certain point and stays stretched out. I tried making the forum not as wide to see if that was the problem but I couldn't really make the width any smaller due to that problem. Sanket, if you'd like to have my account info just say so and I'll PM it to you and you could look around and mess with things and see what you come up with. I'm completely stumped.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by Sanket March 9th 2013, 5:02 pm

Okay, I can do that. Firstly, can you give me the link of this skin on hitskin.com ?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Post error

Post by Apex March 10th 2013, 3:44 pm

I used the phpbb2 default theme via the admin CP when I switched versions, and modified the colors and added a small bit of CSS coding and that's it. So it's basically an edited version of phpbb2 default. I'll PM you my account info.
Apex
Apex
Forumember

Posts : 76
Reputation : 1
Language : English

Back to top Go down

In progress Re: Post error

Post by SLGray March 10th 2013, 7:58 pm

So you did not install the theme directly from Hitskins? Try installing it directly from Hitskins and see if the issue is fixed.


Post error Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Post error

Post by Sanket March 10th 2013, 8:00 pm

Oh, i would first suggest you to search for the skin here.
http://en.hitskin.com/search-a-skin-0.htm?vs=subsilver&cat=&c1=&c2=&lang=en&by=date&order=desc

Install the skin from there.

This is the reason i say to install skins directly from hitskin.com. Installing the skins via the admin panel, messes up the look somehow.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top


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