By mikeuk2000 on
I'm using the classifieds AD module as a job ads module (for my needs, they are essentially the same thing) and do not need anything bigger. The only problem I have is that I want to change the text at the top of the main page which by default shows "Classified Ads" (I need to change this to "Job Ads"). I can see this in any of the options for the module.
Does anyone have any ideas?
Comments
Try drupal_set_title function
I didn't work with this module before, so I'm not sure if my comment is helpful, but I would see if I can use drupal_set_title function first thing. Look for any textareas that provide input format option, there you would want to set PHP filter and use this code somewhere in the textarea among the other text you might have there:
It's just I have really big multipage form provided by Webform module, and there are three pages (form page one and two, and confirmation page) that have different titles set via the same method I described above. Everything works like a charm.
thanks.
thanks. It seems just changing this in the PHP does not affect the title of the main categories page :( (only the child pages).
Any ideas?
clear the cache
Try clearing the cache tables in your database.
http://drupal.org/node/17620