Search found 16 matches

by Misteric
Fri Jul 07, 2023 7:51 am
Forum: General
Topic: Parent submenu (list children on child page)
Replies: 4
Views: 5882

Re: Parent submenu (list children on child page)

Hi, A Bludit (v3.14) script for a bootstrap menu of the parents with dropdown of the child pages: echo '<div class="dropdown">'; // Get the list of parent pages $parents = $staticContent; foreach ($parents as $parent) { if(!$parent->isChild() && $parent->hasChildren()) { echo '<a c...
by Misteric
Sat Jun 17, 2023 7:49 am
Forum: General
Topic: Make hashtags clickable?
Replies: 8
Views: 16174

Re: Make hashtags clickable?

Hi kr428 (Kristian) and others Bluditors, There are at least two solutions: 1. You can use autocomplete (array of tags = special charater "#", make a link) in tinymce. 2. When the page is saved (new-content or edit-content) you can check with a php function (substr(), strpos() or preg_matc...
by Misteric
Wed Sep 21, 2022 11:19 am
Forum: Plugins
Topic: Popular or trending posts
Replies: 0
Views: 9687

Popular or trending posts

Bark Bark, I build a bludit plugin. It shows the popular or trending posts by day, week or month in the sidebar. You can check it out: https://github.com/revelion/bludit-plugins-popular-posts.git I'm new to github so can someone explain me how to store it in the bludit github plugins folder. By the ...
by Misteric
Tue Aug 23, 2022 9:10 am
Forum: General
Topic: Bludit v4 - Alpha version
Replies: 32
Views: 261564

Re: Bludit v4 - Alpha version

Hi there,

Will there be numbers in between the previous and next buttons for the list item page?

And is autofocus username on the login page still missing?

Misteric
by Misteric
Mon Aug 08, 2022 10:10 pm
Forum: Plugins
Topic: Popular Posts
Replies: 3
Views: 754

Re: Popular Posts

Couple of list items in de sidebar with the popular watched page (blogposts) by day, week or month.
by Misteric
Mon Aug 08, 2022 3:00 pm
Forum: Plugins
Topic: Popular Posts
Replies: 3
Views: 754

Popular Posts

Is there someone to help me build a plugin to show in the sidebar the most popular posts?