Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,601 through 17,625 (of 22,651 total)
  • Author
    Search Results
  • #83551
    Jeff Sayre
    Participant

    Just a reminder that the biweekly BP Dev Chat is tomorrow at 19:00 GMT — for all you Norteamericanos, that’s Wednesday, June 30 at 15:00 hours EDT (3:00 pm east coast time).

    Please post your agenda items here. See the OT for information on how to join in the chat.

    #83550
    Joe Marino
    Participant

    I just spoke to my server support again because I figured out that the PHP setting for memory_limit was set at 32M on their end and no amount of .htaccess hacking could bypass that. I politely asked if they could increase the limit for me to 128M and they wound up setting it at 256M! I’m so lucky to be working with a hosting company that’s willing to do that for a shared hosting cheapskate like me, lol. The company is Servage by the way in case any of you are interested. If you go to them because of me, be sure to use this referral link so I can get some free months and some extra space for referring ya! Hope I didn’t break any forum rules by posting that. Feel free to edit that out if it does. Anyways… I’m going to install W3TC again tomorrow and I’m betting that it’s going to work this time.

    #83528
    thekmen
    Participant

    @mercime thanks, know it’s slightly confusing.
    In reality we are converting the current BuddyPress theme to our WordPress theme & enabling BP features on that.
    Will revisit the tutorial soon and see if I can explain any better.
    Hope it helps for now though…

    #83520
    @mercime
    Participant

    @thekmen From my point of view though, it looked more of converting WordPress theme to BuddyPress-compatible theme :-) In any case, great job on the tutorial. Cheers.

    #83517
    alanchrishughes
    Participant

    Why would I not? I like the fact that it is all integrated, wordpress, buddypress, and a messageboard. I wanted it to work like a regular messageboard, but when they start a new thread or comment in a thread it shows up their buddypress stream the way it does when you comment on a blog post.

    I don’t use buddypress yet, I am waiting until I can get things to work the way I want.

    #83516
    Jeff Sayre
    Participant

    You’ll need to ask the authors. Visit the plugins homepage and post your question there.

    #83510
    shamus
    Participant

    I am getting all of these errors. Any idea what’s wrong?

    PHP Warning: Cannot modify header information – headers already sent in wp-content/plugins/forum-attachments-for-buddypress/image.php on line 69

    WordPress database error Table ‘xxxxx.bb-attachments’ doesn’t exist for query SELECT * FROM `bb-attachments` made by require_once, require, do_action, call_user_func_array, bp_forum_attachments_check_installed

    #83509
    r-a-y
    Keymaster
    #83507
    cpkid2
    Participant

    Wordpress 2.9.2
    Buddypress 1.2.3

    This happens just as soon as they click “register”.

    #83505
    abcde666
    Participant

    Hi Peter,

    I totally agree with you !
    The bbPress should be skipped and we need more User-Management and Privacy build into BP.

    Would be great if you could write your ideas and suggestions into this thread:

    http://bpdevel.wordpress.com/

    #83502
    peterverkooijen
    Participant

    “… just because buddypress or wordpress or whoever develop new features for an application doesn’t mean you are forced to use the new features. You don’t have to install the forums …”

    The topic of this thread was about removing groups from forum. Groups imho are a natural part of a social networking architecture. Forums not so much. Most of the questions on this board these days are about forums/bbpress. That seems also where most of the developers attention is going, while there is almost no progress on what should be the core of a social network script for WordPress; member management, privacy/security, making BP WordPress 3.0-ready, etc.

    Talk about “dropping rigidity and opening up to an amazing new flexibility and power” is pure nonsense. I’m not a programmer myself, but have you looked under the hood? Have you looked into the database? Do you know how BP is structured? Software can’t be all things to all people. It will never make you ice cream sundaes. Sure it’s nice to have built-in features, but there is always a trade-off. In Buddypress’ case it is growing structural confusion. Where would you draw the line?

    I’d prefer a leaner core, a script that only adds social networking to WordPress and does it well. Integration with bbpress should go via WordPress, not as bolt-on to BP. Ideally WordPress would have an API that would make the members database just as easy to integrate with PunBB or phpBB if I wanted to.

    #83477
    alanchrishughes
    Participant

    I think there should be some kind of separation for the anonymous commentors, common sense stuff though, like they could comment on forum/group posts, but not on a personal update stream or whatever.

    @Peterverkooijen just because buddypress or wordpress or whoever develop new features for an application doesn’t mean you are forced to use the new features. You don’t have to install the forums or allow user blogs.

    #83456
    djsteve
    Participant

    Has anyone made any progress with this? Will we have buddypress checking for banned email domains soon?
    Will we have buddypress checking for banned domains upon registration and perhaps even again upon activation?
    Can someone please add the possibility to add *.info in a way that works
    I know this won’t stop all spam and splogs – but I am getting tired of deleting a dozen spammers every day that are mostly from the same dozen domain names that I have added to the block list. This would save lots of people hlaf the splog deletions, and that adds up to a lot of time saved.
    BTW – has anyone tested buddypress with TTC Spam Bot Registration plugin (https://wordpress.org/extend/plugins/ttc-user-registration-bot-detector/ )to see if there are any issues? I am guessing it may still be bypassed by buddypress even if it worked in WP?

    #83450
    @mercime
    Participant

    @retroriff – in your second post, you mentioned you followed the BP codex where you placed define bp site via “Specifically, you can do this by creating a file called “bp-custom.php” in your “/wp-content/plugins/” directory (if you haven’t already).”

    I would suggest that you delete the code you placed in bp-custom.php and add the code in wp-config.php per my post (ref: https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/) – it works.

    #83447
    lincme.co.uk
    Member

    Ice-cream sundaes! Oh yes! :) Actually, that’s one direction Drupal has been going (not the ice-cream, sadly), which is the eventual simplification of data storage. The biggest problem now, I think, is that developers map their views to data, and vice-versa. Drupal stores everything and anything as a ‘node’. So a node can contain one word, a site link, a story, a page, images, files, or any combination of all by having nodes within nodes. Its Views module then allows you to say how nodes are displayed; as blocks (widgets), pages, in tables, rows, any kind of custom layout.

    What I’m visualising at present is a way of doing things like BP’s activity stream, where data is any kind of node you like, and you decide whether nodes can overflow or are cut (eg., large images), displayed all at once or shown as a bite (eg., stories/pages and small excerpts with ‘read more…’) etc. You then just decide whether each site page appears as a single page, a list of related nodes kinda bloggish, a list of related nodes a-la activity stream, etc. A couple of clicks could create a stream, a shopping page, or whatever you wish. Users then have BP style filtering links, so they can view everything the view shows, just friend’s contributions, just their groups, etc. Off-site information can be pulled in via links as well, and displayed as the same kind of node (similar data, just a different source). Wrap all that around an individual member with a profile and roles/permissions, and you have the most powerful and adaptable social network there is.

    As I say, you can do that with Drupal, but gawd is it time consuming for a large project. I like the way WordPress is going, and if BuddyPress follows suit in the simple and easy to use stakes, the two combined will be amazing.

    Sean Boone
    Participant

    I also just upgraded to 1.2.5 BuddyPress this morning and have this same problem.

    Using normal wordpress dashboard I cannot delete user… results in error message:

    Fatal error: Using $this when not in object context in /###/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053

    *Note: I am not using “SuperAdmin”.
    *Note: I am using “Fluency Admin” however. Shouldn’t be the issue.

    When trying to delete user from front-end members page it simply does not delete the user at all. No error message or anything, it just doesn’t delete the user.

    tim-watt
    Member

    I’d already added that patch but separate to that under 3.0 and the latest 1.2.5 the activity (in the home page of http://retrofitdiaries.org) only seems to include the top level blog activity.

    Activity Streams are set to work across the whole site (just one other test blog for now).

    Can anyone suggest a reason?

    Thanks

    #83435
    Joe Marino
    Participant

    I regret to inform that my second attempt to activate this plugin failed with the same exact problem as the first attempt (memory error). I have submitted a support thread on the WordPress forums specific to the W3TC plugin and I am awaiting a reply from the author of this plugin or anyone else who may be willing to offer further assistance.

    #83434
    retroriff
    Member

    @noizeburger Hi, I already changed the quotes before answering here. It is not working to me even with the right quotes. Thanks.

    #83425
    Joe Marino
    Participant

    I have just upgraded my BuddyPress installation to version 1.2.5. I will be giving the W3TC plugin another trial run shortly.

    seanbaugh
    Member
    #83408
    Joe Marino
    Participant

    Welp… this morning, I attempted to remove this plugin via the admin panel but I started getting the “some files appear to be missing or out of place” error again so I went into my FTP and deleted all the W3TC files that weren’t automatically removed and I got my admin panel back, but my site’s front-end was displaying a blank white screen. So I wound up restoring yesterday’s backup after all. If anyone has any idea as to what caused this issue, I sure would like to know your thoughts on the matter.

    finni3
    Participant

    This one works for WPMU http://en.wordpress.com/tos/ It is released under an CC licencese so you could repurpose it for your needs.

    (I know it is not exactly what you asked for, but portions of it may be useful non the less)

    #83367

    thanks @Peterverkooijen for the plugin {mm forms} now it’s mm forms community

    #83349
    lincme.co.uk
    Member

    @alanchrishughes said: “What is the idea even behind this “groups” concept? I have been trying to understand it and figure out a way to just work with it, but it just doesn’t make sense, it’s backwards.”

    Just waking up Alan, so I hope I haven’t completely misunderstood. Personally, I’ve always been interested in how people respond to software systems. I think one of the main problems these days is that techies are so into, and used to, all things forum-ish, etc., that it’s second nature. People who get into systems like WordPress and BuddyPress quickly become techies, often without realising it, and take up the common language and perspectives of the software system they’re using. However, from the average user’s point of view, everything is very different.

    We’ve done a lot of research with local people regarding using community websites. They know what a community is, and they know what a group is, at least in the real world. But mention a forum or a blog and we hear, “A what?! Oh, don’t give me all that computer-speak, and *don’t* try to make me understand all that rubbish”. This from some young people as well as older ones not so used to technology.

    In building a social network as we are right now, forums are pretty much useless, and so are blogs. Why? Generally speaking, because in community organisations a forum is a face-to-face meeting of different service providers, and in business an online forum is seen as a bunch of people talking constantly about nothing on the Internet, ie., not much real use in terms of serious networking and increasing profits. Blogs are perceived as even worse: people blathering on and on about nothing of much interest to the world because they haven’t anything better to do, and love to see themselves racking up the page count and traffic day by day. This is our experience here in the UK, at least in our locality.

    Groups, on the other hand, everyone can relate to. People form groups in real life, and the word ‘group’ is one everyone readily understands. Consequently, if I tell a local voluntary group that they can have their own online group, and even keep it private if they wish, they respond positively and grasp the idea of posting messages in a group. That’s all a group need be: forums and blogs don’t come into it. The response I’ve personally had to the question of whether someone would like a blog is, “Why?” and to the question of whether they’d like a very useful online forum it’s almost always, “But we already have a forum, twice a month”!

    Whether the take-up on our site is good once it’s completed and advertised is dependent upon many factors. One thing I’ve learned to do over the past few years though, is switch off from the latest cool thing like forums within blogs within groups within posts related to other blogs which pull in every social network on the planet because you typed a certain key phrase. OMG yes it’s all so cool, but OMG do you end up with only users who also think it’s cool. The rest of the world don’t flaming well care, and the rest of the world IS the world.

    Just my two-pence worth as they say here, but I’d look at what your users will find useful, and how what you’re building will make sense to them in terms they currently understand. In the recent past I’ve tried to enthuse people about all the cool stuff we have available, but unless it relates quickly and simply to their real world tasks it’s a waste of time and effort.

    Groups are cool and useful because they reflect simple public/private real world entities.

Viewing 25 results - 17,601 through 17,625 (of 22,651 total)
Skip to toolbar