On the FAQ Config page (admin/config/content/faq), the Title field should set the title at the top of the FAQ page. It does not.
I have a custom path set: about/faq. Title is set to "Frequently Asked Questions". But if you visit about/faq, the title that displays is simply "FAQ". I see no other place to change it, which suggests that this may be a bug.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | changes_to_title_on_config_page_are_ignored-2971082-6.patch | 510 bytes | espurnes |
| #2 | Issue_#2971082.patch | 524 bytes | aurelianzaha |
Comments
Comment #2
aurelianzaha commentedHi,
II found a small bug causing the issue, I am submitting a patch for it.
regards
Aurelian
Comment #3
aurelianzaha commentedComment #4
espurnesworking with this module I've found the same bug.
I think you can remove the first part of the OR. Changing this code:
by
variable_get will return faq-page if faq_path is not set. So, no need to have the "or".
Comment #5
aurelianzaha commentedgood point espurnes!
Comment #6
espurnesAdded patch with the suggested change on #4.
Comment #7
andrey.troeglazov commentedComment #9
andrey.troeglazov commented