MyBB Community Forums

Full Version: Delete them
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i can delete them..
All 2 threads on this page are selected. Select all 2 threads in this forum.
All 2 threads in this forum are selected. Clear Selection.

[Image: 123.bmp]


How i can add this one.....

[Image: 1.bmp]

to here.

[Image: 2.bmp]

Thank you all.

Please help, thanks
Please help, i need it fast, thanks.
If you need an answer fast, you could have searched for an answer and found on in a few minutes, rather than waiting a few hours for somebody to reply Smile

1. You're using a theme made for MyBB 1.4, not 1.6. Add this to the global.css file for your theme:

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

2. Put {$post['fidX']} into the postbit_author_user template, change the X to the ID of that custom profile field. You can find the ID at the end of the URL when editing the profile field in the ACP.