Who created the Registration information for applicants and Registration information for recruiter blocks, both enabled at Header region? how can I edit them and change the displayed text (eg You are about to sign up as applicant paragrafh)? Thanks!
Who created the Registration information for applicants and Registration information for recruiter blocks, both enabled at Header region? how can I edit them and change the displayed text (eg You are about to sign up as applicant paragrafh)? Thanks!
Comments
Comment #1
liban commentedI needed to change that as well and I edited the recruiter_register.module.
Comment #2
dasjoin drupal, we generally don't edit core or contrib code, as this will make upgrading your site very difficult.
instead you should look ways to add your changes by overriding features or implementing hooks.
see for example hook_block_view_alter.