Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 27,326 through 27,350 (of 68,917 total)
  • Author
    Search Results
  • #141472
    Hugo Ashmore
    Participant

    It’s not exactly the easiest thing to implement the core devs have their work cut out with present dev requirements; this would be something that one of the community would need to run up and submit as a patch for perusal.

    #141471

    I’m having this issue as of 8/2012 with the updated BuddyPress Version 1.6.1 and bbPress Version 2.1.2

    I can create Groups and Topics but the Topics don’t appear on the site. What’s strange is it shows the count of Topics Forum and is putting the occupied space in the layout but they are not displayed.

    Viewing 3 topics – 1 through 3 (of 3 total)
    1 Posts 1 Voices

    56 minutes ago
    Avatar of %s CMEEAdmin
    Empathy

    Started by: Avatar of %s CMEEAdmin | Latest: Avatar of %s CMEEAdmin
    1 Posts 1 Voices
    1 hour, 22 minutes ago
    Avatar of %s CMEEAdmin
    A New Topic

    Started by: Avatar of %s CMEEAdmin | Latest: Avatar of %s CMEEAdmin
    1 Posts 1 Voices
    2 weeks, 1 day ago
    Avatar of %s CMEEAdmin
    Topic A

    Started by: Avatar of %s CMEEAdmin | Latest: Avatar of %s CMEEAdmin
    Viewing 3 topics – 1 through 3 (of 3 total)


    I’ve read through this thread but I don’t really understand many of the items discussed. If anyone can help me figure it out I’d be very grateful.

    Also, the Search box for the Forums and the Order by: Dropdown menu when used don’t display any results when I know there should be items listed there.
    Any Ideas?

    charlietech
    Participant

    Is there any plugins or theme issues that could be the reason the css is not be detected? Im using suffusion, Could the buddypress pack be the reason?

    #141469
    redrocktoday
    Member

    These nested/conditional profile fields will have many applications for creating larger websites, not just location related sites… If you can make it to the Core, many would benefit.

    It would be great if next release of BuddyPress could come with this nested profile fields, and in addition, a functionality that allow admins to create initial groups based on certain user profile fields -which seems very nature. And as a social networking platform, these functionalities should come from the core of software, not from Plugins – as many group related plugins will be depending on these functionalities to make themselves sophisticated enough to make foundamental user experience more fullfilled.

    #141467

    Thanks for responding @modemlooper!!!

    The website is http://www.shenow.org

    How do I find if I am missing the permalink.php file?

    #141465
    9087877
    Inactive

    As @hnla has explained your theme is firing off errors and I think it would be wise to postpone releasing a theme that you are charging for that has this many errors. Otherwise a lot of people may be expecting a refund.

    #141462

    Hello Mercime!
    I apologize for the lack of information as I am fairly dumb when it comes to all of this. WP version is 3.2.1. I have not upgraded to the most recent version because NONE of my plugins are compatible with that version yet. This seems to be a recent issue, either that or no one has noticed it before.
    BP version 1.5.1
    bbPress 2.0.2
    Buddypress template pack 1.2.1

    I am using the clear line theme. Is there a way to test switching the theme behind the scenes without making it go live? My site is visited by tons of users from around the world (so at all hours) and I’m scared to switch the theme when others can see it switching back and forth. Also, I’m scared of switching it and not being able to get it back…..

    thoughts?

    thanks again for responding!!!!

    #141461
    Aron Prins
    Participant

    @mercime THanks ive turned off the Private Feature – that should open up the site ;)

    @hnla Thanks for the tip – will do :)

    #141460
    @mercime
    Participant

    @aronprins if you’re going to sell that theme for $44.95, you should allow the prospective buyers to check out the different features of the theme without having to log in and giving you their email addresses. There are other places they can buy BP themes where they can check out the merchandise first.

    @mercime
    Participant

    I can see that you have no other plugins installed. “Are you sure … ” is related to WP/BP security issues/nonces. Have you tried
    – clearing browser cache, history, etc. or restarting your computer or just using a different browser?
    – download BuddyPress from WP plugins to hard drive then upload unzipped BuddyPress plugin folder manually i.e. via FTP/cpanel/file manager etc to wp-content/plugins/ ?
    – download WP and do a manual upload the unzipped wp-admin and wp-includes folders?

    #141457
    @mercime
    Participant

    Use `img.avatar` to target all avatars and `img.user-1-avatar` to target admin’s avatar. What exactly are you trying to do and where?

    Scott Hendison
    Participant

    Yeah, Gregs plugin just generates content=”” for anything buddypress – Unique desc tags are nice to have regardless of whether they’re a ranking factor or not, but certainly not a deal breaker. Maybe someone can figure out how to roll it in… Greg? ;)

    Scott Hendison
    Participant

    I bugged @yoast twice on Twitter, once a couple of weeks ago and once just yesterday, looking only for a way to simply turn OFF his plugin for anything in my /member-directory folder or deeper.

    I figured it’s not worth me being a pest, so this morning after finding yet another new discussion here, I decided to cycle through SEO plugins until I found one that worked –

    this leaves my Buddypress title tags intact – HOOray –
    https://wordpress.org/support/plugin/gregs-high-performance-seo

    I kept a few notes and was going to blog about it (and still might) but Gregs High Performance SEO does appear to work alright with Buddypress,

    If i poke around I can likely figure out autogen on the description tags too, because the plugin DOES insert a blank one, whereas none of the others did anything for the desc tag.

    Unfortunately, the author hasn’t put out a new one in almost a year, but at least my long running issue of no unique tags tags is solved for now ;)

    #141452

    @Radmacdaddy – were you able to fix the issue? I am having the same problem. If yes, what did you do to fix it because I am at a loss…. =/

    #141451
    @mercime
    Participant
    add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
    function my_nav_menu_profile_link($menu) { 	
    	if (!is_user_logged_in() && $args->theme_location == 'footer-nav' ) 
    		return $menu;
    	else
    		$profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' . __('My Profile', 'buddypress' ) . '</a></li>';
        		$menu = $profilelink . $menu;
        		return $menu;
    }
    Sniper Kitten
    Participant

    Anyone?

    #141447
    @mercime
    Participant

    @waiyea I see that you’ve created a child theme of https://wordpress.org/extend/themes/zenon-lite
    Looked over zenon lite, this is to let you know that you will have to change 16 BP files transferred to your zenon lite child theme folder during the Appearance > BP compatibility process. I see that the parent theme’s default page.php has right sidebar, then you also have page templates for sidebar on the left and full-width page. Which among the three layouts did you want for all your BuddyPress pages?

    #141442
    @mercime
    Participant

    @helen-kh No, you do not have to install bbPress plugin if you only want forums for groups. For more information about Group or Sitewide Forums -> https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    #141439
    creamundo
    Participant

    have the same problem!!!!!! help!!!!

    #141438
    creamundo
    Participant

    have the same problem!!!!!!!!!!!!!!! help

    #141433
    Hugo Ashmore
    Participant

    Have a read through the compatibility steps again as they are quite detailed.

    Essentially you have things back to front, it’s not the BP markup you are looking for (#container doesn’t actually appear in index pages it’s written to header.php) but you custom themes markup which must be reflected in the BP templates, so at a quick glance comparing page.php to activity/index.php you need to add your themes single_wrap element after #content and move the sidebar call to the position just before #content is closed, in other words your custom themes files are the correct markup structure and you need to replicate that in the BP template pages.

    #141432
    waiyea
    Member

    Hi karmatosed,

    The link is http://www.elitenursing.com.hk/w/activity/

    BP Compatibility describes BP templates structure are

    [HEADER]
    `

    `
    `

    `
    [PAGE CONTENT]
    `

    `
    `

    `
    `

    `
    [FOOTER]

    But I found there is no `

    ` tag in relevant files (e.g. activity/index.php)
    Why is that?
    #141425
    Tammie Lister
    Moderator

    If you can please provide a link to see your site with this issue it would help in diagnosis. Without seeing a link my thoughts would be it’s either:

    1. A too wide div
    2. A clear in a wrong place
    3. An extra div putting the content and sidebar in different sections

    #141424
    Guido
    Member

    Welcome pack does not have user approve function I think?

    So the name of another BP plugin that gives admin control over new user registrations is very welcome :-).

    #141422

    In reply to: BP Xtra Signup

    Quint
    Participant

    @modemlooper,

    Actually, it’s still an active plugin.

    @erikahrend, I recommend you make contact through the specific forum for that plugin: http://shabushabu.eu

Viewing 25 results - 27,326 through 27,350 (of 68,917 total)
Skip to toolbar