Hi, awesome plugin and very good work. I want to change activity page image url to full uploaded image url. Or I want to delete a href tag of link to media page. We just use activity page. I restrict member’s page by htaccess. Please help. I am very grateful. Thanks.
Hello @Tpain,
Unfortynately, there isn’t any option exists to change the URL into activity page. We can suggest you a quick-fix to remove the pointer events.
Try below sample CSS code by adding it to Custom Css tab under rtMedia admin settings :
pointer-events : none;
cursor : default;
} ```
Thank you.