Hoihoi,
Jullie zullen denken, weer zo een post van Bloemkool. Correct. Maar op een forum mag je gewoon posten, daarvoor is het een forum.
In
dit topic kan men een nieuwe gebruikersnaam aanvragen. Is het niet handiger als hiervoor twee vaste periodes komen? Dit scheelt voor de beheerders (en Globale moderatoren) een hoop werk. Het kan dan ook handig zijn als er een profielveld komt waar men de oude naam kan zien.
Mijn tweede opmerking:
Waarom kan je 't Hyves profielveld niet aanpassen?
http:// als standaard in de profielvelden is niet nodig?
Profielvelden zo maken dat je enkel je naam (Twitter/Facebook/Hyves) maar hoeft in te vullen en daarna op de naam kan klikken en naar de pagina gaat.*
Profielvelden zichtbaar maken op de postingpagina?
*) Instellingen die je moet gebruiken hiervoor, let op, dit is ENGELS!
Luke schreef:
First off create your custom profile field:Field Type: Single text field
Field Identification: twitter OF facebook OF twitter
Publicly display profile field: Yes
Display in user control panel: Yes
Display on registration screen: (up to you)
Display on viewtopic screen: Yes
Required field: No
Hide profile field: No
Field name/title presented to the user: Facebook OF Hyves OF Twitter
Field description: (up to you)
Default value: (blank)
Next page:Length of input box: 10
Minimum number of characters: 0
Maximum number of characters: 30 (a guess)
Field vailidation: Alphanumeric and spacersThen, go to Board Features/Load settings and set:
Display custom profile fields on topic pages: Yes
OPEN:styles/prosilver/template/viewtopic_body.html[install]
Find This may be a partial find and not the whole line Code:
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
[/install]
[install]
Replace with Replace the preceding lines with the following Code:
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "RuneScape" -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> <a href="*Website*{postrow.custom_fields.PROFILE_FIELD_VALUE}">{postrow.custom_fields.PROFILE_FIELD_VALUE}</a></dd>
<!-- ELSE -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- ENDIF -->
<!-- END custom_fields -->
[/install]
OPEN:styles/subsilver2/template/viewtopic_body.html[install]
Find This may be a partial find and not the whole line Code:
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
[/install]
[install]
Replace with Replace the preceding lines with the following Code:
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "RuneScape" -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> <a href="*website*{postrow.custom_fields.PROFILE_FIELD_VALUE}">{postrow.custom_fields.PROFILE_FIELD_VALUE}</a>
<!-- ELSE -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- ENDIF -->
<!-- END custom_fields -->
[/install]
Save and refresh the templates
Tell me how it goes :popcorn:
Als het niet lukt kan je me altijd een PB sturen.
_________________
Begin de dag met een lach, kan je niet lachen? Denk dan aan BLOEMKOOL.Citeer:
Meestal zit het probleem niet in de computer maar bij de persoon die achter de computer zit...