Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,851 through 52,875 (of 69,016 total)
  • Author
    Search Results
  • #77254
    pcwriter
    Participant
    #77248

    In reply to: Members only

    Hugo Ashmore
    Participant

    @r-a-y thanks, that’s the one. Obvious as soon as I saw it written :) that allows all top level pages to be viewed but doesn’t allow to further drill down.

    #77239
    Jeff Sayre
    Participant

    Okay, since we’re all pimping ourselves here, I have quite a few articles on BuddyPress on my blog as well http://jeffsayre.com/

    #77238
    Jeff Sayre
    Participant

    It’s a little hard to believe that with the issues you’re reporting that you have zero errors in your server’s log files. Did you manually install the 3rd-party plugins or use WP’s autoinstaller?

    I would suggest reinstalling everything manually–including BP. You can start off first with just trying to manually reinstall the 3rd-party plugins. Before doing so, make sure that you first deactivated them. Then delete them from your /plugins folder. Next, download each plugin from the WP Plugin Repo and manually install and activate one at a time. Make sure that you reinstall them in your /plugins folder.

    If you are still having issues, then start from scratch. This means deactivating all plugins including BuddyPress. Then, manually download, install, and activate BuddyPress. Next, reinstall the plugins one more time. Install each of them one by one with activating and testing each one before installing and activating the next.

    cpkid2
    Participant

    Here’s a screenshot of what I mean exactly.

    http://img72.imageshack.us/img72/4066/testqf.jpg

    Unfortunately, I can’t show the site since it’s under development but if needed, I will be willing to give access to someone who thinks they can help.

    This happens for all pages of Buddypress by the way. Also, this is the biggest problem for me with the site right now so I would REALLY appreciate any help at all! :D

    #77230
    Boone Gorges
    Keymaster

    I’ll also pimp my own blog, http://teleogistic.net

    Quite a few people working with WP in education have their feeds aggregated at http://dev.wpmued.org. It’s not terribly active, but good things do pass through there.

    #77226
    r-a-y
    Keymaster

    My antivirus app picked up a virus on the blogcastor site.

    Just an FYI.

    #77224
    r-a-y
    Keymaster

    Hi Peyo, we currently close job request threads on the forum.

    If someone is interested in the task, please PM Peyo.

    #77222

    In reply to: Members only

    r-a-y
    Keymaster

    @hnla – try bp_is_directory() on the if(bp_is_register_page() … ) line.

    #77214
    tinus2
    Participant

    this is an awesome theme – love it!

    well… after no reply since a month, i guess i won’t be using it but make my own child theme off of hybrid…

    #77209
    gibbyesl
    Member

    Hi – thanks for the reply

    1. Which version of WP/MU are you running?
    2.9.2 not MU
    2. Did you install WP/MU as a directory or subdomain install?
    Directory and test site sub directory
    3. If a directory install, is it in root or in a subdirectory?
    root and subdirectory for test site ( both have the same problems )
    4. Did you upgraded from a previous version of WP/MU? If so, from which version?
    No
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    I stalled WP and then Buddypress straight away
    6. Which version of BP are you running?
    1.2.3
    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?
    Standard
    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?
    Installed version
    13. Please provide a list of any errors in your server’s log files.
    can’t access them now will add them later tonight…
    14. Which company provides your hosting?
    AwardSpace – paid hosting NOT the free

    #77202
    Hugo Ashmore
    Participant

    imho it’s always better or advisable to download/ upload manually – never quite trust things that are automated :)

    #77199
    Jeff Sayre
    Participant

    We need some more details. You’ve provided some of them, but please answer them all:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/

    #77198
    PJ
    Participant

    Thank you so much hnla. That’s a silly but important first step I overlooked.

    Question: there are two panels for point value settings: one in its own button at the bottom left of wp-admin and one in the buddypress section. Which is the one I should focus on or do the two match each other?

    #77197
    gibbyesl
    Member

    Hi

    Clearly I have a problem ( a core problem ) something the great guys who make the plugins need not concern themselves with – and I completely understand.

    At the beginning of a sites development I can’t continue with these problems…

    But I really love buddypress and want to continue to use it – I guess I need to seek the help of someone who can diagnose and fix this problem once and for all.

    I am assuming it’s one thing that is affecting ALL these plugins so once fixed all will be ok.

    If you can fix this please can you tell me how much you will charge to do it ?

    Thanks

    Gibby

    #77195
    Jeff Sayre
    Participant

    Also, read the readme.txt file that comes with the BuddyPress download package. It tells you everything you need to know. Of course, if you’re using the autoinstall feature from the plugin browser in WP’s backend, then you may not even know about the readme.txt file.

    #77194
    Hugo Ashmore
    Participant

    And… I see no mention of the actual cubepoints plugin? cubepoints-buddypress-integration is simply an extension to the original plugin to enable BP support.

    From the guide on the groups page:

    IMPORTANT You will need to install CubePoints (at least version 2.1.1) first.

    #77193
    PJ
    Participant

    1. Upload the contents of `cubepoints-buddypress-integration.zip` to the `/wp-content/plugins/` directory.
    2. Activate the “CubePoints Buddypress Integration” Plugin
    3. Modify the point values if you wish in the BP CubePoints admin menu.

    Yes. Uploaded, activated, changed point values. Nothing.

    #77191
    nessradio
    Participant

    So I’ve take a look of clean_url function of qTranslate.
    Actually clean_url helps qTranslate to clean the url. But because with BuddyPress we have to change the permalinks to somthing cleaner we don’t have to “reclean” the url…
    So the clean_url function of qTranslate is useless!!! even more… I think that all the functions under // Hooks (execution time non-critical filters) in qTranslate are not useful cause with BuddyPress we already have to clean the permalinks!

    EDIT: The other functions under // Hooks (execution time non-critical filters) in qTranslate are important… The only one you have to change is the clean_url and it will work prefectly!

    As I just find the solution I didn’t have time to test all the site… please report to me if you find bugs with this qTranslate tweak.

    #77190

    In reply to: Chat Feature

    Michael Berra
    Participant

    I just read that post for arrowchat: http://www.arrowchat.com/blog/?p=46
    Seems, that there is Buddypress integration. Did somebody try it already? Is there a demo?
    Would be great to have some further information!!!

    #77188
    Josh
    Participant

    Well the bp template pack said something about alignment how would i fix it my template has a extra tag and i don’t know whether to change it to sidebar, or just add it, so i really need help…..

    #77185
    Mr. Salty
    Participant

    @Arturo Thanks! Blog tracking? Meaning how posts can show up in BP’s activity streams and on profiles etc? And is blog creation in MU = to “network” in WP3.0?

    First q: BP on WPMU — the BP member functionality is site-wide and not local to each individual blog?

    If so, q 2: would you say that BP on WPMU is much like BP on WP except that members can have their own blog with its own subdomain and other WPMU-specific features like optionally setting their own blog plugins etc?

    Q3: BP + WP + “community blogs” plugin (I think it is) is = to or is NOT = to BP on WPMU? I assume not?

    Thanks!

    #77184
    nessradio
    Participant

    Yes it’s working but what are the actual consequences of the clean_url function??

    #77183
    Mr. Salty
    Participant

    Do any of you have more detail about the differences in how BuddyPress works on WP vs on WPMU? (And maybe differences in how BP might work on WP3.0 since that sounds like it will have WPMU-like functionality)?

    First q: BP on WPMU — the BP member functionality is site-wide and not local to each individual blog?

    If so, q 2: would you say that BP on WPMU is much like BP on WP except that members can have their own blog with its own subdomain and other WPMU-specific features like optionally setting their own blog plugins etc?

    If yes, is that kind of functionality not possible with BP-on-WP via it’s own plugins?

    Thanks much!

    #77181
    Mr. Salty
    Participant

    Do any of you have more detail about the differences in how BuddyPress works on WP vs WPMU? (And maybe differences in how BP will work with WP3.0 since that sounds like it will have WPMU-like functionality)? Thanks!

Viewing 25 results - 52,851 through 52,875 (of 69,016 total)
Skip to toolbar