Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. So to recap and I understand what you have done You set the usergroup to allow to use tags/prefixes (as its usergroup based) Did you enable normal tags & the plugin at the same time? (or just one at the time?)
  2. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  3. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  4. So these are your plugins then (hooks are 3.4) and no extra applications? Was this an upgrade from 3.4 or a new installation? I'm just asking to try to find out what is causing the issue, could you also check AdminCP > Support > Error Logs / System Logs. Those could give an indication why its not working
  5. Can you list all your applications and plugins that are third party please? Also what theme are you using?
  6. What we want to find out is it working or not. If it is working then it's your email service that has an issue, so you need to contact your host. It could be it fails and if it does we need to find out why?
  7. Also if its hooks then it was 3.4 and will not work in 4.1x or 4.2 without upgrade just to add that
  8. So then you need to check with your hosting provider
  9. You can set the Gmail SMTP setting, i believe you can change it in the email settings. https://www.lifewire.com/what-are-the-gmail-smtp-settings-1170854 Here are the settings well SMTP ports etc. Make sure you change from PHP to SMTP. If this does not work contact your host.
  10. This seems to me like a host issue. If your running on localhost then the issue would be non configured mail server. It can also be incorrectly mail settings for the forum. In admincp > system > email settings i belive it is, you can configure the mail to be what your host is telling you.
  11. As @Chris81 kindly said its SQL not CSS. You can use tools like HeidiSQL or phpMyAdmin to run the query.
  12. You wanna try say that again i got completely lost you want to do a team viewer session. The sentence there is all gibberish if you ask me.
  13. As i said before i work mostly from the frontend with Typescript so i don't do the inti.php part i don't need it i got an API for 90% of what i need.
  14. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  15. Just a tip enable FURL to don't have to use the ugly url system for APis
  16. This is a English speaking forum, if english is not your main language please use a google translator. You can use CSS to remove the border around it, if you can supply a link then i can get you the CSS
  17. Like I said, to check if a user is logged in or not you check if they are authorized. In the API you have to be authorized to make POST / GET request to certain endpoints. If they do NOT have a token (which they get by logging in) then they are not logged in. When it comes to the question regarding the lastActivity. You can loop over all members, and show the one with the latest timestamp. This gets pushed into an array and then be displayed ordered by or counted. I'm more of an Angular person and JS so I don't know for PHP but the thing would be the same. anyways glad you fixed the issue.
  18. So then instead of modifying and pull(ing) out classes and functions from a place, the REST API is used to do exactly that. You can, of course, do it but I would not recommend it. The REST API was created to make things like that work in a good and easy fashion (So an outside website or Application) can talk to the forum. When you say limited (What is it that you mean with it) What functionality are you missing? As with the API, you can do the following. Full CRUD functionality (Create, Read (View), Update, Delete) for (Forum, Calendar, Downloads, Blog, Gallery, E-Commerce) Check if a user is logged in or not. Create, Update, View, Delete Users from your application So I'm not sure what you are referring to as limited / lacking.
  19. Alright, let me ask this and i will have to edit my posts accordingly. Are you creating your own website / page (in PHP) that is been connected to the forum. OR Are you creating a page /application / plugin inside the forum (using IPS Pages) etc.
  20. Would it not be easier instead of just grab random functions that depends on other files to use the REST API ? Thats just what it is for, The REST API, make a authorization call to the endpoint store the token. Then check if the user has the token. If they have the token they are logged in. If they don't then we know they are not authenticated so we treat them as a guest. https://invisioncommunity.com/developers/rest-api
  21. What are you trying to achieve ? the init.php is normally there to start the whole process not just do the login btw.
  22. I would guess thats simply part of the theme with a scroller or carousel, some themes does have that included.
×
×
  • Create New...