You've got mail.
Search found 2332 matches
- Tue Apr 13, 2021 7:40 pm
- Forum: Plugins
- Topic: Can't download any of "Sam's" Plugins
- Replies: 6
- Views: 114
Re: Can't download any of "Sam's" Plugins
- Sun Apr 11, 2021 6:47 pm
- Forum: Plugins
- Topic: Can't seem to get plugins to install properly anymore
- Replies: 14
- Views: 1418
Re: Can't seem to get plugins to install properly anymore
There is no problem with the installation on my server.
Can you please try in the file .htaccess the following (line 8):
instead of
Can you please try in the file .htaccess the following (line 8):
Code: Select all
# Base directory
#RewriteBase /blog/
Code: Select all
# Base directory
#RewriteBase /
- Sun Apr 11, 2021 11:59 am
- Forum: Plugins
- Topic: How to reinstall Backup plugin?
- Replies: 1
- Views: 21
Re: How to reinstall Backup plugin?
The backup plugin is part of Bludit.
Deinstall the plugin, and copy the directory /backup in the directory bludit-3-13-1\bl-plugins\ in the directory /bl-plugins/backup on the server.
For migration you can use the plugin Domain Migrator:
https://plugins.bludit.com/plugin/domain-migrator
Deinstall the plugin, and copy the directory /backup in the directory bludit-3-13-1\bl-plugins\ in the directory /bl-plugins/backup on the server.
For migration you can use the plugin Domain Migrator:
https://plugins.bludit.com/plugin/domain-migrator
- Sun Apr 11, 2021 11:13 am
- Forum: Allgemein
- Topic: URL-Format ändern?
- Replies: 1
- Views: 34
- Sun Apr 11, 2021 11:06 am
- Forum: Plugins
- Topic: Snicker Comments
- Replies: 37
- Views: 2500
Re: Snicker Comments
We do not know what's happened. 

- Thu Apr 08, 2021 10:30 pm
- Forum: Themes
- Topic: Typerite themes + tags plugin
- Replies: 3
- Views: 95
- Thu Apr 08, 2021 10:28 pm
- Forum: Plugins
- Topic: Can't seem to get plugins to install properly anymore
- Replies: 14
- Views: 1418
Re: Can't seem to get plugins to install properly anymore
Thank you. It's arrived, and I can have a look at it.
- Thu Apr 08, 2021 5:33 pm
- Forum: Plugins
- Topic: saving changes in shape
- Replies: 2
- Views: 36
Re: saving changes in shape
I just don't understand how to save them to a file in bludit. file_put_contents should work. See for example the plugin Simple Stats: https://github.com/bludit/bludit/blob/b7c5ced4705c5729411b5fa3f6aa28a1a6cb30d8/bl-plugins/simple-stats/plugin.php#L203 Is there an error message in the log or error ...
- Thu Apr 08, 2021 12:24 pm
- Forum: Plugins
- Topic: Can't seem to get plugins to install properly anymore
- Replies: 14
- Views: 1418
Re: Can't seem to get plugins to install properly anymore
No. 
Please try with WeTransfer.

Please try with WeTransfer.
- Wed Apr 07, 2021 11:07 pm
- Forum: Allgemein
- Topic: Lightbox Problem
- Replies: 11
- Views: 710
Re: Lightbox Problem
Entschuldige bitte, ein banaler Fehler. Der Link zu jQuery muss selbstverständlich vor dem Link zum Lightbox-Skript eingefügt werden.
Bitte füge also den Code
vor <?php Theme::plugins('siteBodyEnd'); ?> (Zeile 92) ein.
Bitte füge also den Code
Code: Select all
<?php
echo Theme::jquery();
?>