oneswagg
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Like Button] Display username of the likers?I’m following this topic , hopefully there will be a solution for it.
Just Imagine trying to figure out which 100 people liked that post!
You’re welcome @faisal Humayun ! π
Still expecting a response, don’t want to uninstall this great plugin, just because of this issue.
What about a screenshot below:
http://i.imgur.com/UkIUvrz.pngHopefully, that could help in troubleshooting this issue.
I still can’t make posts on the site properly because of this.
@nextscripts, I don’t know if you have seen this thread or not, but if this goes unresolved , I may have to find another plugin that doesn’t stop me from making posts.
Any help, please ?
I did a temporary code change, until the plugin gets an official update.
This will show the URL of the post in the email.
So to make this happen;
1. Go to wp-content/plugins/report-content/report-content.php
2. Look for this piece of code at php line 186:$report_string = "\n\nReport:\n\n".$report['reason']."\n\n".$report['details'];3. Replace that with this code:
$report_string = "\n\nPost Link:\nhttp://www.YourWEBSITE.com/wp-admin/post.php?post=".$report['post_id']."&action=edit\n\n\Reason:\n".$report['reason']."\n\nReport:\n".$report['details'];4. change “yourwebsite.com” with the actual URL of your site.
5. The link will take you to the actual Post Edit screen, so you can edit the post directly or view the report which is listed in a meta box in the Post Edit footer.
Hopefully this code change, can be of good use for everyone else who wants the post url displayed.
Forum: Plugins
In reply to: [WP Favorite Posts] Way to share your favorites list so other people can see?Seems like a great idea, i’m following this thread. Hopefully someone can come up with something.
I always wanted to make user public profiles more social.
Forum: Hacks
In reply to: Require email activation link for New Users and also BAN temporary emails ?A very detailed response there, thank you. Although i’m a novice to php, but surely i’ll be able to figure it out!
I like the idea of nonce check too, it’s always good to verify it come from a specific user , at a specific time.
Just another question though,
* If the user enters a temporary email address?
Is there an action to do this <? echo ‘Sorry, temporary emails are not allowed’ ?> or something smilar to that.Hi,
Has anyone replicated this issue?. Developer?
Forum: Fixing WordPress
In reply to: Custom fopen hack for single post hack. (get_permalink is refused)Hello ? Maybe i will just ask a direct php dev, seems everyone at wordpress is too busy
Forum: Plugins
In reply to: Custom fopen hack for single post hack. (get_permalink is refused)Anyone ?