Recent content by azhousepro

  1. A

    Threadloom to be retired

    Of the two, the dragonbyte add-on looks to be the closest to replacing what Threadloom did. Has anyone tried it? Mike
  2. A

    XF 2.2 Guests can no longer see signatures

    Thanks so much. That fixed it. Mike
  3. A

    XF 2.2 Guests can no longer see signatures

    I am running Version 2.2.10 Patch 1 and it was brought to my attention that guests can no longer see signatures on messages. I don't see an option in the Control Panel to change this. I am lost. Running the default template with no modifications. Mike
  4. A

    XF 2.2 Is anyone aware of any recent changes to the RSS feeds that xenforo offers?

    No, neither of those will work either. This is the code that is running... <? $feed = 'http://forums.azbilliards.com/index.php?forums/main-forum.6/index.rss&order=post_date'; //replace this with the RSS's URL $shown_threads = 0; $xml = simplexml_load_file($feed); //if the feed exists, then...
  5. A

    XF 2.2 Is anyone aware of any recent changes to the RSS feeds that xenforo offers?

    I have been reading an RSS feed of the latest posts on my main forum with a PHP simplexml_load_file command for about a year now. All of a sudden, it is returning false instead of the feed. Testing to try to resolve the issue, I ran code on the server to retrieve a different RSS feed and that...
  6. A

    XF 2.0 Simple "Hello World" Xenforo 2.0 Problem

    Hey gang, I was just searching for basic info on running a PHP script in a sidebar and wanted to thank you guys for this thread. It was exactly the info I needed. Mike
  7. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    Thank you. I will dig into this link and see what I can do. Mike
  8. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    No, it's still showing up on propowerwash.com, but not UAMCC.org. Mike
  9. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    I've been trying to do that, but I am no expert in putting together what the inspector is telling me. I can apply general logic to it, but nothing is jumping out at me when I look at it.
  10. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    Hmm, it looks like a secure call. Does it have to be something more than that? And yes, the domain has a cert attached to it.
  11. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    Thanks, that is probably the issue. Now I just need to figure out how to fix it. This is a banner call to a revive ad server running on that first domain, so it isn't just copying an image over. The call to the image is a secure call. I would think that would make things work.
  12. A

    XF 2.1 Any thoughts on why a banner include would work on one site, but not another?

    I am trying to include a banner via a widget on two different forums. The ad system is hosted on one of the sites, and the banner include works fine there. It doesn't work on a second site though. It worked in the past, but not anymore for some reason. You can see the banner working at...
  13. A

    XenForo Redirects for vBulletin

    Hi gang. I am back again. This time I have imported a vbulletin 4.2 install to Xenforo 2.2. I am having the same problems with redirects not working. I installed the add-on and pointed it at the import log file. I am just getting 404 errors with the old links...
  14. A

    XF 2.2 Users can't edit posts that were imported from v3.8

    That may have been it. They are testing now. Thanks, Mike
  15. A

    XF 2.2 Users can't edit posts that were imported from v3.8

    I migrated a vb3.8 site to Xenforo late last week and my users are saying that they can edit their posts from after the migration, but can not edit them from before the migration. I can edit my old posts as an admin, so I can't really debug this problem very well. Is this a known issue with...
Top Bottom