-
Author
-
March 2, 2015 at 08:07 #48325D3VINEParticipant
Hello! I decided to create a special social media homepage in my wordpress multisite utilizing Kleo where i can have users see almost all site activity and also be able to posts their own latest posts something like the news-feed on Facebook. However, i have looked and it seems the only way a user can make a post is if they go tothe activity page created by buddy press.
Is it possible to have an element or shortcode that will enable me to allow users to easily update thier activity from the page i modified to be the social media homepage? (It was originally known as home pintrest in the demo) if not is there a code or something i can pull from the activity page to incorporate that activity bar from the activity page to enable users to paste thier updates from the page i created? Please let me know. Thanks!
~~~~~
I’ve Included a cropped screenshot of what i have in mind if what i wrote isn’t too clear. The area circled in red is what i would like to bring from the activity page into the special page i modified using the kleo demo data from home pintrest.
Attachments:
You must be logged in to view attached files.March 2, 2015 at 15:42 #48356sharmstrModeratorUse the activity stream shortcode and select yes for form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 7, 2015 at 10:48 #49083D3VINEParticipantLol thank you! Didn’t realize it was that simple!. However is it possible to remove the actual activity feed from the activity stream element? I don’t want that blue highlighted area that says “Right now there is no activity to show” To be visible.
Please let me know if it is possible to remove that part of the element
March 7, 2015 at 19:58 #49115sharmstrModeratorI almost posted that solution first, but then thought you might want users to be able to see that their update actually posted. If you hide that area and only show the form, there is not visual indication that their update was successful and they may do it multiple times. Maybe set it to only show 1 activity so they can at least see something. If you really want to hide it, try this.
COPY CODEul#activity-stream { display: none; }
But make sure you put it in the css section for the page using VC (the gear icon, upper right of VC section). Dont put it in your child css or it will hide it for the entire site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 9, 2015 at 05:03 #49347D3VINEParticipantInterestingly enough initially the code said it was overqualified so i had to delete the “ul#” from it but still for whatever reason it wont remove the blue section from the activity stream element. Do you know if there is any other way i can rewrite the code or a different code that would make the section disappear?
thanks! You have been a great help!
March 9, 2015 at 17:26 #49385sharmstrModeratorhmmm. then try
COPY CODE#activity-stream ul { display: none; }
or maybe even better would be
COPY CODEdiv.activity { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 10, 2015 at 20:24 #49559D3VINEParticipantul#activity-stream {
display: none;
}This worked PERFECTLY!! I know what happened, for whatever reason what i had the element display for an activity feed was (status) and i guess i have no such posts under status which is why the blue section was showing no matter what css code we used. As soon as i switched it to profile it worked and disappeared!
Thank You!
I do wish now to add the ability for friends profile posts and personal profile posts to be shown in the pintrest style grid i have right underneath the activity stream element. I will do some searching first before i make another post as i am sure others may have wanted to do something similar if not the same thing. Unless you don’t mind shooting me some code to do exactly that 😀
Thank you so much for your help once again.
March 10, 2015 at 22:54 #49582sharmstrModeratorUse the same activity stream shortcode and change Display to “friends” on one and “profile” on the other.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.