Add-on 1.4 - New Profile Posts Widget

Any way to add the new function introduced in Beta 3 of 1.4.0 "update your status" to the above widget? Thanks in advance

View attachment 81257
Change your code to:
Code:
<xen:if is="{$profilePosts}">
            <div class="section">
                <div class="secondaryContent">
                    <h3><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></h3>
                    <xen:include template="sidebar_profile_post_list" />
                </div>
            </div>
        </xen:if>
 
Change your code to:
Code:
<xen:if is="{$profilePosts}">
            <div class="section">
                <div class="secondaryContent">
                    <h3><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></h3>
                    <xen:include template="sidebar_profile_post_list" />
                </div>
            </div>
        </xen:if>

It does not work on my test forum. First I tried making the changes to the already created widget and template for beta 2. Then deleted and recreated both with same result, the "update your status do not appear, only the profile posts. Using standard template.

Also disabled the widget add on to make sure that the standard function works, which it does.

Any ideas. Thanks again.
 
What do you mean by that?

I do not know, but the template (and I know I pasted correctly), did not get updated. As I tried at least twice, I'm "sure" that the template was updated. Checking again, it turned up not to be. Or it was a user f...-up (ie me doing something wrong) :-)

I'm running Beta 3.

Thanks again
 
Edit, doesn't work well because after that.
You widget list will look like this: upload_2014-9-1_2-50-29.webp

And you can't edit that widget anymore by clicking it's name.
 
Top Bottom