for some reason when sending private message the screen shown is corrupted, the PM layout is streteched vertically with very narrow width which not enable sending PM. It seems to happen mainly in explorer.
5 posters
Private message Layout issue
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°1
Private message Layout issue
Neymar1- Forumember
- Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland
- Post n°2
Re: Private message Layout issue
Can you post a picture?
Base- Forumaster
- Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England
- Post n°3
Re: Private message Layout issue
Hi, a link to your forum would also help. Thanks!
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°4
Re: Private message Layout issue
Sorry, I am kind of new, can you give example of what to google ? example place with usefull code of JS and widgets I can plug in the forum? things that may be relevant for forum site .
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°5
Re: Private message Layout issue
How can I attach the screen shot ?
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°6
Re: Private message Layout issue
lrleitman wrote:
How can I attach the screen shot ?
to create a screen shot.
You have to click the print/screen key on your keyboard of the page you want to take the screen shot of.
then go to your start menu, and either search MS Paint or see if it is your accessories.
Once you open MS paint, you will do a right click to past the image/screenshot.
then save file as jepeg and use the on board image upload on the forum to upload it
More directions on how to create a screen shot here.
http://www.southalabama.edu/oll/job-aids/screenshot/screenshot.html
The if you already have a screen shot and know how to create one, You just want to upload the image to the host an image option when replying.
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°7
Re: Private message Layout issue
thanks for the detailked response
here is the snapshot
https://i.servimg.com/u/f46/17/36/29/58/untitl12.png
here is the snapshot
https://i.servimg.com/u/f46/17/36/29/58/untitl12.png
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°8
Re: Private message Layout issue
yeah there is something wrong with that for sure?
Is it only doing this with private messages?
Have you added any new scripts or coding that may be conflicting with it?
Also just out of curiosity do you have another browser you can try it on as well, Like Firefox??
It's hard to assume what it may be without seeing first hand. As of now i am thinking some sort of coding issue?
It would help if you can post your forums link to,
Is it only doing this with private messages?
Have you added any new scripts or coding that may be conflicting with it?
Also just out of curiosity do you have another browser you can try it on as well, Like Firefox??
It's hard to assume what it may be without seeing first hand. As of now i am thinking some sort of coding issue?
It would help if you can post your forums link to,
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°9
Re: Private message Layout issue
Doesn't work with firefox as well as explorer.
It happens only in private message area, but I have another probelem that may relate to it - I try to expand my forum to be on the whole screen but I keep having thick borders even when I choose the width to be 100% in the CSS (pub title)
Anyhow , the link is http://centralpark.forumisrael.net but it needs user/pass
It happens only in private message area, but I have another probelem that may relate to it - I try to expand my forum to be on the whole screen but I keep having thick borders even when I choose the width to be 100% in the CSS (pub title)
Anyhow , the link is http://centralpark.forumisrael.net but it needs user/pass
lrleitman- Forumember
- Posts : 155
Reputation : 1
Language : english
- Post n°10
Re: Private message Layout issue
I fixed the issue, added the folloiwng to CSS:
body#phpbb div#wrap {
width: 95%;
margin: 0;
}
body#phpbb div#wrap {
width: 95%;
margin: 0;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°11
Re: Private message Layout issue
Topic Solved & Locked |