Everything posted by Chris027
-
Listen To This Article Feature
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.
-
Listen To This Article Feature
Do you think it's possible to hide with simple css in my custom.css file?
-
Listen To This Article Feature
Sure thing. https://audiophilestyle.com/ca/immersive/immersive-music-and-some-current-favorites-part-4 -r1168/
-
Listen To This Article Feature
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.
-
Zapier Issues
If anyone else uses nginx and wants to know how to do this. Convert the htaccess file then add the converted text in the site configuration file. The following can be added to the server block, usually located in /etc/nginx/sites-available/yourserver.conf Then restart nginx location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/index.php; } }
-
Zapier Issues
Ah. I need to convert it to work with the worlds most popular web server :~)
-
Zapier Issues
I have this same issue. I uploaded the .htaccess file (although I don't use apache), but nothing changes. #3C414/1 Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue. Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the <a href='THIS LINK>REST & OAuth</a> page to learn more and fix this issue.
-
Classifieds System
Yes
-
Bookmarks - Support Topic
I have some errors in the system log related to Bookmarks. SELECT COUNT(*) as cnt FROM `bookmark_items` WHERE member_id=25654 AND app IN('core','cms','blog','downloads','nexus','gallery','forums','convert','bookmark','autowelcome','classifieds','clubsenhancements','ignoretopics','memberscountry','neappcontactus') AND ( visibility_type=1 OR ( visibility_type=2 and member_id=) ) IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') )' at line 1 (1064) #0 /mysite/system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /mysite/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /mysite/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /mysite/applications/bookmark/sources/Bookmark/Table.php(111): IPS\Db\_Select->first() #4 /mysite/system/Helpers/Table/Table.php(494): IPS\bookmark\Bookmark\_Table->getRows() #5 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #6 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #7 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #8 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #9 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #10 /mysite/index.php(13): IPS\_Dispatcher->run() #11 {main} BACKTRACE #0 /mysite/init.php(1029): IPS\_Log::log() #1 /mysite/system/Helpers/Table/Table.php(574): IPS\IPS::exceptionHandler() #2 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #3 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #4 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #5 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #6 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #7 /mysite/index.php(13): IPS\_Dispatcher->run() #8 {main} Looks like I can reproduce it by visiting the following URL as a guest - /profile/user-username/?tab=node_bookmark_Bookmarks
-
Images in Quotes Not Showing
Yeah, it would be rare for something to remain unchanged for 4 years. Since it has been disabled, all it good.
-
Images in Quotes Not Showing
Just disabled Cloudflare’s Mirage setting, we’ll see if it helps. The setting has been enabled for 4 years without issue.
-
Images in Quotes Not Showing
The images in quotes are no longer showing. https://audiophilestyle.com/forums/topic/7577-album-of-the-evening/?do=findComment&comment=1223637
-
December Year in Review and 2023 Preview (Video)
I certainly here you, but YouTube’s goal is to get more eyeballs and keep them watching as many minutes as possible. They have buildings full of PhDs with unlimited computing power, working to accomplish that goal. YouTube payouts are pennies compared to what we can make by working directly with companies who want to advertise. I’ve been to Google. Spent the day talking with them. It was appalling. Despite what the company says, it has zero respect for content created by any of us. The company will do whatever it can to use our content to increase the benefit for its shareholders.
-
December Year in Review and 2023 Preview (Video)
I support IPS avoiding YouTube, and enabling us to keep the content we create, on our own communities. I'm not a fan of giving YouTube free content to monitize and pull eyeballs away from our communities, using our content.
-
How do you handle 301 redirects on Cloud hosting?
It's a bunch of old links in articles that point to stuff like audio.xxxxxxxxx.tld that used to be hosted in S3 years ago. Now it's all local at xxxxxxxxxx.tld/s3/audio. Nginx redirects work great rather than tracking down all the links and changing them.
-
How do you handle 301 redirects on Cloud hosting?
I'm redirecting from a sub-domain. I used to hose stuff on S3 (images.xxxxxxxxxxx.tld, audio.xxxxxxxxxx.tld, etc...). I moved it all local and just use redirects so all the old links still work. I already do these. But I want to know how to do it if I move to the cloud.
-
How do you handle 301 redirects on Cloud hosting?
Those won't work for sub-domain redirects though will they? I have several in my nginx.conf files.
-
How do you handle 301 redirects on Cloud hosting?
it's possible to do via Cloudflare, but with so many redirects it would get expensive.
-
Cloud email service
So cloud hosting is much more expensive and requires external email and external elasticsearch. Oh fun, can't wait.
-
Cloud email service
So anyone concerned about branding is out of luck, as all email appears to come from invisioncommunity?
-
How do you handle 301 redirects on Cloud hosting?
Would love to know if this is possible
-
December Year in Review and 2023 Preview (Video)
That really sucks. Just being honest.
-
CloudFlare settings
Was just looking into R2 tonight. Would love to use it over Amazon S3.
-
Two PHP-FPM Listeners?
I’m trying to squeeze every ounce of performance out of my new server, and ran into this article. It suggest load balancing php-fpm by creating a second .sock / instance. Has anyone done this or does anyone have an opinion on this? performance tuning nginx and php-fpm “We created a second .sock2 file, /run/php/php7.2-fpm.sock2, which does not exist by default. We added the upstream parameter and referenced the .sock files in the site’s Nginx config: We then changed the existing fastcgi_pass value to reference backend. Next we added a second pool to /etc/php/7.2/fpm/pool.d replacing [www] with: and
-
Slow Notifications Popup
I made changes to the mysqld options in the conf file. The “best” values for these will be different for everyone. innodb_buffer_pool_size innodb_log_buffer_size innodb_file_per_table innodb_open_files innodb_io_capacity innodb_flush_method Key_buffer_size max_allowed_packet thread_cache_size max_connections Connect_timeout wait_timeout sort_buffer_size bulk_insert_buffer_size tmp_table_size max_heap_table_size query_cache_type query_cache_limit query_cache_min_res_unit query_cache_size