Jump to content

DamonT

Clients
  • Posts

    133
  • 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 DamonT

  1. Hello, I just upgraded from version 4.5.4.2 to the latest one. Everything ran correctly. There are no errors in the logs, however, our external scripts that were based on whether the user was logged in stopped working. The following test script does not work on the latest version - it always shows a message about not being logged in. What could be causing this problem? The path to init.php is correct. My PHP version is 7.4.29. <?php require_once '../../forum/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedIn(); if($member->member_id){ echo "Logged in"; } else { echo "Not logged in"; } ?>
  2. Is there any build in mechanism in IPS freamwork which can we use to show some part of template only once to each users? We would like to show small info-box in specffic place with "X" close button, so the user can close this info.
  3. But it would be extremely useful feature when quizzes are made by forum staff (and we want to use it for something "bigger" than just funny quizzes). Current feedback option is nice but it is quite simple. It could be optional 😉
  4. You mean a feedback for one right answer and another to multiple right answers? Maybe different feedback text and levels (%) per quiz?
  5. It would be amazing 🙂
  6. BTW @Adriano Faria do you have any plans for such features (even as paid addons)? Widget/notice: list of quizzes that the currently logged in user has not completed yet. Different feedback text per quiz (with full editor).
  7. Can't you just made a "one right answer" quiz with two answers (true/false)?
  8. Maybe we should ask why there is no such option. Is there any reason?
  9. Maybe I described it in wrong way. Moderators can not see post in the stream when this "user" complete the registration. They can see those posts on homepage and category view, but not in streams. So it looks like that posts that has been published via BFR are exlcluded from streams. @bfarber ok, I can do it later, but im 99,9% sure that this is not a case of my forum (I tested it on fresh install).
  10. Right now we can merge all posts in the topic as we want (even from different users), but there is no option to merge anything with first post. It would be really nice to have such option in the future.
  11. Hi, I found issue with post which are made via PBR option. Problem on fresh installation of newest version: Guest publish post via PBR form User successfully registered their account Our default user group have options as below so the post is waiting for the approval: Mods (and admins) can not see that post via streams (all actives, unread etc), but they can see it on home page (red icon in category). If the user made an update to the post (even if there was no mod approval yet) it is correctly visible in streams for mods from now. Our mods can see other unaproval post in streams, so the problem is only with first content from PBR. Is it bug in current version of forum?
  12. Great, in the meantime I found that this is very easy to do via template, but it would be nice to have it as a default option 😉
  13. @Adriano Faria firstly, great plugin! I have only one question. Is there any option to show images that are attached to the questions on the result page with correct answers? I made a quiz like this "What is on the picture below"(15 question like this with different attachments). Right now, the view with correct answers on the end of such quiz is useless in that case, because users don't have access to attached images. Is there any option like "Click to show image from this question"?
  14. @Faqole will you updated your plugin to 4.5?
  15. @Fosters is there any chance that this plugin will be compatible with newest forum soon? I understand that it works fine, but we can not install on update it via Marketplace due to error: "This file is not compatible with the version of Invision Community you are using.".
  16. It would be great to have such option 😉
  17. Is there option to treat topics from selected categories as news and put them in the News Sitemap?
  18. Is there any chance for such update now? It would be much more elastic and useful 😉
  19. You could provide info that "Post Before Registering" was successfully finished (someone submitted content and register account to publish it).
  20. It would be great to have some stats connected with "post before registering" option. For example: some counter or simple notification when someone decides to register and publish post. Is there any chance for such option in this addon? It is currently unknown if this option is effective.
  21. Or maybe something like "Exclude users with more reputations than X"?. It will be more flexible 😉
  22. @Fosters one more issue - is your plugin works if the spammer write "normal post" and later edit it to post some chinese spam? It looks like not... Am i right? This is the way to bypass this plugin?
  23. @Fosters is there any estimate time of the update with topics name filtering too? I have thousands of SPAM posts (from last 3 days) which baypassed your plugin 😞
×
×
  • Create New...