Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,701 through 58,725 (of 94,540 total)
  • Author
    Search Results
  • @mercime
    Participant

    No worries @mikeytrooper, we’ve all been there before. Post the page.php first and let’s work from there.

    EDIT – My bad, now MY face is red. I missed the reason why you wanted to post the header.php — for the navigation links. I can help you there as well.

    #109482
    Profile Name
    Member

    :???:

    #109481
    Hugo Ashmore
    Participant

    Cool we can all get our Scouts BP Patch Tester badges :)

    #109480

    In reply to: Google Translate

    aces
    Participant

    This buddypress site uses google translate – though without a plugin.

    Have you tried putting
    `
    `
    in your footer and
    `

    function googleTranslateElementInit() {
    new google.translate.TranslateElement({
    pageLanguage: ‘en’,
    layout: google.translate.TranslateElement.InlineLayout.SIMPLE
    }, ‘google_translate_element’);
    }

    `
    in a text widget?

    #21135
    krbmedia
    Member

    here is what i want to do and could use your help. I want to use BuddyPress almost like a dating site but it would match teams with players. There would be no free membership, basically one level for players (annual), and two for teams (one 90 day and one annual). No one needs to be here except for members and what I want is the following:

    The home page to be the login page or registration page
    If they register, they fill out all the fields I want and then pay.

    The TEAM level ONLY would be able to search and see the profiles. No one else. They also would have much less fields to fill out for their profile.

    I’ve tried using S2Member and BuddyPress but can’t figure out how to make it all work. Would be willing to pay for help too.

    Thank you.

    #109479
    Boone Gorges
    Keymaster

    I’ll bring the marshmallows!

    #21133
    kenrichman
    Participant

    I would dearly love to be able to add Google translate to my BuddyPress site, I have tried various plug-ins in the sidebar but they will not allow me to translate every page – I get logged out all the time. I think Google Translate is ok with a normal WordPress site but not with BuddyPress. Would be grateful for any suggestions.

    #109478
    pcwriter
    Participant

    Hmm… kumbaya & patches… sounds like Buddypress Scout Troop #1 is planning a campout? :-)

    mikeytrooper
    Member

    HAHAHAHA! Well there you go. Ugh embarrassing. OK I am going to post the page right now. Thanks again this is probably like working with a hamster.
    There is an index.php and the page.php

    @mercime
    Participant

    == that is what the instructions told me to do ==

    @mikeytrooper I wrote the walkthrough and it specifically states page.php or index.php, and content of page.php is what I asked you to paste in last paragraph https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/integrating-buddypress-into-on-demand-wordpress/#post-95018 :-)

    mikeytrooper
    Member

    I believe that is what the instructions told me to do. Like I said I really have no idea hahaha I am just going by the step by step instructions I may be totally off.

    armon99
    Member

    I have successfully installed Buddypress (at least i hope it is successfully done :)) As for setting up all the rest, i have no clue at all. I dont know where to start and how to get the forum going. This is the site am working on: http://www.weightlost4teens.com and as you can see this would be great to get users interact with in this site and develop some kind of community site. I wonder if there a tutorial which will give a complete guide starting from the very basic to the top. Right now, i have done nothing to buddypress as i still have not quite finished with the site.
    I would appreciate your assistance i this. I dont want to jump to No 6 then realize that i should have done No.1 or No2. first if you get what i mean.
    Many thanks!

    goldbrick
    Member

    Hi Mercime

    yes i had an issue with my index.php file which is sorted now and the site is back up, i will have a look and see if i can find the 2 files, i did deactivate all the plugins except buddypress last time. i will try it again.

    #109471
    Hugo Ashmore
    Participant

    I am not going to sit around a log fire singing kumbaya and testing patches!

    #109470
    Hugo Ashmore
    Participant

    It can be done and I’ve seen it done where the blog is more akin to an extended profile and created on the fly per user but it really isn’t trivial and I don’t have the actual detail and even if I did it would take a lot of explaining, it’s very much a bespoke piece of core customisation – one draw back of a site for every user is that with a moderate user base ~800 -1000 you have a pretty large DB in terms of tables and will need to ensure your server DB is tweaked and optimized as much as possible as backups can fail trying to lock tables numbering in the thousands.

    #109469
    Nahum
    Participant

    @imjscn you’re absolutely right, “adding something like gravity forms” plugin will be needed for frontend posting by users. although it is a premium plugin, you can also find some free front-end posting plugins that may work. sorry i didn’t clarify that important detail. with frontend posting plugin all your registered members can make posts, er, questions. I’ve also connected achievements very nicely with the setup i mentioned and user stats of Q&A. I really think you could do it with MU install and a dedicated subblog to host yoru Q&A site, unless your main site is the Q&A site.

    With the setup i mentioned, you can easily set up a posting form for users to start questions “with there own permalinks” since they are “posts” afterall. Questions list page is just a reworked index.php.

    “user’s Q&A’s can be listed under user’s home page tab — this you can do with a plugin if your Q&A is on the main site. If on a subdomain then you can just use the author.php to list the user’s questions and answers (but answers it takes a little more tweaking)

    rating system, you can use any of the top post rating plugins available. GD star plugin does good job with both “posts” and “comments/answers” <– to show best answers.

    To do all you just mentioned, “registration” is going to need to be required in order to tie Question/post data to the User, with WP you can just set the comments as open to all and users will not need to be registered to answer. But IMHO I always just make everyone register quickly with just the email and name, that’s what they would be entering to comment on open commenting anyway, so why not register them as a user at that point.

    your thoughts are not un-realistic at all. it’s doable and been done!

    #109467
    Paul Wong-Gibbs
    Keymaster

    @ds123 I have had a client site run with this set up but I was not involved with the web server or other technical details. I would suggest you post on the WordPress.org forums, perhaps at https://wordpress.org/support/forum/wp-advanced, and ask for information or advice on running WordPress in this way.

    Pretty much all the WordPress server advise will apply to BuddyPress (as it’s just a plugin, after all!)

    #109465
    Paul Wong-Gibbs
    Keymaster

    @binary.digits There is no easy way of setting those styles of “patterns” for the blog URLs with the current version of BuddyPress. You may be able to mimic it by using .htaccess 304 redirects but this can be complicated and I’m not sure if it would work well.

    #109464
    Boone Gorges
    Keymaster

    BP 1.3 *is* coming – it will not be another nine months. But we have hit some tricky bits, and the core development team has not had an infinite amount of time to volunteer to pushing BP 1.3 along. If you are a developer (or even a savvy user who can test patches or verify bugs), and if you have an interest in seeing 1.3 come along sooner rather than later, head over to http://trac.buddypress.org and start sifting through this report in particular: https://trac.buddypress.org/report/11 The more contributions from the community, the faster things will move along (and the more love and friendship we well all have for each other, <img src="smileys/heart.gif" width="" height="" alt="<3" title=" kumbayah <img src="smileys/heart.gif" width="" height="" alt="<3" title=")!

    #21129
    smush
    Member

    Hi

    I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I’ve managed to remove the ‘visit’ menu from it by reading a forum elsewhere but I have had no luck with researching how to remove the site name that appears first on the left of the admin bar. Does anyone here know how I can do it? as it’s driving me crazy.

    Thanks

    PS – This BuddyPress site has managed to do it. it has ‘My Account’ and ‘Notifications’ but no site name such as ‘BuddyPress’ in that same bar unlike my site.

    PPS – I’ve just figured out I can remove it by not having a site title but then it disappears from the header too which is not what I want.

    @mercime
    Participant

    == I am going to paste my header.php in the pastebin.com ==

    You’re welcome. But why header.php? The structure you’ll be imposing on the BP template files transferred to your active theme will be coming from page.php

    #109460
    Profile Name
    Member

    I like how ray says: ” I’m guessing a month or longer “

    and he posted it over 9 months ago šŸ˜†

    @mercime
    Participant

    @goldbrick very strange, you said you deactivated all plugins except BuddyPress.
    – If you have bp-custom.php in plugins folder rename that to deactivate
    – if you have an mu-plugins folder, rename that to deactivate

    I was going to check source and styling but I’m getting a “500 Internal Server Error” from your site right now.

    mikeytrooper
    Member

    Hey Mercime again thanks for responding so quickly and helping out. Out my deal….. I fixed the last issue but of course I am confused again!

    I am currently trying to finish the add bp component Navigation Links in the Final Steps of the website you sent me. https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

    If you could check this out you would be saving my life and my computers life because you will prevent me from tossing it out my window.

    I am going to paste my header.php in the pastebin.com
    My name on the site is Mikeytrooper and the name of the of the post is “On Demand Header”.

    Again thanks your the man!
    – Mike

    #109455

    In reply to: Tags On Profile Fields

    @mikey3d
    Participant
Viewing 25 results - 58,701 through 58,725 (of 94,540 total)
Skip to toolbar