Iām trying to simply āhideā an element on the list view page in the list of results.
(Itās an SMS icon that a plugin adds to all phone numbersā¦and Iām now hiding on non-mobile phone numbers)
I have this working fine with jQuery on the Detail view pages, by using the āincludesā array in the detailviewdefs.php file to point to my JS fileā¦but Iām not seeing this āincludesā array in the LISTviewdefs.php file.
Is there some way to extend this file like you can with detailviewdefs???
Hey! Thanks for the feedbackā¦but, I might be missing somethingā¦
Iām really trying to modify the layout of some standard module lists (specifically, Leads, Accounts, Contacts).
Iām not seeing a āviewsā folder in the directories for Lead, Accounts, Contactsā¦nor in the custom module folders for the new āmoduleā for SMS messages.
(/custom/modules/Leads ⦠no āviewsā folder)
I DO see a āviewsā folder in the
/modules/Leads/views
folderā¦but seems like making changes there wouldnāt be update-proof???
Is there perhaps some way that these folders/files are generated by the system??
Ahhhā¦I understand!
Thanks!
Iāve got that file loading nowā¦itās breaking the list pageā¦but Iām sure Iāve just got some syntax wrongā¦
But I understand how to get that file to extend the listview now!
Thanks!
Never Mindā¦I answered my own question.
It IS, in fact, possible to extend the Dashboard by adding custom php to
custom/modules/Home/views/view.list.php