Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,751 through 58,775 (of 69,016 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    This isn’t an “issue”.

    Activity update permalinks, by default, are supposed to look like that.

    The inspiration of this layout comes from Twitter’s status updates:

    eg: http://twitter.com/buddypressdev/status/8201641709

    You can always change the layout through themeing!

    #62181
    m2mediadesigns
    Participant

    I dont even see that as an option on the control panel ? where would I check for this?

    #62180
    abcde666
    Participant

    @pjnu

    I do understand what you are talking about.

    I would also rather hide this “open secret” at my website, thereby saying I would not like my competitors to know what software I am running my website on.

    Not sure how this complies with GPL and Andys comment about something like “cats & puppies….”

    #62179
    peterverkooijen
    Participant

    It’s open sauce.

    Sorry, couldn’t resist…

    #62178
    Mike Pratt
    Participant

    It’s open source. We all have sauce on our collars.

    #62176
    r-a-y
    Keymaster

    How did you install the BuddyPress group forums?

    #62171
    thekmen
    Participant

    Justins Theme Hybrid as a parent with his structure child theme as the BuddyPress theme,

    http://test.xfactor-blogs.com/

    Still needs CSS tweaks & I’m no CSS guru so if anyone want’s to help out, let me know.

    #62169
    Paul Wong-Gibbs
    Keymaster

    What’s wrong with sharing the secret sauce?

    #62166

    In reply to: bp 1.2 setup questions

    r-a-y
    Keymaster

    Did you follow the BP upgrade instructions here?

    https://buddypress.org/blog/news/buddypress-1-2-beta/

    Also if you’re running object cache, disable or clear it before activating your new BP 1.2 theme.

    #62165
    r-a-y
    Keymaster

    Here’s a tutorial for setting up XAMPP and WordPress:

    http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/

    If you’re not planning on using member blogs, this tutorial should get you up and running with WordPress. Then all you need to do is install BuddyPress.

    #62163
    thekmen
    Participant

    If anyone else wants to test out a BuddyPress Hybrid child theme, let me know.

    Nice & simple integration & seems to work perfectly, just needs a few css tweaks.

    #62162
    r-a-y
    Keymaster

    Did you disable new user registration?

    David Lewis
    Participant

    CSS would work too if you want to override everything manually… but you might need to add !important to the declaration. I just did it in a function since my client will want to change the header image themselves from time to time and the custom header application would force them to crop anything they try to upload that is taller than 125.

    So all I did was change the height definition (line 117 in bp-themes/bp-default/functions.php) by adding a functions.php file to my child with just one line:

    define( 'HEADER_IMAGE_HEIGHT', 250 );

    Seems to work.

    #62158

    In reply to: group problem

    paisano
    Participant

    I started all over again and it worked. Installed clean wp 2.9.1 single user… then installed buddypress… and finally bbpress (after setting up bb-config.php file)

    Groups and forums all work nice!

    donald26
    Participant

    Hey David,

    What is the function you added? i kind of googled and worked it our by editing the css and adding height to the header.

    adding a function seems to be more feasible. Please share

    #62154
    r-a-y
    Keymaster

    You can google about escaping HTML, but keep in mind this will require Javascript.

    You’ll also have to modify the header actions, which are added to BP. This means on upgrades, you’ll have to manually make sure you keep up with changes.

    I wouldn’t recommend this myself.

    David Lewis
    Participant

    Would be nice with the header API if the height was not restricted. I ended up adding a line to functions.php in my child to allows for a taller header.

    donald26
    Participant

    thanks folks!! that worked …

    #62130

    In reply to: Mark as spammer option

    djsteve
    Participant

    I am not following what you are saying at all..

    I always go into wp-admin and click on users and then go through there to mark as spammers – I guess there is another way to do this with buddypress?

    I would like a way to mark as spammers from the front page. I would also like a way to add email domains to the spam list at the same time, so the same email domain the spammer used to sign up with can’t be used again.. perhaps also pull the ip addy that they used and add that to a list that could be inserted into an htaccess deny list…

    A better way to find them by username or screen name would be nice. When spammers hit my BP site, it shows up as blog spam in the recent wire or whatever it’s called, listed as posted by “danielle jones” – but when I go into wp-admin backend / users and search for danielle, it comes up with nothing – that sucks – so I have to go back to my site’ home page, and hover over the spammers name to see what the url is, and then search for the member signup name that way – bleh

    #62129
    steveseven
    Participant

    ok, figured out another hack to get post deletes working on 1.1.3 Please read all my other entries and follow the same precautions. I am as of yet completely baffeled as to why this is happening and even more baffeled as to why the fixes work. on my site I had three problems, all with the activity stream as follows. could not delete a post, could not use RSS on the activity stream and post times are off by exactly the number of hous my server is off GMT.

    While I still believe these are all related in some wierd way, I have yet to discover it. my changes are just code hacks that can only be done when the installed system is known.

    here is the fix for delete post:

    Find this file

    http://yourdomain/yourinstalledfolder/wp-content/plugins/buddypress/bp-activity bp-activity-templatetags.php

    Find this line:

    function bp_activity_delete_link()

    6 lines below find this href statement segment

    $bp->root_domain . ‘/’ . $bp->activity->slug . ‘/delete/

    modify this seciton to this:

    $bp->root_domain . ‘/buddypress/’ . $bp->activity->slug . ‘/delete/

    by adding; buddypress/

    this should fix the delete buttons on your activity stream itself and return you to the correct page after deletion.

    Steve

    PS please let me know how it works for you.

    #62127
    djsteve
    Participant

    had to add my 2 cents..

    photo albums are an integral part of most social networks – they were also a promised part of buddypress when it was announced, and given the features that were supposed to be available by 2009 is the reason we have spent so much time working with and testing BP.

    While I think it is fine for people to develop and charge for premium plugins, I have found with several projects that a nightmare occurs when core code is updated and plugins are broken – many of the premium plugins developers do not update. Anyone who purchases premium plugins needs to be aware that they may not work in the future, this has hurt other projects in a big way. I vote that buddypress gets photo albums in the core, and as soon as possible.

    [blockquote]”dozens of other applications that could be core to someone; event management, mailing lists, groupware, file sharing, paid membership levels, video galleries, group video editing, chat rooms, video conferencing, shopping cart, credit card payment bridge, mobile apps, geolocation”[/blockquote]

    – I agree that many of these features are core to a social network in 2010 – If I was Automattic, I would have a developer on salary that worked full time to make sure plugins for these things did not break with future core updates – it’s essential for a stable future of social software in my humble opinion, this is one of the issues that crippled phpfox years ago.

    Without some of these things that some people consider “extras” – buddypress is nothing more than a web 1.0 app that some geeks may enjoy, but essentially does nothing more than phpbb or phpnuke did years ago. Boonex’s Dolphin has photo albums, privacy, chat, and all of that – all core – and it still leaves room for premium plugin developers to create fancier flash gallery plugins, and others.

    @John James Jacoby – I like your idea of charging for answered questions – that would make things better for those who answer and those who ask – very similar to a group-financing of plugins that get core support I had a couple years back.

    #62126
    steveseven
    Participant

    Ok, I am mistaken, the post above is incorrect. it is exactly the same problem for deleting posts. Someone on my site posted just as I deleted and i thought it was multiple records but a review of records shows that it was just the one I selectd.

    So, a simple way to delete a post from the activity stream seems to be to change the url from;

    http://yourdomain/installedFolder/activity/delete/38?_wpnonce=db334cffab

    to:

    http://yourdomain/installedFolder/buddypress/activity/delete/38?_wpnonce=db334cffab

    this will delete the item and leave you at a blank page you can just then back out. I will look for the hard code changes to get you to the right page and make it so you do not need to alter the url.

    Steve

    D Cartwright
    Participant

    Hi again.

    Just letting everyone know that the latest version of the plugin is now on the site. Various issues have been fixed, including:

    CSS issues for the edit buttons/etc on pages

    Wordpress image edit plugin for tinymce now implemented (still a few css issues there though)

    Wiki ‘blogs’ appearing where they shouldn’t is fixed

    Lots of other stuff I’ve forgotten or not aware of because Stuart/Ryo have fixed

    I’ve also added support for wiki edits and wiki comments in the activity stream filters.

    I doubt the plugin will be released this week but I’m hoping for early next week. Once again, any feedback would be greatly appreciated :)

    If anyone is interested in getting email notifications for group activities/updates, please also check out this: https://buddypress.org/forums/topic/new-plugin-group-activity-stream-email-notifications

    #62124
    Sofian J. Anom
    Participant

    Log into the admin page, buddypress tab, click the “Profile Field Setup”. On the page that appears, you can set any field you want to display on the registration page.

    Hopefully helpful. :)

    #62122
    yusoof
    Participant

    I downloaded my BP 1.2 right off the blog Andy posted. I opened it and could not find “Trunk” in there. Im just learning how to do installs so I have no idea why it will not activate, it could be something very simple I’m overlooking.

Viewing 25 results - 58,751 through 58,775 (of 69,016 total)
Skip to toolbar