Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. Welcome to WebFlake @Tempestade4 Please remember to read our Community Guidelines and if you have any questions feel free to create a topic!
  2. Just to add some additional information, you can do this as a remote service (Though its the same process install IPS on a location, activate the converter as it also comes with 4.2 by default. Once installed fill in all information (and make sure you have a backup) and your good to go.
  3. Congratulations @Setup and welcome to the team!
  4. 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.
  5. if(group === donatorRank) { <div class="donatorRank"> <img src="their photo here"> </div> } else { normal code here } This code will not work and need more work but you get the idea.
  6. Well the issue seems to be with your database. do you get that error anywhere else ?if your posting or something ?
  7. He just did... AdminCP > Customization > Your Theme > Edit HTML & CSS > CSS > custom.css Paste in the code #ipsLayout_header header { background: url("IMAGE LINK HERE"); } body { background: url("IMAGE LINK HERE"); } And replace "IMAGE LINK HERE" with a link to a background. More information can be found here. https://www.w3schools.com/cssref/pr_background-image.asp
  8. What are you trying to achieve will help a great deal when it comes to CSS edits. If you are looking for the normal group settings then what @Setup just said above (Quoted below) is correct. If you are looking to do certain elements and styling on you own as in the theme itself what @Setup said would be wrong it would be located at AdminCP > Customization > Your Theme > Edit HTML & CSS. Though you can make span css etc and apply the CSS in the groups.
  9. Welcome to Webflake @dcswalle enjoy your stay and make sure you read up on our Community Guidelines
  10. But you said it happends with different themes? What host are you using?
  11. 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.
  12. So then don't use https in your global config. Also are you getting RED not secure or is it mixed content thats the problem? (Open your forum under https then press F12 in chrome and i believe firefox)
  13. Problem is if you use PayPal as payments, as it's a requirement Also for any purchases by industry standard you should keep the information private and secure (and not delete it), as for you as a "business" are accepting payments. Let me try to explain. Let's say the following scenario. I'm selling Cookies. Now if you want to pay me directly you can hand me the money straight and I won't need your name. BUT you won't either have any warranty or any proof of purchase. So if you come to me or anyone saying I want my money back I can just say "It never happened". Now let's say this is online. For you to pay with your digital presence for my cookies, you will need to use your card. The card needs to be connected somehow, so how do you prove that you are you to the bank, well your name your address etc. Now you don't seem to have the resources and not many in the world have this to run their own card processing (as strict banking rules etc applies) So I as a seller turn to Paypal, or Stripe or Visa, Mastercard God knows they all work together to make an online experience for users. Now I'm working with Paypal in this scenario and I tell them that they get certain % of the sale for each time I do a sale. (that's how they make money), so they agree and I get access to their service. Once I have this I can go to you and say hey, you can buy my cookie and you can use your online card presence to pay me just use PayPal. Now you get to PayPal to pay, and by International Law, they have to get certain user information to match. Name, Address is a must. BUT sometimes they can ask for other forms of ID. This is used for PayPal to process your card and make sure you are you. The API that Paypal provides will reply back once you have made your purchase, and it will give all that information to you. The system picks it up and stores it. If a user now says "I didn't get my cookies" well I can't deny it if it's paid for to me. By deleting their user data, YOU also in a certain way "scam" them as they have no way of proving things were paid as a proof of purchase. So why would you need to remove the data? or hide it. Just enforce proper strict AdminCP rules, who has access to what and you be fine. Remeber to use SSL and secure your database to the best of your knowledge or get a person that knows how to secure it. TLDR; Don't delete customers data, make sure it's safe. If users do not pay for anything or are no longer your customers then you could delete their data, but until then you can't sadly.
  14. You using Let's encrypt or a normal SSL certificate OR you using cloudflare ?
  15. AdminCP > Community > Forums Edit the name of the category and the forum itself. This will then also reflect in the title bar, as it just takes the same name as the category. Also, may I ask why this was URGENT @TO_ProLeague
  16. 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.
  17. 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.
  18. 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.
  19. Thank you - Moved to correct place. @diez1010 please make sure next time you post in right section.
  20. So it should be done like this. Extract content of .rar file to a folder Upload the xml.gz (DO NOT EXTRACT) Does that work ?
  21. Did you import the "zip" file or just the XML file?
  22. 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.
  23. 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.
×
×
  • Create New...