property

  1. Earl

    XF 2.1 How to override a property?

    You can extend a class and override its methods by having the same name then call it's parent method with this line return parent:methodName(); but how do you override a property? I have this code namespace Earl\AddOn\XF\Searcher; class User extends XFCP_User { protected $allowedRelations...
  2. Nulumia

    Implemented [XF2] Multi-line property type like XF1

    Hello, enjoying the features so far in XF2 but would love to see the multi-line property make a return to XF2. Many users of my themes really loved the ease of adding content directly into their themes by using this, without having to rely on a plugin or performing template edits. It's also...
  3. Nulumia

    Weird glitch with Style Property used in conditional statement?

    Searched through the forum and didn't see this specifically asked before. I've tested the following from Conditionals page to show content to the default four usergroups: <xen:if is="{xen:helper ismemberof, $visitor, 1,2,3,4"> content here... </xen:if> This works fine when testing in each...
  4. Sim

    PropertyChat - Australian Real Estate Forums

    We launched PropertyChat in June last year as a replacement for the now archived Somersoft Property Investment Forums. With the decision to archive the Somersoft forums (which I had run as an admin on behalf of the owners since 2002), I had the opportunity to build a new community from...
Top Bottom