XF 2.3 Homepage Title Revision

SelamT

Active member
Hello,

1723297414717.webp

I would like to add something special to the homepage that opens with the url in the form of /forums that in the top picture.
Which template will I use for this and how will I intervene?
This will only be used on the homepage, not on other pages:
XenForo community: Homepage.
On other pages for example:
XF 2.3 - Passwordless logins with passkeys | XenForo community.

Thanks,
 
Hello,

View attachment 308529

I would like to add something special to the homepage that opens with the url in the form of /forums that in the top picture.
Which template will I use for this and how will I intervene?
This will only be used on the homepage, not on other pages:
XenForo community: Homepage.
On other pages for example:
XF 2.3 - Passwordless logins with passkeys | XenForo community.

Thanks,
ACP > Options > Basic options saet your title.

The image should be replaced with your logo.
ACP > Appearance > Style properties > Basic options set your logo
 
No, that's not what I want.
The texts I have added there also appear in the title section at the end of a content.
this way, I get a "title is long" warning.
If I do as you say, the following text will be longer towards the end.

Now
XF 2.3 - Passwordless logins with passkeys | XenForo community

Possible change:
XF 2.3 - Passwordless logins with passkeys | XenForo community bla bla blasdasda
 
PHP:
    <title>
        <xf:if is="$xf.uri == '/'">
            {$xf.options.boardTitle}: HomePage
        <xf:else />
            <xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" />
        </xf:if>
    </title>

ChatGPT dictated something like this.
And it does exactly what I want.
I wonder if using this code for XenForo will be a problem?
Can I ask for your comments @Paul B @Jeremy P ?
 
No, that's not what I want.
The texts I have added there also appear in the title section at the end of a content.
this way, I get a "title is long" warning.
If I do as you say, the following text will be longer towards the end.

Now
XF 2.3 - Passwordless logins with passkeys | XenForo community

Possible change:
XF 2.3 - Passwordless logins with passkeys | XenForo community bla bla blasdasda
Screen Shot 2024-08-10 at 10.55.11 AM.webp


The only place my boards say Xenforo is at the bottom. No titles, no login no anywhere.
Screen Shot 2024-08-10 at 10.55.28 AM.webp
 
No, that's not what I want.
The texts I have added there also appear in the title section at the end of a content.
this way, I get a "title is long" warning.
If I do as you say, the following text will be longer towards the end.

Now
XF 2.3 - Passwordless logins with passkeys | XenForo community

Possible change:
XF 2.3 - Passwordless logins with passkeys | XenForo community bla bla blasdasda
Perhaps do a screen shot so we can see what you're talking about.
 
Mate, I don't think you understand what I'm saying.
I am asking for a revision of the fields in the title section by giving an example of the XenForo site.
If you look at the code I added in my previous message, maybe it will give you an idea.
 
Well, let's go with an example from your site:

1723302113798.webp


When I click on the link https://sneaker-groups.com/forums/, only your site name is written on the top bar:
Sneaker-Groups

I say; this field should not only write the name of the site, but also something else.
For example:
Sneaker-Groups - Forum System

However, this "Forum System" should only be in the Title of the "Forum" page.

If you click on the link https://sneaker-groups.com/threads/join-our-discord.477642/, the title there is not written at the end.

Am I clear?
 
Back
Top Bottom