Search Results for 'buddypress'
-
AuthorSearch Results
-
February 26, 2010 at 3:38 am #65652
In reply to: BuddyPress-Links 0.3 FINAL is here at last
stwc
ParticipantThings are looking great on my install, MrMaz. No problems to report so far — thanks again for this excellent tool!
February 26, 2010 at 3:29 am #65651In reply to: BuddyPress Like
dwpers
ParticipantI’m using the latest version of WPMU and BP 1.1.3 and it doesn’t work. Is this only for BP 1.2?
February 26, 2010 at 3:21 am #65650In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantThanks!
Edit: new version seems to be working perfectly… thanks again.
February 26, 2010 at 3:14 am #65648In reply to: Spam, Spam and more spam
still giving
ParticipantWhat recommendations are there for a captcha or a custom field creation that fits into the BP 1.2 registration process?
I have tried a few plugins but they don’t work in BP 1.2 and dont appear in the registration.
Yes, logging on and custom profiles etc are OK … but this open door approach DOES pass on a lot of janitorial work to site admins
It seems strange that there is no default to offer some basic kind of obstacle to registration in the blog registration process … it is like building a house with wide open doors.
Buddypress only adds layers on top of WPMU liabilities what with the attraction of Activity Directory and so on. It looks embarrassing to have it all advertised their by default.
February 26, 2010 at 2:56 am #65643In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participant@stwc and @Modemlooper thanks for the quick feedback. version 1.0.3 is out fixing the admin javascript conflict. I was missing if (!is_admin()) when adding the JS.
February 26, 2010 at 2:45 am #65642In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participantyikes! I’ll look into that tomorrow. And only load the plugin if it’s in the front end.
February 26, 2010 at 2:43 am #65641In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantNo — the plugin is killing all ajax functionality on the backend dashboard for WPMU itself!
February 26, 2010 at 2:39 am #65640In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participantwhat do you mean by ‘sidebar toggle on the options in the admin’ and is this related to the missing th tag?
February 26, 2010 at 2:26 am #65638In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantJust noticed on WP single 2.9.2 BP 1.2.1 When this plugin is activated it breaks the sidebar toggle on the options in the admin.
Oh, man, thank you for mentioning that. I’ve been trying for the last hour to track down what was going on there! Going to have to deactivate it until we track down what’s happening there. Seems to only happen with the last two recent updates from the 1.0 of the plugin, I think.
February 26, 2010 at 2:24 am #65637In reply to: oEmbed for BuddyPress plugin – out now!
Joris
ParticipantThis is a really great plugin, great use of the WP core oEmbed function. Do you have any idea how I can enable the oembed functions on the WP blog post comments too. So that the users have the same option everywhere on the site?
February 26, 2010 at 2:22 am #65636In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participant@stwc that is a good idea putting the user karma in the profile. I’ll add that soon. buddypress- is the final name, erase the other one

@Modemlooper good eye, that is true. I’ve added a trac request for BP 1.2.2 to add a action hook so I can add that missing TH tag. i forgot to mention that in the installation. to solve that go to /bp-themes/bp-default/forums/forums-loop.php and after line 32 line which is ‘<th id=”th-freshness”><?php _e( ‘Freshness’, ‘buddypress’ ) ?></th>’ you should add this
<?php do_action( 'bp_directory_forums_extra_cell_head' ) ?>then the plugin will correctly put in the th tag.
February 26, 2010 at 1:37 am #65634In reply to: Convert a WordPress Theme to a BuddyPress Theme
mlovelock
ParticipantWell, to be honest that pretty much sums up CSS doesn’t it – ‘just way too much css tweaking required’. Every site I’ve ever developed has required a fair bit of CSS tweaking / hacking / fighting!
As someone who hacked BP1.1 into a premium WP theme (and boy was that a headache!) I actually found that in comparison, BP 1.2 with @andy’s BP Template Pack was a dream. Granted, to get it exactly how you want it takes a little work, but I managed to update a new WP theme in under an hour! Then gradually bringing in BP css from the default theme along with some changes of my own has pretty much worked for me.
The default structure / css is never going to work for everyone – I think it has to follow WP to a point, after all, they’re related apps – but look at it this way: at leastyou haven’t had to create a whole social networking plugin!
@timnicholson – let me know if / when you’ve knocked together the tutorial and I’ll throw in any useful tips that I come across as I finish my own mods.
February 26, 2010 at 1:34 am #65633In reply to: new plugin: BuddyPress Rate Forum Posts
modemlooper
ModeratorThe plugin adds a th to html for the +1 next to each forum post but doesn’t add the matching th to forum labels to even it out. People may not know who to fix this.
<th id="th-rating"></th>EDIT: this maybe a css prob in the default BP . I see the code for adding cells to the forum list but when you do it fudges the forum header leaving a whitespace.
Just noticed on WP single 2.9.2 BP 1.2.1 When this plugin is activated it breaks the sidebar toggle on the options in the admin.
February 26, 2010 at 1:23 am #65632In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participantmissed a folder name change in the javascript so we’re up to version 1.0.2 now.
February 26, 2010 at 1:14 am #65631In reply to: new plugin: BuddyPress Rate Forum Posts
rich! @ etiviti
Participantfast work! thanks.
February 26, 2010 at 1:02 am #65630In reply to: Convert a WordPress Theme to a BuddyPress Theme
Tim Nicholson
ParticipantI agree that this is more difficult than it should be. I’m finding that when I try following the buddypress codex on this with using @imports, the admin bar works fine, but pulling in the default theme css screws up a lot of things. I’ve found that just grabbing the default buddypress theme’s css sytles that are in addition to the core wordpress ones is working better.
I really think that the buddypress default theme should do a better job at segregating core wordpress css tags from the buddypress specific ones. The buddypress-specific css styles seem to be too dependend on the core wordpress ones. For example, core wordpress typically removes the dots from
- entries and the wordpress sub-nav tabs assume that’s already done. I’d like to see the buddypress specific tabs assign all the css properties they need so those can be pasted into an existing theme with ease.
While I’m making progress, the time involved to get it perfect is too high. Not to mention buddypress really adds a lot of overhead and slows down my site. I haven’t even installed the bbpress forums yet as I’m scared to death of what that will do to site performance. I’m on a dedicated server, too, and its just not good.
I’m thinking about writing a tutorial on my site http://xtremelysocial.com to document what I’m doing to help others with this. However, regarless of what tutorials get published, in the end there is just way too much css tweaking required.
February 26, 2010 at 12:57 am #65629In reply to: Edit single profile view
stwc
ParticipantYou found the right place, patlan.
If you want to edit the files there, though, you’ll want to copy them to a child theme, and edit them there. Your changes in your child theme will override the defaults, and future upgrades to Buddypress won’t end up overwriting your edits.
Search the site here or ask if you need more info on making a child theme. Once you get your head around it, it’s very easy to do.
February 26, 2010 at 12:49 am #65627In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
ParticipantFebruary 26, 2010 at 12:48 am #65626In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantGreat stuff, @Dwenaus. What did you settle on for the prefix — bp- or buddypress- ?
Also, a feature request already!
Maybe we could put a user’s total forum karma number on their profile?
February 26, 2010 at 12:39 am #65625In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participanthey @stwc I didn’t know that the WP repository changed the folder name. I’ve updated the code so it should work now. thanks for the heads-up. I wonder if there is a way to avoid a hard-coded call like that. anyone?
February 26, 2010 at 12:25 am #65621In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantFixed – I renamed the folder for the plugin to ‘bp-rate-forum-posts’ rather than ‘buddypress-rate-forum-posts’ where it auto-installs to, and it seems to work!
Very nice, minimal-style, plugin. Kudos!
February 26, 2010 at 12:13 am #65620In reply to: new plugin: BuddyPress Rate Forum Posts
stwc
ParticipantVery much like to use this one, but nothing seems to be happening after install in terms of UI on the site. No errors on activation, tried activation and activation site-wide both, logged-in as admin (using version from WP repo).
Screenshot and description look great, though, and looking forward to getting it working!
February 25, 2010 at 11:43 pm #65615In reply to: new plugin: BuddyPress Rate Forum Posts
rich! @ etiviti
Participantsmall bug from downloading at the WP repo
some of the js and css calls are referring to bp-rate-forum-posts instead of buddypress-rate-forum-posts
even after updating the bad references – i can’t seem to get it to work. It will rate to a +1 but nothing is being saved to the db. Maybe the repo has a bad version?
February 25, 2010 at 11:20 pm #65614In reply to: new plugin: BuddyPress Rate Forum Posts
xfreme
ParticipantSorry, it’s my fault
Really great plugin! Wow la vita e` bella !
February 25, 2010 at 11:14 pm #65612In reply to: new plugin: BuddyPress Rate Forum Posts
xfreme
Participant@Dwenaus about thread comments. Like on this picture: http://s006.radikal.ru/i213/1002/54/d2697bdd7e39.png
That idea is from russian IT site http://habrahabr.ru/ . And sorry for my poor language
-
AuthorSearch Results