Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,201 through 17,225 (of 32,678 total)
  • Author
    Search Results
  • IndieConnect
    Participant

    Apparently I am not as good as I thought. I knew I should have said more, but couldn’t think what it was. Here it is. The site is running WordPress 3.4.1. , BP 1.6. We looked harder and found that when he uses the Chrome browser is when the challenge occurs. Internet Explorer and Firefox work fine. There is less whining…

    #139106
    valuser
    Participant

    There is (was) a plugin bp-posts-on-profile at https://wordpress.org/extend/plugins/bp-posts-on-profile/ though it is very out of date and hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress and BuddyPress.

    I have tried it out with bp 1.6 and wp 3.4.1 and with a host of other bp plugins in a multisite and also in a multi-network local test site.

    As far as Multi-Site/Multi-Network it was unsatisfactory as it only drew in blog posts from the main blog.

    It did not draw in posts from (say) a group blog.

    However for anyone who authored a post on the Main Blog it dragged in that post and showed it on their profile under the tab Posts

    Those more qualified might look at the code and see if it would take much to have it brought fully up to date and multi-site compatible.

    However as all relevant details including of posts are included in the members activity tab it probably is not as vital as other plugin development ?

    On that note is there any kind of group funding facility for plugin development. So that those who want but can’t could collectively fund those who can ? or would something like that ever work ?

    briantoronto
    Member

    Hi

    I am currently working on placing a buddypress installation on top of an existing bbpress / wp site. We are continuing to use buddypress sitewide forums for our site, with buddypress group forums for some more private conversations.

    Got most of everything working, but noticed that in our sitewide forums we have rich text (TinyMCE) editing, but in our buddypress group forums, it is plain text. Being reasonably new to buddypress, is this a feature? Any way of getting rich text in our buddypress group forums?

    Running:
    bbPress Version 2.1.2
    BuddyPress Version 1.6
    WordPress Version 3.4.1

    #139103

    Solved it.

    Use WordPress functions but you must declare $current_user as GLOBAL

    `global $current_user;
    get_currentuserinfo();`

    Then you can reference:
    `$current_user->user_login`

    #139099
    Joyce
    Member

    @mercime – I am new to Buddypress so I am slowly figuring things out. I use the same template for the groups and members. I use the template that came with BuddyPress when I installed it. I have noticed the redirects as well. I can try renaming the file folders, do I do that through cPanel or WordPress?

    #139094
    valuser
    Participant

    I have no idea how to attribute success (if any) to various methods employed.

    In addition to the numerous plugins and captchas some sites have also added lines to the .htaccess file

    Some have added (in addition to the various plugins).

    The plugin Cookies-for-comments and the lines as suggested at https://wordpress.org/extend/plugins/cookies-for-comments/


    > using register instead of wp-sign-up

    `RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$`
    `RewriteRule ^register – [F,L]`

    and also

    `RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .register*
    RewriteCond %{HTTP_REFERER} !.*yoursite.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) http://lmgtfy.com/?q=spammer [R=301,L]`

    So the .htaccess file begins like this

    `# BEGIN ANTISPAMBLOG REGISTRATION

    RewriteEngine On
    RewriteCond %{HTTP_COOKIE} !^.*xxxxxxxxxxxxxxxxxxxxxxxx.*$
    RewriteRule ^register – [F,L]

    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .register*
    RewriteCond %{HTTP_REFERER} !.*yoursite.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) http://lmgtfy.com/?q=spammer [R=301,L]

    # END ANTISPAMBLOG REGISTRATION`

    Frankly I have no idea how and whether any of this works. The best that can be said is that spam has been reduced considerably. Fingers crossed.

    #139092
    Roger Coathup
    Participant

    Yes, it’s standard WordPress – did you Google?

    https://codex.wordpress.org/Function_Reference/get_currentuserinfo

    If you want their BP paths (profile URL) etc. then: https://codex.buddypress.org/developer-docs/the-bp-global/

    #139090
    Haraldo88
    Member

    @4ella: I see now that Login Ninja is a paid ($15) Envato/WebFactory plugin. Only sold 135 copies. But when I tested the Captcha on the WebFactory site, it showed a standard WordPress login screen. But I’m using BuddyPress with its Registration screen (and currently using SI Captcha on that). Will it work on BuddyPress? Is that what you’re doing? Thanks.

    #139088
    @mercime
    Participant

    @lunchgirl @modemlooper GRA4 has been removed from the WP Plugin Extend. It was “phoning home” without user knowing it among others #7 https://wordpress.org/extend/plugins/about/guidelines/

    @lunchgirl if you’ve already installed/activated the plugin, I can only recommend that you delete it from your installation.

    #139079
    Barry
    Participant

    Thanks for all the help and feedback – this support forum is great!

    Having had so many minor problems pop up, I decided to try and remove wordpress and start over. The reason was because I had done a scripted install via cPanel using “QuickInstall”.

    So I did a manual install of wordpress, then installed BuddyPress, then installed BBPress.

    Happy to report all the issues I had before are gone. Everything seems to be working as it should.

    Agains, thanks for all the help!

    #139076
    @mercime
    Participant

    @mebo For Step 3, you need to revise 16 template files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles

    #139070
    Roger Coathup
    Participant

    Two solutions — simple link in profile header vs. profile tab

    For the first: just add a link to the author archive (standard WordPress) for the displayed user in the member-header file.

    For the second – Have a look at bp-skeleton component.

    Create a really stripped down version which just contains the code to set up your screen (profile tab), and in there do a simple wp_query() loop with the author ID set to the displayed user ID.

    davidkooo
    Participant

    How to implement user notifications to template without admin bar?

    I am using custom theme and I have disabled wordpress/buddypress admin bar, that means users does not have any notifications. How to create notifications in my own theme?

    http://transformers.scifi-guide.net/

    neocreo
    Member

    Sorry, the site is Swedish only at the moment, but wanted to showcase it because BuddyPress rocks!
    Software: WordPress + BuddyPress + 10 odd plugins
    Code: Responsive HTML and CSS
    Browser support: Firefox, Chrome, IE 9+, mobile browsers
    Target audience: amateur and sports fishermen
    Focus: Less blogging, more socialising
    Not so many users yet, but hopefully we can get that to pick up.

    Haven’t tested it on mobile Microsoft or iPhone, nor on Apple browsers.

    Barry
    Participant

    I’m having a few issues with BuddyPress that I was hoping somebody could help with. First a little background:

    * I’m a first time user of BuddyPress, but have many years of WordPress administration
    * This is a fresh install
    * I’m using Google Chrome (if that matters)
    * I have BBPress (2.1.2) installed and running
    * Running WP 3.1.4
    * Current Plugins: Akismet, BBPress, BuddyPress, Jetpack
    * I have created several test users (one for each role)

    My Problems:

    1. When I log out as Admin and log in as my test subscriber user things go OK until I click on the profile to edit things…Then it reverts BACK to the admin profil I was using.
    scree shot – http://i50.tinypic.com/apdvt2.png
    Notice how the Subscriber profile is on the left but it shows my admin profile on the right? I was logged in as the subscriber at the time…but it changed!

    2. Logged in as an admin, when I try and delete a group it hangs (i.e. I click delete and the working wheel spins but nothing ever happens.)

    3. Logged in as an admin, when I try and accept a friend request from subscriber account it hangs. (i.e. I click accept and the working wheel spins but nothing ever happens.)

    4. When logged in as my admin account, when I try and log out I can’t.

    #139046
    Roger Coathup
    Participant

    This will tell you about hook and action programming in WordPress: https://codex.wordpress.org/Plugin_API

    The do_action() calls are there for you to add your own hook functions, and in some cases will also invoke hook functions that BuddyPress / Themes / other plugins have added.

    You can add your own hook function that is called when the do_action ‘bp_before_registration_confirmed’ is invoked. You use add_action to add your actions.

    djduckworth
    Member

    My theme has an author bio for posts but links to an archive page for the author. I installed BP Blog Author Profile Link to make it link to the BP profile instead,

    http://wordpress.org/extend/plugins/bp-blog-author-link/

    However they now link to /members/admin/profile/ instead of /buddypress/members/admin/profile/

    The base buddypress folder is not included.

    Is there a way to fix the plugin or a simple code snippit I can put in the theme file to replace the current link?

    #31076
    raminjan
    Participant

    can I make apps in Visual Basic and incorporated in wordpress and buddypress as a plugin and if so how? please thanks.

    #138996

    In reply to: $activity_id

    modemlooper
    Moderator

    Are you trying to add a custom post type to the activity stream when it is posted? Look at the record activity function http://bpdevel.wordpress.com/2011/08/12/custom-post-types-comments-and-the-activity-stream-in-bp-1-5

    Ben
    Participant

    Howdy,

    I’m relatively new to the world of BuddyPress and have a question that is mostly concerning site plumbing.

    I have installed BuddyPress on a subdomain of my main site (community.mysite.com) and am attempting to make it so that when a user creates a new blog it is stored in a subfolder (community.mysite.com/userblog). After doing a little research I installed and activated a multi-network plugin (http://wordpress.org/extend/plugins/networks-for-wordpress/). I then created a new network (“Community Blogs” with the domain, “community.mysite.com”) where the blogs would be stored.

    I have seen this done elsewhere, so I know it is possible, I just need a bit of help to get started. Right now when you visit “community.mysite.com/blogs” you see all of the sites on the entire WordPress Install (including test sites on the main network, etc.).

    Is there a way for BuddyPress to only list the sites created in the other network? But more importantly, how to I get BuddyPress to create new blogs on a separate network?

    Any help would be appreciated,
    Ben

    #31062
    9087877
    Inactive

    After I log in on my home page in which mine is the activity as I had set up in the dashboard/settings/reading Front Page displays. The bug is this: I can log in and out on every buddypress page except if you go to “Edit My Profile” and then try to log out it redirects to “Page not found.” I am using no plugins, just wordpress 3.4.1 and buddypress 1.6 on localhost for testing.

    akeable
    Member

    Fixed it just a formatting problem from when you posted the code. Thanks a bunch

    akeable
    Member

    Sorry that didnt work

    #31057
    mairaj
    Participant

    I’m trying to disable and delete a MultiSite completely where my primary site is a BuddyPress website which I want to keep as single WordPress (Non-MultiSite) installation. Other websites (total 4) were regular sites that I have already removed.

    Removing the specific codes from wp-config and htacces to disable MultiSite gives database error and WordPress shows a database repair screen. When I run the repair following error comes:

    Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.

    databasename_posts: Table ‘Database-User-Name_posts’ doesn’t exist
    databasename_comments: Table ‘Database-User-Name_comments’ doesn’t exist
    databasename_links: Table ‘Database-User-Name_links’ doesn’t exist
    databasename_options: Table ‘Database-User-Name_options’ doesn’t exist
    databasename_postmeta: Table ‘Database-User-Name_postmeta’ doesn’t exist
    databasename_terms: Table ‘Database-User-Name_terms’ doesn’t exist
    databasename_term_taxonomy: Table ‘Database-User-Name_term_taxonomy’ doesn’t exist
    databasename_term_relationships: Table ‘Database-User-Name_term_relationships’ doesn’t exist
    databasename_commentmeta: Table ‘Database-User-Name_commentmeta’ doesn’t exist

    My question is : Is there a way I can back-up my BuddyPress users with all their xProfiles data, avatars, album photos and login capabilities, completely remove my installation, reinstall it from scratch and then restore the BuddyPress as it is now?

    Any ides?
    Thank you for the help :-)

    notpoppy
    Participant

    @djpaul I appreciate that. It is immensely frustrating not to be able to recreate it.

Viewing 25 results - 17,201 through 17,225 (of 32,678 total)
Skip to toolbar