2020-10-25, 09:37 AM
(This post was last modified: 2020-10-25, 09:45 AM by Laird. Edited 1 time in total.)
(2020-10-25, 07:07 AM)bhuto Wrote: i want to show totall like from the single post in postbit in the place of reply / edit button. what code i have to use for that?
In template
postbit_quote
replace {$lang->postbit_button_quote}
with {$post['tyl_pnumtyls']}
.Edit: oh, I misunderstood slightly - that will replace the text on the button; if you want to replace the entire button, then set the entire contents of that template to
{$post['tyl_pnumtyls']}
(with whatever other elements/styling you want).