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
Spanish translation

upload all contents inside inc/languages dir:
(2014-09-27, 06:40 PM)Dark Neo Wrote: [ -> ]inc/myprofile

myprofilecomments.class

On line 1259 you've this:

		$username = format_name(htmlspecialchars_uni($comment["username"]), $comment["usergroup"], $comment["displaygroup"]);
		$profile_link = build_profile_link($comment["username"], $comment["userid"]);

Have to be:

		$comment['username'] = format_name(htmlspecialchars_uni($comment["username"]), $comment["usergroup"], $comment["displaygroup"]);
		$profile_link = build_profile_link($comment["username"], $comment["cuid"]);



It's the link replacement to who's write new messages, one user report me today and i fixed it, only that, @TheGarfield, thanks awesomme work, and thanks to @dragonexpert too for all your hard work.

If i found some more bugs or any i try to fix and report, if i can't do it i only report xD.

See yah

Thank you, it's already been fixed. +1

TO THE TRANSLATORS
I thank you guys very much for the time and effort you've put into translating this project, I will definitely keep you guys updated on any new sentences we add into this, so you can know what you need to translate in every new version.

:3


On a side note, I really want you guys to report all bugs in this version, so in the next version (0.5) we fix them all. Because I want the 1.0 Gold version to be all about new features Smile
Good plugin. Smile This is something that I was hoping to see with the release of 1.8 Thank you. Smile
(2014-09-23, 07:25 PM)Dark Neo Wrote: [ -> ]1.- when report a comment made by me in my own profile i select other and put test purposes, but when send message i got an SQL error

SELECT DISTINCT u.username, u.email, u.receivepms, u.uid FROM mybb_moderators m LEFT JOIN mybb_users u ON (u.uid=m.id) WHERE m.fid IN () AND m.isgroup = '0'

fin m.fid IN have a blank value, and no results

2.- When you are on profiles and select another theme you got an error for the new ? at the final on userprofile and get my_post_key without results,

http://forosmybb.es/User-Dark-Neo?my_pos...comments/1

you obtain this error on select theme on userprofiles.

Only i find this till yet.

I couldn't see any incompatibility between MyProfile and Google SEO for MyBB 1.8, the report works fine (even though the latter hasn't been upgraded to 1.8 yet).

Could you report the problems in here :
https://github.com/medbenji/MyProfile/issues/8

Thank you Smile

(2014-09-28, 04:28 PM)mikeh Wrote: [ -> ]Good plugin. Smile This is something that I was hoping to see with the release of 1.8 Thank you. Smile

You're welcome, if you have any suggestion, don't hesitate to post them in Wink
I will add the next issues i found on github.

Thanks to you for your hard work and effort for this plugin. It's good to collaborate in this kind of projects because more than me want to use this and are very happy because works so fine.

See yah and thanks to all users who help to make this plugin more stable.
Hi ...
I came with new suggestion Big Grin

I have a new suggestion for buddy list. Are you can add a new link to buddy list for "show complete list" like this image:
http://upload7.ir/imgs/2014-10/70474212852613134717.jpg

And after user click on link show a list of all of user's friends, like this image:
http://upload7.ir/imgs/2014-10/92492945945741085777.jpg

Thanks a lot for hard work on this plugin. i see on github and your work is so good.
Thanks a lot Heart
(2014-10-01, 10:50 PM)SAEED.M Wrote: [ -> ]Hi ...
I came with new suggestion Big Grin

I have a new suggestion for buddy list. Are you can add a new link to buddy list for "show complete list" like this image:
http://upload7.ir/imgs/2014-10/70474212852613134717.jpg

And after user click on link show a list of all of user's friends, like this image:
http://upload7.ir/imgs/2014-10/92492945945741085777.jpg

Thanks a lot for hard work on this plugin. i see on github and your work is so good.
Thanks a lot Heart

In version 0.5, there is an AJAX pagination to show buddy list in pages :

[Image: 1412206136-mpbuddylist-2.png]

[Image: 1412206179-mpbuddylist-3.png]
(2014-09-28, 05:35 PM)TheGarfield Wrote: [ -> ]
(2014-09-23, 07:25 PM)Dark Neo Wrote: [ -> ]1.- when report a comment made by me in my own profile i select other and put test purposes, but when send message i got an SQL error

SELECT DISTINCT u.username, u.email, u.receivepms, u.uid FROM mybb_moderators m LEFT JOIN mybb_users u ON (u.uid=m.id) WHERE m.fid IN () AND m.isgroup = '0'

fin m.fid IN have a blank value, and no results

2.- When you are on profiles and select another theme you got an error for the new ? at the final on userprofile and get my_post_key without results,

http://forosmybb.es/User-Dark-Neo?my_pos...comments/1

you obtain this error on select theme on userprofiles.

Only i find this till yet.

I couldn't see any incompatibility between MyProfile and Google SEO for MyBB 1.8, the report works fine (even though the latter hasn't been upgraded to 1.8 yet).

Could you report the problems in here :
https://github.com/medbenji/MyProfile/issues/8

Thank you Smile

(2014-09-28, 04:28 PM)mikeh Wrote: [ -> ]Good plugin. Smile This is something that I was hoping to see with the release of 1.8 Thank you. Smile

You're welcome, if you have any suggestion, don't hesitate to post them in Wink

The only suggestion I have is to remove the (Total x) text. Thank you. Smile
(2014-10-03, 03:21 AM)mikeh Wrote: [ -> ]The only suggestion I have is to remove the (Total x) text. Thank you. Smile

The one on the comments?
(2014-10-03, 07:27 PM)TheGarfield Wrote: [ -> ]
(2014-10-03, 03:21 AM)mikeh Wrote: [ -> ]The only suggestion I have is to remove the (Total x) text. Thank you. Smile

The one on the comments?
I meant removing it altogether. I don't understand how it could be useful besides the buddy list. But if you do decide to keep it for the buddy list and comments can you please add a colon : after Total please?

Another minor suggestion I have is moving the Moderator Options box all the way down like the Admin Options box.

Thank you.
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