-
rich! @ etiviti posted on the forum topic Where Is The Code for The WP-Admin-Bar? in the group How-To and Troubleshooting: 15 years, 5 months ago
bp-core/bp-core-adminbar.php
-
rich! @ etiviti posted on the forum topic Quick Hack: Enable SyntaxHighlighter Evolved on Group Forums in the group Creating & Extending: 15 years, 5 months ago
i modified the syntaxhighlighter.php plugin file (just easy for my case)
-
rich! @ etiviti posted on the forum topic Change filter selection box for activity stream in the group Requests & Feedback: 15 years, 5 months ago
i’d study up on the ajax requests when that filter selection is made. (and double check if the passed in activity type can include multiples/comma separated list)
-
rich! @ etiviti posted on the forum topic Quick Hack: Enable SyntaxHighlighter Evolved on Group Forums in the group Creating & Extending: 15 years, 5 months ago
I have markitup running in the textarea http://etivite.com/groups/buddypress/forum/topic/quick-tip-adding-markitup-to-group-forum-textareas/#topic Make sure you have 1.2.4.1 (due to this: https://trac.buddypress.org/ticket/2287) A few things changed since my first post above, I don’t know if this will work but here is what I have in…[Read more]
-
rich! @ etiviti posted on the forum topic Is bp dying a slow death? in the group Miscellaneous: 15 years, 5 months ago
@johnjamesjacoby said: because no one is testing the branch and no one is reporting back how various fixes have affected them.
I really dropped off on the bug hunts and running sites off of trunk (2 locals and a live). Since 1.2.x hit – my focus shifted onto contract work and building out plugins for such. […]
-
rich! @ etiviti posted on the forum topic Forum slow to load, show post form open then closes. in the group How-To and Troubleshooting: 15 years, 5 months ago
i believe that form is hidden by jQuery after the page loads – i’ve noticed only when a server/network is slow.
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
@nahummadrid i noticed p2 has a different filter for comments but the same for posts. (there is nothing wrong with the first set of filters you tried if that works – it will just save the links into the db).
i’ll look into this a bit more over the weekend.
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
yeah i would go with the get db reads instead of the writes. if that works, i’ll add it to the readme
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
@r-a-y – perfect!!!
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
Ah ok – those filters (and others which this plugin hooks into) only touches the content placed into the activity stream db table. I don’t know the filters for the blog posts and comments within WP off hand – but as long as those filters just pass in the content – i don’t see why […]
-
rich! @ etiviti posted on the forum topic Username partially repeats in some places. in the group BuddyPress Usernames Only: 15 years, 5 months ago
sweet, thanks!
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
did you add those two filters above? (or send me a link so i can understand a little better to what you’re referring too)
i have one other conflict with activity stream notifier but i’ll work on that a bit later.
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
@r-a-y – mind testing that filter sequence again on my demo site? think i fixed it.
-
rich! @ etiviti posted on the forum topic Username partially repeats in some places. in the group BuddyPress Usernames Only: 15 years, 5 months ago
the xprofile name? (that is bob) otherwise the wp_users display_name is bob123
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
hmm, dang it should be appended as i hook on the querystring filter.
Ahhhhhh…. it does work but only if you filter first then select a hashtag. But clicking the hashtag first then selecting a filter does not.
Think I can trick this by setting the bp-activity-search-terms ajax cookie
-
rich! @ etiviti posted on the forum topic Username partially repeats in some places. in the group BuddyPress Usernames Only: 15 years, 5 months ago
just caught this as well – only happened on new_member activity type though. (ie, the username bob123 turned into bob123123) If the user made a status update or whatever after that, the username is ok.
-
rich! @ etiviti started the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 15 years, 5 months ago
Same fundamentals as the atmention auto-link – this will catch a #hashtags and convert them into a link. The link will load the same activity-loop index template but modifies the querystring to include the search_term args. (so other activity ajax filtering works in conjunction ) Warning – links are converted prior to database saving – […]
-
rich! @ etiviti posted an update 15 years, 5 months ago
testing new plugin to enable #hashtags in the activity stream
http://etivite.com/activity/tag/hashtags - Load More
@nuprn1
Not recently active