Are Sidebar-Blocks available jet (Recent and Top Likes)? Where do I find them?
This is a discussion on Sidebar-Blocks on forum home for like feature within the General Discussion forums, part of the vBSEO SEO Plugin category; Are Sidebar-Blocks available jet (Recent and Top Likes)? Where do I find them?...
Are Sidebar-Blocks available jet (Recent and Top Likes)? Where do I find them?
They are not a part of RC1.
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!
May I ask why?
Thanks.
CreativX - Custom designed Widows 7 Themes -FREE-
Hello,
you can create those blocks in admincp with "Content type" set to "PHP", "Template to Use" set to "block_html" and the code for "Top Liked Threads":
and for "Recent Likes":PHP Code:if(VBSEO_ENABLED)
{
vbseo_extra_inc('ui');
return vBSEO_UI::likes_block('topthread');
}
PHP Code:if(VBSEO_ENABLED)
{
vbseo_extra_inc('ui');
return vBSEO_UI::likes_block('latest');
}
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thank you very much Oleg! Works great!
CreativX - Custom designed Widows 7 Themes -FREE-
How would we get this to work for 3.8.x?
Sidebars don't exist in vb3....
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!
What I should of said is in vBulletin 3.8, is there a page we can go to see the latest likes or is that just not available ATM? Or is there a function I can call in vBulletin 3.8 and create a vBAdvanced module to display the recent likes?
This is not available. It would be farily simply to make some add on for it. It's a very simple query and the likes system database tables are very basic in nature.
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!
Thanks for the code
do you know why the recent liked box has a space it in, vs the top liked box?
I have both enabled right now on General Forums
is this a template somewhere? I'd like to tighten the recent liked box up some
thx again
My forums: General Forums | Admin Talk (running xenforo)
They are somewhat different in nature (hence different layout) - "recent likes" has details on who and when liked the post, while "top liked" only has the total number of likes.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi Oleg Ignatiuk,
Could you help me limit the number of days of this select query?
I want our members see only Top Liked Threads only in a week (only new threads are useful to our members, very old threads are useless).
Thank you.
You can modify functions_vbseo_ui.php file for that:
find:
WHERE forumid in (".implode(',', $flist).")
replace with:
WHERE forumid in (".implode(',', $flist).") AND dateline>".(time()-7*24*3600)."
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Ok. This is a pretty unreasonable feature request. But I would really love to have an RSS feed of the latest liked Posts (not threads)...
Please post your feature requests within vBSEO Plugin Feature Suggestions
We are doing heavy tests right now and no feature will be included in vBSEO 3.6.0 until Gold
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