Jacob Barkdull
Jacob Barkdull
I assume you mean `avatar.png`, `delicon.png`, `first-comment.png`, `place-holder.png`, etc, should be placed using CSS, with `background-image` or the like, instead of using the `` tag. Correct?
I will consider doing so.
> Should all php files in scripts be 0644? Yes. All PHP files, anywhere, should have permissions 0644. The documentation calls for 0755, but that was done just to ensure...
My server setup is quite old, hence the lack of SSL. For me I just throw a `.htaccess` file into `hashover/pages` with the following contents: ``` Order deny,allow deny from...
@gour What do you have in the `$allowedDomains` setting? You should only have the domain name. If you are running HashOver on `hashover.tld.com` the setting should contain the domain `demo.tld.com`....
@gour Is `$supportsMultisites` also set to `true` ?
@gour > **Edit:** Let me add that the setup where I run Hashover is kind of semi-share hosting where Apache is running behing Ngix acting as reverse proxy, if that...
While this is not implemented as a feature, you can achieve this with the frontend settings. Here's an example, assume `is_gdpr` is a boolean that is set true after the...
Sorry for the long delay. Unfortunately, there is not. You can hide them using CSS, though... With something like this: ```css .hashover .hashover-deleted { display: none; } ``` If the...
Can you try the following and post what is returned? 1. In Firefox or Chrome press F12 to open the console. 2. Click the "Network" tab. 3. Post a reply...