Everything posted by Gabriel Torres
-
Sign in as v. online user list
Hi, One of our moderators is complaining that his name doesn't show up in the online user list widget when he is online. I tried using the "Sign in as" option available in the ACP to pretend to be that moderator, and in fact, his name wouldn't show up in the list. However, I tried sign in as other moderators, and it worked fine: the username would show up in the list. Then I stumbled upon another moderator that, when trying to sign in as him, his name wouldn't show up in the online user list as well. I have no clue on what is going on or how to start debuggin this. I tried removing and adding the widget, and clearing the system caches, at not avail. Please advise. Cheers, Gabriel.
-
Mobile layout - Reports - Ellipsis overlapping text
Hi, On mobile devices with lower resolution, in the comments of the report section, if the moderator name is too long, the ellipsis overlaps the reputation counter/moderator name. See screenshot below. Note: screenshot taken using the default, unedited IPS theme. Thanks!
-
Robots.txt suggestions
@Matt One new suggestion: Disallow: /discover/content-started/
-
Invalid object type for field "itemReviewed"
@Stuart Silvester In our case,the reviews are only enabled in two databases in Pages: books (which lists our books) and courses (which lists our online courses). Maybe an option in Pages to select the kind of property, i.e. a setting that we can select the proper property (e.g., Book https://schema.org/Book or Product https://schema.org/Product), depending on the kind of database we have. I believe this would fix the issue. Just an idea. Because right now the platform lists everything as Article.
-
Invalid object type for field "itemReviewed"
Hi, After the improvement in Review microdata added in version 4.6.8, Google is now complaining about this: Invalid object type for field "itemReviewed" Sample URL: https://www.clubedohardware.com.br/livro-redes-de-computadores Where: "aggregateRating": { "@type": "AggregateRating", "reviewCount": 5, "ratingValue": 4.8, "bestRating": "5" } If you run this URL at https://search.google.com/test/rich-results, you will see the same error being pointed out. Please advise. Cheers.
-
Suggestion: Fix for the Reported content notification email
Hello, In the email template "Reported content notification", the following part: {$email->language->addToStack("go_to_this_x", FALSE, array( 'sprintf' => array( mb_strtolower( $email->language->addToStack( $report::$title, FALSE ) ) ) ) )} Should be replaced with: {$email->language->addToStack("go_to_the_report", FALSE)} Explanation: With the default code, the button "Go to this report" that is present in the email is created based on the go_to_this_x language string. While in English this works fine, in other languages it creates two issues: 1. "this" can be either a male or a female word, depending on the noun. So we end up with a gender mismatch in this particular case. 2. In English, the word "Report" can be either a noun or a verb. However, in other languages, the noun and the verb corresponding to "report" may be different. In summary, in Portuguese, we end up with "Ir a este Denunciar", while the correct form would be "Ir à esta denúncia". The fix is very simple, however, as the platform already have this phrase in its correct form as go_to_the_report. So simply replacing one key by the other solves the issue. Thanks! 🙂
-
Missing titles in some email templates
Hello, I've just noticed that in our install, going to ACP > Customization > Emails, a few email templates, instead of displaying a name, are displaying a language key. It seem these strings are missing from our install for some reason. I don't know if this is only affecting our install or this is affecting all IPS installs. The missing strings here are: emailtpl_emailNoWrapper emailtpl_notification_new_badge emailtpl_notification_new_recognize emailtpl_password_reset_forced emailtpl_unsubscribeStream emailtpl_notification_mine_solved emailtpl_activity_stream_subscription emailtpl_notification_new_rank emailtpl_notification_my_solution emailtpl_notification_keyword_used Please advise! Cheers!
-
[THIS SITE] Link to the release notes
@Chris AndersonThanks, buddy! Kind of hidden!
-
[THIS SITE] Link to the release notes
Hi, I can't find a link to the "release notes" that used to be available in the navigation bar. New 4.6.8 version is out there and I want to share the release notes with our staff members. Cheers! 🙂 Quick update: the link is https://invisioncommunity.com/release-notes/ It seems it is available only inside the Client Area. So, this is more a suggestion to add this link here in the community as well. Please move this topic to the suggestions forum. Thanks.
-
Robots.txt suggestions
@Matt Following up our conversation about the excelente upcoming Robots.txt feature, the new, updated tutorial on Robots.txt is excelent, as it has several lines that we didn't have in our robots.txt. However, we ended up with a few lines that we have added in the past that we want you opinion/feedback on: Disallow: /notifications/ Disallow: /tags/ Disallow: /checkout/ Disallow: /subscriptions/*/?do=purchase Disallow: /index.php?* Disallow: /*?app=* Disallow: /*/?do=download Disallow: /*?do=email Note: we have the tags feature disabled. Should we keep them? Should we remove them? What is your opinion? Thank you in advance! 🙂
-
Time discrepancy in Most Recent Member
Just a follow up: the block that I am seeing the issue is an old third-party plugin called "General Statistics", which is no longer available, and is clearly "buggy". Sorry for having bothered you guys with this! I could swear that this was a built-in IPS block. Thanks!
-
Time discrepancy in Most Recent Member
Many thanks @Marc Stridgen
-
Google Search Console: New Q&A issue detected
Hi, I'd like to report this improvement that should be addressed: The page in question is this one: https://www.clubedohardware.com.br/topic/1268901-carga-resistiva-para-teste/ The reason being that the solution has only a youtube video and no text. So the code should be adjusted accordingly. Please let me know if this issue should be sent directly to the support team by email. Since things changed a little bit around here, I don't know the correct procedure these days. Cheers.
-
Time discrepancy in Most Recent Member
Hi @Marc Stridgen I've already answered this... EVERYTHING in our setup is set with the Brazilian timezone. If there were something wrong in our setup, the date/time in the "Last registered user" block would be incorrect all the time. As I'm explaining in this thread, that block is almost always with the correct date/time, but from time to time we see a "Last registered user" with a date/time in the future. Hence my opinion that the block is being cached with the timezone of the user who triggered the caching.
-
Time discrepancy in Most Recent Member
Opening this website showed that my computer is in the correct timezone (Brasilia time). I wonder one possibility. Most likely that block is cached, and maybe the IPS code is caching the date/time present there based on the timezone of the user who triggered the caching, instead of using the server/website/platform's timezone.
-
Custom activity stream to show topics
Hi @Marc Stridgen, thanks for the prompt reply! 🙂
-
Custom activity stream to show topics
Hello, A moderator of ours asked me a question that I don't know the answer, so I am here relaying his question to you. He wants to create an activity stream to show the latest topics created in our community. Is there a way to do that. Because if we create a custom stream like this: My Activity Streams > Create new stream Show me: Content items only Content Types: Topics (Everything else left in their default setting) We end up with a stream that shows a list of last updated topics. not last created topics. Please advise. Thank you all in advance. Cheers!
-
Time discrepancy in Most Recent Member
@Marc Stridgen I've just seen a third occurrence, this time the user in question created his account using the Google login method. Will test this further and let you know.
-
Time discrepancy in Most Recent Member
@Marc Stridgen locales are correct, timezone on server is correct... Not using load balancing. Using Cloudflare. Local caching with Redis. Note: as mentioned, this doesn't happen all the time. Only sometimes. Most of the times the time there is correct. I've just seen it happening again. The user was also registered via Facebook login. I don't know if that was just a coincidence. Will keep an eye and let you know.
-
Time discrepancy in Most Recent Member
Hi, Please refer to the screenshot below. From time to time we are seeing users listed in the "most recent member" block with a date/time in the future. I checked this particular user and his timezone is set the same as mine (this user created his account using the Facebook integration, if that helps). I believe this is a bug. Please let me know if you need more info. Thanks.
-
Restrict "Sign in as..." for some admins
@Adriano Faria Many thanks, as always! I wasn't finding this option! 🙂
-
Restrict "Sign in as..." for some admins
Hello, I'd like to know if there is a way to restrict certain admins or admin group from having access to the "Sign in as..." tool. Our community is rather large and we have two admin groups, and we don't want admins from one of these groups to have access to this tool. Please advise. Cheers.
-
Stock replies icon not showing up in editors
Thanks @Adriano Faria! It worked like a charm! 🙂 I was getting confused by this very misleading message: You see, this message tells us to add the button in the editors. It should tell us to create stock replies FIRST, and then add the button... This is something that could be improved.
-
Stock replies icon not showing up in editors
Hello, I've just installed the 4.6.7 version, which brings the exciting new Stock Replies feature. However, in the editors configuration screen in the ACP, I don't see the lightning âš¡ icon to be added. I tried to reset the editors to the default config, but the icon is still not available to be selected and added to the editors. See below. Please advise. Cheers, Gabriel.
-
Dropdown Grouped Profile Fields
@A Zayed Upgraded to 4.6.6 today and our users noted that the field title is no longer showing up. I don't know if this is a problem specific to our install or if it is happening in all installs. Each field is set as custom formatting for topics as: <strong>{$title}:</strong> {$content} It used to show up like this: But now it is showing like this: Notice how the titles (Processor, motherboard, power supply etcetera) are not showing up anymore. Please advise. Cheers.