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

liban’s picture

I needed to change that as well and I edited the recruiter_register.module.

dasjo’s picture

Status: Active » Fixed

in 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.