AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Activity member in profile

3 Posts
2 Users
1 Reactions
1,287 Views
Posts: 18
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@awake-2)
Eminent Member
Joined: 6 years ago
[#13615]

Hi,

I did not do a forum with questions/answers, so!

Is it possible to delete stuff that is not used in the member's activity, in the profile? see my screenshot

if this is not currently possible, can you take this into consideration, because the new member who registers will find it strange.

Thanks 

 activity member

2 Replies
Tutrix
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 years ago

@awake-2

open > wpforo > wpf-themes > classic > profile-home.php

and remove

<div class="wpf-statbox wpfbg-9">
<div class="wpf-statbox-body">
<div class="wpf-statbox-icon wpfcl-5"><i class="fas fa-question"></i></div>
<div class="wpf-statbox-value"><?php wpforo_print_number($questions, true) ?></div>
<div class="wpf-statbox-title"><?php wpforo_phrase('Questions') ?></div>
</div>
</div>
<div class="wpf-statbox wpfbg-9">
<div class="wpf-statbox-body">
<div class="wpf-statbox-icon wpfcl-5"><i class="fas fa-check"></i></div>
<div class="wpf-statbox-value"><?php wpforo_print_number($answers, true) ?></div>
<div class="wpf-statbox-title"><?php wpforo_phrase('Answers') ?></div>
</div>
</div>
<div class="wpf-statbox wpfbg-9">
<div class="wpf-statbox-body">
<div class="wpf-statbox-icon wpfcl-5"><i class="fas fa-comment"></i></div>
<div class="wpf-statbox-value"><?php wpforo_print_number($comments, true) ?></div>
<div class="wpf-statbox-title"><?php wpforo_phrase('Question Comments') ?></div>
</div>
</div>

but read the Documentation > Forum > Themes > Theme Customization

 


Posts: 18
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@awake-2)
Eminent Member
Joined: 6 years ago

Thanks @tutrix 👍 


Share: