Jump to content

Sonya*

Clients
  • Posts

    3,850
  • Joined

  • Days Won

    31

 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 have created a database. I have set permissions so that Members are allowed to create records within the database. I have added a new club feature based on this database. Who can add a new record to the feature? Club owner and club leader only. Club moderators and club members are not allowed to add records. I have already asked it. But just to be sure: does it work as desired? Is there any way the members of the club can add records? Thanks.
  2. After a fresh install, I cannot find any Pages templates. Reproducible on localhost and test url. By the way: I am going to explore the new Pages in club feature. Where would you like to have bugs reports? Here, in technical problems or somewhere else?
  3. Since the upgrade to 4.7 we have lost the ability to see anonymous users in Recently browsing list. Before upgrade (4.5), we could see them in the list marked with crossed eye like this: After the upgrade, we cannot see anonymous logged users at all. I am logged in as administrator (anonymous login required). My moderators are logged as anonymous if they like. The most of them like. 😉 Now, I can see myself on the list without crossed eye and non-anonymous users. My moderators cannot see me. I cannot see my moderators. We have used this feature to see if there is a moderator online in the “critical” topics that are going to escalate. Has the feature been removed? Or are there any settings that I miss?
  4. I would assume it, too. It should be reproducible. Just remove all rules that deal with reactions, start rebuilding and find a task for Reaction in the background tasks. Not a deal for small communities. But an issue for large communities. I had to stop my rebuilding after almost 2 weeks due to the “rebuilding” of reactions (almost 10 GB table). It really goes through the entire reactions, even if there are no rules that require reactions.
  5. I have a community with over 30,000,000 posts. I have created achievement rules that deal: with posts timeline (registered since and logged in for X days) member's followers (not content!) Then I start rebuilding the achievement. Estimation: it will take some weeks to rebuild. What I do not understand is: why IPS tries to recount reactions, followed items and nodes and other things, if I do not have any rule based on it? E.g., the reaction table is huge (~10GB). I do not have any rule based on reaction. The rebuilding of “nothing” is strange. Those are tasks that rebuild something I have not defined: While VotePoll and JoinClub are “recalculated” pretty quickly, I estimate a very long term for rebuilding Reaction and FollowContentItem. Is it a bug? Can I stop the tasks that do not really calculate anything?
  6. If you connect Pages with a forum for comments, the topics will always have a link back to the record. Please consider making the link optional. There are several issues with this link: It is not editable: you cannot edit topics created automatically from records. It does not respect the template change: you can edit the template, but the changes are not considered while rebuilding. It does not respect permissions: if a user does not have a view permission for the record, the link is broken. E.g., database only for staff, topics for all. It sometime has ambigious wording, like view full person, view full movie, view full book. I know that I can change the language. But it is difficult to find a global one for all databases. It is not translatable: once saved in the post, it always uses the default language. No control for individual forums with other languages. It is redundant: I can create a field in the database and use Topic format to get a full control over the link. This way I can decide, whether to show or not, wording in individual database, exact position in the topic, formatting. This is also respected while rebuilding. Just a small choice field, yes/not would be sufficient. Or at least add a CSS class in the template so that the link can be suppressed with display:none. 😉 Thank you!
  7. I send email through Amazon SES via SMTP settings in IPS. All my emails (about 1,200 a day) are delivered without issues. But sometimes (3 to 4 times a day), I see these errors in email error logs: All the topics listed here have 70 followers or more. I have never seen this error on topics with quite a few followers. What can be a reason for this error? IPS issue? Server issue with SMTP? Amazon SES issue? I have consulted @stoo2000 and he has been looking into this over the last few days. His theory is: Invision Community holds connections to the SMTP server open throughout the whole time of the execution of background tasks. So it might be sending an email in the first loop and then not send another email for a while, performing other background tasks. Then it tries to send another email and fails due to timeout. This is just a theory. He hasn't seen this come up before. Note: I do not have any other errors with emails. They are all delivered. About 99% of registrations are confirmed. My bounce rate is very healthy. This is the only issue I have and only on topics with large number of followers. Does someone have an idea, what the reason for the error can be?
  8. We have the same experience. The most members use blogs as a kind of personal forum to ask questions. When they get enough answers, they remove the entry or hide it. Those who have commented are insulted. We would not like to remove the permissions to delete, edit or moderate own blogs. But the most users abuse these features. We have tried to put rules on the entry submission screen, this does not help. We have tried to explain, what blogging is, it did not help as well. At the end of the day, we will close our blogs after 15 years. We have over 10,000 “blog” entries. The most of them are just questions, 1–2 lines. I think, there is no IPS's “fault”. We have just a wrong target audience.
  9. Awesome! 🙏 Then this is a kind of bug or handling error. I will post it in technical issues.
  10. There used to be spam defense log in All Recent Account Activity area of the user in ACP: After update to the latest IPS version, this log is not shown anymore. Spam Defense is enabled. All spam defense logs are shown under /admin/?app=core&module=moderation&controller=spam&do=serviceLogs though.
  11. This was solved with the latest patch. You can apply it from your AdminCP.
  12. Currently, your entire subdomain is protected by login/password. The API can only reach URLs that are public.
  13. Is there any way that club members can add own records to the club category? Or is it only for owners?
  14. Ask @DawPi or other provider. This plugin is really basic and simple. 😉
  15. This is a theory, it has never worked, though.
  16. I have clubs on the website and have noticed that posts in clubs forums do not always increase the number of posts in members' profile. I have investigated in database and have found out that old clubs, created over 10 years ago, have inc_postcount set to 0. SELECT * FROM `ips_forums_forums` WHERE `inc_postcount` = 0 AND `club_id` IS NOT NULL Probably there was an issue 10 years ago. 😄 Or there was an “Improved Clubs Enhancements” app, I have used before the upgrade to the latest IPS version. Anyway, I would like to recalculate all posts from all users, and I suspect that posts from these clubs are not counted. There is no way to set this value for club forums in ACP. SQL? Is it safe just to update the column with 1 for all clubs? 😬
  17. Oh. I have somehow managed to delete them. I guess I have removed the entire forum (??). I'll try to replicate it again.
  18. I believe I know how to replicate it. Enable Post Topic and Use forum for comments on existing database. Add some comments to the database. Remove created topics and disable Post Topic and Use forum for comments Click on Rebuild synchronized topic content and Rebuild comment count for the database.
  19. I have some databases in Pages. Only one database has the settings enabled to post a topic and use a forum for comments. Everything works. I have added and deleted some articles to test. Then I clicked on Rebuild synchronized topic content, Rebuild comment counts and Recount posts for ALL members in a member profile in ACP. Now I have some tasks that are running but cannot be completed: If I click on manually run them now, I get the error: Is it a bug or handling error?
  20. We have a "Mention" link. It just scrolls down to the Reply-field and adds the username, formatted as mention. No quote. Just the username. You could rename it to Reply. (It is a pretty simple plugin that was offered in the past on the Marketplace.)
  21. Rename it back to Quote. If they do not see a wording “Reply” there, probably they do not use it to reply.
  22. If you do not own it, you can scrape the content. If there is a copyright, it is illegal.
  23. It is not only optional. It is difficult to find for users. Our users upload a single image and then cannot find the field for the caption. They do not understand that they have to upload, then click on the uploaded image, then fill the caption, then submit. I would prefer a simple GUI for single upload, where the user is forced to give caption AND description for the image. We are going to pause our gallery with 39,000 images and 350,000 comments because of this problem. Indeed, images cannot be found, moderators are tired of editing the captions and descriptions. I hope there will be a better solution in v5.
×
×
  • Create New...