You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered Jump to post link in search results didn't have pretty urls, so i fixed in your extenstion with this line : $tpl_ary['U_VIEW_POST'] = $tpl_ary['U_VIEW_TOPIC'].'#p'.$event['row']['post_id'];
Added to function search_modify_tpl_ary, under $event['tpl_ary'] = $tpl_ary;
And it's works, have pretty url same like topic but added post_id param on the end
I discovered Jump to post link in search results didn't have pretty urls, so i fixed in your extenstion with this line :
$tpl_ary['U_VIEW_POST'] = $tpl_ary['U_VIEW_TOPIC'].'#p'.$event['row']['post_id'];
Added to function search_modify_tpl_ary, under $event['tpl_ary'] = $tpl_ary;
And it's works, have pretty url same like topic but added post_id param on the end
Screenshot where to add: https://ibb.co/8Mw1vYc
The text was updated successfully, but these errors were encountered: