Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 1, 2015 14:18:35 GMT -8
i came across this plugin support.proboards.com/thread/434660/create-thread-button-right-board but it was 2012 and the plugin link doesnt work. could somebody do it as a template please, im wanting it for all 3 of my sites so im willing to done some work and stick to this if its a biggy. i would be perfect for my sites if possible. thank u in advance hopefully
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 2, 2015 12:15:28 GMT -8
i came across this plugin support.proboards.com/thread/434660/create-thread-button-right-board but it was 2012 and the plugin link doesnt work. could somebody do it as a template please, im wanting it for all 3 of my sites so im willing to done some work and stick to this if its a biggy. i would be perfect for my sites if possible. thank u in advance hopefully Hi Oreo, so you want the "create thread" button next to the board's name (above the description)? Edit:put this wherever you want in the template under "board list" tab. <a href="/thread/new/$[board.id]" class="button"> Create Thread</a>
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2015 13:46:21 GMT -8
i came across this plugin support.proboards.com/thread/434660/create-thread-button-right-board but it was 2012 and the plugin link doesnt work. could somebody do it as a template please, im wanting it for all 3 of my sites so im willing to done some work and stick to this if its a biggy. i would be perfect for my sites if possible. thank u in advance hopefully Hi Oreo, so you want the "create thread" button next to the board's name (above the description)? Edit:put this wherever you want in the template under "board list" tab. <a href="/thread/new/$[board.id]" class="button"> Create Thread</a> hey, it doesnt seem to work sorry. if i put it anywhere on the template it shows up 5 times at the top of the board. if i put it at the bottom before the closing tag, then it shows up once but clicks to an inaccessible board, which is strange because i don't have any for me ( admin ) If this can be fixed could i have the button on the front page on the categories pls, this is what i meant by boards my bad sorry edit: iv got a plugin which lets you choose which board u want to post to in the post edit, box if this has something to do with.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 7, 2015 5:52:37 GMT -8
anyone help with this pls, im wanting the create thread button on the front page on the categories, i've got a plugin which lets you choose which board to put the thread in so the code doesnt have to be for that specific board ..... would be nice if it was but its not important.
thxs in advance.
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Nov 7, 2015 16:56:52 GMT -8
This may or may not be what you want, but you can go to the Board List Layout and find this. Create a new line and add the red below the blue text. <td class="latest last"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> by $[board.last_thread.last_post.created_by]<br /> <span class="date">$[board.last_thread.last_post.created_on]</span> <a href="/thread/new/$[board.id]" class="button">Create Thread</a> {/if} {else} Displays like this .
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 7, 2015 17:35:29 GMT -8
This may or may not be what you want, but you can go to the Board List Layout and find this. Create a new line and add the red below the blue text. <td class="latest last"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> by $[board.last_thread.last_post.created_by]<br /> <span class="date">$[board.last_thread.last_post.created_on]</span> <a href="/thread/new/$[board.id]" class="button">Create Thread</a> {/if} {else} Displays like this . love it, just i want thank u, it didnt display ur image though, its displayed the sites button. im going to do some css on this button anyways ...... do i just inspect element for the css path for these pls ? edit: could if have to the left not under the avatar ?
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Nov 7, 2015 17:39:37 GMT -8
It displays the button style on your forum
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 7, 2015 17:40:42 GMT -8
iv done an edit ^^
edit: the button on the front page leads to a board inaccessible for members couls i have them removed and just have the ones in the boards pls.
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Nov 7, 2015 18:07:43 GMT -8
It works fine on my board. The only place i could get it to work is in the last post column.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 7, 2015 18:17:00 GMT -8
It works fine on my board. The only place i could get it to work is in the last post column. but iv got permissions different on my boards ..... go see goldenbeatz.uk/ iv taken the code out until i fix it, but you can see you cant create threads in the first board. I'll leave it in the last column then thats fine thanks.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2015 4:28:14 GMT -8
It works fine on my board. The only place i could get it to work is in the last post column. its putting this create thread button on and it should be this one.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 11, 2015 12:34:46 GMT -8
bump
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 15, 2015 12:14:33 GMT -8
bumparoo
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 3, 2015 17:38:28 GMT -8
bumparooagain I could do with this create thread button, but its giving me the wrong button as i've said above to anyone reading
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 13:32:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 3, 2015 18:21:03 GMT -8
fixed it thank u all done here for those who r reading.
|
|