[Plugin] static-pages

Post Reply
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

For Bludit 1, the plugin was named Pages, for Bludit 2 it is Static Pages. The old plugin was able to create a menu which represented sub-pages by building a structure like:

Code: Select all

<ul>
	<li>
		<ul>
			<li></li>
		</ul>
	</li>
</ul>
The current plugin is not able to create such complex menus. Is an update planned? Is it even possible for Bludit 2?
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Yes, we should update this. ;-)
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Great, thank you!
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

I had a lot to do in the last few weeks. But now I have more time for Bludit. :-)

Thank you for your patience!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply