modxcms / docs

7 stars 9 forks source link

[Edit Suggestion] Adding a Custom TV Type - MODX 2.2 #124

Open jaredfhealy opened 8 years ago

jaredfhealy commented 8 years ago

Page Title

Adding a Custom TV Type - MODX 2.2

URL

https://rtfm.modx.com/revolution/2.x/making-sites-with-modx/customizing-content/template-variables/adding-a-custom-tv-type-modx-2.2

Issue or Suggestion

This documentation has a few issues

  1. It says that the pathing plugin is no longer required. This may have been a planned feature, but unless the directory format is completely incorrect in the documentation, this does not work. If you follow the directions exactly it doesn't render unless you have the plugin with the OnTVInputRenderList.
  2. Although it is implied and should be obvious, the documentation should list the step of actually creating the TV and associating the custom input type.
pepebe commented 6 years ago

I have recently stumbled over this problem too. Without the pathing plugin, you always get a simple text tv.

The systems doesn't find the correct path and returns a textbox instead.

screenshot 2017-11-15 15 49 49

As the TV is in fact automatically added to the list of available TV types, I believe that the feature is either buggy or was never completed.

Until the manager actually works like expected, this paragraph should be removed from the docs.

pepebe commented 6 years ago

I've posted an issues about this here: https://github.com/modxcms/revolution/issues/13693