I don't remember which version it was, but it has probably a year since my last upgrade. Let me go through and make sure all of my add-ons are updated.
If it means anything, even new users who registered today are showing the same message about no additional information available.
Thanks,
Mike
Hi, I am trying to add a simple "rolling eyes" reaction to the site, but having issues. When I fill out the info for "rolling_eyes", it comes back with "Please enter a valid URL".
Am I just misunderstanding something here?
Mike
Hi, I recently upgraded to 2.3.3 and now everyone is my approval queue says "No additional information available".
Am I the only one experiencing this?
Mike
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
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...
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...
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
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.