Jump to content

Sonya*

Clients
  • Posts

    3,825
  • Joined

  • Days Won

    30

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sonya*

  1. I do not have an issue, but one question: do you allow signing in with display name?
  2. We have an issue with notifications (bell on the site) are lagging. There is a new message in the topic, the topic is highlighted in bold. The user already read it, but the notification to the list comes later. I do not know how and whether it is related to our email notifications issue. But users have started to complain around the time we have started to get timeout error in email logs. I am trying to understand who is “responsible” for this: our server that is too slow to deliver notifications any settings in IPS I have made or overseen that can throttle notifications IPS not able to handle large number of notifications at once slow AWS SMTP connection (if related to another issue) Any idea? Thank you!
  3. I can confirm, it is a cookie error. I have NOT cleared the cache. I have only deleted cookies, and it works right now.
  4. I am writing from mobile. Your community invisioncommunity.com is not accessable from my desktop chrome right now. The same error, redirecting to admin/install. No issues with incognito mode.
  5. This should work. It is an active clickable link. Check if you have selected: Allow any links apart from the links specified. Then check if the group in question has Bypass word and link filters? disabled. Just of curiosity, why would you like to moderate spam links instead of blocking them?
  6. The function looks for matches in href="" attributes only. It does not check plain text. For plain text, you should use word filters.
  7. Oh, I see. If they enter the link as a plain test like this https://datesnow.life and not as an active link like https://datesnow.life then it will not be caught. This is how this filter works, unfortunately. It only catches active links, but not their text representation. Use word filter additionally with datesnow.life as an exact string. This should catch the spammer posts even if they remove active link.
  8. I am not sure, how your filter looks like. Better create a screenshot. 😉 Do you copy/paste the content of the spammer into the filter? Or do you add it manually as you see it? You should always copy. These three lines below are not the same, even if they look identical: Supreme Сasual Dating Suprеme Сasual Dating Supreme Сasual Dаting I have used Cyrillic letters in the second and third lines. You cannot spot them. They look the same. But technically, there are three different strings.
  9. I have two subscriptions (no products). I would like to give a limited number of discount for the purchasing of subscription. Example subscription: 100USD initial payment and 30USD for renewal. I would like to give a 100% discount for initial payment only. Limited to the first 5 subscribers. Possible?
  10. As said above, I am not an admin. I watch my system logs frequently and do not see any issues. But forget, what I said. 😃
  11. I am not an admin myself. But my community runs with 8.2 without issues. My server administrator says, all his customers run their IPS communities with 8.2. 😬
  12. A pity. There is no sense creating one for IPS4 anymore. What do you think, will it be possible to create such an app in IPS5? There can be no limits on content types: forum topics, blogs or blog entries, calendar events, download files, gallery images or albums, clubs, records from Pages databases. The review step should be mandatory, though. There should be no possibility to pay for something that is rejected by the community policy.
  13. I am looking for a possibility to offer paid articles on the site. The workflow is simple. The user creates an article in Pages database. It is hidden for all except for staff (pre-moderation). We (the staff) review the article. If it suits, the user can pay. The invoice should be generated. After the payment is completed, the article is instantly shown on the site. It should be a one-time-payment per article. If user submits another article, go to step 1. The challenge: The user should only be able to pay for the articles, we have reviewed. The invoice should be generated automatically upon reviewing of the article (status: reviewed). Is the invoice paid, the article should be instantly shown. Any idea of how to build the process with IPS Commerce?
  14. The only difference I see is a watermark. No watermark here, but one on your forum. Can you switch off the watermark on your forum to see if it causes an issue?
  15. @TDBF, if you like, you can upload your free files to invisionify.com. Reach out to me, if this is an option for you. 😉
  16. I can see the issue. Your code rounds the average rating to an integer. That's why there is no difference for the first 4 items and then the next two. You can see they have the same record_rating in the database. This is how you save it. The rating_average (rating_value/rating_hits) with decimal would make a difference.
  17. I have a Pages database. It uses star rating (not reviews!). I have set sorting by rating in descending order: The sorting is weird, though: Item with 15x5 stars and 1x1 star. Item with 17x5 stars only. Item with 25x5 stars and 3x1 star. Item with 23x5 stars only. Item with 6x5 stars and 1x1 star. Item with 16x5 stars and 1x6 stars. Item with 7x7 stars and 7x7 stars. Does it make sense? Obviously, the item #4 should be placed at the very top, following by item #2. Should it not be sorted by average as total rating divided by number of votes? Or what is meant with Sort by Rating?
  18. In case you do not find the plugin, you can purchase this one https://www.ic-essentials.com/files/file/25-advanced-footer/ This is and will be supported. The one from @TDBF likely no. 😞
  19. How have you installed your forum? You have downloaded the files and uploaded them on your hosting, right? It is the same way while doing manual upgrade.
  20. I just need another output for the star rating. Either hook into how the stars are built. This does not work, as this is a module. Or send a rating remote from my template, that does not work either. For example, instead of outputting 5 stars, I would like to print out: No. Rather no Don't know Rather yes Yes The rating should be saved as usual. Just the output should be changed.
  21. This is not a controller, but a module. I suppose that is the reason the mixin does not work. I am trying with a controller now and fail again.
  22. I use this documentation This code is in the record Display template (Pages) does not work: <p>Member Rating: {$record->memberRating()}</p> <span data-ipsRating data-ipsRating-changeRate='true' data-ipsRating-url='{$record->url()}' data-ipsRating-value="{expression="number_format( $record->memberRating(), 1 )"}"> <input type="radio" name="ratingValue" id="ratingValue_1" value="1"> <label for="ratingValue_1">1</label> <input type="radio" name="ratingValue" id="ratingValue_2" value="2"> <label for="ratingValue_2">2</label> <input type="radio" name="ratingValue" id="ratingValue_3" value="3"> <label for="ratingValue_3">3</label> <input type="radio" name="ratingValue" id="ratingValue_4" value="4"> <label for="ratingValue_4">4</label> <input type="radio" name="ratingValue" id="ratingValue_5" value="5"> <label for="ratingValue_5">5</label> </span> When I click on a star, I can see a request: _https://mydomain.com/db1/category/record_title-r2/?csrfKey=76a58e802019f5b18f6d6b9c059df60f&rating=5 I also get a message printed out below the stars "Rating saved". But when I refresh the page, the rating is not saved. I do not see any errors, neither in Chrome console, nor in IPS system logs. Does somebody know what I miss? Thank you!
×
×
  • Create New...