DataObject-as-Page
DataObject-as-Page copied to clipboard
Question: Is there a way to remove 'show' from item URLs?
Hi Aram, Matt from GPMD here. I'm trying out your module for our new blog and was wondering if there's a way to remove the 'show/' bit from item URLs?
I'm basically just trying to pre-empt what I know Mark is going to say - "Can you remove that, I just want it to say 'blog'." ;)
Thanks in advance.
This might be an alternative as well: https://github.com/Little-Giant/silverstripe-catalogmanager
Its not Manage DataObjects as Page but lets you manage Pages From Model Admin inclusive parent page. (Thank You ! @wernerkrauss, @stevie-mayhew, @LittleGiantNZ)
That way you keep the SiteTree Clean and meintain pretty URLs. Another way might be something like this: https://github.com/daslicht/silverstripe-csp (Thank Yoiu @Zauberfisch)
But that way you will have to implement alot features yourself. In teh example above I even havend manged to highlight the current menu like in case its DO based :)
I know this is only a year late... But it's perfectly possible to do this.
However, I doubt it's something that's going to worked on any time soon.
I just meanwhile coded my own cms built ontop of f3 and readbeanphp :)