
Everything posted by Daniel F
-
API to query the posts?
The forums parameter isn't required, same with the user agent. If a required parameter is missing, you'll get a proper error message, EX0 - UNKNOWN_ERROR means something else, do you see any logged errors in your system log? e.g. this is my request without any parameters: <?php require 'init.php'; $url = 'http://ic5jan.test/'; $key = 'a487df1e88d6fc466fac6c8f3eb81843'; /* Fetch topics without any additional parameters */ $params = [ ]; print_r( \IPS\Http\Url::external( $url.'api/index.php?forums/topics' )->setQueryString( $params )->request()->login( $key, '' )->get()->decodeJson() ); which results in
-
Is there an option to clean up the database through cron jobs?
https://www.ic-essentials.com/files/file/54-inactive-members-cleanup/
-
Sharing options
Custom Share Services can't be added to v5 yet (there's no official extension for it, but one may accomplish it via a quick and dirty workaround), but be assured it's on our roadmap 🙂
-
Analytics button in topic view gives theme error even in default theme
I can't reproduce this here or on my cloud testboard. We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
-
how to increase the session expiration time, in the Admin CP?
The ACP_SESSION_TIMEOUT constant can be used to increase the time.
-
Bulkmail via smtp - How to limit
This can be set with the BULK_MAILS_PER_CYCLE constant
-
register
No, an email address is mandatory.
-
Log files growing at a massive rate...
It seems you're logging "all" the stuff. Check your constants.php and remove the row with DEBUG_LOG
-
You should go in the direction of instant live interaction
IC5 will already have this featured
-
Marquee App?
Daniel F replied to FeigelInc's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionCouldn't you use the HTML widget in combination with the code posted in ?
-
Our Picks Help
Yes, Zapier is the easiest way to go.
-
RSVP leave Webhook
I have just pushed the fix to our repo. Once it was reviewed and approved, it will be shipped in a future release:)
-
RSVP leave Webhook
Thanks a lot! I can confirm that it's missing here. I have filled a bug report for this and a missing language string which I noticed while testing this.
-
RSVP leave Webhook
Can you please explain what exactly you mean? It is also fired when one changes his status
-
"Show that the message has been edited" option
It's the "Can edit silently?" group setting.
-
RSVP leave Webhook
I can't reproduce this, it's working fine for me. In fact the same webhook is fired for all 3 RSVP states, you have to look for the "action" parameter in the payload, which can be "yes", "no" and "maybe"
-
Alert_cant_dismiss
The "alert_cant_dismiss" language string is indeed missing in v4 & v5. I have just added it for an upcoming release and I'm looking now at the other issue. Edit: Yes, I can confirm that this is a bug.
-
rest api post request date
No need for a new bug report, I already reported it to our internal bugtracker yesterday.
-
rest api post request date
it's setting the correct date (date is set to today -24h) but yeah, I have noticed that the record_publish_date column contains the current timestamp which is a bug.
-
Beta 8 - Reduced performance mobile
Daniel F replied to Adlago's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionThis really shouldn't make any difference. An upgraded site won't load anything different to a new installation. The same templates and same JS & CSS files will be returned, it may have some slower DB queries on really really big communities compared to a new, empty installation, but that's all
-
Disable ALL modules / plugins / App
No, the \ is just a namespace separator, it doesn't matter if it's with or without. I guess yo meant // 😉 Are you still having the issue @Olivier Frascone ? I was able to login into your ACP with the details we have on file and haven't gotten any error.
-
2C124/7 - Error on Run Task
You had still tasks from uninstalled applications/plugins in your database? Where these from were old 3rd party stuff?
-
Payments for Users to Users
You can have a test/dev instance
-
"The from address does not match a verified Sender Identity." When I try to Test Email settings
There are 2 settings for sendgrid 1. ACP => Integrations => Sendgrid 2. ACP => System => Email Make sure that it's disabled on both.
-
After upgrading Cart option does not Appear for some users
Is this still an issue on your community?