MyBB Community Forums

Full Version: Change tag title of a multipage thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is possible change the tag title of a multipage thread?

For Example
Title thread: Mybboard
Title page 1: Mybboard
Title page 2: Mybboard --> page 2
Title page 3: Mybboard --> page 3
ect...

Thanks
gokufg Wrote:Is possible change the tag title of a multipage thread?

For Example
Title thread: Mybboard
Title page 1: Mybboard
Title page 2: Mybboard --> page 2
Title page 3: Mybboard --> page 3
ect...

Thanks

Is it impossible???
gokufg Wrote:Is possible change the tag title of a multipage thread?

For Example
Title thread: Mybboard
Title page 1: Mybboard
Title page 2: Mybboard --> page 2
Title page 3: Mybboard --> page 3
ect...

Thanks

Is There a Solution?
I'm presuming you mean the title at the top of the window?

If so, AdminCP -> Templates -> Modify -> <your templateset> -> Show Thread Templates -> showthread

Find:
<title>{$thread['subject']}</title>
Replace with:
<title>{$thread['subject']} - Page {$page}</title>
ZiNga BuRgA Wrote:I'm presuming you mean the title at the top of the window?

If so, AdminCP -> Templates -> Modify -> <your templateset> -> Show Thread Templates -> showthread

Find:
<title>{$thread['subject']}</title>
Replace with:
<title>{$thread['subject']} - Page {$page}</title>

Is pobbible don't visualize in the title if the page is 1?

Thanks
gokufg Wrote:Is pobbible don't visualize in the title if the page is 1?

Thanks