Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,701 through 58,725 (of 68,949 total)
  • Author
    Search Results
  • 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.

    #62120
    yusoof
    Participant

    I started a thread with my specific problem which was a error while activating Beta 1.2 installed on standard WP 2.9.1,

    “The plugin does not have a valid header.”

    This thread was started in a effort to find more general information about installing for people new to buddypress.

    #62117
    steveseven
    Participant

    The delete function is not working but don’t do this :-) If you use the above logic and insert buddypress in the url called on delete, it deletes the whole page of comments. So be careful with that. It is obvious to me that the delete function is disabled by a call to the wrong virtual url. I will try to figure that out based on what I have learned.

    Steve

    #62111
    steveseven
    Participant

    I modified the define in Bp-activity.php and while it made the RSS function work on the sitewide activity it also made the other rss links fail. I suggest a patch in the code to allow immediate functionality while I look further for the complete solution.

    Here is my suggestion. find: yourdomainsetup/wp-content/plugins/buddypress/bp-activity/bp-activity-widgets.php and download the file as a backup or keep a copy in the folder on your server with a slightly modified name so you can change it back if you have issues after this patch.

    type this line into a web browser and see if it gives you your feed, change your domain and install folder to the values for your site;

    http://yourdomain/installfolder/buddypress/activity/feed

    if it does, tell the PHP code to call it as follows

    go to the same file; yourdomainsetup/wp-content/plugins/buddypress/bp-activity/bp-activity-widgets.php

    edit the statement line (should be line 23) in bp-activity-widgets.php

    that reads;

    href=”‘ . bp_get_sitewide_activity_feed_link() . ‘”

    to; href=”http://yourdomain/installfolder/buddypress/activity/feed”

    Please report back the success or failure of this procedure. It seems possible that the inability to delete entries on the activity widget could be related to this. I will keep looking.

    If you see a mistake in my instructions please correct them.

    document this edit for yourself in case you need to change it back at a later date

    Steve

    #62108

    In reply to: Avatar Upload Issues

    abcde666
    Participant
    #62107

    6 hours and yusoof hasn’t responded yet? Is he even reading his own topic to know we’re trying to help him? :D

    #62106

    Akismet can sometimes be a little over sensitive, so taking the bad with the good means some false positives from time to time.

    If you’re having issues on BuddyPress.org with your posts or topics going rogue, send myself or another moderator a PM and I’ll make them appear again. If it’s an urgent topic let me know on Twitter: @johnjamesjacoby

    Also, do this too.

    #62104
    steveseven
    Participant

    The virtual url call is incorrect. the main page calls http://yourdomain/installfolder/activity/feed and does not work. On my site the feeds work on the profile page and any member page but not the site feed.

    If you call this url directly and get the feed; http://yourdomain/installfolder/buddypress/activity/feed

    then changing the call will fix it. I will be back with that solution as soon as I have it.

    #62101

    In reply to: group problem

    paisano
    Participant

    1. Which version of WP/MU are you running?

    Wp 2.9.1 single user

    2. Did you install WP/MU as a directory or subdomain install?

    subdomain

    3. If a directory install, is it in root or in a subdirectory?

    yes root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version?

    New install

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    yes

    6. Which version of BP are you running?

    bp 1.2beta

    7. Did you upgraded from a previous version of BP? If so, from which version?

    no

    8. Do you have any plugins other than BuddyPress installed and activated?

    no

    9. Are you using the standard BuddyPress themes or customized themes?

    default

    10. Have you modified the core files in any way?

    no

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    bp 1.0.2

    13. Please provide a list of any errors in your server’s log files.

    which log file?

    14. Which company provides your hosting?

    hostgator

    r-a-y
    Keymaster

    When you upgrade to BP 1.2, you can use the BP backwards compatibility plugin:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    That will probably be the easiest way to keep your template tags.

    #62097
    r-a-y
    Keymaster

    Read this blog post:

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

    Also what are these “errors” you speak of? Is it theme-related? Is it plugin-related?

    Are you installing BP 1.2 beta on WPMU or standard WordPress?

    #62095

    In reply to: group problem

    Andy Peatling
    Keymaster
    #62093
    Andrea Rennick
    Participant

    If you grabbed a zip of the trunk, then it’s in a folder called “trunk” when you unzip it.

    rename the folder to buddypress.

    Your error logs woudl definitely have given you this clue.

    #62090
    designodyssey
    Participant

    It’s possible the wizzes behind BP haven’t responded because you haven’t given enough information to determine if this is user error, bug or random glitch. There should be instructions for posting questions and they should include what you need to let us know to help you.

    #62086
    yusoof
    Participant

    9 hours and no simple answer? Is anyone even reading this forum that knows whats going on?

    #62078
    pcwriter
    Participant

    @Andy

    Thanks! I’ve had that one bookmarked for a while.

    I’ve been learning what (I think) I need to about the web for a couple of years, building sites, dabbling with this and with that. Just when I’m ready to begin developing the project I’ve had in mind for years – a community support network for recovering alcoholics & addicts – I stumble upon Buddypress. That’s serendipity.

    Thanks to you and the gang for all the work you guys have put into this.

    #62076
    Michael Berra
    Participant

    Thanks – I didn’t know that. I updated to trunk now and it seems to work. I think there are some issues, still (at least in my install):

    1. Twitter: The latest tweet showing is 4 days old… (many more tweets in the time between

    2. Twitter & External-Group-Blog: In other languages – in my case german – the “Umlaute” like äöü are showing strange like ü (I guess this is an easy one :-))

    3. External-Group-Blog: The latest rss-entry showing is about 3 days old – there were many others in between

    4. The “view” of an item from those plugins does not show in the “normal” narrow-way, but is just in the group (but mybe that’s on purpose…)

    A further suggestion:

    Wouldn’t it be nice, when tweets with a @somebody wouldn’t be fetched/showed… It could be pretty confusing with ¨@somebodys from twitter and other ¨@username from buddypress…

    But besides that: Thanks for the update. Great additions!!!

    #62071
    Windhamdavid
    Participant

    I’m up for it ~ https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/

    ~ although it’s my first codex edit (w00t).. so ya’ll may want to review it! *and note that the ‘home’ in the secondary nav is pointing to MEMBERS_SLUG in the codex.

Viewing 25 results - 58,701 through 58,725 (of 68,949 total)
Skip to toolbar