Hello there. I am a newbie to drupal and need help. I have installed the rlisting module and i am very pleased with the functionality; however i want to change the hyperlink text to say "contact owner" vs. "contact realtor". i cannot find where in the php script to change that. I have found the breadcrumbs for the drupal interface but cannot find where hyperlink text is changed for this module. thanks in advance for any response
Comments
Comment #1
Fishabilly commentedHello there. I am a newbie to drupal and need help. I have installed the rlisting module and i am very pleased with the functionality; however i want to change the hyperlink text to say "contact owner" vs. "contact realtor". i cannot find where in the php script to change that. I have found the breadcrumbs for the drupal interface but cannot find where hyperlink text is changed for this module. thanks in advance for any response
Comment #2
vegeneric commentedhey fishabilly...
listing.module, approximately line 940...in function theme_listing_agent, you'll find the following lines:
since it's a theme function, i'd recommend cutting the whole function out, renaming it "function phptemplate_listing_agent" (replacing phptemplate w/ the name of your theme engine, if different), and placing the function in a file called template.php inside your theme's main directory. that way, you can alter the text without hacking the listing module.
hope that helps,
veg
Comment #3
Fishabilly commentedThanks Veg...it worked perfectly.
Comment #4
vegeneric commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.