Forum Replies Created
-
In reply to: This forum is empty
hello how can i add link on text ??
if ( $translated_text == 'This forum is empty.' ) { $translated_text = 'new text'; }
In reply to: move full width banner in topic list pagethanks for reply @robin-w,
and yes, i did done with custom template.In reply to: Add related topics on topic detail pagehello @robin-w, thanks for reply.
i am fresher in bbpress, kindly suggest me how can i do this ? any function or shortcode ?
In reply to: can you hold topics for Admin to approve?hello @chrishajer this plugin not avilable. can you provide other source link ??
In reply to: Allow Participants to Trash / own Topics and Posts@robin-w thanks for share this code. is this possible to provide a separate trash tab display on profile for view all tresh message ? because right now when reply not permanently delete from admin until then post count display same on frontend. As of now user can’t permanently delete trash messages from frontend.
regards
gauravIn reply to: how can edit topic from fronend ?yes, you are right. thanks 😇👍
In reply to: how can edit topic from fronend ?yes, @robin-w its working on server side by default buddyx-theme/twentytwenty and no need any additional code add. May i know the reason why didn’t work on localhost ??
And Next time I will test it on the server first. If I face any problem then I will post it.
thank you so much your great help @robin-w
In reply to: how can edit topic from fronend ?@robin-w thanks for reply, i have use child theme. but your code not working.
i tried your code with both type :
return 'http://localhost:8888' . $_SERVER['REQUEST_URI'];
return 'http://buddypress.local/' . $_SERVER['REQUEST_URI'];
screenshot : https://prnt.sc/CSTMlQ1ChCaG
In reply to: How can I remove tags box when replying?ohh soryy thanks for @robkk. its working but i have question in my mind Can it be removed with remove_action(”,”) this also?
In reply to: How can I remove tags box when replying?thanks jon, its working. Can it be removed with
remove_action('','')
this also?