Recent content by GeekyDeaks

  1. GeekyDeaks

    Why would anyone pay dedicated server money on "cloud forum" solutions?

    Missing the point much? :p Do you build everything you use? Your car? Your fridge? The device you are using to post on this forum? How about that trivial little bit of kit passing the data from the device onto the next hop to this forum?
  2. GeekyDeaks

    XF 2.3 Creating a widget.

    I'd probably consider creating a new addon for the widget and extending the previous one e.g. <?php namespace A\B\Widget; class TweakedWidget extends X\Y\Widget\OriginalWidget { // override } You may also want to add a widget definition for it too ACP > Development > Widget definitions
  3. GeekyDeaks

    XF 2.2 Is there a form that shows how disabler works with more than one option?

    I should clarify - I'm trying to have the options enable/disable the same form element. I did find examples showing multiple options but they enabled/disabled different form elements.
  4. GeekyDeaks

    XF 2.2 Is there a form that shows how disabler works with more than one option?

    Hi, I'm trying to use the disabler featurer to hide an element in a form based on a previous <select> block. Getting it to work with more than one option either enabling or disabling is proving tricky and I can only find examples where there is either one option or it's a simple checkbox...
Back
Top Bottom