-
nit3watch posted on the forum topic Solved: set a character limit on activity content? in the group How-To and Troubleshooting: 13 years, 7 months ago
working nicely, just need to filter out ‘joined the group.. and created group.. and remove ‘view’ and delete’. Once im done using it for what i need ill turn it into a widget for the community π `function bp_limit_group_activity_content() { $group_activity_length = 100; //character limit $group_excerpt = substr(bp_get_activity_content_body(), 0,…[Read more]
-
nit3watch started the forum topic Solved: set a character limit on activity content? in the group How-To and Troubleshooting: 13 years, 7 months ago
Iv’e build a plugin that returns the activity ( set it to scope=groups ) similar to twitters homepage vertical scrolling feed. The problem is it is displayed in some what of a small area and I would like them to be uniform in size; because if there’s a large activity post, it takes up the […]
-
nit3watch posted on the forum topic Solved: set a character limit on activity content? in the group How-To and Troubleshooting: 13 years, 7 months ago
Found a solution, just cleaning up the function and adding ‘read more’ and so on, will post it when im done.
-
nit3watch posted on the forum topic Is it possible to show activity excert? in the group How-To and Troubleshooting: 13 years, 7 months ago
well this is what I came up with, though it doesn’t work. Help would greatly be appreciated.
function bp_limit_group_activity_content() {
$g_activity_desc = bp_activity_content_body();
$limit_desc = substr($g_activity_desc,0,10);
return $limit_desc;
} -
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
on a good note, it seems Tammie ( from wpmu dev ) is reviewing the theme now and she has pointed out valid things. I’m guessing @karmatosed = Tammie because of her avatar in the images posted.
-
nit3watch started the forum topic Get group avatar by group id? in the group Creating & Extending: 13 years, 7 months ago
Im working off the BP-featured groups widget and all seems to be working fine after updating it a bit though I can’t return group avatar. This is the original method for the group avatar
avatar_thumb ?>
This method works for fetching the name/link to the group like this:name ?>
I have tried a few […] -
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
Added a version which is stable and all errors sorted out. Only thing left to do; is work on the styling of the main nav bar as anything other that of ‘home’ selected doesn’t reflect the selected colour.. The guy reviewing my theme has pointed out that there should be a option to disable/enable the […]
-
nit3watch posted on the forum topic CSS Trick – How to style Activity Stream odd and even posts. in the group How-To and Troubleshooting: 13 years, 7 months ago
@hnla lol dude sorry im a fool. ‘*space*odd’
Working great >.<
-
nit3watch posted on the forum topic CSS Trick – How to style Activity Stream odd and even posts. in the group How-To and Troubleshooting: 13 years, 7 months ago
hnla im not sure what you are talking about here: first you need the space as mentioned bit earlier β oddβ β evenβ All I have done is whats in the pastbin file, except I changed the css as mentioned. Is ther anything else I am meant to add? could you not past the example […]
-
nit3watch posted on the forum topic CSS Trick – How to style Activity Stream odd and even posts. in the group How-To and Troubleshooting: 13 years, 7 months ago
-
nit3watch posted on the forum topic CSS Trick – How to style Activity Stream odd and even posts. in the group How-To and Troubleshooting: 13 years, 7 months ago
@hnla, may contain inaccuracies despite being on line 19 as apposed 20, your example was very explanatory though its not working?
I implemented the above though when I check the activity entries, it isn’t printing them out as even/odd. There has been a change to entry.php which is most likely the culprit?
-
nit3watch started the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
dl the zip untill it’s added to the respiratory – Buddypress UX I just uploaded a theme I created focused on enhancing the user experience – 3 column layout: multiple sidebars allowing for relative content to context, zebra activity styling, an enhanced logged-in widget and more.. The theme serves to be a base to work from […]
-
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
Turn on debugging, as I spotted a few deprecated functions pop up in warnings. Ye rushing doesn’t help, all good n green now π Thanks hnla, I saw you posted something similar concerning forum topics.. and ye the link was dead. Anyway ill give it a go in the morning, and im linking back to blogs […]
-
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
lol need to upload a new version again.. ganna rather wait a day or two and sort out things poperly
-
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
@naijaping links at the top of the first post
-
nit3watch posted on the forum topic CSS Trick – How to style Activity Stream odd and even posts. in the group How-To and Troubleshooting: 13 years, 7 months ago
when using
div.activity ul.item-list li:nth-child(odd) { background: #F2EFE5; }
it works in ff, gc but not in ie. any one found a solution for this? -
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
I just uploaded a new version, still in beta but making a few improvements. Note that if you have any questions, read the readme.txt first. @hnla Im still searching regarding Faux columns, though if you could maybe have a look at the theme in the mean time I could reach a solution sooner. Thanks and […]
-
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
I still need to clean the theme up a bit more, left some of my personal-project stuff in there >. < @treis if you have a look at the Buddybar widget , I have simply copied most of whats in the widget to the static-sidebar. Personally I think its a bit too much going on hence I focused it […]
-
nit3watch posted on the forum topic New theme β Buddypress UX in the group Creating & Extending: 13 years, 7 months ago
Thanks hnla, Ill have a look tomorrow. I added a link to the zipped theme in the above post I implemented the striping via css, though I saw there’s also a way to do it via php and jquery though Im not sure how to do it any other way, need more detail: style Activity Stream […]
-
nit3watch started the forum topic new forum topic – if you dont select a group, no topic is created in the group Requests & Feedback: 13 years, 7 months ago
I am testing a theme Im making for the community and when I wanted to check the forums part of the theme, I came across a bug? Its latest wp/bp, dl’ed them today and all default bp settings have been left in tact. eg: Disable global forum directory?: no bbpress forums set up ran without […]
- Load More
@nit3watch
Active 1 year, 11 months ago