Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,951 through 16,975 (of 32,678 total)
  • Author
    Search Results
  • #140665

    In reply to: threaded forum posts ?

    r-a-y
    Keymaster

    Hi tjtate, this forum thread is over 10 months old. When you see an old thread that hasn’t been answered in awhile, it’s better to just create a new topic.

    To quickly answer, when bbPress 2.0 is more tightly integrated with BuddyPress groups, it might be possible to use an existing bbPress 2.0 plugin with BuddyPress when that time comes. Until then, you probably won’t see threaded forum posts.

    I’m going to close this thread now, but feel free to post new topics in the future.

    #31586
    Gr8Scott
    Member

    1st thing 1st, I am a brand newbie but willing to learn. I have WordPress Version 3.4.1 installed and running with BuddyPress 1.6.1 installed. All seems well while in what I think is called the Dashboard in edit mode. But when I attempt to access a page (Activity, Members, etc…) I get the page not found message.

    The problem:
    According to the “Permalink: http://mdacintranet/wordpress/activity/” there are suppose to be sub-directories created for each page: activity, group, etc… but they are not.

    What I have tried:
    I tried a clean fresh install of both WordPress (wp) and BuddyPress (bp) several times on different computers all returning the same results.

    I next tried a fresh install changing the permission to the wordpress sub-directory to 777. Still did not work.

    I’m stumped any help will be greatly appreciated as to what I’m not doing correct. Thanks.

    4ella
    Participant

    I understand , I wanted to create something similar , first add general fields for all groups (address and contact fields for example) , then to setup conditional field ( it should be a role field – you can create additional roles for wordpress ), I have nightclubs , agencies and girls working in nightclubs , so 3 new wp-buddypress roles , then within templates I can show content for specific groups , unfortunately on registration form I can use it yet because people are not logged in with their role yet , so it would be nice to have conditional field as gravity forms uses which will show you only set of fields by the role which you will confirm .

    ploupas
    Member

    Day 1 of installing Buddypress 1.6.1, kinda awesome etc

    First two things i noticed:

    1) It changed notifications for new mails for comments, before it was in the : “[blogname] Comment: [blogpost] FROM: [Comment Author name]” format

    Now it become: “[blogname] Comment: [blogpost] FROM: [blogname]” format

    I googled it a bit and i am kinda sure all the magic happens here: http://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-core/bp-core-filters.php#L40

    Where:
    `function bp_core_email_from_name_filter() {
    return apply_filters( ‘bp_core_email_from_name_filter’, wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), ‘blogname’ ), ENT_QUOTES ) );
    }
    add_filter( ‘wp_mail_from_name’, ‘bp_core_email_from_name_filter’ );`

    So i am kindly i ask if there is any quick and dirty (through something like bp-functions.php if available)

    2) Admin Dashboard = “OH MY GOD”

    Any click in a link containing /wp-admin/ makes the server’s load go to sky even when i am the only user-admin, that’s something i can’t really figure out

    For logged in users i was thinking some rewrite of wp-admin link, or not showing at all, as they have profiles so they don’t need any wp-admin access (Maybe if i select not to sync Buddypress+Wordpress members? Or is it discouraged?)

    3) -Bonus version- Is there any quick way to add non registered user’s comments under their profile? Via MySQL or something… Just wondering…

    mix35
    Participant

    Hello Guys,..
    I need help I need to turn back my buddypress toolbar,..
    When I turn the wordpress toolbar enable the buddypress option was lost,..
    Please Help

    #140604
    scal3x
    Participant

    While looking for a solution to the same question, I stumbled upon this: dev update. Boone B. Gorges made a “sample plugin to show how these visibility levels can be extended”: BBG’s Sample Visibility Plugin. All you have to do is create a new folder in your wp-content/plugins, and upload bbg-custom-bp-field-visibility.php & loader.php into your new folder. Then, modify bbg-custom-bp-field-visibility.php to your liking.

    #140603
    scal3x
    Participant

    While I was looking for the same answer I stumbled upon this: dev update. Boone B. Gorges made a “sample plugin to show how these visibility levels can be extended”: bbg-custom-bp-field-visibility Plugin just create a new folder in your wp-content/plugins, and upload bbg-custom-bp-field-visibility.php & loader.php into your new folder. Finally, modify bbg-custom-bp-field-visibility.php to your liking.

    #31573
    heidipj
    Participant

    Hi everyone,

    I’m quite new to BuddyPress but very familiar with WordPress. But have never delved into creating custom search pages.

    I want to be able to have a 2 different pages offering two separate criteria for search of member profiles. The plugin BuddyPress Profile Search is good but it only allows one kind of search and I can’t switch off some items that I don’t want searched.

    I hope this make sense, please let me know if there are any tutorials or guidelines that I can review. I have tried searching a lot in these forums but keep getting pointed to plugins and from what I can tell none of them suit me really.

    I am using a custom theme that I have hacked together from woothemes canvas on the latest version of WP and BuddyPress

    Heidi

    #140555
    zillabuggs
    Participant

    Sitewide forums are not activated. WP 3.4.1. BP 1.6.1.
    Theme – twentyeleven
    Plugins:
    Backupwordpress
    BP Better pagination
    BP template pack
    Theme my login
    Wordpress importer
    WP user control
    Exclude pages from navigation

    Swagg Star
    Participant

    I have deactivated all plug ins and reactivated them one at a time… But it did not fix the problem. Can I just copy and past that code to the wp-content/plugins/bp-custom.php file/folder? I am not a programer and only know the basics. Would I go to my wordpress appearance/editor and paste this code. Or would I have to go through filezilla?

    Sudeep Acharya
    Participant

    @mercime

    Thanks a lot for your reply.
    U have given such a simple solution that I cannot express my gratitude in words.

    Regards,
    Sudeep Acharya

    #140525
    r-a-y
    Keymaster

    You guys might want to look at this plugin for inspiration:
    https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/

    #140523

    In reply to: Edit Avatar

    r-a-y
    Keymaster

    You would need to use a PHP code widget like:
    https://wordpress.org/extend/plugins/php-code-widget/

    Use extreme caution when using such a widget. If you’re the only person that is able to access the Widgets page on your site, then you should be fine.

    Btw, a shorter way to write that code is:

    rossagrant
    Participant

    Hi guys,

    Had this issue a few version back and it got patched. Now broke again:

    Just created a ticket on Trac after testing it and replicating on a new install.

    http://buddypress.trac.wordpress.org/ticket/4488

    The original ticket and patch was here:
    http://buddypress.trac.wordpress.org/ticket/3697

    Same kind of issue with caption and shortcode being fed into the activity stream excerpt.

    To replicate is simple:
    -Open a new post
    -Place a picture with a caption BUT NO LINK into the post
    -Publish
    -You will see the caption and the closing caption shortcode in the stream item

    Tested on 2 installs and a brand new install of 1.6.1 with no plugins at all running.

    Could someone try to verify this and I would be SO grateful for a patch to sort this as I want to launch a new site this weekend!

    thanks in advance!, really appreciate it! :)

    #31554
    Tammie Lister
    Moderator

    I’m going to create a thread per section to collect wireframes and focus discussion in this next phase of refinement. Props to @r-a-y for suggestion.

    I’m going to link each set of wireframes we have then please add any wireframes you have and any thoughts you have on the wireframes. Feel free to ‘run with’ people’s ideas too – sometimes a picture can say many words 🙂

    Current focus wireframe based on the consensus from dev chat:

    https://dl.dropbox.com/s/7hpx36k3ohoj0iz/mock.png

    Other wireframe mock ups done in past for profiles:
    http://mercime.files.wordpress.com/2012/08/bp17-wire-memberhome.png
    https://dl.dropbox.com/u/2339616/profile.png
    https://dl.dropbox.com/u/2339616/profilev2.png
    http://mercime.files.wordpress.com/2012/08/bp17-wire-memberpage.png

    #140508
    Tammie Lister
    Moderator

    What about https://wordpress.org/extend/plugins/buddypress-mobile/ – it all depends on why you want an ‘app’ but that may be a good first stop solution?

    @mercime
    Participant

    @sudeepacharya current BP 1.6.1 is *not* compatible with WP 3.2.1. You should be upgrading your WP to 3.4.1 version. However, if you cannot do so at this time, you’d need to use BuddyPress version 1.5.1

    Sudeep Acharya
    Participant

    I’ve just installed buddypress plugin in my wordpress 3.2.1 site but it;s showing blank page.

    Please help me out of this.

    Regards,
    Sudeep Acharya

    Hugo Ashmore
    Participant

    All tagged versions in the SVN repository still exist and can always be downloaded.
    https://buddypress.trac.wordpress.org/browser/tags – not sure where the zip files are.
    Not sure though why there would be a difference between 1.5.7 and 1.6 you may want to pass that by the theme authors.

    You need to use / choose your theme not select BP out of the box

    bredfiel1
    Member

    Hello, I have had a very difficult time adding buddypress functionality to a development site hosted at “http://wptest.smbsuite.com/wptest”

    The installation went wrong and I have subsequently spent hours trying to delete buddypress such that it will run the installation wizard again rather than trying to repair the install.

    Also, 1.6.1 is not compatible with my theme. I need 1.5.7 and that seems to no longer exist anywhere on the internet. It would be most helpful if the install could be done from within wordpress so I don’t need to bother the admins with FTP access, but I’LL SETTLE FOR ANYTHING THAT WORKS!

    Finally, at the install I had 3 options: 1. Use buddypress out of the box, 2. Use theme management to manually configure, 3. Do nothing. I chose buddypress out of the box because I thought that’s what buddypress support meant. For this next try, what’s the appropriate selection for a site that uses the Gantry Buddypress Plugin to theme Buddypress? I can’t find anything that explains this clearly.

    #140499

    @Travel-Junkie

    Is that plug-in a WordPress plug-in or a Firefox plug-in?

    #31539
    WebDevB
    Member

    Howdy Guys,

    I’ve working on a project at the moment that requires more information from the user during the signup procedure.

    I’ve worked with wordpress for years but this is my first buddypress project.

    Basically I need to accept date of birth.

    Is there a simple way to add a custom field to the register screen but then also save this information away into the database.

    Thanks,

    WebDevB

    #31532
    CSkraba1
    Participant

    I’m running the latest version of WordPress (3.4.1) and the latest version of BuddyPress (1.6.1). I can view the activity stream in the back-end of WordPress and I can edit the settings for BuddyPress under “Settings > BuddyPress” but I can’t edit anything else. I really need to get custom fields in the profile. Am I missing something? Is something not working? What do I do?

    Obviously I’m new at this and thank you to all who help in advance!

    #140436
    pajarito58
    Member

    Hi Roger, thanks for the reply. I tried resetting my permalinks, no cigar. What, exactly, am I supposed to be looking for when I check my .htaccess for redirects?

    This is the entire contents of my .htaccess file:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Thank you.

    #31520
    streidl
    Participant

    Hello,

    when I use the sitewide forum of bbpress, the topics started are not listed in the profile under “Topics Started” for some reason.
    I get “Viewing 7 topics – 1 through 7 (of 7 total)” but no topics are there…

    If I install the group forums it works, but I don’t want to use the group forums.
    It happens on the BP default theme as well, so I guess it is not a theme issue…
    I am using:
    – WordPress 3.4.1
    – Buddypress 1.6.1
    – bbpress 2.1.2
    – Salutation Theme 1.5.2

    Thanks

Viewing 25 results - 16,951 through 16,975 (of 32,678 total)
Skip to toolbar