
Dominyka
+Clients-
Posts
48 -
Joined
-
Last visited
About Dominyka

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Dominyka's Achievements See all achievements

Newbie
13
Reputation
-
Aiwa reacted to a post in a topic: Payment Plan
-
Would love an option to have a payment plan for products. So just like now we have a subscription, just let the automatic billing stop after a set amount of billings.
-
Jaymez reacted to a post in a topic: Removing View Counts and Publish Date?
-
Exclude "Member Status Updates & Comments" In Search
Dominyka replied to Dominyka 's topic in Help & Support
I mean search results Thanks 🙂 😞 -
Any way to exclude Member status updates in the search? And member comments under posts? It reaaaaaally pollutes the search results, and drowns the database posts 😞
-
You need to locate the template your database is using and remove the code that adds the date: {datetime="$row->_publishDate"} and then there is also the part that adds the stats: {{foreach $row->stats(TRUE) as $k => $v}} <li {{if \in_array( $k, $row->hotStats )}}class="ipsDataItem_stats_hot" data-text='{lang="hot_item"}' data-ipsTooltip title='{lang="hot_item_desc"}'{{endif}}> <span class='ipsDataItem_stats_number'>{number="$v"}</span> <span class='ipsDataItem_stats_type'>{lang="content_records_stat_{$k}" pluralize="$v"}</span> </li> {{endforeach}} I suggest creating a custom database template and editing that.
-
sobrenome reacted to a comment: 4.4: Extend Invision Community with the REST API
-
Cybr3x reacted to a comment: Welcome to Invision Community 4.5
-
When is this available? 😄 I reaaaaaly need the subscription trial period feature haha
-
Or alternatively - Create a new cart/invoice with TWO items on a click of a button. I know how to do that with one item, but any way to have a <form> that adds a second item too? I've tried working with associated items, but it seems they only work of the associated purchase is in the cart. Once it turns into an invoice it's not working.
-
I need to add an upsell button to an invoice. When a person is in the invoice at https://tealswan.com/checkout/{invoiceID}/ i would like to add a button that adds an item to the invoice. I found this function, but I don't know how to generate the \Item. IPS\nexus\Invoice::addItem( \IPS\nexus\Invoice\Item $item, $cartKey = NULL ) To generate the Item I also need to generate a currency but if I do \IPS\nexus\Money::__construct ( $amount, $currency ) as $money = IPS\nexus\Money::__construct( 199, 'USD' ) it just shows error. Any place I can see some examples? Or someone can help?
-
YES!!! ❤️
-
Dominyka reacted to a post in a topic: Please add Polls to pages
-
Oh my god I think I figured it out?? I might just find a way to actually make this Invision code actually work for myself 😄
-
Any way to get the registration form? I've seen it on some Invision websites, but can't seem to figure out how to do it myself. I got the Sign In form to work via But the registration form requires parameters that I have no idea how to get. Any help?
-
Yes, I installed it, with no success in what I'd like. However in the support topic I found it says it's not for commerce unfortunately - https://invisioncommunity.com/forums/topic/445224-mix-no-require-full-address-support-topic/
-
Good idea. However this plugin does not work for commerce.
-
SC36DC reacted to a post in a topic: Disable Billing Info For Digital Products
-
We have found that it's a surprisingly big deterrant when you require billing info on checkout for digital products. Any way to disable it? I found this, but it's not available for download...
-
Dominyka reacted to a comment: 4.5: Commerce Trials
-
BIG YES for all of this. BIG BIG BIG YES
-
DawPi reacted to a post in a topic: Successful Purchase Page Redirect
-
Got a custom plugin from DawPi 😍 Works like a charm!