Search found 32 matches

by Sergelie
Sat Mar 09, 2024 2:03 pm
Forum: General
Topic: Option: "Disallow Comments" as default setting
Replies: 4
Views: 174

Re: Option: "Disallow Comments" as default setting

Oh you are right! I will look into the plugin Sniker Comments! The one I use. Tx Edi!
by Sergelie
Fri Mar 08, 2024 5:59 pm
Forum: General
Topic: Option: "Disallow Comments" as default setting
Replies: 4
Views: 174

Option: "Disallow Comments" as default setting

Desperately looking for the file in which I could change the default setting of "Allow Comments" to "Disallow Comments" in Options for New content. Thanks in advance!
by Sergelie
Sat Jan 27, 2024 6:09 pm
Forum: Plugins
Topic: Suggestions about the way Plugins are presented
Replies: 1
Views: 232

Suggestions about the way Plugins are presented

I use a lot of plugins (mostly the ones created by Multicolor), and sometimes I browse the plugin page to see if I can improve my site with new ones, although I find it difficult to search due to the lack of basic information such as: 1 - No creation (or updated) date 2 - Most often no preview 3 - M...
by Sergelie
Fri Jan 26, 2024 1:56 pm
Forum: General
Topic: I want to hide a category on the homepage.
Replies: 2
Views: 210

Re: I want to hide a category on the homepage.

You can do it using css, example from my site:

Code: Select all

.plugin-navigation ul li:nth-of-type(1n+7) {
	display: none;
}
To be adapted for categories, etc. Keep in mind that if your categories change, it could affect the css result.
by Sergelie
Tue Apr 11, 2023 4:21 pm
Forum: Plugins
Topic: Issue with Carousel creator
Replies: 5
Views: 6944

Re: Issue with Carousel creator

I just noticed that the lists are saved in json files in the corresponding Plugins directory under CarouselList. So they are not saved when we do a full Bludit content backup. May I suggest to change that? The pictures go in the right place (uploads).
by Sergelie
Fri Apr 07, 2023 8:23 pm
Forum: Plugins
Topic: Issue with Carousel creator
Replies: 5
Views: 6944

Re: Issue with Carousel creator

I have a question now: How do I change the WYSIWYG (CKeditor) to the default one I use TinyMCE with my own menu configuration? Thank you!
by Sergelie
Fri Apr 07, 2023 4:34 pm
Forum: Plugins
Topic: Issue with Carousel creator
Replies: 5
Views: 6944

Re: Issue with Carousel creator

Found a work around - added the directory name directly in the Imagebrowser.php file (/en) Ligne 36:

Code: Select all

 x.querySelector('img').setAttribute('src', window.location.origin + '/en/bl-content/uploads/carouselCreator/' + x.querySelector('img').getAttribute('src')); 
by Sergelie
Fri Apr 07, 2023 4:04 pm
Forum: Plugins
Topic: Issue with Carousel creator
Replies: 5
Views: 6944

Issue with Carousel creator

I run Bludit in a subfolder of my domain, and Carousel creator acts in a strange way: 1) uploaded pictures goes in the right place 2) when browsing the pictures (even though the right path shows in the top address bar), in the link showed when selecting a picture the subfolder is forgotten. 3) when ...
by Sergelie
Mon Mar 20, 2023 2:32 pm
Forum: Plugins
Topic: MultiMenu Plugin
Replies: 3
Views: 4760

Re: MultiMenu Plugin

Multimenu is a great idea, needed in my case, so Thank you! I noticed that the choice of pages showing in the drop down list present lots, including drafts, auto saved, etc. In my opinion it should only show the 3 main type of pages. But this is alright. Although, it does not show child pages, only ...
by Sergelie
Mon Feb 06, 2023 6:06 pm
Forum: Plugins
Topic: Redirects plugin - Cannot redirect from root directory
Replies: 0
Views: 8795

Redirects plugin - Cannot redirect from root directory

I wish I could redirect from the root directory "/" (my need is to redirect to a Category page). The plugin as it is now does not allow it, so I have to play in the db file. Although if, after, I add another redirect, my tweak is deleted (as non conform I guess). I would appreciate a change.