Skip to:
Content
Pages
Categories
Search
Top
Bottom

New to buddypress

Viewing 8 replies - 1 through 8 (of 8 total)

  • Aditya Singh
    Participant

    @stuffsone

    I am using wordpress 2.9.2 and buddypress 1.2.3


    Aditya Singh
    Participant

    @stuffsone

    anyone??? guys..help me out here…


    r-a-y
    Keymaster

    @r-a-y

    Here are some short answers to your questions:

    1. A custom plugin is needed for this. Or you could use an auto group join plugin.

    2. Could try modifying the group template in your child theme to add a forum loop.

    3. Read this – https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/

    4. Requires a custom plugin. Look at the Groups API – https://codex.buddypress.org/developer-docs/group-extension-api/

    5. What do you mean by this? Adding member information? If so, use BuddyPress’ xProfile setup located in the WordPress admin area.

    6. You’ll have to code one yourself. There was an old plugin by Manoj Kumar that you could use as a reference point. Will need updating.
    http://manojkumar.org/user-import-for-buddypress/


    Aditya Singh
    Participant

    @stuffsone

    @r-a-y
    Thanks. I did have a look at the auto group join plugin. I have a few follow-up questions though. As I saw on buddypress itself, it did not need me to “join” any group anywhere… The moment I posted on any group, I became a part of it…That would also serve the purpose to a large extent…
    from the extra sections in the user’s profile section i meant -> there are some extra features that i am providing in my website…things that I have hard coded…I wanted to hard code them into the user’s profiles…

    about everything else, i will do the needful and get back if there are further doubts…Thanks a lot…
    and thanks about the plugin by manoj…i will have a look…and if i can code the plugin, I will share it here….


    r-a-y
    Keymaster

    @r-a-y

    @stuffsone

    re: #1. Auto-joining a group when posting in a forum already exists by default! Try it out on your test install.


    Aditya Singh
    Participant

    @stuffsone

    @ray
    I have created an excel parser/loader, that enables a user to import data directly into the table they want to from excel….as long as a user customizes the code-fragment depending on the fields present in the table, it is good to go…Will try to frame this into a plugin after 21st of this month…trying to get my site live by 21st…

    re#4 (extra items in group header)
    what i meant was : lets say I want to add “description2”, “description3”, “description4” besides the default “description”, and I want all of them appear on the group header page….now, I have modified the table structure so that it now has few more fields, i.e. “desc2”, “desc3” and “desc4”.
    Here are my follow-up questions on this:
    a. would it be a bad idea to do this way…i mean i have done it hoping that whenever buddypress is updated, my database will be left untouched…wouldn’t it?
    b. I tried creating the functions for fetching desc2 etc based on function bp_group_description() in the bp-groups-templatetags.php, and calling it finally in group-header.php, but it does not work….am i doing something wrong??

    Now this may be asking a lot but could you tell me what possibly could be going wrong here, or may be show be how this should be done, assuming a person has to
    “fetch the details of a field XYZ in the table bp_groups”
    OR
    in case altering with the table bp_groups is a bad idea, I could create a second meta-table with my parameters that has the group_id of the group whom the values of these fields correspond to….but in this case also, how do i fetch the results?


    Aditya Singh
    Participant

    @stuffsone

    thanks @r-a-y
    the forum loop did solve one problem of mine… :)
    that was great…when i saw the forum link on the homepage, i did think “if only i could pass an argument to take these group by group, and the link you shared had just that…
    :)
    i needed them just on one of the pages….initially thought of adding a new one, but later clubbed it with home only…. one conditional statement+ur shared link, and this problem was resolved fully :)


    Aditya Singh
    Participant

    @stuffsone

    queries 1 to 4 fully resolved…
    5 and 6 almost…thanks everyone

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘New to buddypress’ is closed to new replies.
Skip to toolbar