Previous Thread
Next Thread
Print Thread
Hop To
#265139 02/15/2022 5:41 PM
Joined: Nov 2021
Posts: 28
Likes: 1
I
Newbie
Newbie
I Offline
Joined: Nov 2021
Posts: 28
Likes: 1
Greetings . . . I am kicking the tires on a freshly upgraded system (7.5.8 to 7.7.5).

One of the first things I wanted to check out was image handling. When I visit the Attachment Manager (from a Gallery Forum or a Discussion Forum) the pop dimensions are unusable.

Screen shot it attached.

What settings control how this gets rendered?

Any assistance will be greatly appreciated.

regards,
Keith
Attachments
AttachmentManager.jpg AttachmentManagerUBB.jpg

Last edited by InlinersAdmin; 02/15/2022 5:58 PM.
Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
Could we get the URL to check if any 3rd party HTML is injecting into the page?

What do your HTML includes look like?

Have you cleared your browser cache after your upgrade? (Control + F5)

Have you cleared the cache at any CDN that may be configured on the system after your upgrade? Cached resources can do all sorts of crazy stuff.

What browser are you using? Have you tested on other browsers? Other computers?

In our test forums here, do you experience the same display? (complete long shot)


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Nov 2021
Posts: 28
Likes: 1
I
Newbie
Newbie
I Offline
Joined: Nov 2021
Posts: 28
Likes: 1
Hi Gizmo . . .

It works just fine here - a second screen shot attached to the original post. Behaves the same with Chrome and Mozilla on Inliners test system - leading me to believe it is server side.

Can I pm you the URL?

Keith

Joined: Nov 2021
Posts: 28
Likes: 1
I
Newbie
Newbie
I Offline
Joined: Nov 2021
Posts: 28
Likes: 1
Looks like I found the issue. I was using our old custom Style. When I switch to UBBT77 it works just fine.

Just like the old adage says - 99.99% of all technical problems are the gap between the screen and the chair!

Thanks for taking time to reply Gizmo. Posted solution so as not frustrate any future searches.
Attachments
UpdateStyles.jpg

1 member likes this: isaac
Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
Lol my next set of questions were going to be about using the default styles to eliminate that lol; glad it's up and running.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Nov 2021
Posts: 28
Likes: 1
I
Newbie
Newbie
I Offline
Joined: Nov 2021
Posts: 28
Likes: 1
Hi Gizmo . . .

Definitely a style sheet problem. And it seems I am back to square one on how to implement our header branding:
[Linked Image]

In 7.5.8 I tweaked the body declaration to push the breadcrumbs bar down - only partially overlaying the back-ground-header image:

position:absolute;
top:236px;
left:6px;
color: #000000;
background: #FAFAFA;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
max-width: 99%;
height: 204px;
padding: 0px;
margin:0px;
border:none;
display:inline; background:url(https://www.inliners.org/ubbthreads/images/forumimages/default/Forums_Logo_1355.jpg) transparent no-repeat;

Using the old style the Forum renders the way it always did - but interferes with the Attachment Manager popup.

When using same code fitted to a 7.7.5 template - it just creates a gap at the top of the page - with all the of image overlayed entirely further down the page. And sure enough steps on Attachment Manager pop up.

Curious.

Any would be greatly appreciated.

regards,
Keith

Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
Why bother with all of that, a simple div in your header includes should be fine:
Code
<div>
<img src="https://www.inliners.org/ubbthreads/images/forumimages/default/Forums_Logo_1355.jpg" style="max-width:100%;" alt="logo">
</div>

Any margin adjustments can be made inline in the div vs affecting the global styling which is used in every faucet of the script


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Nov 2021
Posts: 28
Likes: 1
I
Newbie
Newbie
I Offline
Joined: Nov 2021
Posts: 28
Likes: 1
Thanks for the hint! You're dealing with a noob here. Would have never have thought to go out to PHP and fit it there. But it was kinda nice to sit in the Style editor tweaking the margins and check results with the Preview button :-)

Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
Therein lies the problem, we use lightbox to display several pages as "popups" within the software; if you take a gander at /templates/default/filemanager.tpl you'll see that we pull a full set of html headers for the filemanager popup, so making adjustments to the body class is going to reflect every embedded page.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
1 members (Ruben), 807 guests, and 148 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)