Previous Thread
Next Thread
Print Thread
Hop To
#261896 12/13/2018 7:05 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
Looking for advice on a table (for want of a better term) problem....

We run a NFL football pool in a sort of table format... (I have a post in the test forum showing the layout and it has all the markups we use for font, bold etc)

Previously the user would "quote" the previous persons post, remove the "quote" tag at the beginning and end of the post, make their changes under their column in the table (where the .xxx is) and post.

On the old software the .xxx columns lined up under the names along the top so it was easy to see and edit your own picks.

Now they no longer line up with the names so you have to count which column from the left you need to edit to get your picks lined up.

When you preview the reply they do however show up correctly (or not if you didn't edit the right column tongue ).

We corrected the issue in previous software by using the "font:Courier New" tag as this assigns all characters the same physical size so the spacing worked out but that doesn't seem to be so now???

Please feel free to mess with my test thread.

Thanks for any and all thoughts/solutions - this is driving me nuts facepalm


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261897 12/13/2018 8:51 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
just realized I posted this in probably the wrong forum - maybe it should be in "General Assistance (how do I)" board.

Sorry for that, could a mod/admin please move it - I don't want to double post it and get in trouble!


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261898 12/13/2018 10:41 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
a few issues I see:

1) text entry does not have columns and tables. it's raw text.
2) I believe this forum uses "arial" rather than "courier new" for it's default style (newport) main font. other styles may user other fonts.
3) your wide rows of text will wrap around on mobile devices (smaller screens). I noticed this first hand when viewing the email notification of the new posts you created within the forums I was subscribed to.
4) different browsers may force their own default settings.

see attached screenshots
Attachments
Screenshot_20181213-184241.png Screenshot_20181213-184301.png Screenshot_20181213-184228.png Screenshot_20181213-184314.png

Last edited by isaac; 12/13/2018 10:48 PM. Reason: attached screenshots

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
TheBrit #261899 12/13/2018 11:02 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
try using CODE instead of QUOTE.

Code
NFL WEEK 

16 games, Bye Week: 

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE
THURSDAY
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

SUNDAY
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE 
......... 

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE 
......... 
MONDAY
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx


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
isaac #261900 12/14/2018 12:27 AM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
issac, thanks for the response smile

Quote
1) text entry does not have columns and tables. it's raw text.
I understand that, I used "tables and columns" as an idea of what we used to have for want of better terminology. Yes it is raw text.
Quote
2) I believe this forum uses "arial" rather than "courier new" for it's default style (newport) main font. other styles may user other fonts.
Our forum also uses the standard arial font which is what is causing the issue (I believe). We worked around this eventually by setting the font in the post to Courier New which made the colums line up under the names across the top when replying to the previous post using the quote option.
Quote
3) your wide rows of text will wrap around on mobile devices (smaller screens). I noticed this first hand when viewing the email notification of the new posts you created within the forums I was subscribed to.
Yep it does, but not really a priority consideration. Only 2 of the users on the NFL picks use mobiles when away from home to make/change their picks, everyone else is on a pc. Those uuseres were able to "get there in the end".
Quote
4) different browsers may force their own default settings.
I've tried it with firefox, edge and ie11 and they all show the same result.

Currently when we hit quote we see the following in the reply text box.......

{b}
********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE{/b}
{b}THURSDAY{/b}
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx
{b} {/b}

Previously by using the {font:courier new} tag around the post we would see the .xxx lined up underneath each of the names - the ******** also throws the reply off in that the first person should be above the first ".xxx"

I think that this may be due to the editor not recognizing the {font:courier new} tag until a preview or post is made.

As I understand it Courier New assigns the same width to every character unlike most fonts so spacing is preserved?

( curly brackets used around bb markup so it is visible)


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261901 12/14/2018 12:32 AM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
see my post about using CODE instead of QUOTE


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
isaac #261904 12/14/2018 12:51 AM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
tried inserting {code} and {/code} into the original post and it doesn't work.

The columns still do not line up when you do a reply or quote of the previous post in the thread.

They do line up when you preview the reply.


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261905 12/14/2018 7:18 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
still not having any luck Isaac.

Do you think if I could persuade the board owner to change the default font from Ariel to Courier New that that might work?

Is there any way of testing that ?



One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261906 12/14/2018 9:51 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19

NFL WEEK

16 games, Bye Week:

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE

THURSDAY
XXX @ XXX .xxx .xxx .xxx .HOU .xxx .xxx .xxx .xxx .xxx

SUNDAY
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE

.........

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx

********* CODE RFM3 MSCD BRIT .MP. .CC. DORA TWOS ABLE

.........
MONDAY
XXX @ XXX .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx .xxx





One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
isaac #261907 12/14/2018 10:54 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
Well I worked out a round-about way of doing what we needed, it's not pretty though and does not take mobile phones into consideration which as I say is not a priority for what we are doing. This is what I've suggested they do.....

Quote
1. hit "quote" as before.

2. highlight ALL the text in the reply box and "cut" it.

3. open notepad and paste the copy into it.

You should now be looking at the grid in the same way as before with everything aligned and all the bbcode tags.

4. remove the "quote" tags at the beginning and end of the post.

5. make your selections.

6. highlight and copy the complete amended grid.

7. go back to the reply box.

8. paste the amended notepad content that you just copied into the reply box.

9. Do a preview to make sure it looks ok.

10. post your reply

Not pretty, but it works.

I still think if the default font was Courier New instead of Arial it would work as before but have no way of testing that.


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261908 12/15/2018 12:27 AM
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 TheBrit
Do you think if I could persuade the board owner to change the default font from Ariel to Courier New that that might work?

From your previous post, it is my understanding is that you are an end user. not the forum owner/operator of https://handymanwire.com/ubbthreads/ubbthreads.php/forum_summary

If you are not the forum admin, you will need to contact the admin of the forum you are having issues with.

UBBCentral.com has no power to modify any external website.

But, If you are the forum admin, you could make those desired changes to your forums fonts and design style. You would also be able to disable mobile view entirely. Those settings are available within the UBB.threads Control Panel, which is accessible with a forum admin account.


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
TheBrit #261909 12/15/2018 1:57 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
I believe what you are talking about is the font used for the forum TEXTAREA boxes (the Forum Input box). In previous versions of UBB,threads, it was unset and would use whatever the browser software was programmed to use. There was no default font set. IE would use its proprietary font setting which was different from Firefox, which was different from Opera, which was different from Safari...etc, So each visitors using different browsers (or operating systems) would see the website differently. Since UBB.threads 7.6.0, there has been a default/basic set of display rules added, so that each user on different browsers would share a common experience.

In this order, the default common font-family used for <textarea> is "arial, helvetica, clean, sans-serif".

To modify that default:

1) Go to Control Panel > Styles
2) Find the forum style you'd like to update, and click its name.
3) Navigate to Forum Properties > .forum-input
4) add to the bottom of that list, "font-family:Courier New;"
Click on "Update or Add Style" button at the bottom.

Your change affects the <textarea> form fields across your entire forums for that single Style.

Note: your long lines will still wrap for mobile devices. To prevent that, use the [code]your content[/code] bbcode tag
Attachments
20181215_10-02-17-font-default.png 20181215_10-02-17-font-courier-new.png

Last edited by isaac; 12/15/2018 2:07 PM. Reason: attached screenshots

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
TheBrit #261914 12/15/2018 6:51 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
Thanks for all the help Isaac despite me not being the board owner thumbsup

I will bring this up with the board owner as it may solve other issues members are bringing up with the new software.

(I didn't realize this forum is only for board owners and deeply apologize for that and will stop posting. blush )


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #261915 12/15/2018 6:53 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Originally Posted by TheBrit
(I didn't realize this forum is only for board owners and deeply apologize for that and will stop posting. blush )
This forum is for everyone, but only your forum administrator (someone capable of editing files within the forum installation) can make use of any changes. Additionally, the admin user would be the one who generally has operational knowledge of the forum, which users generally wouldn't have any access to, but what we'd need to be able to provide any level of support.


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!
TheBrit #261916 12/15/2018 7:36 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
Quote
This forum is for everyone,
Thanks for the clarification Gizmo. Makes me feel a bit better. smile

Our little NFL pool table is not a priority for the board owner after he did the change and we understand that. We were having a hard time with the fact that our "solution" on keeping the alignment has worked for a number of years but no longer did and I was looking around for if we were doing something wrong now or another way of achieving the same result under the new forum software.


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
isaac #262512 03/13/2019 7:08 PM
Joined: Dec 2018
Posts: 19
Stranger
Stranger
Joined: Dec 2018
Posts: 19
Isaac,

been a while but I need to give you feedback.

The site owner finally applied the font change that you suggested (he had major site issues before and didn't want to exacerbate problems.)

He has just moved the forum to a new server and is addressing some member issues (including mine) now.

Result is he followed your instructions for adding the font and - IT WORKS grin

Thank you for all your patience and maybe this will help someone else.

regards, Chris


One of the best lessons you can learn in life is to master how to remain calm --- Bruce Lee
TheBrit #262513 03/13/2019 7:30 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Thanks for the followup. thumbsup

Happy to hear it all got worked out for you guys

cheers!


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

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
3 members (rootman, Gizmo, Nightcrawler), 562 guests, and 186 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)