Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,701 through 13,725 (of 32,678 total)
  • Author
    Search Results
  • Feeligo
    Participant

    Thanks for the comments. We added screenshots a couple of weeks after launching the plugin. They can now be found on the plugin page at https://wordpress.org/plugins/buddypress-virtual-gifts-widget-make-money-boost-social-network-engagement/screenshots/

    #166535

    In reply to: Bug in comment feed???

    Henry
    Member

    Bug reports can be raised at Trac once you’re sure it’s a bug:

    https://buddypress.trac.wordpress.org/

    #166533

    In reply to: Import Social Contacts

    Henry
    Member

    Although it doesn’t let you import friends, the Invite Anyone plugin will allow your site members to invite their contacts to sign up. Although not exactly what you’re looking for, it may be helpful.

    https://wordpress.org/plugins/invite-anyone/

    shuklaamar1509
    Participant

    I have some serious problem using BuddyPress with IIS and SQL Server 2012.
    My WordPress version is 3.5.1
    BuddyPress version is 1.7.2 , IIS 8 , SQL Server 2012.
    I am using wordpress-database-abstraction for using SQL Server.

    My problem is when I install BuddyPress and activate it, the pages like Activity, Groups , Members Leads to wrong pages.
    Permalinks for these pages are like “http://localhost/wp-sqlsrv/index.php/activity/” ,”http://localhost/wp-sqlsrv/index.php/groups/”
    these pages only have Title Like Groups ,Activity and not anything

    But if I change the url for Groups page from “http://localhost/wp-sqlsrv/index.php/groups/” to
    http://localhost/wp-sqlsrv/groups/” then I see the correct page.

    why these permalinks are wrong and how to make them correct
    I am using URL Rewrite 2.0
    and My web.config is
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name=”WordPress Rule” stopProcessing=”true”>
    <match url=”.*” />
    <action type=”Rewrite” url=”index.php” />
    <conditions logicalGrouping=”MatchAll”>
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
    </conditions>
    </rule>
    </rules>
    </rewrite>
    <defaultDocument>
    <files>
    <remove value=”index.php” />
    <add value=”index.php” />
    </files>
    </defaultDocument>
    </system.webServer>
    </configuration>

    Any help ! I am struggling from 3 days for this.

    #166524

    I started disabling plugins. Turns out this one: Background Manager, was the culprit. I completely removed it and it’s working fine now.

    Thanks for the kick!

    #166522
    Rishikant
    Participant

    Hi there we are trying, if in a group only moderator activity is shown, not any member’s activity like- Someone has joined the group update.
    Any help or documents
    Thanks, hoping for reply soon
    we are working on, WordPress 3.5.1 BuddyPress 1.6.4

    Rishikant
    Participant

    hi, we are trying to do this Who is online function should be limited to friends circle only,or .
    or group members only.
    Any Help
    we are using wordPress 3.5.1
    buddypress 1.6.4

    #166508
    aces
    Participant

    @inge12

    WordPress and buddypress use a system of language files which can be edited with a special editor such as poedit. Although there is a bit of a learing curve it should be easier than editing individual text strings…

    The sentence you refer to is found in the buddypress.pot language file. see : https://buddypress.trac.wordpress.org/browser/tags/1.7.2/bp-languages/buddypress.pot#L5160 – This core file should not be edited. The first link explains what should be done instead.

    The 2nd link was if you wanted to change a ‘slug’….

    SadNinja
    Participant

    I have a wordpress multisite where users sign up and make pages to show off their sports stats. I installed buddypress so users could friend each other but when a user clicks the link on the friends widget it takes them to the buddypress activity stream. Is there a way to setup the link to go to their blog instead of the activity stream. Sadly my guess is no, but I was hoping someone might know a work around like allowing a user to add a link to the activity stream that could point to their blog. I am running latest version of genesis with the agency child theme and the latest version of buddypress.

    #166495
    Eugene
    Participant

    I’ll certainly look into this solution more.

    When I started I was new to WordPress. Now I’m new to BuddyPress so am looking at the feasibility of integrating or replacing what I’ve written. I have a lot of specifc business rules in the profile I’ve written so I would prefer to use what I have, not to mention not to throw away all my work. The hidden but required fields is just an example of one of the many business rules I’ve written in my plugin.

    #166484
    Hugo Ashmore
    Participant

    the answer to that question is in the codex ๐Ÿ™‚
    https://codex.wordpress.org/Function_Reference/wp_redirect – it doesn’t exit automatically!

    #166474
    davol
    Participant

    Hi,

    I am running WordPress 3.5.1 with BuddyPress 1.7.2, using WordPress default theme TwentyTwelve with the BuddyPress Template Pack plugin amongst a few other plugins installed.

    I’ve been getting on ok with customising it all but have been struggling for literally a couple of hours trying to remove the word ‘Directory’ from the auto-generated title ‘Members Directory’. Logically I thought it was the line of code (line 21):

    <h3><?php _e( ‘Members Directory’, ‘buddypress’ ); ?></h3>

    found within /wp-content/themes/twentytwelve/members/index.php

    I switched it to:

    <h3><?php _e( ‘Members’, ‘buddypress’ ); ?></h3>

    However no change reflects in the front end. I’ve also tried adding extra test lines of code in various ‘out of the loop’ parts of both this page and members-loop.php but nothing works. I’ve tried googling and looking through the forum as this is just a straight HTML title, its not hyperlinked.

    What am I missing?

    Could it be some sort of caching issue, or is there some sort of code that needs going in a functions file?

    url is: http://devserver4.co.uk/claydoncourt/members/

    Thanks for any help on this…

    #166466
    Reacton
    Participant

    @modemlooper Sorry if this upsets any parties but my Java script lecturer from last year was absolutely terrible and as such we learnt basically nothing about java script.. I do know my way around wordpress and the files in the backend however so could you please tell me how to implement this javascript code in detail?

    Any help much appriciated,

    Lloyd.

    tsandesh23
    Participant

    I am using WordPress Version 3.2.1 . I have used BuddyPress plugin and custom community theme for my site (not live, it’s in local device). In custom community theme, there are many groups(city) and each group may contain many users. I need to display pictures in main body section of the city/group page uploaded in that group only. All the images are uploaded on C:\xampp\htdocs\staging3\wp-content\uploads\bpfb. But I need to display the pictures of respective groups in the group body section.
    For this I have tried to use image_tag_templates.php file of C:\xampp\htdocs\staging3\wp-content\plugins\buddypress-activity-plus\lib\forms location.
    How to use that??
    And my real concern is how to distinguish the images of respective group from bpfb folder?

    inge12
    Participant

    WordPress 3.5.1.
    Theme Weaver II Pro 1.3.8
    Buddypress 1.72
    Also use WangGuard plugin: http://wordpress.org/plugins/wangguard/
    Site: http://ssnet.org/

    I created a page in my WordPress blog (http://ssnet.org/join-us/) for Buddypress registration, and I added the shortcode [register-page] (It seemed like it ought to be valid. ๐Ÿ˜‰ So where do I find a list of valid shortcodes for Buddypress??) Attempting to access the page directly yields a page-not-found error. However, it comes up when a user clicks on “Register” on the front page.

    However, the content on the page I created gets totally overlooked and standard registration form content appears instead.

    I see this in the Source for the page:
    <div class="entry-content cf">
    <div id="buddypress">

    <div class="page" id="register-page">

    <form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">

    <p>Registering for this site is easy, just fill in the fields below and we'll get a new account set up for you in no time.</p>

    I would like to know precisely where to find the form to edit the paragraph beginning with "Registering ..." (I don't want to use a plugin for that).

    There's much else I would like to do, but editing that one paragraph would be a good start.

    Any help would be much appreciated. :) (I'm quite inexperienced re Buddypress. Trying to learn ...)

    #166446
    inge12
    Participant

    Leofitz, WangGuard will check your user base for spammers and delete them.

    See https://wordpress.org/plugins/wangguard/

    The author says that “WangGuard not only protect your site from sploggers, spam users or unwanted users, WangGuard cleans your database from them. No plugin or service does this, only with WangGuard you will get this feature,” and I believe him. His English may not be too good, but the plugin is really outstanding.

    There’s just one consideration for you: In order to have your database cleaned up, you will have to submit far more than 500 queries the first month. Perhaps you can arrange to pay for a month?

    Here’s my suggestion to reduce database queries after that. (It worked for me.) Buddypress allows for the customization of User Profiles. Add a couple of questions that require a certain amount of intelligence to answer and make them required. That means the form will not be submitted either to WordPress or to WangGuard if the required fields are not filled out. It’s not fool-proof, but it decreased queries on my very busy site to just a few a day.

    Incidentally, I added a question, “How do you plan to participate?” Among the choices offered the user are these:
    “I want to increase my online presence.” and
    “I want to sell my stuff.”

    We don’t need anyone not bright enough to figure out that these replies do not make the user desirable. Now all I need is a script to automatically kick out users who choose these replies. ๐Ÿ˜‰ (As it is, they can be manually deleted if other users report them.)

    I don’t know what happens to a group when all the users are unsubscribed, so this may not be precisely what you are looking for. But WangGuard will make your site secure against almost all sploggers. (One registrant passed all tests on our site, and we had to delete manually, but that person must have registered manually too.)

    Good luck!

    Inge (http://ssnet.org)

    #166438
    CompassSeeker
    Participant

    Oh I just added it to my functions.php. Unfortunately, the new link does not appear in the theme’s navigation bar but rather the custom menu from wordpress which I put in the footer. Anything I can do?

    #166435
    @mercime
    Participant

    @dswd depends on the project. If you’re creating a WP theme and want to make it compatible with BuddyPress, simplest requirements are: the_title() and the_content() and using jQuery which comes bundled in WP. That’s it. BuddyPress is compatible with nearly all WordPress themes.

    #166431
    bp-help
    Participant
    CompassSeeker
    Participant

    Hi,

    I have been searching and searching various topics on the forum and it doesn’t seem like I can find a solution that works for me. I am trying to add a link in my home page’s navigation menu called, “My Profile” and this dynamic link should be able to send users to their buddypress profile page. Unfortunately, I have tried many addons as well as different snippets of code but nothing seems to be working.

    Here is a screenshot with the navigation menu that I would like to create the dynamic my profile page. The my profile page link you see in the navigation bar is not active. I am using the Nimble Theme. http://i.imgur.com/haP0KOX.png

    The reason I need to do this is because I hid the admin bar for all users except for the admin since I wanted to get rid of the links to the wordpress backend.

    Eugene
    Participant

    I’m almost done with a custom implementation of WordPress 3.5.1. It’s a closed community and I have a pretty complex profile page and member directory. I can’t use BuddyPress completely because of specific requirements. For example, some profile attributes are not editable by members, but are required. These fields are populated during member signup, which is also a custom implementation of mine.

    However, eventually I would like to use BuddyPress for most of it’s other community features, such as the activity stream, messaging, forums, etc.

    Any ideas on how I can replace/integrate my profile implementation with BuddyPress? Here are some initial ideas:

    • Override BP profile page with a child theme to use my custom php template to only display the profile not edit it. Is this possible? Then users would use my custom profile form which is in wp-admin.
    • In addition to the above I could hook my profile page to save it’s data in BP’s xprofile tables instead of my custom table.
    • Continue to use my custom implementation but only put the default name field in BP’s xprofile table to “connect” the two profiles together.

    In addition to this, I played around with BP and my implementation and I couldn’t figure out how to filter 2 essential items: links to profile page and avatars.

    1. I have a filter on get_avatar to display the member’s profile headshot, but I couldn’t get BP to display it when I filtered on bp_core_fetch_avatar or bp_core_fetch_avatar_filter.
    2. My member profile page is at /profile/member using a custom specialized page template. Can I filter BP’s profile links to link to this instead of it’s profile page?

    Thanks in advance for any input

    #166393
    4ella
    Participant

    Hi, I have latest 1.7.2 version of Buddypress and latest version of wordpress but all I see is the tab for โ€œMy Postsโ€ but without any post in it even if those members has 5 , 100 or me 1000 posts , is it updated for latest version, still working?

    #166386
    muay124
    Participant

    I wonder how would the wordpress and buddypress member tables work together. I exported a csv wordpress data file and want to import it buddypress. Does the tables or fields will match? Your help and suggestions will be greatly appreciated. =)

    Paul Wong-Gibbs
    Keymaster

    Yep. @slaffik’s also done a BP-specific version, should you ever need a BP-specific content: https://wordpress.org/plugins/bp-default-data/

Viewing 25 results - 13,701 through 13,725 (of 32,678 total)
Skip to toolbar