inherit
266674
0
Jul 23, 2022 13:37:34 GMT -8
trainsab354
6
July 2022
trainsab354
|
Post by trainsab354 on Jul 21, 2022 7:35:51 GMT -8
I copied code from my previous forum ($300/year. Yikes! I used the free trial). I didn't hear about pro boards until today.
Basically, I have the copied code and don't know what to do with it. Any help is appreciated 👍
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jul 21, 2022 8:28:55 GMT -8
I copied code from my previous forum ($300/year. Yikes! I used the free trial). I didn't hear about pro boards until today. Basically, I have the copied code and don't know what to do with it. Any help is appreciated 👍 ProBoards is a remotely hosted platform with its own software. It doesn't integrate with other forum providers, I'm afraid. There's nothing PB can do with the data you have. Sorry It sounds like, if you wish to keep that data, you would be better off finding a self-host or a software provider that offers conversion from your former provider.
|
|
inherit
266674
0
Jul 23, 2022 13:37:34 GMT -8
trainsab354
6
July 2022
trainsab354
|
Post by trainsab354 on Jul 23, 2022 8:38:48 GMT -8
Sure. No problem
I have another coding issue.
Is there a code to make the text layout compatible between PC--->Tablet----->Phone? Reason is because I do alot with aligning numbers & text in my forum. And what looks perfect on my tablet looks awful on my PC.
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jul 23, 2022 9:16:28 GMT -8
Sure. No problem I have another coding issue. Is there a code to make the text layout compatible between PC--->Tablet----->Phone? Reason is because I do alot with aligning numbers & text in my forum. And what looks perfect on my tablet looks awful on my PC. Not a simple code, no. The current version of ProBoards (v5) is pretty simplistic in terms of PC / mobile / tablet compatibility. It is possible (personally, I've done it several times for my own forum), but it requires a significant amount of work and web development know-how. You may be able to find more specific assistance if you create a new thread in the Support Board, depending on the exact nature of the content you are trying to format. That said, the lack of responsivity on PB forums will be addressed in the upcoming version of ProBoards (v6), which is currently in an open beta testing phase. However, we do not have an ETA for the full release of this version.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Jul 25, 2022 13:23:50 GMT -8
trainsab354 , Like Kami stated above, what is currently easily available depends on the exact nature of the content you are trying to format. If it's just simple table like data, wrap it in BBCode tabs [tt][pre] your content [/pre][/tt]Example: [tt][pre]
ID Baseline Other Data FBgn0029994 -1.25 AB123 FBgn0037191 -1.05 CD456 FBgn0036810 2.08 XYZ789++ FBgn0033320 1.15 ETC... FBgn0051156 -1.77 123456 FBgn0004635 -0.77 LMNOP
[/pre][/tt]
ID Baseline Other Data FBgn0029994 -1.25 AB123 FBgn0037191 -1.05 CD456 FBgn0036810 2.08 XYZ789++ FBgn0033320 1.15 ETC... FBgn0051156 -1.77 123456 FBgn0004635 -0.77 LMNOP
|
|