Jump to content

KIKI_

Clients
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KIKI_'s Achievements

  1. Also if someone can attach their htaccess file? This is mine <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  2. Hey guys, Mod Security was disabled and this is still causing an issue. For example, some users on the same group with same settings have no issue editing their bio, but another user who also has the same group permissions gets a 403 when trying to edit the profile still. This is really frustrating. There are no error logs either.... can anyone suggest anything?
  3. Ah, server, we can do that, I thought you meant via IPB.
  4. @Rhett Do you know where I can find it to disable the feature?
  5. Hi All, I am getting some 403 errors when trying to save some changes. For example, I am trying to set up Google Analytics, I paste the code, hit save, 403. Same when setting up Terms and Privacy. I have full access. This is self hosting. Any thoughts? UPDATE: If I remove the Google tracking code, and replace it with some basic text, it saves fine.... so I am not sure why it doesn't want to accept.. below is the following code trying to save... <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=removed"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'removed'); </script>
  6. Yeah this solution is no the best for us, a plugin that does this would most likely be a top seller too. any plans, or at least a way to use own icons?
  7. Are you able to add this or provide a way to upload custom ones? Or give us some words on how to get this working
  8. How can we implement premium fa icons into this? As it does not recognise we have purchased the pro icons. Or a way to upload it directly?
×
×
  • Create New...