MyBB Community Forums

Full Version: How To Add TAB (ROW) To Additional Info.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: attachment.php?aid=26553]

Help Me Frnds..........
The screenshot you're posting is not "forums". Do you want to add Custom Profile Field?
I want to add my own tab... "HomePage offer"

Help Me............How To Add ROW To Additional Info.....I want to add my own tab... "HomePage offer"
AdminCP > Templates > Your theme's templates > Member Templates > member_profile_customfields > find the following;
{$customfields}
and ADD the following code just AFTER that line;
<tr>
<td class="{$bgcolor}" width="40%"><strong>DEMO:</strong></td>
<td class="{$bgcolor}" width="60%">DUMMY TEXT</td>
</tr>
I Want Install A Tab....
Which Shows In All User But....

I Can Edit That Of The Other Users....

For Eg. :- MyBB Experience (TAB In Additional Info.)
Oh, You're referring to the Custom Profile Field.

AdminCP > Configurations > Custom Profile Field > and create.

See this for more details on how to create a custom field: http://docs.mybb.com/Admin_CP_Config_Pro...ields.html
Thankxx... Got That One...!!