Hi, this is most likely theme conflict. Clicking comment link doesn’t do anything. In Chrome console, it says:

Error: Syntax error, unrecognized expression: (0)(…)         anspress_site.min.js?ver=2.3.8:1

The site is on dev server, that’s why I marked this as private for now. Here’s a link:

http://dev1.celeer.com/community/question/how-to-use-wordpress/

Would really appreciate help.

Can you give me answerbox theme demo. Below Picture please.

Rahul, do you or does anyone have a .doc or .pdf for how “Voting” and “Reputation” works on AskBug?

I want to create a reputation_faq document for my site.

When I do I will also publish it here as a resource for everyone else.

Now I know this is not correct, but I am looking for the correct details for the system in use on AskBug.

What is reputation? How do I earn (and lose) it?

Reputation is a rough measurement of how much the community trusts you; it is earned by convincing your peers that you know what you’re talking about. Basic use of the site, including asking questions, answering, and suggesting edits, does not require any reputation at all. But the more reputation you earn, the more privileges you gain.

The primary way to gain reputation is by posting good questions and useful answers. Votes on these posts cause you to gain (or sometimes lose) reputation. Please note that votes for posts marked “community wiki” do not generate any reputation.

You can earn a maximum of 200 reputation per day from any combination of the activities below. Bounty awards, accepted answers, and association bonuses are not subject to the daily reputation limit.

You gain reputation when:

question is voted up: +5
answer is voted up: +10
answer is marked “accepted”: +15 (+2 to acceptor)
suggested edit is accepted: +2 (up to +1000 total per user)
bounty awarded to your answer: + full bounty amount
one of your answers is awarded a bounty automatically: + half of the bounty amount (see more details about how bounties work)
site association bonus: +100 on each site (awarded a maximum of one time per site)
If you are an experienced WPExpert network user with 200 or more reputation on at least one site, you will receive a starting +100 reputation bonus to get you past basic new user restrictions. This will happen automatically on all current WPExpert sites where you have an account, and on any other WPExpert sites at the time you log in.

You lose reputation when:

your question is voted down: −2
your answer is voted down: −2
you vote down an answer: −1
you place a bounty on a question: − full bounty amount
one of your posts receives 6 spam or offensive flags: −100
All users start with one reputation point, and reputation can never drop below 1. Accepting your own answer does not gain you any reputation. If a user reverses a vote, the corresponding reputation loss or gain will be reversed as well. Vote reversal as a result of voting fraud will also return lost or gained reputation.

At the high end of this reputation spectrum there is little difference between users with high reputation and moderators. That is intentional. We don’t run this site. The community does.

Thanks for such great plugin. I want to know how I can add reputation to system when someone refer new user to my site. Under reputation tab what should I add to get user refer reputation for consideration.

Also can I categorize user based on specific month or week having high reputation during specific period.

I often find myself writing in this WYSIWYG area, then I put some code like this:

>>> df.rename(columns={'A': 'Column1', 'B': 'Column2'}, inplace=True)
>>> df
            Column1  Column2
2015-01-01        1        6
2015-01-02        2        7
2015-01-03        3        8
2015-01-04        4        9
2015-01-05        5       10

On this WYSIWYG, it automatically inserted a newline return after pasting in crayon but on my site, it does not do this so what ends up happening is my cursor is stuck within the code and I can’t get out of it to create a new line.

A good use-case is when I go to edit an answer and the last thing in the answer is a crayon code block.  I can’t press enter to write text below it.

I was thinking one solution would be for me to add a code button to the WYSIWYG editor so I could switch to HTML mode for a second to enter a new line.  Can this be easily done in WordPress functions.php?  Or is there a better way?