SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Dec 28, 2015 17:35:55 GMT -8
Hi, I was wondering if there was a way for me to change the "Create Thread" text and the "Reply" text to a button image on certain boards only?
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Dec 30, 2015 13:26:42 GMT -8
Anyone?
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Jan 3, 2016 15:41:54 GMT -8
Help please Actually, I would be happy if I could just change the text. It doesn't have to be an image button. Thanks.
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Feb 13, 2017 11:10:52 GMT -8
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Feb 13, 2017 13:24:23 GMT -8
You could probably wrap the custom text in a conditional statement that checks for the board ID. So like
{if $[create_thread_button]} <ul class="controls"><li>{if $[board.id] == 3}Custom Text{else}$[create_thread_button]{/if}</li></ul> {/if}
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Feb 13, 2017 14:27:03 GMT -8
Update: I found a mod that will allow you to change the text of the "Create Thread" button on any certain board (board specific) and it works great. I will attach it here if any of you need it. Modify Create Thread Button.pbp (699 B)
|
|