MyBB Community Forums

Full Version: ProfileComments
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
(2011-04-25, 03:01 AM)lucasbytegenius Wrote: [ -> ]
(2011-04-24, 07:05 PM)alv4 Wrote: [ -> ]Is possible to add a "conversation" page?
how in vBulletin. Wll be awesome...

You mean the Profile Comments plugin? http://mods.mybb.com/view/profile-comments

No, I mean this:
[attachment=22478]
Ah. Well afaik no. Maybe in a future version.
Excellent plugin!Thank!
can you add an option which lets the user to hid his/her comments from anyone but his/her friends?
say i only want my friends to be able to view and post comments at my profile page not anyone elseSmile
this would be a great option which makes the profile comments more configurable Smile
Can you add a fix for the MySQL issue?

http://community.mybb.com/thread-94315.html
Austin01, if you have the last version and you executed the updater when you updated from v0.6.0, it shouldn't show that error.




Enter PHPMyAdmin, explore the "xxxx_users" table and tell me if the "commentnotify" and "commentsfilter" fields exists.
I have a Question:
Always, when i have another Javascript on my Profilpages, the BB-Code-Editor is not shown and i can't edit the comments.

What should i do?
(2011-05-23, 12:19 AM)dikaproductions Wrote: [ -> ]I have a Question:
Always, when i have another Javascript on my Profilpages, the BB-Code-Editor is not shown and i can't edit the comments.

What should i do?

What JS code are you using?

If you are using jQuery, you will need to call noConflict() or the editor will crash.
The JS Code is prototype:

http://forum.dikaproductions.de/jscripts/reiter.js

In the Profile is this:

<script type="text/javascript">
<!--
Reiter.initTabs({ pinnwand: "Pinnwand", informationen: "Informationen", stats: "Statistiken" }, "pinnwand");
-->
</script>
It works fine in Chrome 12 (beta):
http://awesomescreenshot.com/05ddliscc

However, I know that the BBCode editor has some problems when you hide/show it via JS/CSS.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45