Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,426 through 57,450 (of 69,016 total)
  • Author
    Search Results
  • #65652
    stwc
    Participant

    Things are looking great on my install, MrMaz. No problems to report so far — thanks again for this excellent tool!

    #65651

    In reply to: BuddyPress Like

    dwpers
    Participant

    I’m using the latest version of WPMU and BP 1.1.3 and it doesn’t work. Is this only for BP 1.2?

    #65650
    stwc
    Participant

    Thanks!

    Edit: new version seems to be working perfectly… thanks again.

    #65648
    still giving
    Participant

    What 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.

    #65643
    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.

    #65642
    Dwenaus
    Participant

    yikes! I’ll look into that tomorrow. And only load the plugin if it’s in the front end.

    #65641
    stwc
    Participant

    No — the plugin is killing all ajax functionality on the backend dashboard for WPMU itself!

    #65640
    Dwenaus
    Participant

    what do you mean by ‘sidebar toggle on the options in the admin’ and is this related to the missing th tag?

    #65638
    stwc
    Participant

    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.

    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.

    #65637
    Joris
    Participant

    This 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?

    #65636
    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.

    #65634
    mlovelock
    Participant

    Well, 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.

    #65633
    modemlooper
    Moderator

    The 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.

    #65632
    Dwenaus
    Participant

    missed a folder name change in the javascript so we’re up to version 1.0.2 now.

    #65631
    rich! @ etiviti
    Participant

    fast work! thanks.

    #65630
    Tim Nicholson
    Participant

    I 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.

#65629
stwc
Participant

You 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.

#65627
Dwenaus
Participant

@nuprn1 @stwc @xfreme I’ve updated the copy to fix the folder name bug that was introduced when I uploaded it to the WP repository. learn something everyday. The new version is 1.0.1. thanks stwc for the heads up and easy solution :)

#65626
stwc
Participant

Great 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?

#65625
Dwenaus
Participant

hey @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?

#65621
stwc
Participant

Fixed – 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!

#65620
stwc
Participant

Very 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!

#65615
rich! @ etiviti
Participant

small 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?

#65614
xfreme
Participant

Sorry, it’s my fault :) Really great plugin! Wow la vita e` bella !

#65612
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 :)

Viewing 25 results - 57,426 through 57,450 (of 69,016 total)
Skip to toolbar