Everything posted by Chris027
-
Classifieds System
-
Adriano Classifieds Conversation
I’d pay hundreds of dollars for a new app. I’d also pay to have the old classifieds content moved into the new app.
-
Classifieds System
Do people have exit plans to get out of Classifieds, but retain the content? That’s my worry now.
-
Classifieds System
This is really troubling and will eventually put all of us in a really bad spot, if it isn’t resolved.
-
Member's Country
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.
-
Profile - Images Link
Thank you!
-
Profile - Images Link
Am I crazy or did this just show up like this?
-
Profile - Images Link
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?
-
(NE) Contact Us - check sender
Great to know. Thank you! This app has saved me so many headaches it's amazing.
-
(NE) Contact Us - check sender
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?
-
SFTP for Cloud Hosted
OK, all good.
-
SFTP for Cloud Hosted
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?
-
Several System Log Entries Meta.php
I just noticed this in the logs, and have never seen it before. Some guests and some registered users appear to have triggered it.
-
Several System Log Entries Meta.php
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}
-
Member's Country
-
Member's Country
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
-
Member's Country
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?
-
SFTP for Cloud Hosted
But this route is problematic.
-
SFTP for Cloud Hosted
The audio source is rewritten by IPS like this <audio controls="" data-audio-embed=""> <source src="%7Bmedia=%228%22%7D" type="audio/mpeg"> </audio>
-
SFTP for Cloud Hosted
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.
-
SFTP for Cloud Hosted
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>
-
SFTP for Cloud Hosted
-
SFTP for Cloud Hosted
Very cool. I see I can create folders as well.
-
SFTP for Cloud Hosted
Whoa, I never knew that existed. Testing it now.
-
SFTP for Cloud Hosted
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>