Profile fields

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Profile fields

Post by InfinCZ »

Hello,
plese help where I find in php file this:

Code: Select all

	<!-- BEGIN profile_fields -->
		<dl>
			<dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label>
			<!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt>
			<!-- IF profile_fields.ERROR --><dd class="error">{profile_fields.ERROR}</dd><!-- ENDIF -->
			<dd>{profile_fields.FIELD}</dd>
		</dl>
	<!-- END profile_fields -->
Image:

Image

Thanks,

Infin
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Profile fields

Post by david63 »

InfinCZ wrote: Fri Aug 18, 2017 9:23 am plese help where I find in php file this:
Nowhere - it is in an .html file

Perhaps if you were to explain what it is you are trying to do we might have a better idea as to how to help.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: Profile fields

Post by InfinCZ »

I need add to input "placeholder".
For example:
Image

<input type="url" class="inputbox autowidth" name="pf_phpbb_website" id="pf_phpbb_website" size="40" maxlength="255" value="" placeholder="Website">
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: Profile fields

Post by InfinCZ »

Ok, where is php file to template "ucp_profile_profile_info.html".

Thanks,

Infin
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: Profile fields

Post by InfinCZ »

:(
Post Reply

Return to “phpBB Custom Coding”