Search found 33 matches

by kosi77
Sun May 23, 2021 11:52 am
Forum: General
Topic: Built-in Commenting system for Bv4
Replies: 3
Views: 2860

Re: Built-in Commenting system for Bv4

Hi, look what I did, it may be useful to you!

viewtopic.php?f=21&t=2082
by kosi77
Fri May 21, 2021 10:12 am
Forum: Plugins
Topic: Disqus update
Replies: 1
Views: 2515

Re: Disqus update

How does this modified code work?

See the site in my signature!
by kosi77
Fri May 21, 2021 9:33 am
Forum: Plugins
Topic: Can't download any of "Sam's" Plugins
Replies: 57
Views: 365857

Re: Can't download any of "Sam's" Plugins

arakel2 wrote: Thu May 20, 2021 8:28 pm Hi Kosi77,

the standard version you can find here: https://arakel.eu/sambrishes-bludit-plugins
Thanks !
by kosi77
Thu May 20, 2021 8:16 pm
Forum: Plugins
Topic: Can't download any of "Sam's" Plugins
Replies: 57
Views: 365857

Re: Can't download any of "Sam's" Plugins

I need it too Media+ 0.2.1
by kosi77
Thu May 20, 2021 10:04 am
Forum: Plugins
Topic: Disqus update
Replies: 1
Views: 2515

Disqus update

When you turn on the disqus application, the page views in PageSpeed Insights are very slow. What did I do to make the indicators very good! I changed the plugin code a bit as follows: Open the plugin.php file and find: $code = <<<EOF <!-- Disqus plugin --> <div id="disqus_thread"></div> <...
by kosi77
Fri Apr 17, 2020 5:48 pm
Forum: General
Topic: Upload photos
Replies: 2
Views: 2967

Upload photos

Hello guys!

How to upload photos to a single folder without subfolders?
by kosi77
Tue Apr 07, 2020 6:56 pm
Forum: General
Topic: Google Search
Replies: 16
Views: 14620

Re: Google Search

This is my htaccess file: AddDefaultCharset UTF-8 Options -Indexes <IfModule mod_rewrite.c> # Enable rewrite rules RewriteEngine on RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\.mysite\.com [NC] RewriteRule (.*) https://mysite.com/$1 [L,R=301] # Base directory RewriteBase / # Deny dir...
by kosi77
Mon Apr 06, 2020 5:45 pm
Forum: General
Topic: Google Search
Replies: 16
Views: 14620

Re: Google Search

After inserting the code, he writes this:

ERR_TOO_MANY_REDIRECTS

The provider told me that this code should be rewritten:

Code: Select all

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [PT,L]
What will you advise me about?
by kosi77
Mon Mar 30, 2020 9:31 pm
Forum: General
Topic: Delete a folder image in a article
Replies: 5
Views: 7692

Delete a folder image in a article

After deleting an article, the image folder is not deleted!

What you need to do to delete the folder?

I'm using the latest version of bludit.

Thanks!
by kosi77
Sun Mar 29, 2020 10:38 am
Forum: General
Topic: Google Search
Replies: 16
Views: 14620

Re: Google Search

Thanks!