AI Assistant
Question about disl...
 
Notifications
Clear all

Question about dislike button

2 Posts
2 Users
0 Reactions
4,822 Views
(@christian-pust)
Member Customer
Joined: 3 years ago
Posts: 22
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
  [#11796]

I tried to register several times at the default support forum, but never get a verfification email, so i need to add my question here.

Its possible to hide the dislike button, but at the profile page there is a section that show the counted dislikes. since this has no seperate class - how can i hide/disable this?

And btw, what can i do to get access to the main forum, is there a registration bug that no confirmation email is sent?



   
Quote
Kyle
 Kyle
(@kylew)
Prominent Member
Joined: 5 years ago
Posts: 728
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
 

Hi @christian-pust,

Sent a mail to info[at]gvectors.com with using the email that you have used to reg in wpForo Forum.

And let me know here that you have sent the email.

 

To Disable the Dislike Button in the Topics and in the Profile Statistics:

Insert the below CSS Code in Custom CSS Codes Field from Dashboard > wpForo > Settings > Colors & Styles:

#wpforo #wpforo-wrap .wpf-popover-content {
    display: none !important;
}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){
    display: none !important;
}


   
ReplyQuote
Share:
Scroll to top