Recent content by Dan Allen

  1. Dan Allen

    XF 1.5 Select List of Private Forums from XF Database

    I apologize for not being clear in the question I need answered. That worked perfectly, thank you. That would have been hard to work out. With this answer as a starting point, I dug into the source code, quickly finding that this would have been quite the challenge to figure out on my own...
  2. Dan Allen

    What's Up With Support?

    I posted a technical question, and am getting no response whatsoever. I need to know why. The question is posted at this link: https://xenforo.com/community/threads/select-list-of-private-forums-from-xf-database.146580/#post-1247493
  3. Dan Allen

    XF 1.5 Select List of Private Forums from XF Database

    Did I do something wrong? Is the question unclear? Is the question inappropriate? What I am trying to figure out a sql query that can run can run against the xenforo database to get a list of forums that have the private box checked for node permissions. In pseudocode, the query would be...
  4. Dan Allen

    XF 1.5 Select List of Private Forums from XF Database

    Is there a way to select a list from the database that shows all the forums that have been checked private in their node permissions? The picture below shows what I mean. I have looked at the xf_node table in mysql, but am unable to identify a field reflecting the state of this checkbox.
  5. Dan Allen

    XF 1.5 Numbering items in a list with chunkies in the middle

    Is there an easy way to maintain continuity of the numbering in a scenario like this?
  6. Dan Allen

    Dropping xenforo Cookies

    This gets it done, consistent with your suggestion of probably needing the domain attribute blank. setcookie( 'xf_user', '', time()-1, '/', '', false, false) However, the httponly and secure attributes did not have to set to true. Cookie rules defy reason.
  7. Dan Allen

    Dropping xenforo Cookies

    Here is a cookie Here is the get-rid-of-it statement that does not work: setcookie( 'xf_user', 'xxx', time()-1, '/', 'hollyswritingclasses.com', true, true) I cannot find any documentation regarding how to send the size attribute.
  8. Dan Allen

    Dropping xenforo Cookies

    For integration with other software on our domain, it sometimes is necessary to drop the cookies put onto browsers by XenForo. Unfortunately, I have not found a way to make this happen. I have been trying to remove the cookies with php using code like this: setcookie ("xf_user", "", time() -...
  9. Dan Allen

    XF 1.5 Drop Cookies using PHP

    Removed by author, moving to another forum.
  10. Dan Allen

    XF 1.5 One Forum Visible to Public, All Others Require Registration

    What would be great would be if we could make changes to all the groups without the permissions all being rebuilt until we have made changes to several groups. That way, the rebuild would run once for a lot more changes instead of once for every group affected. I am assuming running once for...
  11. Dan Allen

    XF 1.5 One Forum Visible to Public, All Others Require Registration

    When any change to any user group is submitted through the acp, we get this screen for several minutes. Is this normal?
  12. Dan Allen

    XF 1.5 One Forum Visible to Public, All Others Require Registration

    Great answer, thank you. I thought that a group could not ever see anything without view permissions assigned as a group permission. Now, I see that is incorrect.
  13. Dan Allen

    XF 1.5 One Forum Visible to Public, All Others Require Registration

    I think I know the answer to this, but I am not certain. The requirement is that one of our forums needs to be visible to unregistered visitors. Unregistered visitors need read only access to this one forum. None of the rest of our forums can be visible to unregistered visitors. Do we have...
  14. Dan Allen

    Email Posting [Paid] [Deleted]

    I can see this has potential to grow a life of its own that is on the same scale as the core forum software. Some lines of what is in and out have to be drawn and they will have to be well short of everything that would be great to include, unless there were huge plans, support and funding...
  15. Dan Allen

    Email Posting [Paid] [Deleted]

    This is a good product idea but the product is not mature enough to warrant payment. I'd be willing to help with the development of this, because I need it. I don't want to buy it with the issues and missing key features (no attachments, can't respond to posts with email). Creating thread and...
Top Bottom