Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,276 through 32,300 (of 69,120 total)
  • Author
    Search Results
  • Hi Hugo. That did the trick. Thanks so much for your help, much appreciated.

    allentan
    Member

    Apologise for the confusion. Here is the mapping..

    http://pastebin.com/5QLFbBnz (header.php)

    http://pastebin.com/eEqiDzAb (index.php)

    http://pastebin.com/EPpc1Mzv (page.php)

    http://pastebin.com/Zb8th1EL (sidebar.php)

    http://pastebin.com/iwjiyE5D (footer.php)

    Let me know if you got any solutions…

    #131645

    In reply to: BP https.

    yadigit
    Participant

    @hnla
    The website is hosted off of 1and1.com.
    Using wp 3.3.1
    and the newest BP ( not sure what version it’s at now )

    I used a program called netspark i believe,
    ( just had to reformat today to linux. Couldn’t stand Windows 7 >.< )
    One I get the program installed, I will screen shot the reports of a BP site, and a some other social CMS ( elgg. )
    The program pervades full details on why the passwords are being sent over https.
    I will also contact other BP sites with their permission and test their site too and take a screen shot of the results.

    Don’t get me wrong, Buddypress is one of the BEST plugins for WordPress.
    also, I will see if it has something to do with WordPress it’s self.

    The reason why im bringing this up is due to the fact that I installed Elgg on a different domain and the passwords were secure.

    @mercime
    Participant

    @ironjade not quite clear on what you mean, could you be more specific as well as give ways for us to replicate the issue. Is this happening on bp-default theme or a custom theme?

    #131643
    @mercime
    Participant

    @frostdawn suggestion is to upgrade your BP Corporate Theme.

    If you feel like tackling the issue yourself, install two plugins: Log Deprecated Notices plugin and the Theme Check plugin. For the first plugin, you will see if there are deprecated template tags with the replacement template tags after a minute or so.

    For Theme Check, take care of the results posted with “Warnings” and “Required” items if any. No need to worry about the “Recommended” or “info” issues. if any

    #131640

    In reply to: BP https.

    Hugo Ashmore
    Participant

    How were they sent then?
    To be honest this question you pose is more to do with you perhaps first having an understanding of protocols and how they work and what part applications that run on servers have in that process.

    I’m not trying to put you off the discussion, but this is not really an issue with buddypress unless you can come to us with some explanation of how in your tests you have arrived at the possible conclusion that bp is not secure in some fundamental way.

    #131639
    @mercime
    Participant

    #1) – If the user clicks on the date of an activity item re a blog post, the user is brought to the single blog post .
    – If the user clicks on the date of an activity item re a forum topic, the user is brought to the forum topic page
    – If the user click clicks on the date of other activity items, the user is brought to members/single/activity/permalink.php page. You could add HTML structure just after get_header as well as just before get_footer.

    #2) You can tackle that by adding something this at the bottom of your stylesheet:
    `div.activity-header p a.activity-time-since {
    clear: left;
    float: left;
    margin-left: 15px;
    margin-top: -30px;
    }
    .activity-inner > p:first-child {
    margin-top: 20px;
    word-wrap: break-word;
    } `
    Adjust to taste

    Prometheus Fire
    Participant

    @boonebgorges since this patch was implemented by you, could you take a minute to help me out with this?

    #131625
    locustfist
    Participant

    @mercime

    your code has ‘locustfist’ in there a couple of times; was that intended?

    #131622

    In reply to: Hiding the admin user

    uwebsite
    Member

    Thanks for answering, but that is not what i am looking for. I would like to hide the adminuser from buddypress, not just from some lists. Isn’t it possible to take him out of the system? The admin doesn’t needs a profile etc., just access to the admin-area and the control of the system. He shouldn’t appear in any list and the name should not be public.

    Has anyone an idea? Maybe i caould change something in the wp-core, but where?

    #131618

    In reply to: Forum Topic Count

    @mercime
    Participant

    @cornerstonecooking Not sure why it’s happening on your install, but please post at bbPress forums to resolve this issue as this is regarding the bbPress plugin albeit integrated with BP https://bbpress.org/forums/ log in with same username and password used here

    #131617
    @mercime
    Participant

    @locustfist To remove “Members” tab on Group Pages, per @boonebgorges BP 1.5 update: add the following to your theme’s functions.php
    `function locustfist_remove_group_member_tab() {
    bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘members’ );
    }
    add_action( ‘bp_setup_nav’, ‘locustfist_remove_group_member_tab’, 15 );`

    To get rid of the member count of the Group Directory Page
    – download groups-loop.php from here
    – change line #61 from ` / ` to “ thereby removing the member count
    – upload groups-loop.php to your server wp-content/themes/your-theme-folder/groups/groups-loop.php

    @mercime
    Participant

    @allentan Next time, please identify which pastebin links to which theme file.
    Confirm – the 1st paste is header.php, the 3rd paste looks like index.php, the 4th paste looks like sidebar.php and the 5th paste is footer.php. Your 2nd paste is BP Groups Index page which I don’t need.

    Where is the paste for page.php file? If you want to use full-width, post code for the full-width page. If you want to you left or right sidebar, please post code of your preference.

    #131607
    Paul Wong-Gibbs
    Keymaster

    Probably you are calling the function before the javascript is loaded. .bind(‘load’) is also a non-standard method of hooking javascript into a page, and I’m not exactly sure when that event fires. I suggest you try changing to that to http://api.jquery.com/ready/, and maybe it will fix the javascript problem.

    #131606
    Paul Wong-Gibbs
    Keymaster

    BuddyPress was originally built for WPMU. For some reason, we’ve got a bunch of username registration code inside BuddyPress itself (we should let WordPress take care of that) — which was based on WPMU — which is why this restriction exists, even one single-site BuddyPress.

    Keep an eye on https://buddypress.trac.wordpress.org/ticket/4057

    #131604
    tcbroonsie
    Participant

    @mercime Thank you for the information.

    #131602
    @mercime
    Participant
    #131601
    frostdawn
    Member

    Any updates or suggestions? Anybody?

    Hugo Ashmore
    Participant

    Your PHP script memory limit may be too low, if you have access to php.ini see what value is set for memory limit and if around 32mb try upping it to around 96mb or even 128mb, or check the bp codex for other means of changing the value through wp-config.

    #131597
    BlinkyBill01
    Participant

    Thanks for the reply, @djpaul. The only thing I’ve seen recently was for something called BP Group-O-Matic but that seems only to assign groups to join for people that search for a topic.

    Ok, I think I may have found it: https://wordpress.org/extend/plugins/buddypress-groups-extras/

    That seems like it would be my next choice to use if I can’t find something exactly like Extended Profiles. While that allows the creation of more custom fields, it leaves the types of fields up to the user. I’m looking to be able to, as the admin, create the custom fields that are available to all groups, in the same fashion as the Extended Profiles custom fields.

    I’ll look into this one a bit more.

    #131596
    HorrorUK
    Participant

    Thanks @mercime

    Where do I get that permalink file? I took a look in the BuddyPress folder and the default theme, but couldn’t see it there.

    #131594

    @djpaul , i can confirm that this bug is still there and am using the latest bp. not 1.6

    #131592
    udotorg
    Member

    1. I’m fine with losing that top header/title thing at the top. It’s one of the things I’m thinking about taking out entirely anyway.

    2. Yes. I’d like to keep the sidebar.

    Related notes:

    I’ll be making some tweaks to the layout to make more room for the main content column that the Buddypress stuff will be in to have more room, and so it fits on a 1028 width screen. But yes, I need the Buddypress area to fit into the main content column, and since it sounds like this creation of two files (header-buddypress.php and sidebar-buddypress.php) option would be less buggy with BP upgrades, that seems like the safer bet for someone of my poor coding skills. Once it all just works, I should be able to do any CSS mods necessary to make it all look cohesive enough.

    Much thanks for the help.

    #131591
    @mercime
    Participant

    @horroruk and @abac1000, you’re missing the permalink.php file or have not made it compatible with BuddyPress by changing the HTML structure per compatibility process. After revision, permalink.php should be uploaded to your theme’s folder in your server and following directory structure like so, wp-content/themes/yourthemename/members/single/activity/permalink.php

    #131590
    @mercime
    Participant

    The http://dethuletræ.dk/forums/forum/forum-2/ goes to 404 page. Did you previously create the additional category and topic from the backend or frontend?

    Before anything else, to prevent the blank pages and 404’s on BP pages, you need to make your WordPress theme compatible with BuddyPress by installing and activating the BP Template Pack plugin then go through Appearance > BP Compatibility https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

Viewing 25 results - 32,276 through 32,300 (of 69,120 total)
Skip to toolbar