Recent content by ValidHorseChewer

  1. V

    XF 2.1 Output display of custom field (multiple-choice drop down) as list view?

    For anyone coming to this now (6 years later :ROFLMAO:) I acheived something like this on 2.3 by: Setting Value Display of the custom field to: Setting Wrapper Display of the custom field to: And adding the following to extra.less: Might not be the best way... I'm a XF noob still. But...
  2. V

    XF 2.2 How to have main forum on home page?

    I am not experienced, so take this as a possible suggestion rather than a solution... ... but you might be able to do something like: <xf:if is="$forum.node_id == 7"> <div style="padding:20px;background:red;color:white;"> This is node ID: {$forum.node_id} </div> </xf:if> I...
  3. V

    Is there a way to reduce image file size on upload?

    This makes sense, if it's resized before it leaves the browser, then the server will never see the full KB of the original image. Thanks @Chromaniac for the clarification (and @Chris D for the excellent response initially).
  4. V

    Is there a way to reduce image file size on upload?

    I'm a bit late to the party but can anybody explain to me exactly how this works? I'm trying to get my head around it. You can set a maximum attachment size both in pixel dimensions (I have mine set to 2560 h and w) and KB (mine is set to 6144KB). As I understand it, enabling "optimise...
  5. V

    XF 2.3 Is it possible to use Phrases in user account upgrade titles?

    I'm on cloud, so sadly template modifications are not possible for me. But yea I could create a custom user upgrade page, and will probably have to do that. There are a few pain points, but overall I'm very impressed with XF ability to customise stuff :)
  6. V

    XF 2.3 Possible to add template modifications on cloud ?

    Cheers @Rene_V. I don't think developer mode is available on cloud, so looks like template mods are out of the question. Hopefully it won't be too much pain to update the templates when the upgrade has completed, but it's a shame there's not a better way to manage it.
  7. V

    XF 2.3 Is it possible to use Phrases in user account upgrade titles?

    I'm guessing it's not. Because the Upgrade Account page just shows me the below. But I'm asking to get a definitive answer because I'm new to XF and could well be doing something incorrectly. I've looked on google/xf docs and can't see a definitive answer either way.
  8. V

    XF 2.3 Possible to add template modifications on cloud ?

    Hi, The questions says it all, I think. I've googled and gpt-ed but can't seem to get a cohesive answer. It appears that I don't have permissions (I navigated directly to admin.php?template-modifications/add). I'm using the master account, so is that a permission that I can give myself, or...
  9. V

    Xen Hispano - Still active? Can't buy translation, because server appears brokem

    Just an update. They came through in the end and fixed the site too. So all is good. I got the impression that theirs is more complete @ForumDevs, ...but I could be wrong, I can't remember now what made me think that. Great to have a couple of options. (y)
  10. V

    Xen Hispano - Still active? Can't buy translation, because server appears brokem

    I know they're not connected to xenforo, and it's an independent organisiation. But does anybody here know anything about them? They have what looks to be a boss spanish translation, including the back end. At the bargain price of €15! But I am unable to buy it. It's a real shame, it looks...
  11. V

    Structuring and expanding a multi-town forum (top-level nodes per town)

    Thanks @webbouk for the heads up. In fact, my post might have been misleading. Even though I put UK cities, that was for familiarity, the site will operate in Spain.
  12. V

    Structuring and expanding a multi-town forum (top-level nodes per town)

    I am a web dev so that is an option, if required. But until now I've been on the dark side (.net), so it would be a bit of a learning curve, and I would prefer to spend my time managing the site content instead of fiddling around with the tech stuff. :)
  13. V

    Structuring and expanding a multi-town forum (top-level nodes per town)

    Thank you, that's really helpful. I will look at those docs. (Edit to add: They're actually very handy, and quite accessible to read.) I actually would like to do website.com/{town} ideally, but I was under the impression we needed the /forums/ slug, or similar. Something important I omitted...
  14. V

    Structuring and expanding a multi-town forum (top-level nodes per town)

    I’m planning a forum that will eventually cover multiple towns, with each town acting as a top-level node (e.g. Nottingham, Manchester, Brighton). Conceptually I’m aiming for something like: Town Classifieds Local businesses Events General discussion I understand XenForo uses a /forums/...
Back
Top Bottom