H Harry D Member Nov 1, 2014 #1 Is there a way to customize Prefix titles? For example, on the browser tab it will read: Prefix - Forum title etc. I would like it to be: [Prefix] Forum title etc. Capiche?
Is there a way to customize Prefix titles? For example, on the browser tab it will read: Prefix - Forum title etc. I would like it to be: [Prefix] Forum title etc. Capiche?
Amaury Well-known member Nov 1, 2014 #2 Use @Chris D's solution in my thread here, except instead of removing the code enclose it in brackets in the proper places. Upvote 0 Downvote
Use @Chris D's solution in my thread here, except instead of removing the code enclose it in brackets in the proper places.
H Harry D Member Nov 1, 2014 #3 Hello, Maru. I can't seem to get it working right. I'm putting the brackets around: {xen:helper threadPrefix, $thread, escaped} but it's still throwing in the dash, giving me: [Prefix - ] Forum title etc. - Name of Site Upvote 0 Downvote
Hello, Maru. I can't seem to get it working right. I'm putting the brackets around: {xen:helper threadPrefix, $thread, escaped} but it's still throwing in the dash, giving me: [Prefix - ] Forum title etc. - Name of Site
S Syndol Guest Nov 1, 2014 #4 In thread_view try: <xen:title><xen:if is="{$thread.prefix_id}">[{xen:helper threadPrefix, $thread, escaped, '] '}<xen:else />{xen:helper threadPrefix, $thread, escaped}</xen:if>{$thread.title}{xen:helper pagenumber, $page}</xen:title> Last edited by a moderator: Nov 1, 2014 Upvote 0 Downvote
In thread_view try: <xen:title><xen:if is="{$thread.prefix_id}">[{xen:helper threadPrefix, $thread, escaped, '] '}<xen:else />{xen:helper threadPrefix, $thread, escaped}</xen:if>{$thread.title}{xen:helper pagenumber, $page}</xen:title>
H Harry D Member Nov 2, 2014 #5 Syndol said: In thread_view try: <xen:title><xen:if is="{$thread.prefix_id}">[{xen:helper threadPrefix, $thread, escaped, '] '}<xen:else />{xen:helper threadPrefix, $thread, escaped}</xen:if>{$thread.title}{xen:helper pagenumber, $page}</xen:title> Click to expand... Ladies and gentlemen, we have a winner! Thank you. Upvote 0 Downvote
Syndol said: In thread_view try: <xen:title><xen:if is="{$thread.prefix_id}">[{xen:helper threadPrefix, $thread, escaped, '] '}<xen:else />{xen:helper threadPrefix, $thread, escaped}</xen:if>{$thread.title}{xen:helper pagenumber, $page}</xen:title> Click to expand... Ladies and gentlemen, we have a winner! Thank you.