try changing
.vbseo-likes-count-image {
}
to display: none;
This is a discussion on The "Likes Tree", finding a forum's most useful content will change forever.... within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; try changing . vbseo -likes-count-image { } to display: none;...
try changing
.vbseo-likes-count-image {
}
to display: none;
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
We have a display issue of the like 'like' button :
In the source code :
We had to change the CSS as follows :
from :
to :Code:.vbseo-likes-container { display:none; ... }
to display "Like | share" text.Code:.vbseo-likes-container { display:inline; ... }
Is it logical to read in CSS : display set to "none" --> vbseo_buttons.css ?
Also, the "like-counter" does not display at all even if all options are ticked in the vbseo panel.
ps : sorry for the poor english folks![]()
If you want to display Like | Share button all the time, you can directly change required setting in vBSEO Cp , no need for CSS edit.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
This module was already activated and I use the latest version of vBSEO. I don't understand...
Last setting in that screen shot, "Link always visible".
Set to yes.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
So does it mean that the "like counter" is only for forum threads and not for CMS articles ? Because nothing is displayed on the CMS. Thanks again for your help![]()
They are in the 'docs (do not upload)/importers/' folder in the download package.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hello, is there a way to turn off notifications?
It is not currently possible however we are considering this in next vBSEO version.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Yep, vast majority of my forum hate Facebook so it's good to have an internal system. When I was trying to get my forum back up and running on another host the biggest complaints I got from users was "where has the Like option gone?"...once it was restored they were back to dishing out their Likes![]()
I'm about to buy an extension of my license to upgrade to vbseo 3.6 but i needed to ask first if there is any "members that have received the most likes" function that I can use in a php code module (i use vb3.7 so i'll just throw the code in a vbadvanced module)
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Does that mean there is actually a code for a vbulletin php widget that shows the highest "liked" members?