Former Member
inherit
guest@proboards.com
222576
0
Nov 23, 2024 7:27:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2015 8:49:57 GMT -8
how do i make the post edit box of your created thread bbcode as default, instead of preview pls. i know u can do it in profiles but im wanting it for the whole site, my members are complaining soundcloud button isnt working, it is but the souncloud box doesnt show when its on previe, so they and me have been thinking its broke but it isnt. im sure iv done this before but i cant remember where thx
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Oct 17, 2015 8:55:39 GMT -8
Hi, @joecool111.
Each person has to set their own in their profile (Profile > Edit Profile > Settings (tab) > Posting Default). This is an individual setting, so you can't do this for them. You'll just need to instruct them on how to set it to BBCode for default.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 23, 2024 7:27:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2015 9:01:21 GMT -8
Hi, @joecool111. Each person has to set their own in their profile ( Profile > Edit Profile > Settings (tab) > Posting Default). This is an individual setting, so you can't do this for them. You'll just need to instruct them on how to set it to BBCode for default. i understand thank you, but im wanting to make it default like preview is. Its starting problems, and i dont want to spend the rest of my life explaining this to ever member lol. Is there a quick code i can change this pls msg ?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Oct 17, 2015 9:07:37 GMT -8
You can't. It's an individual setting and it's set at Preview by default - you can't change this. Each Member has to change their own as I described above.
Because it's a profile setting, there's no code that you can use to force this. Should I tag a red to confirm?
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 23, 2024 7:27:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2015 9:13:31 GMT -8
You can't. It's an individual setting and it's set at Preview by default - you can't change this. Each Member has to change their own as I described above. Because it's a profile setting, there's no code that you can use to force this. Should I tag a red to confirm? yes pls msg, i trust u its just that im sure iv done this before, and theres an other member just opened a thread here wanting the opposite of me
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Oct 17, 2015 9:22:51 GMT -8
Well, the reds will check this thread anyways when they get to it, so just be patient and I'm sure one of them can confirm or not confirm this. I'll stop posting so as not to bump it anymore.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 23, 2024 7:27:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2015 9:40:36 GMT -8
thank u dear
|
|
#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 Oct 17, 2015 9:42:04 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Oct 17, 2015 9:57:40 GMT -8
It can be accomplished programmatically as shown in the Disable Preview Tab code and I am well aware that this is not what is being requested since that code not only changes the default to bbcode (despite user preference --hissss! boo!!) but also completely hides the preview tab. The code does however contain the following line which achieves the stated goal //force bbcode editor upon WYSIWYG load this.options.defaultEditor = 'bbcode';
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 23, 2024 7:27:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2015 10:13:37 GMT -8
It can be accomplished programmatically as shown in the Disable Preview Tab code and I am well aware that this is not what is being requested since that code not only changes the default to bbcode (despite user preference --hissss! boo!!) but also completely hides the preview tab. The code does however contain the following line which achieves the stated goal //force bbcode editor upon WYSIWYG load this.options.defaultEditor = 'bbcode'; thats good enough thank u where do i put this code please ? edit : iv got this thank u, im good with this
|
|