Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 38,476 through 38,500 (of 69,106 total)
  • Author
    Search Results
  • #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!

    #115791
    James
    Participant

    @boonebgorges

    actually, everything was fine while I’ve been testing WP 3.1.5 BP 1.2.8. (it means jquery 1.3.2 in code and 1.4.4 in WP), PROBABLY, issue is not in external/internal jquery, but in changes of later versions, 1.6.1 in our case (this is what I have found https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-have-comment-and-replies-collapse-and-expand/?topic_page=5&num=15#post-103151). And now older versions from our child themes (who uses external jquery) have conflict with internal 1.6.1.

    #115787
    James
    Participant

    hi @timothyjunior,
    could you or anyone else please explain how to update/get your tutorial from the first page to work with jquery 1.6.1?

    I have updated the code from header to

    `

    `

    but comments still are revealed.

    Is it something connected to (?):

    ” • Selectors that include [property=value] now require quotes. So
    $(‘input[name=submit]’)
    will not work. It needs to be

    $(‘input[name=”submit”]’)
    •All ‘selected’, ‘checked’ and ‘disabled’ properties should use the new .prop() method introduced in jQuery 1.6 instead of .attr(). In most cases .attr() will still work but for example
    .attr(‘checked’, ”) “

    thank you.

    rossagrant
    Participant

    @DJPaul Cheers mate. i was using outdated JS files from Google’s CDN.

    Appreciate your time mate!

    Ross :)

    Vernon Fowler
    Participant

    Thanks so much @snowgurl11 That worked for me, just that one edit on line 144 of /wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php :)

    #115782
    rossagrant
    Participant

    @boonebgorges I have just tried everything out on the same install with ALL plugins still ACTIVE but this time using the default theme and everything is okay.

    I take it that it is now something in my theme causing the issue.

    Would I be right to assume with it working in BP Default that my plugins are all okay to keep using? It isn’t those causing the issue but my theme? I do have an accordion that uses JS I think. It works but maybe causing a conflict?

    #115780
    James
    Participant

    hi @rossagrant, just found why.

    in my case it was tutorial re how to hide/reveal activity replies. (I did not use plugin, therefore, these are lines

    `

    `

    in header of my child theme.

    if you do not use this tutorial, or plugin from the same author, check all other plugins, which use jquery.

    #115778
    rossagrant
    Participant

    @janismo I too get the filter dropdowns in the groups/ forums/ members/ activity etc doing nothing now in BP 1.2.9

    Got a developer looking at it now.

    Hopefully we’ll find the cause!

    Keep me posted if you find out why!

    #115771
    meg@info
    Participant

    I update to WordPress 3.2, but the update of buddypress is not available. I do a search from plugins and i updatee from popup.

    ilokano, try to put the default theme of wordpress and try the wordpress admin, i have the same probleme when i use my theme.

    #115768
    simstim
    Participant

    Sorry, figured it out. Once the update to WordPress 3.2 is complete, the update to Buddypress 1.2.9 becomes available from the dashboard.

Viewing 25 results - 38,476 through 38,500 (of 69,106 total)
Skip to toolbar