Current date/time is Thu 28 Mar 2024 - 19:52

Search found 3 matches for phpbb

How come I can't add a background image to my profile plate?

Technical Details


Forum version : #phpBB
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem : https://i.gyazo.com/ddb44a8206bc86bb343e5cb4b553907f.png
Who the problem concerns : Yourself
When the problem appeared : I've been away from my server for a while now and am now just returning.
Forum link : https://jujutsu-kaisen.forumotion.com/

Description of problem

I have a code and everything, but when I try to add the image for a background nothing pops up, it just remains black. I'm wondering what the issue is, I can provide the code I am using as well.

Code:
.postprofile {
            border-radius: 4px;
            border: 2px solid black;
            background-image: url(https://i.postimg.cc/ZRKmKLqp/Profile-plate.png);
        }
by Ultimus
on Mon 4 Apr 2022 - 0:14
 
Search in: Scripts Problems Archives
Topic: How come I can't add a background image to my profile plate?
Replies: 3
Views: 533

locked out of my forum again!

Technical Details

Forum version : #phpBB
Position : Founder
Concerned browser(s) : Other
Who the problem concerns : Yourself
Forum link : highmercenaries.forumotion.com

Description of problem

hello, I linked people to my forum last night...

and once again, someone has changed my password and disabled the setting to reset admin password via email.

this has happened many times to me when using forumotion forums, can you please help me to get back into the forum and please fix this to stop it from happening?

There is clearly some kind of vulnerability in the forum that people can take advantage of.
by ronjambo
on Wed 17 Oct 2018 - 12:48
 
Search in: Connection Problems Archives
Topic: locked out of my forum again!
Replies: 31
Views: 1675

Different background in mobile version

Did you set them in the following order ?
Code:
body { background-image:url(YOUR_IMG) } /* mobile */
body#phpbb { background-image:url(YOUR_IMG) } /* classic */


#phpbb should be after the first body rule. If you do, then you might need to set the page body background color transparent. Try adding this rule as well :
Code:
#page-body { background:none }
by Ange Tuteur
on Wed 25 Feb 2015 - 7:46
 
Search in: Garbage
Topic: Different background in mobile version
Replies: 7
Views: 2822

Back to top

Jump to: