hi there. how can i customized ghost admin design? for example, add my logo to admin or use custom color.
AND how can i extend ghost admin functionality? for example i want to have a product page where admin can add or delete product. the product database all will be stored in snipcart. the extended admin function just to add and delete product easily.
no. i’m not looking into for wordpress in ghost. i just want to extend a bit of it function so that at least i can sell something. it’s not too much in my opinion.
Not too much can be different from person to person. Clearly Ghost was not made for this level of customization.
As @luizamboni suggested; you can find a way around with tags/pages and a bit of code in custom theme; but again, you would have to find a way into the system.
Ghost is not made for very dynamic data but the least dynamic data like Wikipedia itself.
And changes via only code are normal as you might find same in Wordpress; for custom directives as well, there has to de some functionality developed in code.
It s the common place in CMS, wp themes need be coded too.
I’m wp some themes can add custom panels in admin area, but it need be coded in theme itself.
I’m late here but wanted to express how much of an unhelpful response this was to the OP.
This post wasn’t asking for ghost to stop being ghost (a touchy subject around here) and it’s rarely a useful response to accuse someone of that.
Unless there’s an actual article from the Ghost team explaining that a feature will not be developed, i.e. comments, chill out on saying that people are asking for Ghost to not be Ghost. Maybe, just maybe this would make ghost better for their use-case and story. Not a crime to ask about it.
@eddie you shouldn’t have to defend asking for something. If you’d like to, check and see if this is already a feature request. If not, it can’t hurt to try.
There is no straightforward way to achieve this. You can make some custom hacks for your admin panel on the Fork of Ghost or Ghost Admin but it is not recommended.
If you need some help in making a custom fork of the Ghost Admin, let me know; I can provide some pointers.
There is no direct way to make it.
@_helloitse I am not accusing. I am quoting OP in different words. I am sorry if I hurt OPs or your feelings.
This post wasn’t asking for ghost to stop being ghost (a touchy subject around here)
It is not touchy; you can talk about it as much you want.
But, as Ghost team has already made it clear again and again many times.
I would love to have some level of customization though I understand the decisions of Ghost team.
Hi guys, is there a way to create a custom controller for custom table in db? I need for eample to list some products, so want to create a modal view controller. Anyone did it before? Thanks.
Thanks for being a positive voice of reason and practicality. No, ghost is not meant to be as extensive as wordpress out of the box. Yes, it is focused on the writing experience, but to say it is “clearly Ghost was not made for this level of customization” is quite wrong. Ghost is a much smaller organization than WordPress and they jealously guard their time on the features they deem most important. For example, if someone were to modify admin to be skinnable, it would very likely be included in core.
Anyways, customizing admin is as simple as forking and writing/building EmberJS code. To imply this is somehow impossible or hard for any mid level developer is wrong.