Premium Membership
Get this xF-addons — along with our entire collection — for just $20.00 USD!
A Premium membership gives you unlimited access to download any xF-addons from our collection for one full year. Explore the complete selection in the Products section here...
Itworx4me submitted a new resource:
[xF-addons] Account Upgrade Link - Displays user upgrades on custom account pages like /account/premium.
Read more about this resource...
Premium Membership
Get this xF-addons — along with our entire collection — for just $20.00 USD!
A Premium membership gives you unlimited access to download any xF-addons from our collection for one full year. Explore the complete selection in the Products section here: www.xF-addons.com...
Premium Membership
Get this xF-addons — along with our entire collection — for just $20.00 USD!
A Premium membership gives you unlimited access to download any xF-addons from our collection for one full year. Explore the complete selection in the Products section here: www.xF-addons.com...
I use real names on one of my sites. I had a addon built that changes the username to a nickname when viewing the site as a guest. I verify each registration with either paypal or spokeo. Has work great for 20+ years.
For ****s and giggles I ran this through chatgpt:
You're very close! You're correctly extending `XF\Widget\WidgetRenderer` and attempting to access the current widget, but the issue seems to be **the timing or context of your `render()` override** — specifically, that the `widget` entity isn’t...
I have this piece of code that works but I don't think its the right way to do it.
<xf:if is="$xf.options.myOption != '1'">
<xf:title>{{ phrase('title') }}</xf:title>
<xf:else />
<xf:title></xf:title>
</xf:if>
If I take the else statement out it will replace the title with the board...