-
Roger Coathup posted on the forum topic Stop posts and updates from a single blog showing up in the mainpage activity stream in the group How-To and Troubleshooting: 14 years, 6 months ago
You can adapt the code snippet in here by changing the blog id: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/posts-of-the-main-blog-in-site-wide-activity/
If your theme follows the default structure, you’ll find your activity loop in my-theme/activity/activity-loop.php
Also have a look at the custom…[Read more]
-
Roger Coathup posted on the forum topic Stop posts and updates from a single blog showing up in the mainpage activity stream in the group How-To and Troubleshooting: 14 years, 6 months ago
Two options spring to mind: 1. You could add a filter on new blog posts creating an activity stream entry, check the blog id, and exclude appropriately. A bit of searching in the BuddyPress plugin files should find the correct filter to add. 2. Or, in your activity stream loop, check the activity item id […]
-
Roger Coathup posted on the forum topic distinguish between editors and other contributors in the group How-To and Troubleshooting: 14 years, 6 months ago
@dubbelf –
Yes, members can have their own blog – it’s a standard feature of a WordPress Multisite install.
Follow the instructions here to set up Multisite: https://codex.wordpress.org/Create_A_Network
Then check everything works, including custom permalinks.
Install BuddyPress (automatic plugin install)
And, hey, you will have an admin…[Read more]
-
Roger Coathup replied to the topic How to move/relocate the links in the Admin bar's My Account individually/separately to the sidebar? in the forum How-to & Troubleshooting 14 years, 6 months ago
Here’s an example of how to do it for messages:
<li><a href='#'>Inbox ()</a></li>
You can adapt that with appropriate slugs for all the menu options. If you want further pointers, @pollyplummer ‘s sliding admin panel will give you a good example of how to adapt and reimplement the account menu
-
Roger Coathup posted on the forum topic How to move/relocate the links in the Admin bar's My Account individually/separately to the sidebar? in the group How-To and Troubleshooting: 14 years, 6 months ago
Here’s an example of how to do it for messages:
<a href="">Inbox ()</a>
You can adapt that with appropriate slugs for all the menu options. If you want further pointers, @pollyplummer ‘s sliding admin panel will give you a good example of how to adapt and reimplement the account menu
-
Roger Coathup posted on the forum topic One Line Comment Feed? in the group Creating & Extending: 14 years, 6 months ago
Have a look at a basic WordPress install with a theme like P2
-
Roger Coathup posted on the forum topic member activity page on specific activity is TOO barren (help) in the group How-To and Troubleshooting: 14 years, 6 months ago
@porscheheritage – Yes, BuddyPress would definitely benefit from a serious UX review. Theming is much harder work than it should be. It’s far too tightly coupled to the core, with too much presentation code / decision making embedded and difficult to change. The permalink activity pages are definitely the worst presented and often most useless aspect […]
-
Roger Coathup posted on the forum topic Post Freshness in the group How-To and Troubleshooting: 14 years, 6 months ago
You’ll need to modify the post metadata display in your child theme.
Take a look at the function: bp_core_time_since()
It’s defined in bp-core.php
It uses a technique described in http://1976design.com
-
Roger Coathup posted on the forum topic Sidebar over header (Twitter style) in the group How-To and Troubleshooting: 14 years, 6 months ago
@janismo – anything’s possible (just about) by re-working the CSS in your child theme. Essentially, this is a CSS question rather than a BuddyPress question. Are you building your own theme? Do you know how to write to CSS? A good starting point to understand the markup and get a pointer where to re-work the CSS […]
-
Roger Coathup posted on the forum topic Posts of the main blog in site wide activity in the group How-To and Troubleshooting: 14 years, 6 months ago
Yes.
you will need to rework your sitewide activity loop code, adding a simple check for blog post activity from the main blog, and skipping processing as appropriate:
Something like:
if ((bp_get_activity_type == 'new_blog_post') && (bp_get_activity_item_id() == 1)) continue;
-
Roger Coathup started the forum topic subnav slug constants in the group How-To and Troubleshooting: 14 years, 6 months ago
Are there any defined constants we can use for the subnav slugs? e.g. to set up a link to a member’s messages I can write something like:
<a href="" ... >
is there any way I can do this for the subnav slugs, e.g. Inbox? i.e. how can I write:</a><a href="Inbox" ... >
without hardcoding in […] -
Roger Coathup posted on the forum topic Usability Request: Skip the permalink page, and make links go direct to the linked page in the group BuddyPress Links: 14 years, 6 months ago
@gearupandplay – yes, it’s a real shame that there seems to be no support / ongoing development for Links. It could be a useful plugin.
I’ll see if there’s a possibility for us to fund someone picking it up (it may have potential for one of our current projects).
-
Roger Coathup posted on the forum topic Home Page in the group How-To and Troubleshooting: 14 years, 6 months ago
@lennyrogal – as a starting point, take a look at the bp media+ plugin (or one of the other picture album plugins)
-
Roger Coathup posted on the forum topic Arizona State Option Error in the group Miscellaneous: 14 years, 6 months ago
@daquarian – what code are you using to create your State chooser?
If you post the code / describe where and how you are using it in more detail, someone may be able to help you.
-
Roger Coathup posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 6 months ago
@imjscn – post that as a separate support question
-
Roger Coathup posted a new activity comment 14 years, 6 months ago
Wieviel Mitglieder haben sie bei urbanvideo.tv?
-
Roger Coathup posted a new activity comment 14 years, 6 months ago
Vielen Dank!
-
Roger Coathup posted on the forum topic Post exerpt with a ”read more” link in activity stream? in the group Requests & Feedback: 14 years, 6 months ago
-
Roger Coathup posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 6 months ago
@imjscn – you’ve got the file name wrong, you need a hyphen not an underscore bp-custom.php
-
Roger Coathup posted on the forum topic What things are called in the css in the group Creating & Extending: 14 years, 6 months ago
If you are wanting to mod CSS on a complicated theme, you should really work with a tool like Firebug in Firefox or developer tools in safari… It will save you an awful lot of time
- Load More
@rogercoathup
Active 4 years, 11 months ago
nicht viel, es ist da nur um die Applikation zu testen.
Wir hatten auf unsere alte Seite 38k Mitglieder.