What does id="profile{postrow.POST_ID} do?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
Maks33
Registered User
Posts: 57
Joined: Sat Sep 04, 2010 8:25 pm
Contact:

What does id="profile{postrow.POST_ID} do?

Post by Maks33 »

This part in viewtopic_body

<dl class="postprofile" id="profile{postrow.POST_ID}"

I mean i know what it is pulling but is there a point to it?

Reason i am asking is i am modifying it to generate structured data for google and this id field shows up. So wondering if i can remove this field safely without messing anything up? or at least fixing it somewhere else.

<dl class="postprofile" id="profile{postrow.POST_ID}" itemscope="" itemtype="http://schema.org/Person">
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: What does id="profile{postrow.POST_ID} do?

Post by DTMWC »

If you delete it, the post profile on the right side of the topic won't show up ---->>>>
Boom.
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: What does id="profile{postrow.POST_ID} do?

Post by will_hough »

If you are just talking about removing id="profile{postrow.POST_ID}" that will be fine, it won't hinder any function. It could be used to highlight posts on a profile ID basis.
User avatar
Maks33
Registered User
Posts: 57
Joined: Sat Sep 04, 2010 8:25 pm
Contact:

Re: What does id="profile{postrow.POST_ID} do?

Post by Maks33 »

will_hough wrote: Fri Aug 31, 2018 3:01 pm If you are just talking about removing id="profile{postrow.POST_ID}" that will be fine, it won't hinder any function. It could be used to highlight posts on a profile ID basis.
Thanks!
Post Reply

Return to “[3.2.x] Styles Support & Discussion”