Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 38,276 through 38,300 (of 68,915 total)
  • Author
    Search Results
  • Erlend
    Participant

    I can confirm this is working very well, as I’ve got a local test with BuddyPress running on a Network enabled WordPress, and it’s all working great. On top of that, with only medium technical savvy (no programming, just as-instructed config stuff) I’ve successfully moved my BuddyPress install to a secondary blog, i.e. example.org/hub, thanks to the tutorial by the fitting name, Install BuddyPress on a secondary blog.

    Cheers :)

    #115839
    Paul Wong-Gibbs
    Keymaster

    Have you tried after clearing your browser’s cache?

    Paul Wong-Gibbs
    Keymaster

    Sounds interesting and it’s always good to hear about new BP sites. Good luck with the move. Out of interest, how/what are you using to import the data from Ning?

    #115837
    James
    Participant

    @mafiasoph

    I really doubt that plugin is working, since it uses same code and calls same 1.3.2 jQuery

    Eric Odom
    Member

    Also, for those interested, we integrated OpenX ad server to create a truly robust ad network that serves trackable mixes of Google Adsense, affiliates and internally sold ad inventory. Very cool to see it all working. You can catch a glimpse of it on one of the sub-domains at http://campaigntrailreport.com

    #115829
    petegriffyn
    Participant

    @chules I’m not using the templates pack, so I can’t disable it.

    @n0ise I’ll give that shot, I’ve got no other option at the moment. :)

    n0ise
    Participant

    I’ve fixed the theme, just copy the ajax.php and global.js from the bp-default theme into your custom theme in _inc/ and it’s done. YAY
    edit: it seems it’s partially fixed (i’ve just copy pasted without comparing, i will check better tomorrow:) )

    #115823
    Famous
    Participant

    @DJPaul Can I start using bbPress plugins now that 1.2.9 is out? And how do I do that?

    #115821

    In reply to: categorize groups !!

    pcwriter
    Participant
    #115820
    pcwriter
    Participant
    #115819
    chules
    Member

    I have been working in the Pagelines forums and received some feedback as others are experiencing this issue. I now have Buddypress active and it’s working.To do this I had to disable Buddypress Tempalte Pack. It seems the issue is with the Buddypress Template Pack and without this its just as if I have disable BuddyPress itself.

    Thank you – Mark

    #115818

    I don’t know if you’ve resolved this on your own, but I think the problem is that if you are using the BP template pack, or another non-BP theme, Buddypress’s functions.php file is not loading, so those functions are not getting defined. I don’t know where the function is that loads BP’s functions.php but I just went and added an include in bp-custom.php to load it before any of the other scripts.

    Like this:

    $bp_functions_file = ABSPATH . ‘wp-content/plugins/buddypress/bp-themes/bp-default/functions.php’;
    include $bp_functions_file;

    There’s probably a better way but that was a quick fix I used to fix that error. I didn’t get any “cannot redeclare…” errors so I’m assuming the file is not loading anywhere else.

    PS. I am using the freshnews theme by woothemes.

    #115817

    In reply to: Creating NAV Bar

    I don’t know if you’ve resolved this on your own, but I think the problem is that if you are using the BP template pack, Buddypress’s functions.php is not loading. I don’t know where the function is that loads it but I just added an include in bp-custom.php to load it before any of the other scripts.

    Like this:

    $bp_functions_file = ABSPATH . ‘wp-content/plugins/buddypress/bp-themes/bp-default/functions.php’;
    include $bp_functions_file;

    There’s probably a better way but that was a quick fix I used to fix that error.

    PS. adding “Template: bp-default” to my style.css didn’t work for me either.
    PPS. I am using the freshnews theme by woothemes.

    Hugo Ashmore
    Participant

    That’s why I asked if you had upgraded to BP. Look at the error messages and deactivate the plugin that it’s referring to , same method as BP rename the folder, when you are cleanly back in the WP dashboard set buddypress directory back to correct name so that it is listed correctly in plugins , don’t activate it but run the auto upgrade to take it to 1.2.9

    Virtuali
    Member
    oldrow
    Member

    Just realized buddypress isn’t upgraded to 1.2.9 and that might be the problem… how can I manually upgrade since I can’t access wp-admin?
    == Upgrade Notice ==

    = 1.2.8 =
    Compatibility with WordPress 3.1

    n0ise
    Participant

    I rarely edit the core because im such a messy and when there’s an update I always forgot what i’ve edited lol…

    btw..i changed the value with ‘Search here…’ but the problem still remains, tried also to disable all plugins, so i guess it’s something else in my website (i use a custom google map using “)

    ARHistoryHub
    Participant

    That will actually be in the core files – plugins/buddypress/bp-core.php, buddypress/bp-groups/bp-groups-templatetags.php, and the same for forums. This is a great example of why you shouldn’t mess with core files (and why I’m a fool for doing so), but it’s probably not your problem at all. I think most people’s problems are stemming from other plugin’s or the theme loading another version of jquery. I’d check the source code from the offending pages and see if any other jquery libraries are being loaded.

    #115806
    sdls
    Member

    Heres an example of what I’m trying to achieve:

    URL: http://emergineers.com.s26200.gridserver.com/groups/builders/forum/

    Conversation takes 2 forms….a quick discussion or a more in depth post called a “nugget” (just a placeholder name ;-)) with meta, taxonomy, commenting, and media associated.

    Thoughts?

    #115804
    sdls
    Member

    right on…. @anointed and @4ella… this does provide some more possibilities… and definately some useful code snippets looking into these plug-ins.

    Regarding the group blog plugin……..Implementing MU, P2 theme, and setting up “networks” might be a little overkill for this purpose…. as it looks like creation and editing of posts by group members is still limited in terms of being able to include meta fields and custom taxonomies, and would have to built from scratch regardless. As well the media manager and other WP publishing tools are not part of this plug-in / theme setup.

    my feeling that IF this extended functionality needs to be built ON TOP of MU / buddypress plug-in such as “groupblog” (which is an awesome plug-in by the way) things can get complicated quickly….. (and unnecessarily)…..

    So the cleanest solution so far seems to be matching posts to groups using taxonomy…. which Im sure we could agree could be improved upon greatly…..

    Thanks again for the feedback!

    #115803
    chules
    Member

    I noticed the following on my site which is upgrade to wordpress 3.2, buddypress 1.2.9 and using the Platformpro template from pagelines.

    When you have the buddypress plugin enabled either 1.2.8 or 1.2.9 the following happens
    – The menu drop downs do not work as they do not display
    – In the dashboard the arrows that control the plugins expand/contract do not function
    – I use a feature from pagelines (it’s basically a slider) that no longer functions. It doesn’t slide and even clicking the thumbnails does not work

    If I disable the Buddypress plugin everything works fine?

    oldrow
    Member

    K I did that, but still cannot get in… this is the new error:

    Warning: require_once(/home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress/bp-loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress-like/bp-like.php on line 17

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress/bp-loader.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/oldrow0/public_html/postgradjam.com/wp-content/plugins/buddypress-like/bp-like.php on line 17

    n0ise
    Participant

    @ARHistoryHub thanks for the hint…but where i can find the “search anything” ? (i’m using buddybase too)

    ARHistoryHub
    Participant

    Thanks @n0ise. Yes, the activity and directory filters is a WP 3.2 thing. I think I’ve figured it out – I had fooled around with the directory template tag files and changed “Search anything…” to something else – which for some reason broke sorting, but not the search function. It’s fixed now.

    I couldn’t figure out the active state thing, but felt it was an important enough feature that I changed my design to accommodate this issue. If you ever figure it out, let me know!

Viewing 25 results - 38,276 through 38,300 (of 68,915 total)
Skip to toolbar