MyBB Community Forums

Full Version: MyProfile - Profile Comments & more (version 1.2)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
(2014-10-24, 07:46 PM)SAEED.M Wrote: [ -> ]This is so good.
but if you release this for profile status is so better. for Example: just profile owner can post (Can Add Setting to Admin CP? ) and add like option (+ And -) to this is so good. add option for comments or not in AdminCP!

Thanks a lot for work! Wink

The only reason that was posted was to indicate my support for a replies implementation in MyProfile. The plugin for which the screenshot was taken is very buggy and is not in any shape to be released. (This attempt was made before MyProfile was announced and, quite frankly, MyProfile is far better both in terms of features and in terms of the cleanliness of the code. Toungue)
Hi,


is there a tool to prune old comments? for example: older than 30 days.

if you like, may good if have profile page view counter in Last Visitors table header?
http://mods.mybb.com/view/profile-view-counter


Thanks for good plugin
At this time there is not a tool to do this. You can however, manually do this.
1) Get the timestamp for the last day you want to delete comments from. There are websites that can generate this value for you.
2) Open PHPMyAdmin in your hosting panel.
3) Run this query:
DELETE FROM mybb_myprofilecomments WHERE `time` < x;

Replace x with what you got from the first step. You should create a backup of the mybb_myprofilecomments table first in case you want to restore them at a later date.

We are considering adding a feature for comment deletion in the ACP where you input criteria.

I could probably add a profile views feature in the next update. It wouldn't be hard to write.
Thanks dear dragonexpert

if possible, add option to limit username characters number to any number. (for Profile Buddy)
(2014-10-26, 04:01 PM)OMID_HXC Wrote: [ -> ]Thanks dear dragonexpert

if possible, add option to limit username characters number to any number. (for Profile Buddy)

Thanks for your suggestion OMID, I've added it to our GitHub Smile

As for the purge comments functionality, we are willing to implement that in an upcoming version (most likely the 1.0 version, not before).
For the next version I will confirm you can now restrict the number of comments per day on a per usergroup basis.
I can comment on my own profile. Is that intentional?
@Omar G.: Yes it is.

(2014-10-25, 10:33 PM)OMID_HXC Wrote: [ -> ]Hi,


is there a tool to prune old comments? for example: older than 30 days.

if you like, may good if have profile page view counter in Last Visitors table header?
http://mods.mybb.com/view/profile-view-counter


Thanks for good plugin

Feature added for the next release. I went one better and made it so you can't continually refresh the page to increase the view count.
A setting to disable own-profile commenting would be nice, probably one to able only own-profile commenting too Big Grin
I can see the not letting anyone comment on your profile being used, but stopping members from commenting on their own profile I don't know how much use that would get. It can be used to post something like "I'm away on vacation for 4 days." I don't look at Away Status when I view profiles.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30