Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,876 through 1,900 (of 2,990 total)
  • Author
    Search Results
  • #18773
    ultimateuser
    Participant

    Probably a really silly question but is it possible to create a topic I created myself. Ive posted several questions which have been resolved by now / or not relevant. How do I remove these from this forum?

    myerman
    Member

    Yeah, at the moment we are using the answers to these questions to grab content based on their gender, location, and category preferences — we match what they give us to WP categories and any meta-keys in the content we can match.

    #18742
    thealchemist
    Member

    I was inspired this morning to express my gratitude and thanks not only to the developers of BuddyPress and the various and sundry plugins but to all of you participating in this community who take time out of your day to put in your 2 cents worth, help us learn the deeper concepts and overcome challenges we encounter.

    Lord knows, I’ve dumped a bunch of questions here and received a ton of helpful advice.

    So … THANK YOU!

    #102453
    Hugo Ashmore
    Participant

    I simply don’t get what you are trying to do here and you seem to be over complicating things.

    Simply click the link to ‘groups’ in the main set of menu links this is the groups directory view and on that page should be seen a clickable link ‘create a group’

    This isn’t anything to do with adminbar, nor do you access this via a url which actually would be http://example.com/groups/create/

    Your bp default theme either shows this or it’s a defective incomplete install your other questions are related to third party plugins and / or themes and at this stage we are simply trying to establish that bp-default works before moving on.

    #102442

    In reply to: OK…still no luck

    Hugo Ashmore
    Participant

    Please do not create a new topic on the same subject, continue in the existing one, creating a new thread simply serves to fracture all that we have asked and discounted thus far in trying to help you and will have members asking all the same questions over again which is a pointless exercise and wasteful of resources.

    Please post a request for further help in the existing thread you started on this issue in order to bump the thread.
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/please-help-no-group-creation-option-in-groups-1

    Closing this thread

    markae2003
    Participant

    I am putting together a site which will be a directory for a specific profession. I would like people to have the ability to create a profile page, embed youtube videos on it and map their location. This would showcase their work and would be a resource for potential employers. I would also like these members to be able to interact using buddypress to create a supportive community. However, I suspect members would not want the whole world to see their discussions and interactions with other members. Members may steer away from posing questions where there are gaps in their knowledge for fear of undermining their credibility.

    How would it be best to achieve this balance? Are the buddypress profile pages flexible enough to add embedded video etc and can those be public while activity streams etc kept private for members only? Should I be treating the public directory and the buddypress community parts of the site completely separately? Any advice would be greatly appreciated.

    #18654
    James
    Participant

    hi,

    searched around google and bp, found a lot of topics re how to hide particular blog from blogs directory and nothing re how to hide whole directory.
    idea is to have MU enabled, but not to show this possibility to members for some time, let’s say beginning stage of site operation. yes, I found topic re how to hide blog(0) from profile, but even if blog creation is switched off, member still sees blogs directory (with one/main blog) + my blogs menu in admin bar, what definitely will raise tons of questions :)

    if someone has some code line, please share.

    thank you.

    #102048
    Hugo Ashmore
    Participant

    Well there you go! :)

    @fellowchirps now you know what plugin you installed that caused this if you have follow up questions on it please post them to the plugin authors group:

    https://buddypress.org/community/groups/bp-my-home/

    candacekthe1
    Member

    I apologize for the different threads, but I had a few different questions and wanted to keep them separate for organization’s sake.

    So I’ve found several threads that provide a means to do this, but none were quite what I was looking for. Being a PHP N00B, this may be the simplest question you all see today ;)

    I want to (if the field has a value) output specific profile fields on the members’ directory/search result list.

    Two of the Profile fields (custom) are Stylist’s Salon Name and Relationship Status.

    I have a feeling the Stylist’s Salon Name also isn’t working because of the apostrophe. I looked in the DB and the field name value is:
    Stylist’s Salon Name.

    As for Relationship Status, the value outputs, but not the strong tags and “Relationship Status:”.

    `

    Salon:

    Relationship Status:

    `

    #101693
    Virtuali
    Participant

    you need to give more information about your issue. “there is no option for this”

    What do you mean???

    Also, please provide some, or all of the questions from This post

    Andrea Rennick
    Participant

    If you’re using GenesisConnect, please keep questions over on that support forum. :)

    Usually, Buddypress links are all on the blog where BP is activated. They do not go across all blogs unless you add a line to the config file. (like you see in our demos)

    bgrun80
    Participant

    Cheers @boonebgorges.

    So, if I can clarify the whole process. Please tell me if I’m right or if I’m wrong,
    and I’ll post it up on my forum, and make a page in the codex if you want.

    When a visitor loads the URL of a Buddypress-supported site:
    1. the WordPress environment loads and loads the Buddypress plugin
    2. buddypress/bp-themes/bp-default is loaded (if you have activated that theme)
    3. as the visitor browses through different pages, functions are activated in those pages
    4. these functions draw their code from the core files (checking first if bp-custom.php contains same-named functions that will overwrite code in the core files)
    5. there are 9 core files
    6. these 9 core files require/include other groups of code from folders that are named the same way
    e.g. ‘bp-core.php’ requires/includes the files from the ‘bp-core’ folder
    7. The files in these folders are groups of code that share a similar category (e.g. classes) (e.g. bp-core/bp-core-classes.php)
    because modularizing them this way makes it easier to find the code you need.
    8. extra code that is hard to categorize clearly is simply put into the main file (e.g. bp-core.php)

    Questions:
    a. Is the above list right?
    b. Do the core files need to be loaded every time a user visits a page and activates a related function?
    e.g. if a user activates a function related to friends, does bp-friends.php need to be loaded?

    #18481
    brentcee234
    Participant

    Hello,

    I am using the current versions of BP and WP.

    #1 – When logged in I go to the forums page and automatically it already has “Post a new topic” opened, can this be changed? (originally it wasn’t open and you had to hit the “new topic” button…. Iam right?)

    #2 – When creating a new topic can I have the “Post In Group Forum:” part already selected to a specific group instead of dashes


    ?

    Thank you very much!

    victor_moura
    Participant

    Hey @boonebgorges – I’d love to suggest a standalone import/export – doing all these database imports and exports is definitely not an easy task for the below-average user like me, who became pampered with WordPress turn-key solutions :)

    If you can share some light on the 3 questions I made on my reply to @aljuk that would be fantastic! Sorry to bother with these simple questions…

    victor_moura
    Participant

    Hey @aljuk – this was superb!

    I am a newbie, but a newbie with endurance :-)

    I confess I was puzzled by your answer, but then asked the support staff of my hosting company to help me with steps one and two you listed.

    But now I am stuck. On step 3, I understand I should use Notepad (Text Editor on MAC OS) to edit the wp-config.php file that I have downloaded doing step 1 (I’m copying the entire public_html folder using FTP).

    Questions:

    a) what are the specific modifications I should do on the wp-config.php file in my hard disk after the copying of the remote files?
    b) how do I create a new local database? With MAMP? Which configurations should be set for this new database (never did that before)
    c) how do I import the gzip backup of the remote database I made with phpMyAdmin?

    #101454

    In reply to: A few questions

    Virtuali
    Participant

    There is a plugin for a photo, gallery, /audio that hookes into their profile.

    When users edit their profile, if you add custom profile fields via admin, every word they fill out will become a tag to member searches and inquiries, so lets say a member puts in their location as “Kentucky” If any such user would to search on the site “kentucky” that member would pop up.

    For the chat, I would recommend evolve chat.

    #17578
    mhaines2
    Member

    I am new to this malarkey, I have been using wp for some time but would like to make bp site.

    1. I am looking to have a portfolio page for each of the users. I want them to be able to create the page/album of images, video and audio at registration.

    2. Would it be possible to create a member query setup like on http://www.ooizit.com/ with drop down menus giving the user the ability to find other members using certain information.

    3. Is there any good chat plugins that your would recommend??

    Thanks

    bgrun80
    Participant

    Hey all,

    I’m a new developer (started a year ago). I’ve been working with WordPress for about 3 months and I get it.

    Buddypress is a different issue, because there is very little documentation that teaches a new developer what the functions/actions/filters do,
    how to use them, what parameters they take, etc. etc. I’ve been through the codex cover to cover (figuratively) but there simply isn’t enough there.

    So I’m gonna post some questions here, and I’ve asked a spiritual guru about this, if you answer them and help me understand how to use Buddypress,
    you will have a happy and healthy life and birds will stop pooping on your car.

    Question 1:
    I’ve read the wordpress codex page about the Plugin API, so I understand about add_action and do_action and hooks.
    But there are a heap of do_action’s in the bp-default theme’s header.php, index.php, & footer.php that I don’t understand.
    I’ve looked through other core files, but I can’t find where the add_action for them is, nor any documentation anywhere else.

    Could you please explain about, or direct me to the page of code for the following hooks:

    I’ve also started a blog on the subject. Feel free to comments and help out there.
    http://www.nextgenreporters.com

    Many thanks!

    Fredrik Näs
    Member

    ModemLooper, thx for your time and reply, yes i remember from the old WpmU days that i used something to manage plugins for all users, although i was not sure that i could use WPMU plugins for buddypress, i feel that i am lacking some basic knowledge concerning buddypress, is there a manual for buddypress, or a basic tutorial covering the very basic part of buddypress?

    #101360
    Ehegwer
    Participant

    I’d ask these questions over on the etivite site.

    modemlooper
    Moderator

    Search, there is a plugin that allows you to set up default settings for newly activated WPMU blogs. I can’t think of the name but it’s out there.

    Fredrik Näs
    Member

    Is there a way to automatically enable a plugin for all current users, and have it be automatically added for new users aswell?

    Same for widgets, is there a way to create a standard set of widgets that are enabled on all blogs? (i have the same theme on all blogs across my site).

    I want to give my members the possibility to user certain plugins (if they like) that are available on wordpress (multisite), although i am currently running Buddypress ontop of my Wp 3.1 install.

    I´d like to provide functionality like “disqus” “backtype”, post to facebook, post to twitter.. there are alot of plugins to do this, but they are all for wordpress, and not for buddypress, is this going to be a problem?

    #101091
    hbalagh
    Member

    after searching for something unrelated, i found the solution in this post https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/

    #101009
    hbalagh
    Member

    anyone? this is my first time messing w/ buddypress and would really like this

    #100993
    open flips
    Participant

    I think it happens only on local setup and specially when buddypress is accessed via http://localhost/… ? Is that correct ?

    It does work on live servers and local machines having a vhost setup (http://www.WHATEVERYOUWANT.SOMETHING).

    The plugin does not create cookies on local machine (comparing both phpinfo() outputs), is it related to cookies on localhost (http://stackoverflow.com/questions/1134290/cookies-on-localhost-with-explicit-domain) ?

    Thanks for help.

Viewing 25 results - 1,876 through 1,900 (of 2,990 total)
Skip to toolbar