how to insert this rank?

Support for ANY phpBB3 related issue.
- MOD Support requests should be asked in the specific MOD topic -
Any version of phpBB3 is supported.
Forum rules
READ: StarTrekGuide.com Board Rules

Users are requested to fill out the Support Request Template and include it in every support request.

As a general rule, Support for a Specific MOD should be requested in the specific MOD topic, as it would alert the MOD Author of the support request.
Please specify if you have any MODs installed on your board when asking for support.

phpBB support requests allowed
MOD Requests and Generic discussions not allowed

how to insert this rank?

Postby zjhxmjl » 07 Aug 2012, 21:11

how to insert this rank?thanks for your advance!
2012-08-08-110752_179x32_scrot.png
2012-08-08-110752_179x32_scrot.png (3.57 KiB) Viewed 601 times
zjhxmjl    
Crewman
Crewman
 
Posts: 1
Joined: 07 Aug 2012, 21:03
Gender: Male
phpBB Knowledge: 2




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: how to insert this rank?

Postby Sniper_E » 07 Aug 2012, 21:55

It's a Custom Profile Field. In ACP / Users and Groups / Custom Profile Fields

Create the CPF and a user will select a number 1 thru 10
The number will be replaced by an image, 1.png thru 10.png

In your viewtopic_body.html template you will alter the code to look like this:
Code: Select all
      <!-- BEGIN custom_fields -->
         <!-- IF not postrow.custom_fields.S_PROFILE_PHPBB_KNOWLEDGE -->
         <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
         <!-- ENDIF -->
      <!-- END custom_fields -->

      <!-- IF postrow.S_PROFILE_PHPBB_KNOWLEDGE -->
         <dd><strong>{postrow.PROFILE_PHPBB_KNOWLEDGE_NAME}:</strong> <img src="{T_IMAGES_PATH}badges/{postrow.PROFILE_PHPBB_KNOWLEDGE_VALUE}.png" alt="{postrow.PROFILE_PHPBB_KNOWLEDGE_VALUE}" /></dd>
      <!-- ENDIF -->

For more information on how to utilize custom profile fields, look at this topic: viewtopic.php?f=50&t=3606
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6991
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6


Return to phpBB3 Support

Who is online

Users browsing this forum: No registered users and 41 guests

cron