Jump to content

Velexis

Rookie
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Velexis

  1. There are multiple posibilities here: Let them manage the subforums and all the members. Let them manage the subforums and no members at all. They can not manage the subforums but they can manage all the members.
  2. No problem, glad to help out. First of all, I don't think it is possible to make it so that a moderator can edit specific members only, like you said in your example. It's either delete, ban and promote all members or no member at all. Second, you can specificy specific moderator groups/ranks to a specific forum or in this case subforum. You can do this in the permissions of the subforum.
  3. Hello Intelcoresolo320, To be honest, I don't think it is possible for users to register for a specific subforum. You can, on the other hand, assign them to a specific rank and then edit the subforum permissions that only the specific group can see that part of your forum. For example, you have "Member 1" which should be in "ClientName A" then give him the ClientName A rank which you made earlier. Then change the permissions of the subforums that only users with the rank "ClientName A" can see that part of the forum.
  4. No need to apologize, things in life are more important. Anyway, I have seen a plugin for CKeditor once, I can't really remember what it was called. I'm sure it will be within the list that Cookie Monster linked in his post. I'll check if I can find it again.
  5. Hi Null1ng, welcome to WebFlake! I also have a cat, two cats to be exact, they have typical Dutch/Frisian names "Sjaakie" and "Gijs".
  6. Hello MaLeW, welcome to WebFlake! Enjoy your stay!
  7. Last time I used Invision Power Board was back when 3.4.x, download 4.2.5 now to see what changed and I think it looks nothing like it was back in the day.

  8. Exactly my thoughts when I get one of these errors.
  9. Welcome @AUDINSIDE, Maybe a little bit off-topic, but I have to say, I love Italy! Went there on vacation last summer, it was beautiful and the food was delicious!
  10. Hello Micronx, nice to meet you!
  11. Isn't it possible to just copy and paste and then just remove the background color? It gives the same result and only need 1 more actions for you to do.
  12. Well, this is the biggest suprise I have seen in ages! Anyway, I also love pancakes
  13. I really love Italian food, you can wake me up at night for Italian food. A few months back on 22nd of August I went to Italy and really, I never had better food in my entire life!
  14. I have worked on some private servers too, but I quit after 5 years of emulation. That was around 4 years ago. Anyway, I'm pretty excited about the classic and the new expansion! I have now more questions then answers
  15. Thank you for the warm welcome @Saviour! To be honest, most private servers are way to custom for my taste, I just like leveling and playing the end game content (level 110 in this case). There are also "Blizzlike" servers, but those have many broken quests and many other things don't work either. About Blizzard bringing back the old classic servers, I'm very excited about that as I have never been able to play and experience that time. I started playing during the Wrath of the Lich King expansions, so to be able to play like it was back in the day, would be pretty awesome! Many people hate Blizzard for their actions of taking down private servers because people pay and play alot on these private servers. So when Blizzard is taking it down, you kinda wasted your money and time into something that maybe only existed for a few years.
  16. No problem, glad to help out! Good luck with your forum.
  17. Then we are just going to inspect the problem, right click on the element you want to change. Check out the code and see what class="..." or id="..." you need, then use some basic CSS things such as margin and padding. Add the following code to you custom.css file: html[dir="ltr"] .ipsColumns > .ipsColumn:last-child:not(.ipsPad), html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not(.ipsPad) { padding: 15px; }
  18. Alright, let's fix that real quick, add the following code to the custom.css file: .ipsBreadcrumb > ul { padding: 10px; }
  19. Here is something you can try: Go back to the custom.css file. Add a new row with the following code. #ipsLayout_header nav { width: 960px; margin-left: auto; margin-right: auto; } Change "960px" to whatever width you added to the ".ipsLayout_container".
  20. This is actually a tricky part, this changes per theme. So I need you to something for me in order to help you out to the best of my ability. Right click on the left side of your navigation bar. Click the option "Inspect Element". A box will popup showing you lines of codes, search for something like this: <nav id="..." class="..."> It might look slightly different for you, but I need you to copy and paste that line of code here.
  21. @TO_ProLeague there is a custom.css file at the location path Cookie Monster shared. You can add there this line of code: .ipsLayout_container { max-width: 960px; } Change the width to whatever size you need, please keep in mind that it has to be in pixels!
  22. You don't have to enter any "commands" you need to change the value of your already existing container.
  23. The width of the container of your forum is specified in the CSS, I'm not sure what the class is called and what the CSS file is called on your forum. Anyway, you can either look at the source code of your forum and check what the class is called or inspect the element by right clicking on it. If you found out what the container is called, you can check your CSS files to see if you can find the container there. It is quite hard to explain this as I mentioned above, I have no idea what the container and CSS file is called on your forum.
×
×
  • Create New...