Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 27,701 through 27,725 (of 68,915 total)
  • Author
    Search Results
  • #140706

    In reply to: Group Sub nav links

    modemlooper
    Moderator

    Developer has been MIA for about a year. When you install plugins make sure the developer is active in the communtiy and plugins are updated regularly. You can also hire someone to fix the plugin.

    If there is contact info in the plugin file, I would try and contact the developer to get an update.

    You can also try this BP trick, tricking BP to use a WP custom post type that you can edit it the wp-admin giveing you a full WYSIWYG editor.

    http://bp-tricks.com/featured/creating-a-custom-front-page-for-your-buddypress-groups/

    #140705

    In reply to: BP Profile Privacy…

    Roger Coathup
    Participant

    @modemlooper — the fix would be to get rid of most of those classes that BP adds, not create more!

    #140704
    Roger Coathup
    Participant

    As @modemlooper points out, this is trivial to implement with a little PHP development knowledge.

    s2member builds on top of the WordPress roles and capabilities system — so, in addition to the s2member wrapper functions, you can also use standard WP functions. Combine them with the BuddyPress API and you have a rich environment for creating code to handle access control to pages.

    You can add your access / redirect logic in your theme’s header.php files, or even neater in an action function (in your functions.php file) — try hooking onto init, or bp-screens.

    #140700
    zillabuggs
    Participant

    @r-a-y If I set up another database and the problem is no longer there, I presume I won’t be able to keep the groups and topics I already have? if you want to have a look http://justcatchat.com is my site.

    #140699
    newpress
    Participant

    buddypress is extremely limited in extensiblity and thin like a wafer. Just count how many settings it has. There are few other social scripts available. You have to give them a try

    #140698
    Aron Prins
    Participant

    @vakantie-2013 Check de homepage, call to action staat er nu op ;) Leuke site man vakantie2013 ;)

    English:
    Check out the homepage, call to action is now active ( was working on that last night ;) ) – Nice site you got there vakantie2013 ;)

    #140696

    In reply to: Profile wireframes

    Tammie Lister
    Moderator

    @rogercoathup: yep you hit nail on head there, the idea is that this is purely the starting option for want of a better term. If you want to then take it and do whatever you want – the entire point of what we’re doing should mean that’s both easier to do.

    My point with Facebook has an always will be that it doesn’t do everything right and it doesn’t do everything wrong. As you say, lets learn from it as one of many sources we can analyse.

    #140694

    In reply to: Profile wireframes

    Roger Coathup
    Participant

    @FIQ – horizontal navigation tends to work well with a small set of options, but falls over for a flexible site with large numbers of screens / menu options / tabs. As you add more screens (photo albums, events, etc, etc.) you quickly run out of reasonable horizontal space to display the menu tabs. We’ve encountered this on a number of our builds.

    Vertical navigation on a flexible (expandable) social site copes better with a large number / growth in menu options. It’s the approach that both Facebook (news feed / landing page) and Google+ take to cope with that situation.

    It continues onto Facebook’s mobile app as well — where the menu button expands to a long vertical nav.

    Of course, there are those who’ll cry out we shouldn’t copy Facebook — but, that kind of begs the answer “Why not? They’ll have invested considerably in analysing the UX issues / best practices – let’s learn from that.”

    [EDIT: In any case, I trust the navigation and the actual content will be rendered via separate template parts – which should make it relatively straightforward (even for ‘default themers’) to present / locate the navigation where they best see fit.]

    #140693

    In reply to: Profile wireframes

    Tammie Lister
    Moderator

    @FIQ: This has half the page as the content area if you look not less than a 3rd. But, if you really are keen on other options please submit something as seeing wireframes would be great from anyone.

    #140691
    danbpfr
    Participant

    bump…
    Also do this be related in a ticket ?

    #140690
    danbpfr
    Participant
    #140686
    grafics
    Participant

    This is crude and requires hacking core file, but until a better fix is found this seems to be working.
    In the file, bp-forums-functions.php (located in buddypress>bp-forums) I added $text = ‘dice roll’
    to line 354. So it now looks like
    `function bp_forums_reply_exists( $text = ”, $text = ‘dice roll’, $topic_id = 0, $user_id = 0 ) {
    $reply_exists = false;`

    Tried several successive dice rolls and they posted correctly. You’re mileage may vary! It also seems to allow duplication of regular text replies as well, so that’s not ideal.
    I’d much rather have a function or better yet, an update to the plugin, but this seems to work for now.

    #140683

    In reply to: Profile wireframes

    Quint
    Participant

    @karmatosed,

    I like this. One suggestion: Provide the user with the option in Settings to either show the widgets in the “sidebar” or the “footer”. If “footer” is selected, then this page becomes 2-column, thus providing more content real estate.

    #140682

    In reply to: BP Profile Privacy…

    Quint
    Participant

    @modemlooper,

    Thanks. I had no idea this was possible. Great add to the toolbox.

    #140680
    mairaj
    Participant

    @modemlooper
    Hello,
    Thank you very much that you replied. No, I have been trying to find a solution for this for more than a month at BuddyPress forums, S2member forums and everywhere else I could find people talking about BuddyPress but no luck!

    S2member support has said that this is not possible, they suggest uri restrictions but a uri restriction prevents user from seeing their own profile too.

    If for example I restrict /profile/ a member will not be able to see his/her own profile. I somewhere found a custom uri /members/%%displayed_username%%/ but that too blocks members from own profiles.

    Please put some light on the idea you have in mind.

    Thank you very much for your time and help.

    #140675
    modemlooper
    Moderator

    http://testbp.org This will show you BuddyPress out of the box. Log in an create content to understand the functionality. It’s a basic social network.

    #140670
    @mercime
    Participant

    @ploupas cool. Thanks for letting us know :-)

    lidakis
    Member

    A fast solution in profile fields for the huddle theme…
    Go to wp-content/themes/huddle/functions.php and open it.
    At line 45 you should see
    ` $new_values[] = ‘‘ . $value . ‘‘; `
    change it with this
    ` $new_values[] = strip_tags( $value ); `
    I bought this theme today, and i did not have time to beautify the code and the functions, but i will write again probably the next days.

    #140665

    In reply to: threaded forum posts ?

    r-a-y
    Keymaster

    Hi tjtate, this forum thread is over 10 months old. When you see an old thread that hasn’t been answered in awhile, it’s better to just create a new topic.

    To quickly answer, when bbPress 2.0 is more tightly integrated with BuddyPress groups, it might be possible to use an existing bbPress 2.0 plugin with BuddyPress when that time comes. Until then, you probably won’t see threaded forum posts.

    I’m going to close this thread now, but feel free to post new topics in the future.

    r-a-y
    Keymaster

    @jwordsmith – Sorry if you were confused during the forum installation.

    You shouldn’t have to click on “Use existing installation”. Try clicking on the “Uninstall group forums” button and then click on “Install Group Forums”.

    Hopefully that fixes your issue.

    #140656

    @aronprins: Like the first look, nice and fresh. Also the login dropdown moves smoothly. Only thing I am missing is a clear call to action on the homepage. Goodluck with the further development!

    jwordsmith
    Member

    Can anyone explain how upgrading to 1.6.1 might have caused WP to ‘lose’ my forums? And what I can do to help it find them. I’ve deleted and reinstalled fresh files, but no joy.

    I’ve tried putting the absolute path to the bb-config.php (in the root of my WP install) into the Settings page and clicking on ‘use existing install’ but it says the file does not exist. My forums still don’t show up. HELP PLEASE!

    Anyone?

    4ella
    Participant

    I understand , I wanted to create something similar , first add general fields for all groups (address and contact fields for example) , then to setup conditional field ( it should be a role field – you can create additional roles for wordpress ), I have nightclubs , agencies and girls working in nightclubs , so 3 new wp-buddypress roles , then within templates I can show content for specific groups , unfortunately on registration form I can use it yet because people are not logged in with their role yet , so it would be nice to have conditional field as gravity forms uses which will show you only set of fields by the role which you will confirm .

    ploupas
    Member

    About 2)
    php-fpm had memory_limit at 32MB but php.ini at 128M, so lowering the limit back to 32M kinda fixed the problem

    #140635
    zillabuggs
    Participant

    @mercime this was a fresh install, because I had problems after upgrading to WP 3.4.1 so I decided to start afresh. It is a single install. The only thing I did was import my backed up database, if that’s any help.

Viewing 25 results - 27,701 through 27,725 (of 68,915 total)
Skip to toolbar