-
thelandman started the forum topic Display recent 5 activities? in the group How-To and Troubleshooting: 14 years, 1 month ago
How would I limit the display of activity to the most recent 5 activities in the activity stream?
I’ve tried
in the activity loop but no luck hey.
-
thelandman posted on the forum topic Advertising and Creative Solutions in the group Creating & Extending: 14 years, 1 month ago
SPAM
-
thelandman posted on the forum topic code to automatically load new updates without refresh? in the group How-To and Troubleshooting: 14 years, 1 month ago
You could use AJAX to reload the content of the div that the activity stream is in. I’ve implemented it on a site I’m busy with.
-
thelandman posted on the forum topic is it encoding issue? in the group Miscellaneous: 14 years, 1 month ago
@jc93 Ensure that your site is using UTF-8 encoding.
-
thelandman posted on the forum topic Disable Gravatar? in the group How-To and Troubleshooting: 14 years, 1 month ago
I know you don’t want to use a plugin or edit the core files but then you’ve basically got no options to disable gravatar. This will help, even though it is a plugin http://netweblogic.com/wordpress/plugins/disable-user-gravatar/
-
thelandman posted on the forum topic Looking for Developers – bigger Project in the group BP Jobs Board: 14 years, 1 month ago
Excellent idea! This would brilliant to get a bunch of developers on board this project. I’m an interface designer, not really a developer (yet) but if it comes to WP/BP theme design, then I’m in.
-
thelandman joined the group BP Jobs Board 14 years, 1 month ago
-
thelandman posted a new activity comment 14 years, 1 month ago
@zigster84, you’ll be sure to receive an update soon mate.
-
thelandman posted on the forum topic creating a new page with a chat script in the group How-To and Troubleshooting: 14 years, 1 month ago
@paulhastings0, nice! Thanks for the suggestion. I’ll be sure to look into that.
-
thelandman posted on the forum topic Integration with an opensource chat in the group Requests & Feedback: 14 years, 1 month ago
-
thelandman started the forum topic How to display the most popular activities? in the group How-To and Troubleshooting: 14 years, 1 month ago
With Buddypress a user has the ability to ‘favorite’ an activity item..
Is there a way of displaying the most ‘favorite’ activity updates of all the users with in site. So it would basically be the most popular activity items… Just wondering how I would go about do this…
-
thelandman posted on the forum topic plazaa – A german BuddyPress community in the group Gallery: 14 years, 1 month ago
@poolie, that’s a quality design! Nice work. Good to see more people not sticking to the default buddypress interface. Plazaa is a complete face lift. I like it *thumbs up*
-
thelandman posted on the forum topic BuddyPress with danish letters in the group How-To and Troubleshooting: 14 years, 1 month ago
Do you have link I could check for you?
-
thelandman posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 1 month ago
@pcwriter, the charlimitinfo will only display on the first activity item because you’ve specified for it to only show up on that specific div with that id. Here’s the solution:
<textarea id="ac-input-" class="ac-input" name="ac_input_ " onkeyup="limitChars(this.form.ac_input_ , 500, 'charlimitinfo- ')" />
In each activity item the textarea…[Read more] -
thelandman posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 1 month ago
@pcwriter, you may also want to implement the same to the entry.php so you can limit the characters in the reply text area. Exactly what I’ve done on my site.
-
thelandman posted a new activity comment 14 years, 1 month ago
You seem to be one step ahead of me mate. LOL! I’ve just started extending the oembed list. 😉
-
And have U had success adding slideshare or twitter compatability ? Because the solution I proposed before did not work.
-
Try this plugin with @r-a-y oembed plugin – https://wordpress.org/extend/plugins/embedly/
-
-
-
thelandman posted on the forum topic Feature Request – Profile Galleries? in the group Requests & Feedback: 14 years, 1 month ago
@hitler, @rogercoathup, I think this is what we’re looking for. 🙂 http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
-
thelandman posted on the forum topic Feature Request – Profile Galleries? in the group Requests & Feedback: 14 years, 1 month ago
@Hitler, unfortunately there is no way to write on a users profile “wall” with BP. The system implemented with BP is similar to how Twitter works. User’s communicate through @ mentions or simply commenting on another user’s status.
-
thelandman posted a new activity comment 14 years, 1 month ago
I just took a look at My Chatbox now. It seems I’ve implemented a near identical method to how you have done it. Its also done by calling a java function in the post-form.php and entry.php. The script I have is different to yours from what I see, but the implementation is the same. We’ve both used onkeyup and onkeydown events in the textarea of…[Read more]
-
thelandman posted an update 14 years, 1 month ago
Been working all evening to get character limitation to work on the status for by bp-site. Finally, its working. 🙂
-
How are you doing it?
-
I just took a look at My Chatbox now. It seems I’ve implemented a near identical method to how you have done it. Its also done by calling a java function in the post-form.php and entry.php. The script I have is different to yours from what I see, but the implementation is the same. We’ve both used onkeyup and onkeydown events in the textarea of…[Read more]
-
Excellent. Count me in to test.
I only have only problem with the js functions I’m using. When you have posted, the counter that displays the remaining length doesn’t reset.
-
-
-
- Load More
@thelandman
Active 1 year, 2 months ago