Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. No need to tag me when you are getting help like this. If you don't know how CSS works i think @Velexis are doing a good job helping you. If you have no previous HTML or CSS experience rather say that and try to get it, as frustrating to help and keep going on simple things
  2. Then i would suggest you tell people what theme you are using or things, as asking a question with 0 information is like trying to help you in the dark. This is located in AdminCP > Customization > Themes > Your Theme > Edit > css this is also where you can find custom.css
  3. Welcome to Webflake @Velexis Glad to have ya here! Please remember to check out our Community Guidelines and if i can help with anything don't hesitate to ask
  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. But t says it. When you have games in your account it will give it to you.
  6. 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.
  7. 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.
  8. Some others more or less asked this so to make it a simple answer. Rename Members to "Junior Members" This then fixes so people start off as a junior member Make a copy of Junior Members and call it members Again make a copy and create Senior Members AdminCP > Members > Group Promotions Create a rule for Junior > Members set it to 10 posts and then MOVE to members Rinse and Repeat a new rule for Members to Senior members. That be 5 cookies - Thanks
  9. Hover over the edit button or click edit on a group, in the URL at the end it should say something like ID = X where X is the number for that group
  10. I would suggest make a SQL query for this. SELECT core_members.member_group_id, core_members.`name`, core_members.member_id, core_members.mgroup_others FROM core_members WHERE core_members.member_group_id = 3 Replace 3 with the group ID of members (normally 3 is Members) When running this query it will show you a list of all members. the mgroup_others is the secondary group. So here you then could Change member_group_id to their new id and add 3 as their mgroup_others (to give them secondary)
  11. You are also using a plugin i presume? to get all the other info. if this is the case you need to edit the template itself as the pugin will override the default options.
  12. There can be quite a few reason how do to this so i would suggest to read this https://serverfault.com/questions/176245/emails-from-custom-domain-going-to-spam and this https://optinmonster.com/11-reasons-why-your-emails-go-in-the-spam-box-and-how-to-make-sure-they-dont/ If people start mark it as spam, then it will be globally done, ask members of your community to make sure they report it as NOT spam that helps on top of DKP authentication etc.
  13. Nothing to do with the case. Try to do a clean install does that work. No database no old files.
  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. What language is the server set to?
  16. Rename members to trial member create a new member group.
  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. I created a XML file ages ago Should possible solve your problem
  19. Reupload the files, and check permissions
  20. I will have to redo the whole thing at a later time.
  21. 1) Title needs to be Text not text area. 2) content needs to be Editor. Also you need to swap them around. As you can see Title has the green "content" and Content has green "title" so they need to be reversed
×
×
  • Create New...