Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] 3 things

4 Posts
2 Users
0 Reactions
1,311 Views
Posts: 2
Topic starter
(@need_not)
New Member
Joined: 7 years ago
  1. Β How do I make it so the max avatarΒ size it more then 8 kb
  2. How do I hide the use word press and urlΒ avatarsΒ 
3 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

HiΒ @need_not,

How do I make it so the max avatarΒ size it more then 8 kb

We'll add a new filterΒ wpforo_avatar_upload_max_filesizeΒ in next version release. You'll be able to change the avatar upload size.

How do I hide the use word press and urlΒ avatarsΒ 

You should add the following CSS code in "Custom CSS code"Β textarea, it is located in Dashboard > Forums > Settings > Styles admin page.

#wpforo #wpforo-wrap .wpf-field-type-avatar .wpf-field-wrap > ul > li:first-child, #wpforo #wpforo-wrap .wpf-field-type-avatar .wpf-field-wrap > ul > li:nth-child(2) {
display: none !important;
}

Please don't forget to delete all caches before checking.Β 

1 Reply
(@need_not)
Joined: 7 years ago

New Member
Posts: 2

ok thx but do i just add that css or delete the old stuff

Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @need_not,

yes, you just need to add the CSS code I've provided in the previousΒ post, delete all caches and do CTRL+F5 on the forum frontend.Β