I’ve been working to adapt the player vs player options for a game based wrestling community. Much like UFC or Boxing, the basic premise is Win/Lose/Draw.
What I’m having trouble with is getting those Win/Loss/Draw statistics from showing up on the player page as well as getting an event to simply show the result of Win or Lose. I’ve enclosed images of the locations in quesion, as well as what the base of my panel options looks like HERE
I’ve already been able to create metrics for all of the virtual participants and also upload their desired images. If I can get this working to where it will show wins and losses as part of the player and event statistics, I’d be ready to go.
I’m sure its probably a simple setting that I’m missing somewhere so all help is appreciated.
]]>Thanks in advance!
]]>I’ve just installed this plugin and it looks great. However, I don’t seem to find a way to insert a link (text or image) to amazon search page (something like this: https://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=crayons ) instead of adding a link to a specific product using a specific ASIN.
I couldn’t find an answer in the forums, – sorry if it’s been asked already.
What I found was this, but it still uses ASIN as a search term rather than a general search term (like crayons in the above example).
For example create a template with the following settings:
Template Name: search
Template Description: A Text Search link
Template Type: Product
Disable Preview: No
The Template: %SLINK_OPEN%%TEXT%%LINK_CLOSE%
Then in the shortcode specify this template, e.g.:
[amazon asin=B004OVDGVQ&text=Amazon&template=search]
Is it possible to do the same but with out using ASIN?
Hope this makes sense.
Thanks in advance for your help!
https://www.ads-software.com/plugins/amazon-link/
]]>I have a couple of sites running WP Super Cache. The one site is hosted in a cPanel environment. This one makes great use caching the data under WP-Super-Cache within the content tab.
The other site runs on an Nginx web server. That one generally stores the data under WP-Cache with the homepage usually going into the WP-Super-Cache.
Both versions seem to be working as expected as I see this at the bottom of cached pages on each site:
<!– Dynamic page generated in 1.371 seconds. –>
<!– Cached page generated by WP-Super-Cache on 2014-07-08 10:31:25 –>
<!– Compression = gzip –>
I’m just curious to find out if I should be concerned that the second site makes far greater use of WP Cache instead of WP Super Cache.
I’d appreciate any feedback anyone might offer.
Thanks in advance!
Regards,
Kory
https://www.ads-software.com/plugins/wp-super-cache/
]]>I’m looking for a voting plugin.
Sounds easy, but i can’t find what i’m looking for.
I’m hoping i just can’t find it, so i’m asking it here:
I’m looking for a Plugin that lets my visitors vote between 2 images.
I would like to make a page with a daily vote on it.
For example:
You see 2 pictures of a butterfly and the question is: Which butterlfly is the most beautiful?
People can vote, and at 0.00 the voting is closed.
The loser goes in the trash, and the winner goes on to the next day to face a new challenger.
If 1 pictures wins against 10 challengers, it becomes a champion.
It would be great if there is also a comment section below it.
Visitors can vote, but people can also register to comment and interact with other people.
Pretty simple i think, but i couldn’t find a plugin that lets me do that.
]]>I a looking for a plugin that would show 2 images next to each other, and you can vote on one picture. Then it would keep score about those two images only. Let’s say it’s Iron Man vs Superman. You can then vote on Iron Man, and Iron Man – Super man would then be 1-0. I have tried out PicSmash, but that only store the total amount of votes on Iron Man or Superman. I need to keep track of every <pair> of images.
Thanks,
]]>function auto_reverse_proxy_pre_comment_user_ip()
{
if ( !empty($_SERVER['HTTP_X_FORWARDED_FOR']) )
{
$X_FORWARDED_FOR=explode(",", $_SERVER['HTTP_X_FORWARDED_FOR']);
$REMOTE_ADDR=trim($X_FORWARDED_FOR[0]); //Pega o primeiro elemento do array
} else {
$REMOTE_ADDR=$_SERVER['REMOTE_ADDR'];
}
return $REMOTE_ADDR;
}
add_filter ( 'pre_comment_user_ip','auto_reverse_proxy_pre_comment_user_ip');
right before
function wp_new_comment( $commentdata ) {
And its comments, as seen on:
https://codex.www.ads-software.com/Plugin_API/Filter_Reference/pre_comment_user_ip
BUT…
Now we have intensedebate installed. It is good, so I wouldn’t like to uninstall it.
Now, instead of our servers IPs, it shows intensedebate servers’ IPs’.
So, how can I again correct this?
Any help? Tips?
PS: How can I add “nofollow” to all comments when using intensedebate?
Thanks in advance!
Azis
[Signature links removed by moderator per forum rules.]