Jump to content

Mortiferr

Apprentice
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Mortiferr

  1. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  2. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  3. Well, I'm currently installing IPB so when it's finished I will try this myself and see what's up. What version of IPB are you using? @Valentine
  4. I will wait for the original poster to reply to ensure that it's working for them.
  5. If it doesn't work please reply to this topic.
  6. It's in the global_board_header. What is does is display a global message that if the user doesn't have access to view the page, it displays your custom message. So even if they aren't banned, they just don't have permission to view the page then they will receive this error message. My recommendation is to do something like:
  7. Go into your ACP --> Look & Feel --> [select Skin] --> Edit Template HTML --> All Global HTML --> global_board_header Find: <if="ipb.can_use_fancy_js != 0"> Add above: <if="ipb.member['g_view_board'] == 0"> <style type="text/css" media="screen"> #bmsg { background: #fcf8c7; color: #000; border: 1px solid #000; margin: 10px 0 10px 0; padding: 10px; } </style> <div id="bmsg"> Banned message here... </div> </if> You can of course edit the CSS as you'd like. This message will display globally because unfortunately, IPB has not yet added the feature to give individual ban reasons.
  8. Do you remember what hook by chance?
  9. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  10. Mortiferr

    Question Donation

    Topic locked.
  11. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  12. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  13. Topic locked. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  14. What do you mean exactly by change the design? Do you mean change the order or do you mean change the CSS and how it generally looks?
  15. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  16. Thanks for the download; I've been looking for this. I think these features should be hard-coded into IPB. I know they are hard-coded into xenForo, and I use them everyday.
  17. It looks like something called Nexus is causing the problem. If you can access the ACP, disable it there. If you can't, delete the file folder via FTP.
  18. So if I were to post and then lock the topic...do I win?
  19. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  20. https://www.invisionpower.com/support/guides/_/maintenance-and-server-configurations/transferring-community-to-a-new-server-r20 I believe that's what you're looking for.
  21. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
×
×
  • Create New...