Notifications
Clear all

Image Forum Attachment

4 Posts
2 Users
0 Likes
701 Views
Posts: 2
Customer
Topic starter
(@httpslafeedragon-frforum)
Member
Joined: 2 years ago

Hello,

Is it possible to not have the photos displayed here? Forum Attachment.

Thanks

Capture d’écran 2022 06 03 à 12.49.47

 

3 Replies
Kyle
Posts: 728
 Kyle
Admin
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @rivodigo-virginie,

Using wpForo AA addon users can load attachments(images as well) in their library so they can insert them in the post using the library with no need to upload them again.

Forum Attachments is made to store user library attachments, removing them from there will also remove those images from the user's library, This is how wpForo AA addon work. There is no option to remove user attachments from the Forum Attachments field.

Reply
Posts: 2
Customer
Topic starter
(@httpslafeedragon-frforum)
Member
Joined: 2 years ago

Thank you for your answer, is it possible to remove the white outline around the photo? Thanks

Capture d’écran 2022 06 03 à 14.49.53

 

Reply
1 Reply
Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@httpslafeedragon-frforum,

Use the below CSS code:

#wpforo #wpforo-wrap .wpfa-item.wpfa-img {
	line-height: 0;
	padding: 0;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 75%);
}
Reply
Share:
Scroll to top