Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,626 through 65,650 (of 94,540 total)
  • Author
    Search Results
  • Hugo Ashmore
    Participant

    No nothing will if you don’t describe a unit!

    Brian Owens
    Participant

    Hi, I’m working on a site at illuminationsculturalexperiences.com and the header looks different in different browsers and screen resolutions. A guy at the warrior forum told me just to add width=”900″ to the css file in the body area, but no matter where I put that, nothing changes.

    Any help appreciated!

    #94599
    asshu
    Member

    I like it

    calvin_42
    Participant

    Hi there!

    (note : backslashes are removed on the forum, so “n” is “backslash-n”)

    I have a problem concerning the translation using the po/mo files. Everything works fine except for the emails content because of the new lines. Not the \n new line, but real new lines in code, as for example the file bp-groups-notifications.php:21 :

    `
    $message = sprintf( __(
    ‘Group details for the group “%s” were updated:

    To view the group: %s


    ‘, ‘buddypress’ ), $group->name, $group_link );
    `

    Using Poedit myself or using the official translations (french in my case) generates the same po entry :

    `
    #: bp-groups/bp-groups-notifications.php:23
    #, php-format
    msgid “”
    “Group details for the group “%s” were updated:n”
    “n”
    “To view the group: %sn”
    “n”


    n”
    msgstr “”
    “Les options de la famille “%s” ont été mises à jour:n”
    “n”
    “Accéder à la famille: %sn”
    “n”


    n”
    `

    In run time, the match is not made and therefore the content is not translated. The only way will be to add_filters to modify the email content, replacing the real new lines by n.

    Any idea how to solve it ?

    Thanks!

    Anonymous User 96400
    Inactive

    Jobs are dependant on groups. That bug with the error message has been fixed already. Just uploaded the latest dev version onto the test site :)

    Matt Edminster
    Participant

    I fished the following two lines out of the Simple Facebook/Twitter Connect plugins (login scripts) in order to make account linking available from within a Buddypress profile. Theoretically, this ought to work … just a matter of making the link accessible, right?

    `add_action(‘profile_personal_options’,’sfc_login_profile_page’); //Simple Facebook Connect account link function`
    `add_action(‘profile_personal_options’,’stc_login_profile_page’); //Simple Twitter Connect account link function`

    So my question is, what would be the code to use to insert both buttons at the bottom of the Profile > Settings > General page? (I’m assuming I would add these lines to my bp-custom.php file).

    Babelsheep
    Participant

    @Dwenaus Yeah, I’m in it for the social networking. I think I actually tried job-manager yesterday, but it didn’t seem to play nice with Buddypress. I’m guessing some plugins for WordPress will work with BuddyPress, but not all…or?

    I just tried Jobboardr. The CV part seems great, but I can’t figure out how to create job posts (is it disabled or am I going blind? :-) ). Also, I tried to create a group (thinking jobs might be dependent on groups), but a got an error message saying “Please fill in all required fields.” when pressing “Next Step” on the privacy settings page (public/private/hidden group).

    #94594
    Anonymous User 96400
    Inactive

    @svenl77
    The plugin still needs some work to properly check for hidden and private groups. I’ll have to do some fancy db querying to get there, but it’s in the works :)
    The plugin as it is now is ready for release, but our online shop needs another 2 days, so the release date now is this monday (11. Oct.). I’ll have the group stuff properly sorted by then.

    Restricting the attendees is a good idea, so I’ll put that on the roadmap. Right now it’s not possible

    Anonymous User 96400
    Inactive

    Yep, that’s possible. As Bowe said, you can check out my plugin at test.jobboardr.com. The plugin works on the bleeding edge version of BuddyPress, though, which has been a long time in the works. That’s the main reason why it’s not available yet. I’ll def. make it compatible with 1.2.6 and then release it.

    As for the marketplace, I coded a shopping cart that integrates with groups, so it’s definitely possible. It’s quite complex, so you’ll probably want to hire a developer to do it for you, as I can’t release my code to the public.

    Bowe
    Participant

    There is a job posting plugin in the works by @travel-junkie.. check out http://test.jobboardr.com/

    I think you need to pay a bit for the plugin but his work and support makes it worth it (imo).

    Dwenaus
    Participant

    @babelsheep yes this is possible and a good idea for a plugin. However If all you need is a job board and you don’t need social networking then I believe there are wordpress plugins that do this well.https://wordpress.org/extend/plugins/job-manager/ is one choice but there are others.

    #94585

    In reply to: blog sturcture

    tubruk
    Participant

    hi @r-a-y thanks for helping.

    no thats nto what I was looking for. I have categoris in my blog and I want to show them on the main page in columns.
    1Category | 2Category 3…
    title | title
    content | content

    how do I have to change this code:
    php the_content( __( ‘Read the rest of this entry →’, ‘buddypress’ ) );

    to get the content (the title ofcourse,date..) of a special category?

    #94583

    In reply to: Another Forum Plugin

    leguis
    Participant

    Try simple press forums http://simple-press.com/ is very usefull and autointegrate your network users. This plugin is not integrate with buddypress groups. You´ll need create the forum index page outside groups.

    Babelsheep
    Participant

    Well, the title basically sums it up.

    In the case of the job posting board, I’d like to have a content type of “Job Post”, that specific users can create via the frontend – sorta like when creating a group. This content type should contain input fields like for example ‘Salary [integer]’, ‘Location [text language="field"][/text]‘, ‘Job Description [text language="area"][/text]‘, ‘catagory [check boxes]’ and so forth.
    When this content type is submitted it should be listed on a dedicated page, where the user can sort the list jobs by category, location etc. The marketplace would basically be the same thing, but obviously with different fields.

    I just stumbled upon Buddypress yesterday, so I’m really the definition of a noob. :-)

    Anybody knows if this could be done? … Any alternatives? :-)

    #94580
    @mercime
    Participant
    #15676
    Maryke van Rensburg
    Participant

    I tried to privatize my buddypress site, but really not to much avail but I have a little solution that could help.

    1. Install plugin “Add All Nav Links to BP Adminbar’ and do all your fidgeting.
    2. Hide admin bar for logged out users
    3. Install “BuddyPress Sliding Login Panel”
    4. Relocate your admin bar with this code in your theme style.css
    ‘/* Relocate Admin-Bar */
    body { padding-top: 0px !important; }
    #wp-admin-bar {
    bottom: 0 !important;
    position: fixed !important;
    top: auto !important;
    }
    #wp-admin-bar ul {
    bottom: 27px;
    }
    #wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul{
    bottom: auto;
    position: relative;
    }

    /* END Relocate Admin-bar */

    Do not show your widgets for buddypress. I’m still working on that to show them somewhere for logged in users.

    You can see how I did it here: http://www.thehcgprofessor.com

    #94574
    @mercime
    Participant
    #94573
    Old Irving
    Member

    I had the same error and still wanted to use the theme – after I renamed it and got rid of the error message, I tried disabling the BuddyPress Template Pack plugin I’d installed to try to get a normal WordPress theme to work. Then I went back and applied the same buddypress theme again, this time with no problems.

    #94572
    Hugo Ashmore
    Participant

    @helijussila
    Yes activity is not viewable despite super admin access to hidden groups, I had a feeling I’d seen a ticket on this, and just ran across it again:
    https://trac.buddypress.org/ticket/2602

    So upgrading to 1.2.6 should sort the issue out,

    #94571
    Sven Lehnert
    Participant

    @Travel-Junkie, looks like a great plugin.

    I have some question:
    I need the possibility to attach an event with a group.
    If the group is a private hidden group, the events attached to this group should be visible only to the group members.
    Does the group events work also with hidden groups? and will the hidden event be visible for group members in the event calender view?

    Also I need the possibility, to restrict an event to n attenders. So if for example max attenders == 3, after the 3 attender, the registration need to be closed.
    I would be grateful if you could answer me my questions thanks ;-Sven

    vee_bee
    Participant

    Hiya @dwenaus
    Do you know if this creates an issue with authentication keys??
    I have this in my bp-custom, and when an activation key is sent, the user does not require it, as a username and password will still work.
    V

    #15672
    Archie Webmaker
    Participant

    I am looking for a simple very light weight discussion forum plugin/component only with categories,tags and posting form. User/profile link should link to the buddypress profile page and show latest activities in the profile page.

    I like vanilla forum but don’t want another profile area/page.

    I think this is easy one for developers.
    I want to leave Buddypress forums for the users to create their own groups and forums with freedom. Therefore I want another separate forum for some topics/categories.

    #94565
    r-a-y
    Keymaster

    You would need to modify the profile loop template so only BP site admins can edit the profile field in question.

    Get acquainted with the profile loop:
    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/

    Which you can modify in your BuddyPress theme’s /members/single/profile/edit.php file.

    You can use `is_super_admin()` to check if the logged in user is the admin.

    #94562
    Pisanojm
    Participant

    @boonebgorges your “less” good solution is the best in my opinion… rather than add to the theme’s function just put in in bp-custom.php best of “both” worlds… (don’t forget to change order of drop-down as Boone suggests in the theme)….

    #94559

    In reply to: BuddyPress Spam

    jwack
    Participant

    Thanks to this thread I am going on almost 48 hours with no new spam signups or blogs. lol I feel like I should get a coin? Yes that’s a bad AA related joke.

Viewing 25 results - 65,626 through 65,650 (of 94,540 total)
Skip to toolbar