Opensource Voting System [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm planning to build a community-driven website with voting functionality similar to StackOverflow (or Digg etc..). I really like SO's voting system where your points are deducted for voting down someone and so on.
Anyway, is there any open-source module/component available that I can plug into my app directly without having to reinvent the wheel? The app will developed probably be in PHP or Python.
Thanks for your comments and advices.

There are a few for Django:
django-voting
django-rangevoting
django-ranking
Personally I've only used django-voting. It has a nice section on using it for a Reddit/SO style voting including templates and using Progressive enhancement: http://code.google.com/p/django-voting/wiki/RedditStyleVoting
I think the other projects have some interesting features in terms of custom ranking/sorting methods which is where django-voting can fall short.

Have a look at Pligg
Pligg started as a simple CMS to let
users submit and vote on news
articles, and that's still what we do
best. Vote on stories that interest
you and articles that receive enough
votes will appear on the homepage of
your Pligg site. Pligg offers a 5 star
method for voting or the more
traditional numbered voting as seen on
sites like Digg, Mixx, or Reddit.

Try this its written in PHP ZendFramework
phpancake
http://sourceforge.net/projects/phpancake/
A questions and answers system, where the validity of the questions and their answers is determined and moderated by the community by a voting system. This open source system is on the lines of Stackoverflow and digg.

List of Polling tools are given in the website http://myprogrammingblog.com/2011/09/16/web-poll-script-overview-top-5/
http://www.phppoll.org/download.php

Related

How do I buy backlinks for a website project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Hi everyone hope you are fine. I am building a new website with wordpress for my client but he told me that I can buy for it backlinks such that it can rank well on search engines. I really want to buy them but I do not know where to buy backlinks. Help me guys. I did not intend to ask nonsense but I honestly need your help
Anyone offering such service is lying and it will not help at all for your search results. Your best bet is to promote your website on social media yourself.
That being said, here is a link that talks about such a service and weighs its pros and cons: Backlinks: Do They Work And Are They Safe?
However, I would like to bring your attention to the part of the page where it says this:
The negative side to backlinks
- They may penalize your website by clearly violating Google Webmaster
Guidelines
- They may diminish the quality of your website’s link profile, causing your site to get an increased spam score and slowing down it’s progress over time
- May seem overwhelming
- Fake reviews and fraud are rampant
- Hard to truly know what you’re getting
- The best sellers may be too expensive

SilverStripe post news to social network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there any already made module to publish news articles from SilverStripe to Facebook / Twitter?
I have looked for something and found pitchandtone/silverstripe-facebookpush but I have some errors even when running dev/build.
I am stuck on this line:
Set access token to response from this URL: (replaced with your app's id and secret)'*
Also, I think it is not compatible with my version 3.1.18 because the module is from 2012-2013.
I have created a Facebook app, so I have app id, app secret and user id.
Is there any existing SilverStripe module to publish news articles from SilverStripe to Facebook / Twitter?
Given that that module is so old, I would avoid it like the plague. Did you search for "Facebook" on SilverStripe addons? There are 4 pages of results with at least 2 promising looking ones on the first page of results.
Confused about which to pick? Always go for modules that have recent commits made to them. This gives dev's confidence they will be using something that is supported. Take the score on addons.silverstripe.org into account. This is an indication of how detailed you can expect that support to be with regard to docs etc (More here: http://www.silverstripe.org/software/addons/supported-modules-definition/). Simplicity is also key. If the module does several different things at once, it may well be very good at doing those, but it also means a steeper learning curve for new users of the module.
Good luck.

Project Management theme or plugin for Wordpress [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have several home renovation / improvement projects coming and I need to work with my wife to share ideas online since it is easier to keep track of photos and links to website for ideas. I am planning to use Wordpress for tracking. We tried Basecamp and it is very complicated for her. I am thinking about using some kind of theme of plugin of Wordpress so that we can upload photos, add task (as a post or similar). Then at the front index page, it would show all list of tasks and small photos. Very simple one page.
Any good project management or task management out there working with Wordpress? I searched online and most are out of date.
Thanks.
I've made a Client Area Wordpress theme because I needed something like this myself. Its compatible with BuddyPress as well which the latest version of CollabPress can use now.
you might want to give CollabPress a shot, it was last updated on 9-23-11.

OOP implementation of a forum [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've been searching for this and can't quite get to what I need.
Is anyone aware of an open source forum script written in PHP that utilizes OOP concepts?
So has to be
Forum
OOP
Open source
I will accept answers for anything else, including tutorials, videos, etc. since I get to still see the source and learn from it.
I have used PHPBB in the past and it appears to fit your needs.
phpBB is a free flat-forum bulletin
board software solution that can be
used to stay in touch with a group of
people or can power your entire
website. With an extensive database of
user-created modifications and styles
database containing hundreds of style
and image packages to customise your
board, you can create a very unique
forum in minutes.
No other bulletin board software
offers a greater complement of
features, while maintaining efficiency
and ease of use. Best of all, phpBB is
completely free. We welcome you to
test it for yourself today*. If you
have any questions please visit our
Community Forum where our staff and
members of the community will be happy
to assist you with anything from
configuring the software to modifying
the code for individual needs. Learn
more about phpBB.
You can find it at:
http://www.phpbb.com/
You should look into Vanilla.
It's free, open-source and does not have the bloat as many of its competitors (vB, phpBB) and it also has some very well written code to go alongside a reasonably good documentation =)
Perhaps you can find a convenient open source forum software at:
http://www.forummatrix.org/
You could try Viscacha (http://www.forummatrix.org/show/Viscacha).

Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, etc)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, YouTube etc), or do I have to use multiple APIs? Or is there an online service that will do this via, say, a REST interface?
Good question, I know a lot of people use hootsuite to update multiple networks however I didnt see anything about an API on their site. In searching i found two that looked ok and offered APIs. They both update ~40 services however I didn't see reddit or youtube. You can check them out though, maybe you're able to link one account to another like facebook lets you do with twitter. Anyway the sites are:
http://ping.fm
http://hellotxt.com
Ping.fm supports quite a few services and has an API.
There is no single API for all services, so to speak, but there are multiple GitHub projects that do this!
Social Share URLs
Sharer.js
I personally contribute to both of these projects on GitHub! Even though there is a "support" button there for contributions for Sharer.js, they go to the project owners -- and I'm only a contributor, not a project owner!

Categories