Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,451 through 2,475 (of 2,990 total)
  • Author
    Search Results
  • #8674
    nickmy
    Participant

    Hello

    I’ve got two questions

    1.How can I activate plugins for all blogs (like the cookies for comments plugin)

    2.How can I show special themes only for members.

    #8654
    D Cartwright
    Participant

    Hi there,

    I’ve released the initial version of my activity notification plugin. You can find a description at the link below:

    http://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/

    Please let me know how you get on with it and let me know of any issues. As this is the first release, I recommend against installing it on production sites.

    Please post here or on http://namoo.co.uk with feedback/questions.

    #8632
    Anointed
    Participant

    @Headmine — JJJ had responded to some of my prior posts about this same thing, and he believed it is possible. So instead of just flooding him with a bunch of questions I spent the past few weeks reading through the codex and the bp code to see if I could figure it out on my own.

    At this point I am unsure which direction to go, but I’m confident it can be done. Honestly, once people realize what I am asking for I’m pretty certain it will become a highly requested feature.

    In a nutshell it would give us the ability to run our own social networks independent of each other.

    #62173

    In reply to: bp 1.2 setup questions

    Anointed
    Participant

    define(‘BP_DISABLE_ADMIN_BAR’, true);

    found it and it works, although in the admin area it still leaves the blank area where the bar was

    remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );

    did not remove the blank area as expected

    #62170

    In reply to: bp 1.2 setup questions

    Anointed
    Participant

    Thanks Ray, removing the old themes solved the issue.

    What I can’t figure out is why the bp bar is showing up on all of my blogs and not just the one sub-domain blog and root blog that I activated bp on.

    I’m guessing this is because bp is still activating system wide instead of on a per blog basis like other plugins.

    Is there a way of easily only showing the bar on my dev blog so that I can work on building my theme to be bp compatible without effecting all the other blogs? — many do not want bp at all, while others do.

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

    #8596
    Anointed
    Participant

    A few questions.

    1. I am trying to setup bp on my wpmu 2.9.1 setup where some of my sites ‘x.example.com’ can have bp enabled, but some sites like ‘y.example.com’ do not have bp enabled.

    So I added define ( ‘BP_ENABLE_MULTIBLOG’, true ); to my bp-core.php file towards the top.

    I then went to ‘x.example.com’ and activated bp.

    The problem is now bp is enabled on all my blogs instead of just the one blog I went to the admin and turned it on at. (I plan on having multiple blogs using bp).

    Did I miss something here that would cause bp to activate system wide instead of on a per blog basis?

    #2. For some reason I am seeing the old buddypress theme, ‘orange one’ and not the new default theme.

    How do I activate the brand new theme on a blog? –I do not see an image of it anywhere in my theme admin page that I can select. I only see the old bp orange ones from my prior install.

    my ULTIMATE goal is to have only certain blogs have the ability to have bp enabled as many clients do not want it at all. Then once it’s working on individual blogs, I can try and figure out how to filter the data so that only members/posts/groups/etc from that blog being displayed would be shown. (mini ning setup).

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

    #62092
    designodyssey
    Participant

    @symm2112

    I’m looking to do something similar in having login/register on the same page. That should be simple, but not sure about the profile fields piece. I’m need to implement different registrations for different “types” of users. I can do this with different pages with hidden input fields. Not sure how to work this with different profile questions yet though. Keep us abreast of your progress.

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

    #8543
    symm2112
    Participant

    I need a little advice with relation to the spam questions that have been going forth.

    I’m about to launch our redesigned site which after some debate, looks like instead of using groupblog due to incompatibility, I’m going to use a separate blog for community features. I’ve already added the blog and set the bp_root_blog as that blog so now it works great. I can use a standard wordpress theme for the home blog and a bp enabled blog for my community site. Here’s where it gets a little tricky.

    I need to know the best and most secure way to set up registration and to sync users across to the community blog. Right now, I have around 1300 members on our main blog that was converted from standard wordpress and I need to get them into the other blog. I found an article that suggested the code to put into wpmu power tools but that only seems to add around half of the users to the other blog before dying and I’ve already edited all the relevant values in my php.ini to extend this. Also, I need to know what the best way would be to handle registration? I’m planning on using the gigya plugin and it works well on the wp side of things, but after some of the reading about spam and splogging, I don’t know if it would be better to turn off registrations on wp and force them to register via bp on the sub blog and have it auto add to the main blog, or whether I should allow them to register on my main blog via wp-login and then have it sync to my community site. I’m not going to allow users to create blogs so there should only be two blogs to worry about unless groupblog gets updated in which case that will handle the other permissions to the blogs. Any ideas?

    fostertime
    Participant

    Forgive me if this has been covered already.

    But I wanted to ask a couple questions about the ability of creating a duplicate of the Groups Capability.

    Basically a completely new instance of Groups. For example:

    Groups – This would be the exact way Groups are configured now. Allowing users to create and manage, etc.

    Groups(Or a custom name) 2 – A complete copy of the Groups functionality, but creation of Groups here would be limited to Admin level only. Participation in forums and such would be open to all. Or managed based on roles.

    Any idea if anyone has done this? Is taking the existing Groups system and duplicating it as a Plugin add-on (additional Groups with settings) the best means for adding this functionality?

    Thanks, and again sorry if this has been covered. I am new here! :)

    #61808
    Brajesh Singh
    Participant

    @do77 , David’s method will save a lot when you will upgrade.

    Now for your questions

    1.No, You do not need to copy any file(because you want the same layout, so child theme inherits it from parent).

    2. Create style.css, and put there the content as David has pointed(do not miss the parent tag and theme name in comments, wordpress uses this to recognize the theme)

    3.yes, then you can use firebug to override it as you have already given an example

    4.You may not need to do that, because you are not using any other files than css.

    5, yes, but please read about wordpress child theme, that will help you in long run.

    #61805

    In reply to: two blog-questions

    idotter
    Participant

    do you know what’s possible ?

    #61768

    In reply to: two blog-questions

    @idotter, This functionality does not exist within the core of WP or BP.

    All of these things are possible to do, but there may not be custom plugins or components to do all of them yet.

    #61680

    In reply to: two blog-questions

    idotter
    Participant

    is it possible to write blogposts …

    … viewable only for me (this could be a draft)

    … viewable for a closed Group

    … viewable for registered users

    … viewable for all

    I also like to have the possibility that there is one mainblog and every group and user has its own blog. Blogposts marked with a special tag would appear automatically in the designated groupblog and everything vieable for all will be shown in the mainblog.

    Is this possible with WPMU 2.9.1 and BP 1.2? And maybe aditional plugins?

    #61635
    Nick Watson
    Participant

    I think people are starting to get tired of me asking questions.

    Anyway, to restate my major problem, without making a new topic altogether:

    I’ve created a profile field (checkboxes) and in that there are 4 selections. User A comes on and selects Red and Green. On his profile I’d like a Red Badge, and a Green Badge to appear on his profile.

    Is there a way I can do this?

    #61584
    Windhamdavid
    Participant

    @auturo Since I see you and others are posting some new questions in the forum about bbpress integration. perhaps ya’ll should follow Boones’ lead on it regarding (whether to maintain an external installation of bbPress or migrate over). https://buddypress.org/forums/topic/bbpress-integration-after-bp-upgrade I believe the groundwork for what you need to know is here.

    #61545
    ozpoker
    Participant

    Thank Boone Gorges – most helpful – I really appreciate you taking the time to answer these questions.

    Like you I think it will be best to migrate over to the same installation – I’ll follow your tips to that end.

    Cheers

    #8440
    Arturo
    Participant

    i’m back with the same questions…

    i’m WP 2.9.1 + BP 1.2 latest trunk + bbPress standalone 1.0.2

    all works without a problem locally, cookie etc, my question is… how add the “buddybar” (trasparent) in bbPress theme?

    i’ve WP+BP in the root and bbPress in a subdomain (forum.domain.tld).

    please help me thanks!

    #8429
    ozpoker
    Participant

    Just briefly as I wrote a detailed description and it got “lost”

    Have just upgraded wpmu, bp and bbpress to all latest version.

    I had a working integration of BP and bbpress previously and everything during upgrade seems to have worked but there is a problem.

    I am using an external bbpress for forum and a diff. db.

    The wpmu/BP installtion is here :

    xhttp://www.australianracinggreyhound.com/network/

    The external forum installtion is here :

    xhttp://www.australianracinggreyhound.com/forums/

    But BP wants to keep tyring to see the forum here:

    xhttp://australianracinggreyhound.com/network/forums

    Oddly enough you can see the tags from the external forum have been integrated but none of the posts!

    Obv. I can run two forums in parallel and this is not theme dependant as I have changed BP themes and prob. still occurs.

    I a haven’t mod’d any files or core yet and don’t want to until I know everything is working.

    I have two questions :

    1. Is this a bug? If so how do I fix it without hacking the core?

    2. Given the changes soon to come – is it reailistic to keep running the forum externally and from a diff. db? Would I be better to import the forum db in to the wpmu db? If yes, how would I go about doing that?

    #61238
    Bowe
    Participant

    I see your point jivany, but so far I’ve seen that about 90% of the active BP Communities use the default theme with some slight modifications. With some clever editing/focus on certain things which almost every BP site has, it could be very useful.

    Think of something like http://www.wordpress.tv:

    I would also rather see very specific and in-depth tutorial from BP Pro’s sooner then later, but if you look at the questions asked on these forums, you can not skip the basics here and simply presume that the “easier” stuff will be figured out as they go.

    Imagine you stumbling upon BuddyPress.org and being able to get a few nice basic video instructions. You get a sense of professionalism and a clear view of what’s possible with the software, the advanced stuff we all like to see can be covered at a later point imo

    And about Facebook and Twitter;

    A screencast of twitter would have saved me quite some time, and don’t even start about Facebook lol.. I’ve tried 2 hours to find a feed of my status updates and after trying everything known to man I still haven’t found it. Facebook is awesome but it makes no sense whatsoever on certain aspects :D

    #61135
    @mercime
    Participant

    @peternicholls – It looks like you created sub-blogs “members” “blogs” and “groups” which you shouldn’t have done. Delete those sub-blogs. Let BuddyPress automattically generate those pages when you click on the links. Just tested the theme and it’s working great on 1.2-rare bp-sn-parent.

    If that’s not the case, it would help us help you if you answer these questions – https://buddypress.org/forums/topic/when-asking-for-support

Viewing 25 results - 2,451 through 2,475 (of 2,990 total)
Skip to toolbar