Resource icon

AddOn ProfilePost With BBcode [Paid] 2.0.4

PayPal: $9.99
have you used widget framework??
 
[bd] Widget Framework 2.5.9
intradoxOpen the template: `wf_widget_profile_posts_profile_post`
Find this line:
Code:
<article><blockquote class="ugc baseHtml{xen:if $profilePost.isIgnored, ' ignored'}">{xen:helper bodyText, $profilePost.message}</blockquote></article>
Replace by this line:
Code:
<article>
        <blockquote class="ugc baseHtml{xen:if $profilePost.isIgnored, ' ignored'}">{xen:raw $profilePost.messageHtml}</blockquote>
    </article>
 
Open the template: `wf_widget_profile_posts_profile_post`
Find this line:
Code:
<article><blockquote class="ugc baseHtml{xen:if $profilePost.isIgnored, ' ignored'}">{xen:helper bodyText, $profilePost.message}</blockquote></article>
Replace by this line:
Code:
<article>
        <blockquote class="ugc baseHtml{xen:if $profilePost.isIgnored, ' ignored'}">{xen:raw $profilePost.messageHtml}</blockquote>
    </article>
NobitaI replaced it but still the same result.
 
Would it be possible to update this so media links (to youtube for example) show the video instead of a link?

media.webp
 
Back
Top