Jump to content

NerdCore

Clients
  • Posts

    31
  • Joined

  • Last visited

 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 NerdCore

  1. Or add an option to the activity stream to find topics with 0 replies. This feature would be very useful to ensure that each topic gets replies.
  2. After contacting our host again. First time they claimed it is because of invision's script. Now they say it is because their shared hosting is having performance issues which are not caused by our sites. This seems to not have anything to do with invision. Thank you Jim, you may lock this as there is nothing else to do than wait.
  3. It takes 50-90 seconds to load a page. The site keeps going offline (error 500) due to ram too high. Please help. We have been using invision since 2017 and this is the first major problem with it.
  4. Hello, Our host notified us that the board is hitting RAM limits, even thought we only have few visitors. It seems like some coding doesn't support our current PHP version 7.4 CGIFAST or something else is wrong with the site. We disabled all plugins and applications, but something is using all of our ram. What can we do?
  5. Fresh install. I don't remember the error anymore. Basically, it was saying that the table did not exist.
  6. After installing this. It started to cause weird errors. Often when searching for users with filters etc it would give an error because there was no table for "hold verification" or what ever it was called. Even if we just opened up the tab of "members" it would often throw this error. This could be good, but sadly atm, it had too many errors and we had to uninstall it.
  7. That topic is made by me. I'm asking if this plugin still has the feature.
  8. Since the new forum update came. The option to change poll votes was removed. Is it possible in this plugin to remove a vote made by x user? Or is there a setting to block users from voting their own entries?
  9. Finally, got an answer to this from the support team:
  10. Another idea, Setting for auto-send the chatbox message once the member logins the next time after approval. Now it is useless, because the user might login the next day and he will miss the chat message. It would be amazing, we would be ready to pay for these two features :)!
  11. We love this. It would be amazing if you made it possible to add profile fields to the "new topic". Example: Hello %member_name%, Welcome to %board_name%. Please feel free to browse around and get to know the others. If you have any questions please don't hesitate to ask. %member_name% joined on the %joined_date%. %profile_link% %profilefield1% %profilefield2%
  12. Yeah, I did check that. There was no way to edit the votes. Thanks for your answer.
  13. Before, moderators were able to edit poll votes. After the update, we can't find the button to do so? The permission is still there, but where can we edit the poll votes?
  14. Hey, Is there a way to disable this plugin for x theme only? Or a way to disable background image/avatar from showing? It would be used on SFW mode. Here is a code we had before to hide the avatars etc:
  15. Even if logged in as anonymous and as an admin. Members can't see us in the "who's online". But, they can see on our profile pages that we are online currently / x minutes ago. This is the code from the theme core -> front -> profile -> profileHeader: <div id='elProfileStats' class='ipsClearfix sm:ipsPadding ipsResponsive_pull'> {{if ( !$member->isOnlineAnonymously() ) OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() )}} <li> <h4 class='ipsType_minorHeading'>{lang="members_last_visit"}</h4> <span> {{if $member->isOnline() AND ( !$member->isOnlineAnonymously() OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() ) )}} <i class="fa fa-circle ipsOnlineStatus_online" data-ipsTooltip title='{{if $member->isOnlineAnonymously()}}{lang="online_now_anon" sprintf="$member->name"}{{elseif $member->isOnline()}}{lang="online_now" sprintf="$member->name"}{{endif}}'></i> {{endif}} {{if $member->last_activity}}{datetime="$member->last_activity"}{{else}}{lang="never"}{{endif}} </span> </li>
  16. ACP -> member settings -> Profiles -> Create New -> Field name "Member Title" Group: Retained Field type: Text. Show on member's profile: Show to all Show with member's content submissions: Show to all. We also enabled every user to modify it. And we also didn't want the "Member title" text on every profile. So we changed the Custom topic formatting: {$content}
  17. Thanks for Jim from the support team. Found a solution: The new update had reset our "cache sidebar, header and footer blocks" setting in ACP. It works now correctly.
  18. Where can I find these default icons? We didn't get them when we installed the new update.
  19. Indeed, if anonymous user quotes someone who posted normaly. That user will get informed of the member quoting him. Regarding reactions, I guess it is easy to track down who is reacting to a post and then posting as anonymous. These things should have been tested before releasing this update. If anonymous mentions someone, it won't reveasl their identify.
  20. Hey, We love the new feature, but we also noticed that since we have some active members who love to stalk the online list to see where are the current users right now and what are they doing. They told us that they found out who posted x post as anonymously, because of this method. Is there a way to disable online list only for x forum section, or what should we do? One way would be to allow members to login anonymously, but that is something we don't want to enable globally. We would only want one section to be fully anonymously, for the members. We looked at the marketplace and didn't see anything regarding this. Does anyone have any tips or ideas how to solve this problem?
  21. Hello, Our problem is that the block("who's online") on the first page of the forums doesn't get updated. I tried manually running the task to clear system cache under the automatic tasks menu. This did not help. The only way it gets updated is if we manually use the tool under "get support" -> "clear system caches" It worked fine on the earlier version, but after the update this happened. We haven't found any errors being triggered regarding this. Going to "index.php?/online/" shows the correct members online.
×
×
  • Create New...