Recent content by BIG LLC

  1. B

    XF 2.3 Selected Text background color?

    Can anyone point me to the Style Property that specifies the background colour of selected text?
  2. B

    [XB] Badges

    @Painbaker I've noticed for a while that clicking a badge in a user's post info directs to: https://www.bigfooty.com/forum/members/username.userid/#badges instead of https://www.bigfooty.com/forum/members/username.userid/badges Is there a fix for that?
  3. B

    XF 2.3 Navigation slides to the right. Infuriating...

    https://www.bigfooty.com/forum/ When you open a new page, the navigation slider slides all the way to the right. It should slide over to the left, or at least centre on the selected nav item. Is this a setting? Where might it be? Is it a bug? Thank you.
  4. B

    XF 2.3 Alerts drop-down styling - Where is the Style Property for this?

    Oh - it's under alert improvements options. @Xon I'll post with more, but I cannot get the Unread Alerts style property to change.
  5. B

    XF 2.3 Alerts drop-down styling - Where is the Style Property for this?

    Can anyone tell me where the Alerts navigation drop-down is styled? Our Dark version background is horrible. This is the HTML: <li data-alert-id="394008723" class="alert js-alert menu-row menu-row--separated menu-row--clickable is-unread"> <div...
  6. B

    XF 2.3 Ignore this thread.

    Wait a minute - I see a problem. Fixed it. Carry on. Nothing to see here.
  7. B

    XF 2.3 Ignore this thread.

    Setting up on 2.3 at the moment, but Dark styling seems to just show as a drab, dimmer version of light. The 2.2 version we need to replicate: Our "Color Palette" and "Basic Colours" sections have been copied over exactly. Any suggestions as to what we're doing wrong?
  8. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    I'm in 2.2 at the moment. I can call the array and output its contents in the template, but the IF statement seems to ignore it. Very puzzling.
  9. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    This works: <xf:if is="!in_array($__globals.forum.node_id, [57, 54, 113, 167, 399, 310, 302, 74, 42, 347, 374, 142])"> These do not: <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> <xf:if is="!in_array($__globals.forum.node_id...
  10. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    Nope. I've made a mistake here? <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> Can anyone point it out?
  11. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    Tried this out to block ad tags rendering on private boards. No combination of this in an advertising slot seems to work: <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> Ad code to display. </xf:if> The content still shows on node 113. This comment: <!--...
  12. B

    Lack of interest Posts In Thread - Click to search?

    Suggestion from a user: " I notice when i click on my avatar in this thread it says I that I have posted 9 messages in this thread, is it possible that when clicked it could bring up those messages instead of having to do a search. It would be great to be able to see what you posted yonks ago...
  13. B

    [BS] Scheduled posting [Deleted]

    Large sites are OK?
  14. B

    [BS] Scheduled posting [Deleted]

    Does anybody have suggestions for a reliable replacement?
Back
Top Bottom