Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 27,501 through 27,525 (of 68,917 total)
  • Author
    Search Results
  • @mercime
    Participant

    @jaymeselman Open up your theme’s header.php file, copy all source, paste in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.

    @mercime
    Participant

    @cleaus thanks for starting a new topic per instruction. Open up your theme’s header.php file, copy all source, paste in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.

    #141137
    Roger Coathup
    Participant

    You should ask these as separate questions – the first two issues are general WordPress (not BuddyPress), so best asked on the wordpress.org forums.

    Post issue 3 as sep question on here, and issue 4 you could ask to @pollyplummer on her group for the plugin

    #141136
    @mercime
    Participant

    Two plugins which look current and could help you https://wordpress.org/extend/plugins/activate-users-in-buddypress/ and https://wordpress.org/extend/plugins/wp-approve-user/
    As usual, the following disclaimer applies: backup DB and files before activating plugin

    #141135
    @mercime
    Participant

    @cleaus please start a new topic for your own theme and I’ll help you there.

    #141134
    shanebp
    Moderator

    Got it ! Thanks to a hint from @rogercoathup

    Do this:

    wp_insert_post with status set to ‘draft’

    Then handle file uploads and set the thumb

    Then wp_update_post and set the status to ‘publish’

    #141131
    shanebp
    Moderator
    #141130
    solid_snake
    Participant

    is there no one who can help me out?

    #141122
    4ella
    Participant

    Thank you both for your links-codes, I will study everything tonight , @rogercoathup the code you’ve provided where do I have to add this filter ? In which file ? in function.php ? I have also seen @shanebp code in another thread which seems to be different (I am not an PHP expert at all), the same question here where should I add it and which code is better , safer ?

    #141119
    shanebp
    Moderator

    @rogercoathup

    var_dump on get_the_post_thumbnail is
    string(0) “”

    So I suspect a timing issue… ?

    #141095
    Roger Coathup
    Participant

    @shanebp — from what you said in your OP, get_the_post_thumbnail() is working correctly (if you provide a hardcoded post_id) — so that function would appear not to be the problem.

    What output are you getting from get_the_post_thumbnail? I’d be var_dumping $post just before the call, and also $activity_content just after to narrow it down.

    @4ella — Shane has already given the code for doing that in his original post. If you don’t want any custom content, but simply want to add your custom post type to the standard types processed, you can simply add a filter to bp_blogs_record_post_post_types to include your cpt – something like:

    `

    add_filter( ‘bp_blogs_record_post_post_types’, ‘inspired_record_more_types’ );

    function inspired_record_more_types( $types ) {
    $types[] = ‘my-cpt-name’;

    return $types;
    }
    `

    #141118
    shanebp
    Moderator
    #141117
    Hugo Ashmore
    Participant

    @newpress Please don’t make these sorts of posts, this is spam and we do not need it re-focussed on. Both Paul and I have asked you previously to improve your behaviour on this forum, please observe these requests as it isn’t going to be asked again.

    tbh thought I had locked this thread – will do so now.

    #141114
    @mercime
    Participant

    Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your paradise theme folder in server during the compatibility process.

    #141113
    Ryan Hellyer
    Participant

    I’m trying to do the exact same thing right now. It has gone smoothly, bar version 1.5 featuring no CSS for the admin bar, then on upgrading to 1.6 the admin bar CSS was fixed, but all the menu items in the admin bar disappeared.

    Any ideas on how to get the BuddyPress bar menu items back?

    I chose to use the new admin bar menu instead of the older one, so perhaps I could go back to that to fix it? It seems like moving to the regular WordPress one would be best though.

    #141111

    Well… mixed results. Replacing the 1.2.8 files with those from 1.5.6 blanked everything, including wp-admin. I tried putting them both in the plugins directory, de-activated 1.2.8, then tried to activate 1.5.6 but it wouldn’t activate.

    So essentially the upgrade so far has been a failure. On the other hand it is, as I mentioned, a temporary measure so that isn’t a catastrophe. In the process, though, I discovered that the files we’d been sent originally had been on a mac at some point, and the file system was littered [sic] with mac resource forks. I used ‘find’ to delete those, and we seem to be in a much, much better state than previously! Apparently WordPress tries to load and execute the resource forks where they’re present.

    There are still egregious problems with the site, but I’m inclined to think that most of them are to do with the corruption in the db data we were given initially, e.g. existing comments seem to have become disassociated from their original posts, whereas new comments are working properly.

    Thanks very much, everyone, for your help. I’m not marking this as resolved since my original problem hasn’t been solved, but I think we’re probably going to leave BuddyPress alone for the moment. WordPress is great when it works, but I’ve found it pretty opaque to debug; thanks again for helping me out!

    Cheers,
    Ben

    #141109
    newpress
    Participant

    “They said they were
    hoping to show off “that
    wow factor, “WordPress Opensource Wonder”

    this is not spam. This is rather an encrypted message. Buddypress is still stuck in 1,********s. No major release recently. Its 2.0 phobia

    “The audience liked
    their number, which ended
    with all of the guys dancing in trays of water”

    “Sharon liked it. Howie liked it but said it was “one-dimensional.”

    “Howard thought they “did well,” but also said it was “deja vu” – we had seen it all before or we were mesmerized”

    #141108
    @mercime
    Participant

    @newbie2011 we have a list of “template-packed” WordPress themes @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    If you need assistance for your current theme, open up your theme’s header.php, copy all code, paste in pastebin.com, click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php

    #141104
    newbie2011
    Participant

    @mercime, yes I understand you by being easier. I am going to take a peek at the Evolution Theme. Thanks

    #141101
    danbpfr
    Participant

    Hi,
    you changed the wrong file. Never modify a core file when what you need is on the public side ! This means a template of the theme you’re using.
    i said “you can search a term in the pot file”, not you must modify the pot file. This file is necessary for translation purpose and has no activity on your site. With a pot file you can generate a po file, and by saving it, you create the compiled mo file. PHP use this mo file at least.

    How it works ?
    – searching a word: xxx.pot file
    – translating/modifying a word: xxx.po file (no T in the extension)
    – saving the po file within a po editor sofware like poEdit
    – saving the po file will generate a compiled format called .mo file witch must be uploaded on your server via FTP

    In your case, the word “groups” you want to modify is used in these files. You will find this piece of code in your po file.

    `#: bp-activity/bp-activity-loader.php:189
    #: bp-activity/bp-activity-loader.php:284 bp-core/admin/bp-core-update.php:354
    #: bp-core/bp-core-template.php:260 bp-groups/bp-groups-activity.php:143
    #: bp-groups/bp-groups-activity.php:179 bp-groups/bp-groups-activity.php:215
    #: bp-groups/bp-groups-activity.php:251 bp-groups/bp-groups-loader.php:502
    #: bp-groups/bp-groups-screens.php:844 bp-groups/bp-groups-widgets.php:28
    #: bp-groups/bp-groups-widgets.php:48 bp-groups/bp-groups-widgets.php:119
    msgid “Groups”
    msgstr “”`

    Learn more here: https://codex.buddypress.org/translations/

    #141098
    hkcharlie
    Participant

    I just had a look at zippykid, they seemed like they listened to my problem.
    I had a look at their Q&A and found this :
    “What plugins can I use on my site?
    We don’t restrict any plugins that you use on your site, but we do recommend a few. If you have any problems with plugins or want to know which ones we recommend.”

    I have a lot of plugins, isn’t it the nature of a buddypress install to mould the website into hwo you want it, by using a bunch of plugins.
    Maybe ZippyKid is not so good, why do you say they are? @Quint

    BurntheEdges
    Member

    I found pastebin, so here are links to the coding for my page.php, sidebar.php, header.php, and footer.php. I would really appreciate any help analyzing this code, and maybe a tip or two on how to integrate buddypress into the theme. Thanks again, so much!

    Sidebar.php http://pastebin.com/NGgq5fXn
    footer.php http://pastebin.com/kBQnbTmD
    header.php http://pastebin.com/Efrw00Yx
    page.php http://pastebin.com/TEz6LxWK

    #141091

    In reply to: Group Sub nav links

    lbrocka
    Participant

    Thank modemlooper – I totally agree about unsupported plugins and warned the client, but he is crazy about having this group home page and all the extra info sections. Everything was working well until the last buddypress update. The problem seems to be that both the group frontpage and Activity are directing to mysite.com/group.
    I am thinking that creating a custom activity page may more what we want. building on the trick above – if I create a custom page template, such as group-activity.php – not sure where to put this. We are using a child theme.
    Then – remove the default Activity sub-nav item and add a new custom sub-nav link
    Any reason that won’t work?

    #141090
    mix35
    Participant

    Hello,.
    I tried to change the word “Group” in bp-languages/buddypress.pot file but nothing is happen same in the bp-groups/bp-groups-template.php:361 . Is this word can’t be change in one file? http://content.screencast.com/users/decs2/folders/Jing/media/f9681c4b-3042-41c9-b3b9-4dd671f555c0/pleasehelpme.png

    #141083

    In reply to: Extended settings

    Devilish Concept
    Participant

    Dont mean to be a dick like, but it is rather annoying having 2 buddypress options on the backend menu cos if you click you plugin settings then click any other native settings it goes to the new buddypress location and your settings arnt their,

    and as for the other thing it would be cool but buddypress should add that themselves, the new update was good but i doubt we will see another 1 for a year lol

Viewing 25 results - 27,501 through 27,525 (of 68,917 total)
Skip to toolbar