Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Christophe Posted December 5, 2014 Posted December 5, 2014 Like in the custom fields at the bottom of this screen? I really really would like to be able to add a note or message telling people what their username can and can not be. For example not using porn or sexual names or innuendos this sort of thing Otherwise could you let me know which is the html template I must edit manually Thanks
Adriano Faria Posted December 5, 2014 Posted December 5, 2014 Well, as it is a new framework, we're still learning how to use it. Display Name is the username language bit on applications\core\dev\lang.php file. So if you create another language bit on that file appending "_desc" to its original language bit, it will appear: 'username' => "Display Name", 'username_desc' => "Bla Bla Bla", It will appear only when IN_DEV mode is ON. You probably need to export or do something else to make it appear with IN_DEV disabled.
Christophe Posted December 5, 2014 Author Posted December 5, 2014 thanks...I ve been looking for this in the ACP but there is no means to search html/php code from the ACP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.