-
How to change the "from" name for emails sent by server?
I believe right now emails sent from the server use the value that is entered in the "site name" setting. So the "from" field in emails that are sent appear like so "Cool Company <user@coolcompany.com>" Is it possible to configure this sent from value? I could not find a setting for it. For example I want to change it to: "Jenny from Cool Company <user@coolcompany.com>" Thanks
-
Unable to change test URL for license
I'm in the process of migrating it. So, when I've finished migrating, turned off the old test site the button in the client area will work? Or I would still need to reach out to you? And separate question. My plan is to have the test site on a different domain to the live one, that should be fine right?
-
Unable to change test URL for license
I wish to update the test URL I use for my license, however, wen I click on the "Change Licensed URL" button I get the following error: I don't wish to change the url of the live site. Could I get some assistance with that?
-
Tom S. reacted to a blog entry: Interview with the founders of Invision Community (VIDEO)
-
Joachim Sandstrom reacted to a comment: 4.4: Recurring PayPal Payments and more with Braintree and Commerce
-
Tom S. reacted to a blog entry: In Case You Missed It: Watch our 4.6 Live Event
-
How to create announcements?
Oh it's in Moderator CP. I was looking all over ACP. Thanks for your guidance.
-
How to create announcements?
I realise this is a total noob question, but how do I create an announcement on my site (banner at the top of the page)? Thanks.
-
Better statistics about our customers
I've made a topic about this before but I feel it's something that is severely lacking yet so useful and probably a fairly easy feature to implement. We need better statics about how our site is performing with relation to customers. Right now all we have are general overview of what was purchased and revenue. There is also some markets data which is nice, but we really should be able to see things along the line of: How long are users staying subscribed to renewal products (churn rates) How much are users spending on average per month What is the average revenue per customer What is the conversion rate of trial to paying etc etc... All this info should already be available within the database in some kind of form, we just need a nice visual way to interpret it and create reports. On a side note, Stripe has some reporting tools already on their platform but when I go there, it's empty. So I wonder could the API be better setup so that stripe can use the sales data coming from IPS? That would already be a big win. Thanks
-
Kafka solution in IPS?
Hi, I wanted to know if IPS uses any kind of solution such a kafka to listen/react to database changes and trigger events. Basically, I want to trigger certain actions when particular changes in the DB occur. But it's much cleaner to use a system like kafka to just wait for the changes, rather than have to manually trigger them all over the place in code. Does IPS have such a functionality in place? Thanks
-
How to edit email appearance
Hello, according to this guide, it's possible to configure the appearance of your emails: But I can't find this anywhere in ACP. Could someone quickly explain where I can find it? Thank you!
-
How to use ips.ui.menu with events
I couldn't figure out from reading this article: I created a simple dropdown menu using this format: <!-- The trigger --> <a href='#elMyMenu_menu' id='elMyMenu' data-ipsMenu>Open Menu</a> <!-- The menu --> <ul id='elMyMenu_menu' class='ipsMenu'> ... </ul> But I want to be able the listen to open and close events. How can I create an event listener using ips.ui.menu? As a side note, a lot of these articles lack an actual example which would save people from having to post to the forum.
-
Can we get an agree or +1 reaction on IPS (or both)?
They should do a similar approach to how Slack does it's reactions. You can react with any available emoji as well as add multiple reactions, and this works really well.
-
"Only subclasses of Dispatcher can be instantiated" Error
What's the way to do that? Like so? \IPS\Dispatcher\Front::i()->run()
-
"Only subclasses of Dispatcher can be instantiated" Error
Hello, When I run this line: ($tab has the value of 'comments') $record->commentReviews( $tab ); I get the following error: My guess is it throws the error when it hits this line in Records.php: return \IPS\cms\Theme::i()->getTemplate( static::database()->template_display, 'cms', 'database' )->comments( $this ); Can't figure out why this is happening though. Am I missing a step? I do run init.php already beforehand.
-
Why can't user change rating? (Pages)
Ah my bad. Thanks @opentype
-
Why can't user change rating? (Pages)
Inside a record in pages, I've allowed ratings (out of 5). But once a user has entered a rating, it's fixed and they cannot change it. Why is that? I can maybe understand keeping it fixed for reviews. But it doesn't make sense for simple 5 star ratings. So my feedback is, please allow people to change their star rating. It's especially a problem if a user misclicks.
-
Trouble getting CMS record
Thanks Daniel! Looks to be working now 🙇♂️