Skip to main content

Home/ buddypress/ Group items tagged tag

Rss Feed Group items tagged

Vernon Fowler

Template Tag Reference · BuddyPress Codex - 0 views

  • bp_get_the_site_member_avatar
  • bp_loggedin_user_id
  • bp_loggedin_user_avatar() bp_get_loggedin_user_avatar()
anonymous

milo | Tag Archive | buddypress - 0 views

  •  
    Some really nice (and free!)  Buddypress themes
Vernon Fowler

Google Analytics for WordPress Plugin * Yoast - 0 views

  • It will allow you to see, in Analytics, what people clicked on and what they downloaded.
  • You’ll find this data in Google Analytics under Content -> Events.
    • Vernon Fowler
       
      Now located under Behavior -> Events
  • download: tracks the number of downloads.
  • ...5 more annotations...
  • very useful on BuddyPress sites
  • Publication year: see what’s doing good and bad, more specifically whether your old posts are still getting traffic.
  • Tags: track all tags for each post, has its limits but might be useful.
  • Single category: if your posts are in only one category each, this allows you to track views per category.
  • It stores the user’s primary user level in the variable, so you can even segment for just “subscribers”. (There’s an advanced option to ignore users of certain levels should you want to btw)
Vernon Fowler

bbPress User Roles and Capabilities · bbPress Codex - 0 views

  • Moderator – can create and edit forums. Can create, edit and delete other users’ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.
  • edit_others_forums delete_forums delete_others_forums
  • delete other users’ forums, topics and replies
  •  
    "bbPress comes built in with user Roles that give the website owner the ability to tailor user access to their website. This page details the bbPress capabilities that each role has. "
Vernon Fowler

Getting Started with bbPress · bbPress Codex - 0 views

  • You can add tags for organizing your Topics, and you can make the post Sticky or Super Sticky. Sticky posts will stick to top of the Forum which it is in. Super Sticky posts will stick to the top of all Forums.
Vernon Fowler

Function Reference/wp is mobile « WordPress Codex - 0 views

  • This Conditional Tag checks if the user is visiting using a mobile device. This is a boolean function, meaning it returns either TRUE or FALSE.
  •  
    Nice to use in bp-custom.php rather than functions.php - especially when using the BuddyMobile plugin from @modemlooper
Vernon Fowler

BuddyPress.org → Docs → Version 1.5 - Features and fixes - 0 views

  • BP-Default is now a responsive theme
  • Looks great on mobile browsers
  • New forums tab on the member profile page navigation, giving you quick access to the topics you’ve started and replied to.
  • ...11 more annotations...
  • oEmbed support – It’s now super easy to embed videos, images, and other content into the Activity Stream, Forums, and Private Messages.
  • Fix group auto-join when posting in public groups’ forums
  • Add Forums tab to user account area to show topics the user has started, and topics that the user has replied to. This includes additional template files to support this new functionality.
  • Remove root components and replace them with actual WordPress Pages
  • Add bp_is_multiblog_mode
  • Add bp_use_wp_admin_bar()
  • Add oEmbed support
  • Add the topic’s tags to the edit topic screen
  • Add new widget areas; there are now five (one in the sidebar, four in the footer).
  • Add a new forums tab on the member profile page nav; gives you quick access to the topics you’ve started and replied to
  • Update the main header ‘s background to use a CSS3 gradient instead of an image.
Vernon Fowler

BuddyPress.org → Docs → Theme Dev: Building a BuddyPress Child Theme - 0 views

  • This guide is for building themes for BuddyPress 1.2 and above.
  • The default BuddyPress theme is not located in the usual /wp-content/themes/ directory. It is stored in the BuddyPress plugin folder
  • Note the “Template:” entry, which tells WordPress that we want to use the BuddyPress default theme (bp-default) as the parent theme
  • ...6 more annotations...
  • your own theme is in /wp-content/themes/
  • and the tag “buddypress”
  • to inherit the CSS, in BP 1.5+, you don’t have to do anything!  Just start writing your new styles in style.css and skip to section 3
  • copy this file and paste it directly into your child theme’s folder (the same place as your style.css file)
  • if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme
  • There is one exception to the template override rule — functions.php.
1 - 13 of 13
Showing 20 items per page