php Wordpress Digg-Like 投票系统插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/706034/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-24 23:34:46  来源:igfitidea点击:

Wordpress Digg-Like Voting System Plugin

phpwordpresswordpress-plugin

提问by Mike McLin

I just found out about BuddyPress(a collection of plugins that convert a WordPress MUinstall into a social network) and now I was wondering if there are any Digg-like voting plugins for WordPress. This would eventually integrate into a BuddyPress website, where the site members would submit, vote and comment on stories (much like Digg).

我刚刚发现了BuddyPress(一组将WordPress MU安装转换为社交网络的插件),现在我想知道是否有任何类似 Digg 的 WordPress 投票插件。这最终将集成到 BuddyPress 网站中,网站成员将在该网站上提交、投票和评论故事(很像 Digg)。

I have a feeling I will end up having to build this from scratch, but since the site will be built on WordPress, I was wondering if there were any plugins already available that add this functionality. So far I have come up empty in my search. I did find a Wordpress blog that had this functionality WpVote. It even creates thumbnails of the story webpage automatically (I'm assuming) using websnapr. I browsed through the page source and didn't seem to find any hints of a WP plugin that they are using.

我有一种感觉,我最终将不得不从头开始构建它,但由于该站点将建立在 WordPress 上,我想知道是否有任何插件可以添加此功能。到目前为止,我的搜索结果是空的。我确实找到了一个具有此功能WpVote的 Wordpress 博客。它甚至使用websnapr自动创建故事网页的缩略图(我假设)。我浏览了页面源代码,似乎没有找到他们正在使用的 WP 插件的任何提示。

采纳答案by Ray

BuddyPress Links is what you're looking for: http://wordpress.org/extend/plugins/buddypress-links/

BuddyPress 链接是您要找的:http: //wordpress.org/extend/plugins/buddypress-links/

回答by Nick

I've successfully used TDO Mini Formsfor user submissions combined with Vote it upto build a digg-style site.

我已经成功地将TDO Mini Forms用于用户提交并结合投票来构建一个 digg 风格的网站。

You can create a "top votes" page using the MostVotedAllTime_Widget()function from Vote it up, or use the SortVotes() or GetVoteArray() functions to build and style your own top votes list in a customised page template.

您可以使用Vote it up 中的MostVotedAllTime_Widget()函数创建“最高投票”页面,或使用 SortVotes() 或 GetVoteArray() 函数在自定义页面模板中构建和设计您自己的最高投票列表。

You'll find the full list of available functions in /vote-it-up/votingfunctions.php

您可以在 /vote-it-up/votingfunctions.php 中找到可用函数的完整列表

回答by rossadi

when i was start to build my own social bookmarking, i using voteitup plugin but if you want to build your own vote button you can visit bavotasan.com and search post "simple-voting for-wordpress-with-php-and-jquery"take a look at my own social bookmarking using it : http://nestdev.com

当我开始构建自己的社交书签时,我使用的是 voteitup 插件,但如果您想构建自己的投票按钮,您可以访问 bavotasan.com 并搜索帖子“simple-voting for-wordpress-with-php-and-jquery”看看我自己的社交书签使用它:http: //nestdev.com

回答by Jordan

Or you can try:

或者你可以试试:

Pligg Voting CMS

Pligg 投票 CMS

回答by Peter

http://prothemedesign.com/themes/nominate-for-wordpress/

http://prothemedesign.com/themes/nominate-for-wordpress/

is a premium theme I've come across but never used. It's a WP version of Digg and I believe pretty good.

是我遇到过但从未使用过的高级主题。它是 Digg 的 WP 版本,我相信相当不错。

Personally I use Drigg which is a Drupal version of Digg. See it in action here: http://weblinks.myfriendshotel.comUnfortunately, however, WebSnapr have just changed their code so the site is no longer showing thumbanails but hopefully as a 'non-programmer' I'll find a solution soon...

我个人使用 Drigg,它是 Digg 的 Drupal 版本。在这里查看它的实际效果:http: //weblinks.myfriendshotel.com 然而不幸的是,WebSnapr 刚刚更改了他们的代码,因此该站点不再显示缩略图,但希望作为“非程序员”,我很快就会找到解决方案。 ..

回答by Ben

Not sure if this is still relevant or not but the theme used for WPVote.com has now been released on Pro Theme Design - http://prothemedesign.com/themes/nominate-for-wordpress/

不确定这是否仍然相关,但用于 WPVote.com 的主题现已在 Pro Theme Design 上发布 - http://prothemedesign.com/themes/nominate-for-wordpress/

回答by wordpressius

I think [wpvote][1] use drigg module for drupal. I've just found buddypress plugin which has similiar function like digg social bookmarking. more detail

我认为 [wpvote][1] 将 drigg 模块用于 drupal。我刚刚找到了 buddypress 插件,它具有类似 digg 社交书签的功能。更多详情

回答by Andrei Serdeliuc ?