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.

Can't edit posts!

3 posters

Go down

In progress Can't edit posts!

Post by killer9win1 April 4th 2015, 8:20 pm

Technical Details

Forum version : phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer
Screenshot of problem : https://servimg.com/view/17463210/58
Who the problem concerns : All members
When the problem appeared : November 2014
Forum link : All forums and topicsat http://bleachdamnation.forumotion.com/

Description of problem

I'm not exactly sure where to place this problem, but myself and other members on my site cannot seem to edit topics or posts. The permissions are, obviously, set to allow editing. However, when the edit button is clicked, it will redirect us to the page where the editing would normally be done, but the text box will flicker in, then out, and vanish. All other options are present except the text box. This problem persists on the three big browsers, too: IE, Firefox and Chrome.
avatar
killer9win1
New Member

Posts : 13
Reputation : 1
Language : English

Back to top Go down

In progress Re: Can't edit posts!

Post by brandon_g April 4th 2015, 8:51 pm

Hello,

Do you have any CSS on your forum? Also do you have any background images in the the text editor?

-Brandon


Can't edit posts! Brando10
Remember to mark your topic Can't edit posts! Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Can't edit posts! Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: Can't edit posts!

Post by killer9win1 April 4th 2015, 8:55 pm

Yes, we have CSS.
No, no background images.

Also, I've just got word that editing seems to work fine in Internet explorer. But I and others are having issues in Firefox, and I have less frequent issues, but issues nonetheless when I use Chrome.
avatar
killer9win1
New Member

Posts : 13
Reputation : 1
Language : English

Back to top Go down

In progress Re: Can't edit posts!

Post by brandon_g April 4th 2015, 9:25 pm

May you post the css here so we can have a look?

-Brandon
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: Can't edit posts!

Post by killer9win1 April 5th 2015, 7:22 pm

Code:
body.chatbox{
 background-color: #000;}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
background-color: transparent;
}
td.row1.over:hover {
    background-color: #CC0000;
}
a:link { 
    text-decoration: none; 
    text-shadow: #CC0120; 
    -webkit-transition: 200ms linear 0s; 
    -moz-transition: 200ms linear 0s; 
    -o-transition: 200ms linear 0s; 
    transition: 200ms linear 0s; 
    outline: 0 none; 

a[href="/g10-neophytes"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g3-shinigami"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g7-vaizard"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g4-hollow"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g6-arrancar"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g5-humans"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g8-quincy"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g9-bount"] {
text-shadow:5px 5px 7px #000000;
}
a[href="/g1-administrators"] {
text-shadow:5px 5px 7px #000000;
}
.LGlike {
  background: #105289;
  padding: 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: -1px 0.5px #888;
  box-shadow: 1px 1px 1px #888;
  cursor: pointer;
  margin-right: 4px;
 }
 .LGvote { margin: 0 5px; }
 .LGnovote {
  filter:Alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
  text-shadow: none;
 }

ul#picture_legend {
background-position: center;
background-repeat: no-repeat;
background-image: url('http://i.imgur.com/Zkc7oJI.png');
text-align: center;
padding: 26px 0;}

 
.codebox, code{
        background-color: #6C7B8B !important;
          border-color: #6495ED !important;
          color: #FFFFFF !important;
        }
.spoiler {
width: 700px !important;
}

form#quick_reply #textarea_content textarea#text_editor_textarea {
  height: 160px !important;
  width: 650px !important;
}
#textArea {
background-color: #616161;
}
#text_editor_textarea {
height: 470px !important;
width: 500px !important;
}
#textarea_content {
height: 500px !important;
}
 body {
            opacity: 0.85;
            filter: alpha(opacity=85);
        }
/*FMChat Design*/
.chatbase { /*This can be edited to your liking - (the button)*/
  position: fixed;
  bottom: 2px;
  right: 15px;
  background: #56A0D3;
  border: 2px solid #7BB92B;
  width: 75px;
  height: 20px;
  border-radius: 5px;
  text-align: center !important;
  cursor: pointer;
  color: #ffffff;
}

.chatbase:hover { /*This can be edited to your liking - (hovering over the button)*/
  border-color: #D30C3F;
  color: #000000;
}

#chat { /*This can be edited to your liking - (box surrounding the chatbox)*/
  border: 2px solid #7BB92B;
  width: 65%;
  position: fixed;
  right: 15px;
  bottom: 27px;
  height: 50%;
  border-radius: 5px;
  z-index: 999;
}
There you are.

Edited by Ange Tuteur
avatar
killer9win1
New Member

Posts : 13
Reputation : 1
Language : English

Back to top Go down

In progress Re: Can't edit posts!

Post by brandon_g April 5th 2015, 9:51 pm

Hello,

I don't if it will help you much (depends if you anything about css or code) but I put your css through a validator (which can be found here) and it came up with these errors: http://img.prntscr.com/img?url=https://i.imgur.com/hihy1Tp.png

If it's anyone who will more precisely be able to pinpoint the source of the problem it would be @Ange Tuteur or @_Twisted_Mods_

If that screenshot and results help you any, there they are.

-Brandon


Can't edit posts! Brando10
Remember to mark your topic Can't edit posts! Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Can't edit posts! Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: Can't edit posts!

Post by Ange Tuteur April 6th 2015, 3:23 am

Hi @killer9win1,

You have a questionable code in your stylesheet which attempts to remove the adverts by means other than those provided in the administration panel. Due to tampering with the adverts, failure to remove the code puts your forum at risk for termination, so I highly recommend that you remove it from your stylesheet.


This code is what's causing your editor probleme. mwii

See you bye
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Can't edit posts!

Post by killer9win1 April 6th 2015, 3:24 am

Thank you very much!
I'm not the one who works with CSS on my site, but I've just let the person who knows more than myself know.

That's really useful information, thank you very much!
avatar
killer9win1
New Member

Posts : 13
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