octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.21k forks source link

Cannot find any plugin by searching for any text #3586

Closed ghost closed 6 years ago

ghost commented 6 years ago

I try to install plugin via backend, but cannot find any plugin by searching for the text. However, it appear by searching for the unique code.

screenshot from 2018-06-07 12-28-51

October build

(436)

LukeTowers commented 6 years ago

@cc1683 and what's the issue here? It says right in the instructions:

Name the plugin by its unique code. For example, RainLab.Blog

ghost commented 6 years ago

Sorry, I'm new to October. So, where to find the unique code and cant we just searching for the plugin by text? screenshot from 2018-06-07 12-42-48

LukeTowers commented 6 years ago

@cc1683 the code is just the Author.PluginName. You can see the examples on the right of Lovata.Shopaholic and RainLab.Notify. Another easy way to find the code is look at the URL on the marketplace: https://octobercms.com/plugin/martin-forms. The part before the - is the author and the part afterwards is the plugin name. So Martin.Forms would be the plugin code.

ghost commented 6 years ago

oh, alright, thanks you so much.

LukeTowers commented 6 years ago

Not a problem!