Jump to content

Chris027

Clients
  • Posts

    705
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Chris027

  1. I just tried option to "Adding country flag to existing members without countries" and it's acting strange. It's stuck on about 25% and even caused my AdminCP to throw a Gateway time out via CloudFlare (front end of site still worked perfect). Server is sitting near idle when I look at TOP. Clicking the manually run task in AdminCP gives me this spinning circle forever.
  2. Am I crazy or did this just show up like this?
  3. I recently noticed the link to display a user’s images in the profile is now visible even though the user hasn’t uploaded any images. Is there a way to disable this link if there are no images?
  4. Great to know. Thank you! This app has saved me so many headaches it's amazing.
  5. Perhaps I don't understand how this works completely. I just received a message through the Contact Us form that originated from the IP address 5.62.59.1. This address is listed in Stop Forum Spam 80 times. With these settings, shouldn't this have been clocked?
  6. Hi Charles, I've created folders in the pages media ares of AdminCP. I see that the folders aren't duplicated in the Pages Media directory on my server. Is this on purpose and could it lead to issues with tons of files in the same directory down the road?
  7. I just noticed this in the logs, and have never seen it before. Some guests and some registered users appear to have triggered it.
  8. Looks like these started after upgrading to the newest release. Not sure if it's problematic. UnderflowException: (0) #0 /example.com/applications/core/extensions/core/EditorLocations/Meta.php(62): IPS\Db\_Select->first() #1 /example.com/applications/core/modules/front/system/ajax.php(200): IPS\core\extensions\core\EditorLocations\_Meta->attachmentPermissionCheck() #2 /example.com/system/Dispatcher/Controller.php(107): IPS\core\modules\front\system\_ajax->attachmentInfo() #3 /example.com/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #4 /example.com/index.php(13): IPS\_Dispatcher->run() #5 {main} BACKTRACE #0 /example.com/init.php(1037): IPS\_Log::log() #1 [internal function]: IPS\IPS::exceptionHandler() #2 {main}
  9. It looks like all the people with ZZ as the country, have selected the following in their accounts:
  10. Just switched to IPS Geolocation. I’m guessing the ZZ users will have to visit the site for the country to update. The IPs of these guys are just normal US locations resolved when I look them up in AdminCP. I have a few pages of people in ZZ
  11. I’m getting a lot of people now in “country-ZZ” with a gray flag and question mark. Any clue what’s up with this?
  12. But this route is problematic.
  13. The audio source is rewritten by IPS like this <audio controls="" data-audio-embed=""> <source src="%7Bmedia=%228%22%7D" type="audio/mpeg"> </audio>
  14. My ad code looks like this and I adjust the CSS to not have the word "ad" in it. <script type="text/javascript"> var images = [], index = 0; images[0] = "<a href = 'https://example.com/sf'><img src='https://example.com/uploads/b/dyn/e.jpg' class='mcbc' alt='Dynaudio'></a>"; images[1] = "<a href = 'https://example.com/sg'><img src='https://example.com/uploads/b/dyn/f.jpg' class='mcbc' alt='Dynaudio'></a>"; index = Math.floor(Math.random() * images.length); document.write(images[index]); </script> Can't get this to load the audio. You can see the top one uses the mediaxxxxx code and the bottom uses the full path. The top doesn't ever load or play.
  15. Without the path, is there a way to embed the audio using the {media...} code? A way to adjust the code below? <audio controls="" data-audio-embed=""> <source src="https://example.com/my-article-audio.mp3" type="audio/mpeg"> </audio>
  16. I think I will. I want the new features. Is it possible to get the path to this file?
  17. Very cool. I see I can create folders as well.
  18. Whoa, I never knew that existed. Testing it now.
  19. One item holding me up from moving to the cloud hosted plan is the lack of SFTP access. Even if this was to a single folder in the uploads directory or something, it's all I need. My feature request is some type of uploading capability. Perhaps it's there and I don't know it. I need this because I upload advertising banners to a nonstandard directory, then use custom code to call them. This way, no ad blockers block my ads. I also use SFTP to upload the audio MP3 of my articles, then put them into the articles with the code below. I would attach the MP3, but this displays how many times each article is listened to for some reason, and the accuracy of it is questionable, in addition to the fact that it's a stat that nobody needs to see. <audio controls="" data-audio-embed=""> <source src="https://example.com/my-article-audio.mp3" type="audio/mpeg"> </audio>
  20. I got rid of it by changing the location of the uploaded file. I uploaded it via sftp, then pointed the audio src to that URL.
  21. Do you think it's possible to hide with simple css in my custom.css file?
  22. Sure thing. https://audiophilestyle.com/ca/immersive/immersive-music-and-some-current-favorites-part-4 -r1168/
  23. Hi Guys, I finally uploaded some audio after using a text to speech app. Question: How can I disable the popup / tool tip that shows how many times it has been downloaded? I noticed this isn't seen int he audio posted above by @Nathan Explosion. Here's what it looks like on my site when I mouse over it.
×
×
  • Create New...