Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2010 at 5:27 pm #69851
In reply to: Simple BuddyPress Profile Privacy
Mark
Participant@pedromiguel: Not sure what you mean by “ver 0.1 to 0.2?” — what exact plugins are you referring to?
March 23, 2010 at 5:21 pm #69849In reply to: [New Plugin] BuddyPress Group Forum Extras
Anointed
ParticipantThank you so much for this. The forum extra page works awesome on my setup and I am so happy. You have really outdone yourself on this one.
I do have one question. I made a post in a members only group forum, yet on the forum index page the new post does not show in the list of ‘fresh’ posts on the top. It does add to the counter in the group forum listing below though.
I would have expected the post to show up because I am logged in and a member of the private group, but to have it not visible to the public, or members who are not members of the group.
Is this a setting somewhere?
thanks
March 23, 2010 at 5:06 pm #69848In reply to: I gave buddypress a try
Mariusooms
ParticipantAgree with Andrea_r. Note that the oneclick install forum doesn’t have as much community support as far as plugins go as the standalone bbpress does.
At the end for forums I think nobody beats phpbb. So whatever your focus is as a site/communicty/group go with the best extensible available solution. If forums is your core look at forum software that gives you what you need. I would hold back for investing in a swissarmyknife, but fail at the one thing that is important for your audience.
March 23, 2010 at 5:00 pm #69847In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantyou’ll need to download the development version (v1.6b) – not a stable tagged version.
March 23, 2010 at 4:07 pm #69843takuya
ParticipantIf you want forums, then BuddyPress is not the best tool. Try bbpress, that’s the forum for wordpress.
March 23, 2010 at 3:25 pm #69840In reply to: Editing Forum heat map (tag cloud) settings
Boone Gorges
KeymasterYou’ll have to dig pretty deep into the bbPress code to make this work right. bp_forums_tag_heat_map uses bb_tag_heat_map to create the cloud, and it doesn’t take order or order_by as an argument. bb_tag_heat_map then goes to bb_get_tag_heat_map. If you were going to make the reordering happen (without a lot of funny business) it might best happen at the level of bb_tag_heat_map (or a custom version of that function). The list of tags is created like this (see buddypress/bp-forums/bbpress/bb-includes/functions.bb-template.php):
$tags = bb_get_top_tags( array( 'number' => $limit ) );which returns an array. You could then try using usort to sort by $tags[‘count’] before sending $tags to bb_get_tag_heat_map().
March 23, 2010 at 3:12 pm #69835In reply to: [New Plugin] BuddyPress Group Forum Extras
5887735
InactiveI still is version 0.1.5 with no “Forum Index.”
March 23, 2010 at 2:42 pm #69834In reply to: Global Content Tagging
Erlend
Participant+1, really need this! BP Contents seem to cover everything suggested in this thread, if not more.
I have a feature suggestion, though I’m unsure which platform (WordPress vs BuddyPress) it actually targets. I would like the ability to make certain categories and tags private, i.e. for moderators and above only. I found a plugin called “private tags”
https://wordpress.org/extend/plugins/private-tags/
This plugin however hides content, while all I want to do is to hide the option of adding certain tags. For instance if your website pulls official site news from various sub-blogs by checking for the ‘official’ tag, ordinary users should not be allowed to apply this tag.
March 23, 2010 at 2:08 pm #69828In reply to: I gave buddypress a try
Andrea Rennick
Participant“I really do like WordPress/Buddypress, I am just unable to structure the forums in buddypress in a true forum layout.”
If you’re just looking for a forum, then look at bbpress or any other forum package. BuddyPress has its focus on the social networking aspects. the forums area are minimized on purpose.
It sounds like you want a just a forum, not BuddyPress.
March 23, 2010 at 2:07 pm #69827In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantDevelopment Version update:
I have included a new subplugin called Forum Index, please download from here:
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/download/
(make sure to remove the previous plugin before installing this one due to directory structure changes)
install on my testing site:
unfortunately some limitations with placement, behavior with the existing subnav ajax tabs, and css (something is auto adding alt class attribute on the tr element)
March 23, 2010 at 1:53 pm #69821In reply to: I gave buddypress a try
beeza
Participanthmm now that’s a pretty good analogy, I really do like WordPress/Buddypress, I am just unable to structure the forums in buddypress in a true forum layout. At the moment it is a little confusing for my readers/members.
March 23, 2010 at 1:42 pm #69823In reply to: BP 1.2 and bbPress admin/plugins
rich! @ etiviti
Participant
@nuprn1, what did you modify? I noticed that posts in bbpress don’t show up on the activity notifications, and the public/private/hidden stuff doesn’t seem to work either…I can’t remember but i had to rewrite a bunch of it – and also hack the bbPress core to play nice with the GMT buddypress timestamps. Then throw in that bpGroups uses xmlrpc – so personally i’m moving to open up bbpress within buddypress instead of running an external bbpress install (with all the hidden/private forums)
March 23, 2010 at 1:25 pm #69818In reply to: BP 1.2 and bbPress admin/plugins
3sixty
ParticipantOK, getting somewhere now:
Fatal error: Call to undefined function bp_wire_setup_globals() in /home/mysite/public_html/wpmu/wp-content/mu-plugins/oci_bp_group_forums.php on line 618
so the bbpress and Buddypress plugins are making contact but they are using (at least one) obsolete function. What is the replacement for bp_wire_setup_globals()?
March 23, 2010 at 12:35 pm #69813In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participant1) Hitting the ‘Quote’ button populates the textarea with the text of the entire post being quoted, rather than just selected text. Is that the intended functionality?
2) Quoting a post that already quotes something (the much-feared QUOTE PYRAMID, or at least the beginning of one) doesn’t work (it populates the [cite] but not the [blockquote])… again wondering if that’s by design or not.
Yes both by design (pulls the entire post_content for the quote, blocks nested quoting) – well from the Ajaxed Quote plugin it was taken from – this is also common behavior on forum software too.
if you wanted highlight to quote type of feature – then all javascript for that type of behavior.
March 23, 2010 at 12:25 pm #69812In reply to: New version of Forum Attachments for BuddyPress
stwc
ParticipantI’m going to be away from my office computer for several days, so I won’t be able to test, but I’ll followup as soon as I’m able… thanks again for working on it!
March 23, 2010 at 11:56 am #69809dblast
ParticipantI’m having the same problem, the white screen of death.
I disable all plugins changed the theme to default and still can’t run the plugin. I renamed to via the control panel to get wp back up and running.
Help, I’d really like to get this plug in up and running.
Dan
March 23, 2010 at 11:47 am #69808In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
Keymasterstwc – It’s very strange that downloads would work for you but not inline images, as I’m using almost exactly the same code for both features. When you view the source of an attachments section, do you see an image tag? What happens if you try to visit a URL like http://example.com/wp-content/plugins/forum-attachments-for-buddypress/image.php?filenum=9, where example.com is your site, wp-content is your path to wp-content, and 9 is the index of a file you know to be an image (check out the bb_attachments table to see the ids)?
Thanks for the notes on the edit page. I don’t think I’ve made any effort to make those work
It’s next on my list.
March 23, 2010 at 10:25 am #69804In reply to: [New Plugin] BuddyPress Group Forum Extras
stwc
ParticipantI use a plugin for quoting on a Vanilla forum that I run for about 1000 users (that I’m thinking of moving to Buddypress) that does exactly as I described. You highlight comment text, hit the quote link, and the text you have highlighted (only) is copied to the textbox with the appropriate cite/blockquote tags. Highlight nothing, the whole comment is copied, again with appropriate blockquote and cite tags. If that’s not the intended behaviour here and I’ve found a bug, I’ll see if I can hack it in myself using that as an example.
How would you expect it to know what you have quoted? … It is not like a mail client
I’ll add trying to not be insulting to my request to try not to derail threads. Simply because you don’t see how to do something doesn’t mean a) it’s not possible or b) it hasn’t been done before.
March 23, 2010 at 9:55 am #69802In reply to: OpenSocial support
philipw
MemberMy suggestion would be to enable a BuddyPress social network as a container, so applications developed for other social networks run on BuddyPress social networks too. It will help to drive traffic to the BuddyPress social network, this is essential for its success.
March 23, 2010 at 9:28 am #69801In reply to: phpbb3 conversion to buddypress forums
kriskl
Participantre <!– m –>
I think so, but well, not worried about it for now it does not display anyways, just shows up when in editing older posts
March 23, 2010 at 9:24 am #69800In reply to: Is anyone using Buddypress-Ajax-Chat?
Kunal17
ParticipantI think the display issues I posted about earlier are caused due to a conflict with the WP-Minify plugin: https://wordpress.org/extend/plugins/wp-minify/
March 23, 2010 at 9:16 am #69799In reply to: phpbb3 conversion to buddypress forums
kriskl
ParticipantSure, phpbb is more mature, but it is maine a discussion forum,
and for many users, it is a pain to use,, users these days, i think, are more used to facebook than forums…
phpbb is full of features but in the process the ease of use is gone,.
it is a pain to tell users, where to go even to change their profile,, or how to subscribe to a group..
for pure forums it is great, but phpbb looses on ease of use and on social front

WP-United is OK for blogs, as far as I know, they do not support ‘united’ with buddypress
March 23, 2010 at 9:11 am #69796In reply to: [New Plugin] BuddyPress Group Forum Extras
still giving
ParticipantWell, to do something like only quote the chosen text, you are looking at something much bigger than *just* the plug in.
Yes, I see the same behavior as you.
How would you expect it to know what you have quoted? … It is not like a mail client
March 23, 2010 at 9:07 am #69795In reply to: I gave buddypress a try
still giving
ParticipantAt present it is easier to add blogs to phpBB, and build community, than add a discussion forum to BP.
It seems to me that this strikes at the heart and tradition of what WordPress is … as in one way broadcasting (single blogs) … rather than discussion.
I think WordPress is the best blogging platforms but I would argue that real community building happens around discussion, not one way broadcasting.
Imagine the different between
100 people standing in the street all talking aloud to themselves about their thing … and now and then being heckled by a passerby
100 people sitting down at a conference having a managed, or group discussions, about various topics ….
The first example is a WordPress blog farm.
The second is a phpBB discussion forum … and a community.
I am not exactly sure yet where Buddypress fits in or what its roadmap is.
If you want to add an integrated blog, which is picked up by a site search, you can do so to phpBB via a blog MOD. Imagine the above “conference” attendees having somewhere to be able post their conference speech papers.
The real problem is, BBpress was a badly starved project, as a discussion forum, before it was chosen to be integrated into WMPU and Automattic do not, seemingly, have a strong interest in integrating it.
I am wondering if it was a wrong choice and they should have gone with something mature like a bridge to phpBB.
A few folk liked BBpress because it was so slim and minimal … but then a few folk also like playing with 68k Apple Macs and Ataris too.
I hope that helps …
March 23, 2010 at 8:56 am #69794In reply to: [New Plugin] BuddyPress Group Forum Extras
stwc
ParticipantPlease try not to derail. I was not complaining about BBpress.
I was asking the plugin author specifically for clarification of specific functionality in his plugin, which extends the default BBpress toolset we’re working with.
-
AuthorSearch Results