MyBB Community Forums

Full Version: remove userdata
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

If users make there profile the can upload there own avatar. I would like that users can have there own profile with avatar, date of join etc. but that you cant see that near the posts. I think I need to change showtread.php but I dont know what, please some help.

Please the name of the files, rulesnumber or sentences. Please some help.

Two examples.

http://i114.photobucket.com/albums/n266/...forum3.jpg
http://i114.photobucket.com/albums/n266/...forum2.jpg
If I'm understanding you correctly, then you'll need to edit the postbit_author_user template and remove the variables corresponding to the things you don't want to be displayed in the postbit.

For instance, to remove the avatar, registration date and post count from the display, you would remove the following three lines from the template. Note that the lines are not all together in the template, I've just put them in the same code box in this post.

{$post['useravatar']}<br />
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}<br />
oke, I need to change them in the template. Thanx for youre answer.


Greetzz rutje1
I have made a new template (in mybb controlpanel) but if I download the theme I created, I cant find the rules:
{$post['useravatar']}<br />
or
{$lang->postbit_posts} {$post['postnum']}<br />
or
{$lang->postbit_joined} {$post['userregdate']}<br />

How can it happen?
I'm not sure if I understand you 100% but if you've already removed that code (as per Musicalmidget's suggestions) then you won't be able to find it in your downloaded theme since...um...you removed it already....
I downloaded a theme for mybb and I changed it in the .xml file. Now i have changed it in Sjablonen. (dutch) Wink

I've fixed it already Wink