-
Type: Story
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9 Larks
-
Fix Version/s: 2.2 Larks
-
Labels:
-
Sprint:2.2 Larks
As an admin I want to be able to set title prefix (that in browser bookmark) for each jcommune page from Admin mode. By default, title prefix should be empty. Click logo in admid mode to go to prefix editing
For example: <title>Java Forum - Topic name</title>
where
"Java Forum - " - is a title prefix, defined by the owner. If empty - not used. The property should be added to the main configuration dialog in Admin Mode.
"Topic name" - name of the displayed topic.
All these pages should be prefixed (table is from JC-1247):
/posts/new | Topic answering page |
/sections/<sectionId> | List of branches from the chosen section page |
/reviews/new | Page with form for new code review |
/posts/<postId>/edit | Edit post page |
/users/edit | Edit user profile page |
/topics/<topicId> | Page with list of messages from the topic |
/sections | Page with all branch sections |
/pages/<pagePathName> | Page information by its path name |
/topics/new | Page with form for new topic |
/branches/<branchId> | Page with list of topic from the chosen branch |
/users/<id> | User profile page with user info |
/users/<id>/postList | Page with post of user |
- relates to
-
JC-1247 Add meta tag <description>
- Closed