Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. So to simple explain a website with a forum (So you can see the difference We will start at ROOT (/) / (This is root so the top level of a linux system) /www/public_html/ (This is different from system to system but 99% of the time in public_html is where all your websites go. (I know for those that can say yes and bla bla bl but its ment as a simple guide) We also refeer to this as Domain root or Document Root So lets say in this scenario you want to have a WEBSITE that looks fancy and all, and click on a link to get a forum. /www/public_html/ In this folder goes all your files, some applications can have several thousand files. as @killshandra pointed out, might look similar but trust me they all do different things. So we have a website lets say we a website consisting of the following files. index.html style.css awesomeimage.png So all these files goes then into your Document Root (/www/public_html) or / depending on the system. But for short i know it can be confusing but lets call it root. So all good we have a website you go to yourdomain.com and you can see the website. NOW we want a forum so lets say we want to add it to community, so it will be in yourdomain.com/community. To achive this we make a folder in root. so the structure now will look like this. community index.html style.css awesomeimage.png All the forum files goes inside there so inside /community (This would then be /www/public_html/community) we might have something that looks like this admin uploads public index.php conf_global.php init.php When you then visit yourdomain.com/community you will be presented with the forum. You can rename the /community to lets say /forum by just renaming the folder and visit /forum instead of /community. Now lets say you DONT want a website you just want a forum, well then you just place all files inside the document root and when you visit yourdomain.com you will be presented with the forum.. I hope this gave a bit of perspective and might help you with what you where looking for.
  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. AdminCP > Members > Moderators Add a user or usergroup there Then in the settings under Content uncheck > Can edit ALL content Then select Forums and the forums they can moderate (the user or usergroup)
  5. It changes alot more then postcontainer, it INJECTS it's code into post container, so whatever you do in post container will not work as the plugins code will overwrite yours
  6. So the code is not located where you looked, its located in the template for Advanced User Info Panel. It's not passing the image only the text so thats where you have to alter the code for it.
  7. Have you added the group icon in AdminCP > Community > Members > Groups > Edit Group > Group Icon ? like @Hidden Ninja suggested ? Also are you using a plugin to get the display like that ?
  8. Sounds like php 7 ? not to sure straight off. But if you can toggle to php 5.6 try see if that works
  9. 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.
  10. Hello and welcome to Webflake @Merlin Please do enjoy your stay and if you get time i would advise you to peak at our Community Guidelines
  11. Hi there @Protesqu not sure if you resolved this, but if not could you post the content or show a screenshot of one of the custom fields. That way i can take a look at it
  12. There are no flags added. This plugin ads the fields with them (You can try map each key to a icon) and then display the flag itself. This can be achived by upload all flags, and then rename them to the same as the name in the field. As above you need to fix this by going to AdminCP > Community > Member Settings > Profiles > Country Field (The plugin) > Edit > Show on registration page
  13. Hi there @tfgjhkl So if you are on your forum, main site. You can do the following Click on the > button left side of the screen to bring in the block manager. Once open click on System > Who is online Drag this where you want and save.
  14. Did you get this fixed @diez1010 or do you still need help with it ?
  15. 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.
  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. Well i'm not sure where you got the release but i would suggest try AdminCP > System > Site Promotion > Analytics Se if its added a tracking code in there, if not i will need to have a look at the site. You can PM me the site and a temp admin user if you want me to take a look.
  18. That is google analytics code. I would believe you. Any plugins with this? I'm on my phone so can't check Admincp at the moment
  19. AdminCP > Community > Groups > Edit group I'm where you can select color it's normally color like <Span color="green"> If you want the icon before the name insert the <i class="fa fa-shield></i> after the color, if you want it after the name insert the same in the 2nd box before </span>
  20. 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...