Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,876 through 16,900 (of 22,651 total)
  • Author
    Search Results
  • #90987

    In reply to: events plugin?

    @mercime
    Participant
    #90962
    lwaltzer
    Participant

    Bump. And glad I’m not the only one who’s getting this. :)

    @Paul I’m getting the latter activation URL. And, though BP runs only on one blog, it’s only Network Activate-able as a plugin.

    *update*: It’s a WordPress core bug: https://core.trac.wordpress.org/ticket/14718

    #90940
    Roger Coathup
    Participant

    @adelack – two thoughts:

    1. You can probably do this with the new WordPress custom post types. Build a theme that only gives your users an image upload post type

    or:

    2. Modify the activity status update to support image uploads, and use that instead of blogs for your users

    #90935

    In reply to: Buddy press menu bar

    pcwriter
    Participant

    Chiming in here…

    @hnla is correct (as well he should be, with all the help I got from him building the plugin). Add All Nav Links to BP-Adminbar does not modify any links inherent to the adminbar itself (My Account, My Blogs, Notifications…). It simply adds Buddypress and WordPress page links to it and allows you to customize how everything is displayed.

    OnlyBlue
    Participant

    Thanks for your such a quick reply.

    Hugo Ashmore
    Participant

    Not necessarily, all depends, BP uses a stock install of WP so generally WP plugins will work on that part of the site that is WP, but won’t necessarily be BuddyPress aware. This is one of those suck it and see type questions.

    jstebbing
    Member

    Is it possible to add a filter to allow shortcodes in group descriptions? I would like to use the plugin “donation can” but I can’t get the shortcode the plugin generates to work properly. Ideas?

    #90878

    In reply to: 404 page not found

    Roger Coathup
    Participant

    @irishartisans – did you get the custom permalinks working on your basic WordPress install with BuddyPress de-activated?

    You’ll need that before you attempt to use BuddyPress.

    Does this article help: http://www.benhuson.co.uk/2010/03/01/wordpress-permalinks-zeus-server/

    #90858
    afritech
    Participant

    I think you need to run CHMOD on the parent directory to something like 755

    I have only used wordpress standalone + BP though. But worth a try.

    #90849
    Paul Wong-Gibbs
    Keymaster

    A link like that won’t break the site. It must be something else. Is this something new since you’ve installed a plugin (other than BuddyPress) or changed theme? Most likely, I’d guess it’s an PHP memory error.

    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    #90830
    rich! @ etiviti
    Participant

    allows editing top level status updates (not replies – think after 1.2.6 hits i can hook into a new filter)

    https://wordpress.org/extend/plugins/buddypress-edit-activity-stream/

    #90807

    In reply to: akismet?

    catchit
    Participant

    I was under the impression akismet by itself only works on the wordpress blog posts, but not forum posts or updates (buddypress stuff), am I wrong in this? – thats why I was asking about other plugins.

    #90781
    Will Anderson
    Participant

    Hey, I’m the author of the minimum password length plugin and I just noticed this thread. I looked at the code from the password strength meter from the OP link and it appears that it’s only checking the password length. Is that what you’re looking for, or did you want to make people use non-alpha characters etc?

    The best solution for this would likely be to utilize the existing password strength meter built into WordPress. If I remember correctly, there’s even a JavaScript library that could be queued from core that would do most of the heavy lifting. I’ll take a look tomorrow and see how hard it would be to add that to the BuddyPress profile page (and maybe have an option to force people to use strong passwords too). I’ve had limited experience with BuddyPress though, so we’ll see how far I get :)

    @mercime
    Participant

    @seocostarica Check out EventPress – http://gsoc2010.wordpress.com/2010/08/16/eventpress/
    the bp-events plugin is good to BP 1.1.3 only. Here’s another BP 1.2 compatible Events plugin – https://wordpress.org/extend/plugins/jet-event-system-for-buddypress/

    As @Modemlooper wrote, h-mag.com events is a customized system per creator

    #90770
    modemlooper
    Moderator

    H-mag is highly customized. They probably made their own components.

    Did you try this one?
    https://wordpress.org/extend/plugins/bp-events/

    @mercime
    Participant

    – Backup database and server files regularly, especially before any BuddyPress or WordPress upgrade
    – Set up and maintain test installation/s which mirror/s live site/s. That’s where I check out all plugins and upgrades first before installing in live site. No rush to upgrade BP or WP install unless it’s a security release. Still, better to test first.
    – Check out WordPress and BuddyPress forums for red flags re upgrades, plugins, etc.

    #90740
    govpatel
    Participant

    I am using latest wordpress 3.0.1 and default twentyten child theme and all i did was transfer folders using buddypress theme pack and go in menu and create a custom menu and use it as primary menu add all the pages in menu and than create custom links for buddypress like for /activity /members/ /forums and so on and they work fine.

    #90697
    DJ Rg
    Participant

    Hi Ray

    Yes, I mean here at buddypress.org neither my gavatar shows here nor can i upload an avatar to buddypress.org

    My gavatar is set http://en.gravatar.com/caferg ..and shows at many websites that use gavatar, including wordpress.com ..why not here at buddypress.org.

    I know this has been a an issue/bug here at BP ..this topic is over 3 months old. But isnt it time its fixed? It may seem trivial but sometimes its the small errors that affect the larger errors.

    On a secondary note ..all these generic avatars makes BP look unprofessional. (thats meant to be helpful).

    Thanks again :-)

    #90670
    r-a-y
    Keymaster

    Re: moving standalone bbPress forums to BuddyPress group forums, I would recommend reading an excellent post by BP moderator, Boone Gorges:

    Upgrading from BuddyPress 1.0 to 1.1

    #90668
    NewTek Support
    Participant

    Hey guys,

    So this is a shot int he dark, but ill tell ya what we have figured out so far.

    I worked with some of our Server Operations guys, and they were able to narrow it down to the bp-groups.php file, it loads each ctivity, blogs, forums, friends, groups, messages, and xprofile individually, after checking to see if its enabled and that it exists.

    Something in that file is causing Zend to go crazy and throw the 500 error.

    We notice that BuddyPress says its fully supported on WordPress 3.0.0, is it possible that there is a change from 3.0.1 that could effect this? I recommend trying to install 3.0.0, or even an earlier version to see if it works.

    Currently, we have renamed wp-contentpluginsbuddypressbp-groups.php to wp-contentpluginsbuddypressbp-groups.php.disabled, and your site now loads.

    Thank you

    Justin H
    NewTek WebHosting – TST

    #90637
    phillcross
    Member

    Paul –

    Currently this entire thing is a trial run!!

    I have been working on several different things: WordPress w/ bbPress; WordPress w/BuddyPress; and Social Engine (what a coding nightmare!!) I will have to tweak anything to meet the specific required needs.

    I like WordPress – it’s use of php is clean and simple to follow. PHPbb was great as a forum but misses on the current need/want for a “Social” network, plus not very Search Engine Friendly!

    #90635
    Paul Wong-Gibbs
    Keymaster

    Hopefully someone else will chime in, but the only thing you may lose by not importing the bb_usermeta would be any customisation a user has done to their “display name” or “nice name”; it’d default back to that person’s username. They’d have to just type their preferred display name back in to WordPress or bbPress, so nothing tricky. So, I don’t think you need to.. probably.

    I get the feeling you’re aware of this, but I’d suggest having a test-run of this to find out how well it works (or doesn’t) before doing it on your live database. Also, check that bb_usermeta and wp_usermeta have the same columns, you may need to massage the import a bit.

    Once you get the users into WordPress, and you can log in as one of them, we can see about associating existing bbPress forum posts with a particular BuddyPress Group’s forum. I’ve not done that myself so hopefully someone who has can guide.

    #90633
    phillcross
    Member

    Paul – Thanks – I think I am grasping this…

    (Please pardon my ignorance. I am used to having to rewrite code in PHPbb not move info around in the database. A bit different.)

    I currently have 16 forums – most are just separated into subject not necessarily another group so I may have to manually merge these… Not difficult with a few SQL statements. I can probably get these down to like 5 groups. The members/users will have to get a bit used to the change – but it shouldn’t be to difficult.

    As far as moving the members/users I can just import the bb_users into wp_users (voila!) 13K+ members –

    Please correct me if I wrong – so, I don’t need to import the bb_usermeta into wp_usermeta??

    Thanks again…

    #90631
    Paul Wong-Gibbs
    Keymaster

    Hmm it depends how you want your site to work. At the moment, it’s a one group to forum mapping. That means, for each forum (or sub-forum), you’re going to need a group.

    How many (sub)forums on your existing site? If you have more forums than you want BuddyPress Groups created, we need to do some more work to configure your setup to integrate your WordPress into an external bbPress installation. This is not technically easy, and would involve you creating a separate theme for the bbPress site itself.
    A benefit of this approach is that you have full access to a traditional forum look-and-feel (bbPress’).

    If, however, you’re happy with how the one forum to group mapping works with BuddyPress, you’ve already done the installation (i.e. clicked the button that said “use an existing bbPress installation”). What you’ll need to do next is move your users from the bb_users table into wp_users (and usermeta too if you want, but be careful and consider if you need to do that), create some groups and then edit their database entries to point to the existing bbPress tables.

    #90627
    phillcross
    Member

    Interesting… I was under the impression that because it offered the “Use an existing bbPress installation” it somehow integrated the users? Well that isn’t very nice to fool me like that? lol

    Paul – You are correct – I have a standalone installation of bbPress & have a users database (bb_users) I’ve installed WordPress, and activated BuddyPress?

    I am attempting to use the 13K+ members of the current website as well as the information to integrate into a more “Social Media” Community format. PHPbb (extensively modified) was what I was/am using currently.

    What do you suggest I do? Import the bb_users into wp_users? Then import the bb_usermeta into wp_usermeta?

Viewing 25 results - 16,876 through 16,900 (of 22,651 total)
Skip to toolbar