Replies
- Brajesh Singh on December 8, 2015 at 11:50 pm in reply to: [Resolved] BuddyPress Editable Activity To-dos #1927
Seems to be working for me. can you please check it.
- Brajesh Singh on December 8, 2015 at 11:42 pm in reply to: [Resolved] BuddyPress Editable Activity To-dos #1925
Hi Hans,
Updated the js.
Please modify the css in your theme’s assets/css/buddypress.css line 82 as I posted above and It will be visible. - Brajesh Singh on December 8, 2015 at 10:02 pm in reply to: [Resolved] BuddyPress Editable Activity To-dos #1923
Ok,
It is the saluation theme structure causing issue. I will need to update a line in js and you will need to remove this linediv.activity-comments form { /* display: none; no display none here*/ }
On the new site, I don’t have admin access. Please add me as admin and I will modify the js.
Thank you
Brajesh - Brajesh Singh on December 8, 2015 at 9:53 pm in reply to: [Resolved] BuddyPress Editable Activity To-dos #1922
I See the problem on the site is activity comment edit is not working but the activity edit is working. Looking for more.
- Brajesh Singh on December 8, 2015 at 9:51 pm in reply to: [Resolved] BuddyPress Editable Activity To-dos #1921
Hi Hans,
I am checking it on your site again. The problem is it is working with default theme and template pack, so unable to fix it. It has something to do wit selector and theme structure. I will be doing the test on the site today.Thank you
Brajesh - Brajesh Singh on December 8, 2015 at 9:40 pm in reply to: compatibility BP Ajax 1.1.1 + Auto login Auto redirect 1.4.1 #1920
Hi Arnaud,
Thank you for the purchase.Can you please disable BuddyPress Auto Activation. It is not required if you are using Ajax registration( Though, These two can work together).
What is happening when a person registers via ajax registration plugin?
- Brajesh Singh on December 8, 2015 at 11:41 am in reply to: [Resolved] [BuddyPress Profile Visibility Manager] Admin can't see front end settings #1917
Thank you Hans and Gregor.
Marking it as resolved now.Regards
Brajesh - Brajesh Singh on December 8, 2015 at 10:58 am in reply to: [Resolved] [BuddyPress Profile Visibility Manager] Admin can't see front end settings #1914
Hi Gregor,
Please upgrade to 1.2.8
I have just pushed the update. It allows site admins to update other users settings. Earlier version had issues with this feature.I am not sure how the admin feature was working earlier, but we have got it now. Please upgrade and let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on December 7, 2015 at 5:39 pm in reply to: [Resolved] Create project based site with buddypress #1908
Thank you for explaining. If that is the case, Here is a small strategy on how to accomplish it.
1. Project:- A post type suits better. Allows us to use post meta for skills and other projects related information. Use template to generate a layout for showing single project(post type page). You can create a custom form for adding project specific details.
2. Member Type:- Suits for categorizing the user. A consideration will be whether to allow a user to be both author/sponsor or not? Whether you allow both or not( If you allow both, you will need to allow a user to have multiple member type, BuddyPress allows it), Member type is highly suitable here. It will allow you to have different lists for both type of user and differentiate between them.
3. Activity integration:- Since we are using post type for project, It will be simple to integrate with activity.
4. Communication:- Will they use private message to communicate or will you need per project dashboard/messages.
That is first strategy. Another strategy will be to use Group as project and customize it to allow adding skills etc.
The approach will depend on how much time & sill you are going to put into the site. Please do let me know which way you intend to go 🙂
- Brajesh Singh on December 7, 2015 at 4:44 pm in reply to: [Resolved] Create project based site with buddypress #1905
Hi Lyrics,
My concern is the accounting related to funds. Except that everything else can be done easily with BuddyPress.Since you are going to allow funding of projects, you will need some way to manage the records for all the transactions and that is the one thing that will take the custom work.
If you have a solution for that, Other things are easy to do.