Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 28,951 through 28,975 (of 69,106 total)
  • Author
    Search Results
  • #138395
    yadigit
    Participant

    What is your website? It could be the sidebar not in the right place.
    Using the template pack helps a lot, but some CSS editing may be required.

    #138392
    pantone
    Participant

    @r-a-y, thank you for your help! By removing that define line from functions, account settings profile pages are now linked to: “domain.com/members/username”.

    Thank you, really appreciate your help.

    Another inquiry while we’re on the subject — I currently have Extended Profiles disabled, but I have Account Settings enabled. I’ve been testing different WordPress roles on my site and discovered that if a subscriber types in their browser: “domain.com/members/anothersubscriber” (where “anothersubscriber” = another member on the site that is also a subscriber), they receive an error (404) page. Obviously this happens because non-admins are not allowed to have this type of access. However, instead of throwing a 404 page, how can I have their (note: “their” meaning non-admins. in my case, subscribers) request redirect to the homepage or to their own profile page?

    Thank you!

    maryefern
    Member

    @mercime

    As I indicated above, I have MySQL 5.1.6, so that shouldn’t be an issue, right? Which files should I re-upload exactly? I’m a bit confused as to why that would help exactly… WordPress itself seems to be working fine, but are you thinking my files are corrupted?

    #138390
    r-a-y
    Keymaster

    Try this plugin instead:
    https://wordpress.org/extend/plugins/buddypress-registration-groups-1/

    It’s not as outdated as the one linked by karmatosed and should work. If it doesn’t, please inform the plugin developer.

    #138389

    In reply to: Google Analytics

    r-a-y
    Keymaster

    BuddyPress is a WordPress plugin, so try looking for any WordPress Google Analytics plugin:
    https://wordpress.org/extend/plugins/tags/google-analytics

    If you’re looking for customized, advanced, Google Analytics data for BuddyPress that use custom variables and event tracking, I don’t believe one exists at the moment and will have to be custom-developed.

    r-a-y
    Keymaster

    @notpoppy – You have the right idea that your code is loading before BuddyPress and you are also correct to have read the Checking if BuddyPress is active codex article.

    Now, you just need to connect the dots!

    1. Create a new folder (eg. /my-bp-plugin/).
    2. Copy and paste the contents of what you wrote above into a new file (eg. /my-bp-plugin/my-bp-plugin.php).
    3. Now, copy and paste the contents of the codex article into a new file (eg. /my-bp-plugin/loader.php) into the folder you just created. Make sure to change the file path and name to the ones you created above as well as the meta data at the top of the file.
    4. You should now have a folder with two files. Move this folder into the /wp-content/plugins/ directory, navigate to the WP admin dashboard and activate the plugin!

    If you have any other questions, let me know.

    #138386
    @mercime
    Participant

    @tgg brand new install on WP 3.4.1 and BP 1.5.7? Is BP installed in main site or subsite? Windows or LInux hosting? Error log? Have you tried deactivating all plugins except BuddyPress and see if issue is resolved?

    #138384
    modemlooper
    Moderator

    Try:

    Change the register slug to something else. Make sure BuddyPress or WordPress is not shown on any page of your site. Check footer and header via the browsers view source. Use a captcha. Only allow sign ups via Facebook connect. Don’t use multi site.

    In my profile privacy plugin there is a button on user pages that lets admins mark user as spammer. This is for quickly blocking a user. It doesn’t delete account just puts account into a state that will not allow user to sign in.

    I’m working my way through my plugins and adding updates. One update I may add to the profile privacy plugin is too block an account if they post without doing a certain thing first. Maybe they need to add a friend or join a group.

    Search around, but no one should open a BP site without locking it down.

    #138383

    In reply to: Header duplicating

    Tammie Lister
    Moderator

    I think we already covered that over here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/header-duplicating/. However, if that’s not the solution it’s probably a good idea to keep to one thread as saves confusion.

    #138382
    @mercime
    Participant

    @alexcurrie123 Yes, that’s the code of permalink.php. I believe that you only needed to create two files to fix alignment of the BP template files based on the HTML structure of your theme.

    In this case, to make it easy for you, open up that permalink page and make the following revisions:

    A. Beneath “ and before `

    `, add this:

    `

    `

    B. In the line just above “ add this:
    `

    `

    Save file.

    P.S. My username is not based on the Mercy Me band :-) Cheers.

    #138377
    @mercime
    Participant

    B. COPY your theme’s sidebar-single.php file (that’s the file called from your page.php file) and Save As > sidebar-buddypress.php

    Open up the blank sidebar-buddypress.php file and at the very TOP of the file, above all code add this:
    `

    `

    Save file.

    C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/celebritypress/ in the same directory where your regular header.php and sidebar.php files are

    D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.

    #138376
    @mercime
    Participant

    @blixus Confirmed that based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.

    If you’ve revised any of the BP template files transferred to your celebritypress theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your celebritypress theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.

    A. COPY your theme’s header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
    `

    `

    Save file.

    #138375
    9087877
    Inactive

    @rhenium3 in the right sidebar under support forums select which title would best fit your support topic, then in the menu above the topics in the main page area select New Topic. Scroll down if necessary and type in the title, and content. Then click the Post Topic button at the bottom.

    #138374
    dannyjimmy
    Member

    Sure enough, @peeld, your code A) set FORUMS as the default tab, and B) broke the activity updates! Thanks for the help!

    I don’t actually mind losing the activity updates, but I’m sure most folks’ projects could benefit from a solution here that didn’t break that function.

    Anyone have input here?

    #138373
    9087877
    Inactive

    @jloc14 You could wrap the activity-loop.php of a child theme with an if statement which checks to see if the user is logged in. At the very top above the first opening php tag in the activity-loop.php copy and paste this:
    `You must be logged in to view this sites activity. Click here to sign up.`
    Then after the last line of code in the activity-loop.php copy and paste this:

    Just replace the URL with your websites domain and save the file. It will keep non-members from viewing the activity stream and the link will direct them to the registration page. Its not a perfect solution but it is a quick fix. To add a basic friend check follow this tutorial by Sarah Gooding here: http://wpmu.org/how-to-add-profile-privacy-to-buddypress/
    Hope this helps!

    @mercime
    Participant

    @maryefern strange situation, only encountered this way back BP 1.0. :

    1. Check MySQL version. WP requires MySQL version 5.0 or greater. If you cannot find the version, ask your webhost.

    2. If you have version 5.0 or greater, download zip files of WordPress and BuddyPress, then manually re-upload (via FTP/File Manager) WP and BP files to server in respective directories

    #138371
    EndlessRange
    Participant

    So, I’m hijacking this thread because for the life of me I cannot figure out how to start a new thread to answer my question! How do I start a new thread on buddypress.org??

    #138368

    In reply to: Post rating plugin?

    websharx
    Member

    @Dwenaus, did you happen to create the plugin that can rate anything? I was looking to use it on my website.

    #138366
    12sp
    Member

    I ended up removing buddypress all together.

    #138365
    dannyjimmy
    Member

    Why would you want to set a body ID?

    Wouldn’t you want to set the title?
    `my buddypress title`

    My problem is that no matter where I am in forums and conversations, the page title is always just Groups.

    dannyjimmy
    Member

    they appear unused and not working.

    right. One way they’re not working is that they don’t even report the right info. I don’t recall which it was, but I ran one of those functions, and it was printing Private in a public group.

    I’m not sure what you mean “are you sure you’ve setup your $group variable correctly?”. In my thinking, BuddyPress sets it up, not me; I’m just trying to reference it. I copied that $group->status setup out of the definition for bp_get_group_type() in bp-groups-template.php.

    I’ll give a whirl to the `bp_get_group_type()`, since that demonstrably at least produces the correct group visibility level; my trick will be to use its output in a conditional.

    Ok, so `bp_group_type` is what prints text to the page, `bp_get_group_type` seems to summon the text as a returned value (which bp_group_type() uses for its printing)


    SUCCESS!


    `<?php if (bp_get_group_type()== "Public Group")
    print “foo”
    ?>
    <?php if (bp_get_group_type()== "Private Group")
    print “bar”
    ?>`

    On a private group, I saw foo outputted and no bar. So it works.

    It feels less than elegant. It would be more elegant to just use the variables that bp_get_group_type() calls. But for now, it works.

    Thanks, @RogerCoathup, for the guidance :-)

    #138360
    Tammie Lister
    Moderator

    Could I clarify where you are looking as http://testbp.org/groups/twitter/ is my assumption and as you can see that filter works for replies. My guess is that perhaps this is a theme issue – have you checked on that page you don’t have any scripting errors?

    Alternatively if you could provide a link that would help a little or maybe you are able to test the default BuddyPress theme? I know it’s not a direct answer but it’s hard to guess without knowing a little more about your site.

    #138357
    mark_hives
    Member

    After poking around for a bit I found this link : https://codex.buddypress.org/getting-started/before-installing/#system-server

    That clearly states Apache with mod_rewrite is required to run BuddyPress. So sorry for the unnecessary post and I’m off to have a look at bbPress and possibly Mingle.

    Cheers,

    Roger Coathup
    Participant

    Logically bp_get_group_is_public() is the function you want to use —

    That said, I can’t find anywhere in the core code where is_public is getting set, or getting used in the default theme. @djpaul – is this a set of functions that should be stripped out – they appear unused and not working.

    Instead, the default template makes use of bp_get_group_type(), which in turn uses the $group->status attribute (as you’ve tried). In your case, are you sure you’ve setup your $group variable correctly?

    #138355
    Roger Coathup
    Participant
Viewing 25 results - 28,951 through 28,975 (of 69,106 total)
Skip to toolbar