Previous Thread
Next Thread
Print Thread
Hop To
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
this post:
https://www.ubbcentral.com/forums/ubbthreads.php/topics/256720
If viewed as a guest everything looks great no scrolling left to right.

As soon as I login here the wrap is broken.
then scrolling left to right happens on the same post.

Using firefox 36.0.3


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
I'm not having any sort of wrapping issues; I know that here we're using post_top for guests and post_side for members though. Could you give any screen shots with observations of things that are appearing wrong?

Browser: Waterfox 36.0.1


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: Mar 2007
Posts: 522
Addict
Addict
Joined: Mar 2007
Posts: 522
Fine here - FF 36.0.4


Steve

UBB.classic from 2000-2003
UBB.threads from 2003-present!
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Also no problems here. FF 36.0.4 @ 768x1024 and even at 400x640.
I also tried Chrome 41 and IE 11 in Windows 8.1 with those resolutions, no problems.

It could be a corrupt CSS on your side. Press CTRL-F5 to refresh your cached page contents.
It could also be a Sharaholic issue. Doing a CTRL-F5 would refresh that, too.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
well I tried all that and even expired cookies.
Also I tried different resolutions.
Now I will admit that this is using a 4x3 screen.
But other posts appear normal logged in or not.
At least the ones I viewed.
Attachments
scroll.jpg


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
How small is your resolution? What does it look like when logged in?


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: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
The attachment is what it looks like when logged in.
when I am a guest it is fine.
No matter what resolution I use.
But currently I am using 1024x768.
I even tried 1280x1024 same issue.

Also IE7 appears to be fine either way

Last edited by Ruben; 03/23/2015 6:23 PM. Reason: Added Comment

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
The good news: Ruben, you are not nuts. I see what the problems is and where it is.
The bad news: You're using the older UBB Style/Theme. The "ubbcentral" theme installed here, is old and needs to be updated for this site.

What is happening is that the "code" displayed in this post
https://www.ubbcentral.com/forums/ubbthreads.php/topics/255052#Post255052
is pushing the rest of the forum content out of the way, so it can be shown.

The "ubbcode-body" CSS items needs a "overflow: auto;" placed on it. That something which UBBSystems needs to implement himself.

The work around to your issue is to just switch UBB Style to "Default Style" (blue-orange) or just acknowledge that this will happen every time you visit a post that includes a "CODE" tag with a long line.

laugh


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Yep, you are correct.
That theme is missing
word-wrap: break-word;

Still don't get why it is okay when viewed as a guest.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Originally Posted by Ruben
Still don't get why it is okay when viewed as a guest.

Because in your account settings, you've chosen to view this site with the old "ubbcentral" style sheet.

Guests (visitors/not logged in) default to viewing pages with the site default "blue-orange" style sheet.


If this still doesnt make sense to you, log out to become a guest. Change your style sheet from "blue-orange" (default) to what your account has it set for, "ubbcentral." Now visit a page that uses the "code" UBBCode (ubbcode-body). The issue has been duplicated.

As mentioned above, its a lack of "overflow: auto;" property/value setting within the "ubbcentral" style.
http://www.w3schools.com/cssref/pr_pos_overflow.asp


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
In my case I was viewing the ubbcentral style both as guest and user..
But here is where my confusion came from.

A guest account has:
Total posts to show on one page when viewing a post in flat mode (default is 15)

when logged in:
my preferences were set at 30.

Since I have read it before my landing page was the first post(topic) as a user and guest as well.

Well the unbroken space did not happen till after the first 15 posts.
So as a guest it appeared fine.
But logged in not.

As a guest if I had selected page two the problem would have appeared.

DUH!!!!!


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
2 members (DennyP, 1 invisible), 972 guests, and 155 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 20230217)