Jump to content

Adriano Faria

Clients
  • Posts

    31,856
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. @John McKee, take a look if you want to have a bit more control over user signatures:
  2. Made a widget but didn't like it so I created a new page: Display:
  3. There’s a task that runs once per hour. This task will do the job. If your raffle finished a few minutes ago, just wait. This is like that since version 1 and works. You need to choose a forum in the category to create the topic when a raffle is submitted OR enable a forum and go to the raffle and in the Raffle menu choose Create Topic. ----------------------------------------------- EDIT: Just tested running manually the task: - Raffle: - Topic:
  4. The results are retrieved via API, not by my app. I simply pass what you type as a parameter and then the API returns the results. See this other example: The second and third games shouldn't come in the results but it does because it contains some of the words you informed. Regarding Gears 5, I can only guess it isn't available in the API yet.
  5. You don’t need to return parent in that case. See
  6. Fixed. It was indeed an oversight. New version tomorrow. 👍
  7. Do you have FTP access to your server?
  8. The plug-in has the uninstall method which will drop the table so I’m not sure what the error is. Press Ctrl+E in your browser to activate the Console and then try to uninstall it. It will show the error when you click in the line of the php file.
  9. What shows up in the logs?
  10. What's New in Version 2.3.3: Fix profile field that has spaces
  11. Yeah, this is there in the plugin template: <ips:template parameters="" /> {{$clubsForums = array();}} {{if \IPS\Settings::i()->clubsforumindexForumType != 'member'}} {{$clubsForums = \IPS\Member::loggedIn()->clubForums();}} {{endif}} {{if \IPS\Settings::i()->clubsforumindexForumType == 'member' AND \IPS\Member::loggedIn()->member_id}} {{$clubsForums = \IPS\Member::loggedIn()->clubForumsMembers();}} {{endif}} {{if \count( $clubsForums )}} Are you using the latest version? I remember an error like that but I'm not sure if was in this specific resource.
  12. Can't reproduce it too: No error logged; no template error.
  13. Can't reproduce with 4.6.10 with PHP 7.4.9 (online board) and 4.6.11 Beta 2 (dev board localhost) with PHP 7.4.9, 8.0.13 or 8.1.1:
  14. All the actions tied to Downloads application are these stated in the file description:
  15. Convert a category to a club feature isn’t a Quizzes feature. You probably has Improved Clubs Enhanced installed. Try support there.
  16. You have to be logged with the same user that created the quiz. If it already has the questions and answers, click in the ALLOWS PLAY button. That is what the quiz creator will should see: This is there to give the quiz creator some time to add questions and answers, even later, before it goes live and allows everybody to try an empty quiz.
  17. Can't reproduce the issue with the resource. Simply uninstall it, clear cache and reinstall it. There's nothing wrong with it, as shown in the other post.
  18. Can't reproduce. Simply install it won't do the anything beyond have it installed. Go to the this app module on ACP and configure the app. Watch the following video and do the same: The example uses Telegram and Facebook only. Create links for all the services provided in this app by clicking in the + in this app module ACP.
  19. Edit you categories and find
  20. If the chatbox uses the userLink tempalte, it will show. Otherwise, no. No plan if it doesn't use the right template. Not developed by me. I support it today. Reason must be the same above. The same reason above: user link ther is added via language bit, not via template, so it won't show.
  21. You can run these queries in your SQL Toolbox to know which app/plugin is this hook from: Your hook ID is 38. Change it by the 809 in the example.
  22. Edit you profile fields and remove the format. There are at least 3 post about it above yours or in last page.
  23. You should post in the proper forum: https://invisioncommunity.com/forums/forum/499-feature-suggestions/
  24. Yes, it shows the last_activity in profile instead of last_visit: {{if $member->isOnline() AND ( !$member->isOnlineAnonymously() OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() ) )}} {lang="members_online_now"} {{elseif $member->last_activity}} {lang="members_last_visit"} {datetime="$member->last_activity"} {{endif}}
  25. This is an ajax notification about a new private message:
×
×
  • Create New...