1 (edited by kudataz 2015-11-29 23:41)

Topic: how to add some text beside permanent link post?

ex: http://s8.postimg.org/5kk4zxxdh/2015_11_30_063835.png
whatt hook i must used if that can see in first post only in viewtopic ?
please ur help punbb

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

2 (edited by Visman 2015-11-30 04:53)

Re: how to add some text beside permanent link post?

vt_row_pre_post_ident_merge

if ($forum_page['start_from'] + $forum_page['item_count'] == 1)
{
    $my_text = forum_htmlencode('ABCD...');
    if (isset($forum_page['post_ident']['edited']))
        $forum_page['post_ident']['edited'].= $my_text;
    else
        $forum_page['post_ident']['edited'] = $my_text;
}
ForkBB
I speak only Russian  :P

3 (edited by kudataz 2015-11-30 04:43)

Re: how to add some text beside permanent link post?

problem solved with some eror

PHP Parse error:  syntax error, unexpected '==' (T_IS_EQUAL) in /home/abc/public_html/viewtopic.php(361) : eval()'d code on line 35

but has fix thxx for clue Mr.Visman
thxx punbb <3

sorry my BAD english T___T
Have a nice day >.<
(^____^)v