Search Results for 'buddypress'
-
AuthorSearch Results
-
March 14, 2013 at 7:35 pm #156403
bp-help
Participant@chouf1 Hey thanks for your help. Is there anyway to get the number of these individual types of notifications you have beside the links or image kinda like it does in the toolbar? Cheers!
March 14, 2013 at 7:20 pm #156401In reply to: How do users make blog posts?
Hugo Ashmore
Participant@kolive67 Please start a new thread rather than drag up a three year old one, you will also need to be quite a lot more specific about what you need, Facebook on Buddypress is a little vague.
March 14, 2013 at 7:14 pm #156399In reply to: BuddyPress Notification
Brajesh Singh
Participant@webwarriorwng
I am the author of that plugin. Can you please tell me the problem you are faccing.I will appreciate a little detail about your BuddyPress/WordPress version and theme you are using?
March 14, 2013 at 7:03 pm #156398In reply to: How do users make blog posts?
kolive67
ParticipantWhat I am looking for is something that works just like facebook on buddypress. I am new to wordpress. Any help is appreciated. Thank you!
March 14, 2013 at 6:22 pm #156397Sudeep Acharya
ParticipantThank You Hugo,
I want to check it once more with my favourite theme.
Can you please provide me the link of the codex for the above purpose?Regards,
Sudeep AcharyaMarch 14, 2013 at 5:28 pm #156393In reply to: BuddyPress Notification
@mercime
Participant@webwarriorwng what theme are you using? Possibly also JS conflict. You can ask for support at http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/
March 14, 2013 at 5:10 pm #156391Nate
ParticipantGroovy. Thanks Hugo!
March 14, 2013 at 5:08 pm #156390Hugo Ashmore
ParticipantIt will be as stable releases always are but obviously it’s presently only at beta 2 stage so users can test out and provide feedback!
March 14, 2013 at 4:38 pm #156388In reply to: Can't log in // after installing Buddypress
@mercime
Participant@demetrius-pop rename the buddypress folder in wp-content/plugins to e.g. buddypress-xxx and then check if you can access wp-admin
– Was BuddyPress installed in main site or subsite?
– What plugins are you using?March 14, 2013 at 4:34 pm #156387In reply to: Can't log in // after installing Buddypress
@mercime
Participantclosing duplicate of https://buddypress.org/support/topic/cant-log-in-after-installing-buddypress/
March 14, 2013 at 4:24 pm #156384In reply to: Post a question on my website
@mercime
ParticipantMarch 14, 2013 at 3:37 pm #156382Hugo Ashmore
ParticipantSee the codex for guides, but you can stipulate your own template file to override page.php naming it buddypress.php or community.php. The individual BP template parts from /bp-legacy/buddypress may be copied over to your theme child or otherwise to be modified.
If you need a greater level of template control then it’s best to drop back to overloadding the standard bp-default files in your child theme.
In – hopefully – 1.8 a little greater level of template control will be provided for theme compat mode templates.
March 14, 2013 at 1:00 pm #156374In reply to: Admin bar modification
bp-help
Participant@panoravu You will probably have to just hire a developer because all the links relative to BP in the admin bar are dynamic to each user. I have been trying to get help myself but I guess its overly complex. See this thread:
https://buddypress.org/support/topic/how-to-split-out-buddypress-notifications-drop-down-items-to-their-own-top-level/
Sorry I could not help more, it is above my skill level.March 14, 2013 at 11:44 am #156361In reply to: Buddypress User country drop down menu
bp-help
ParticipantAs tedious as it seems @hnla ‘s solution is probably the most straight forward approach. If someone goes in editing database tables and they are inexperienced then they will likely crash and burn their site. I would follow his advice but that is my 2 cents worth anyhow!
March 14, 2013 at 10:57 am #156355bp-help
ParticipantIs there any BP Professionals who can help me on this? I surely would appreciate it! Thanks a million!
March 14, 2013 at 10:24 am #156351In reply to: Buddypress User country drop down menu
Wasim alhajebi
Participantor you just can make them ass array (loop) to be added to database
for example inser array() to …. database table etc… thanksMarch 14, 2013 at 10:23 am #156350In reply to: Buddypress User country drop down menu
Wasim alhajebi
Participantdno’t think 202 is too much to bee added ?
March 14, 2013 at 9:06 am #156348In reply to: Buddypress User country drop down menu
Hugo Ashmore
ParticipantNot sure what your issue is here, create a new profile field with a select drop down then start adding the 202 countries as option fields, set it as required and ensure it’s in the base group so it shows on the register page. On members display you can then check the profile field to see what selection a user has.
March 14, 2013 at 7:57 am #156344In reply to: Buddypress User country drop down menu
Wasim alhajebi
Participanti read that 10 times , but still don’t undestand @chouf1
any ready code please ?
March 14, 2013 at 5:06 am #156340In reply to: Is this a buddypress bug?
modemlooper
Moderatorposted a ticket https://buddypress.trac.wordpress.org/ticket/4877
March 14, 2013 at 4:44 am #156338Shahzaib Sabir
ParticipantAny help? plz
March 14, 2013 at 12:47 am #156332In reply to: [Resolved] How to detect use is on a bp page
danbpfr
Participantif you’re working on 1.7 consider here: http://bpdevel.wordpress.com/tag/bp_user_query/
March 14, 2013 at 12:25 am #156328In reply to: BP 1.3.4 default theme css questions
danbpfr
Participanthi @p2ab,
on BP 1.6.x, a child theme contains at first only one file: style.css
The only thing to add in are comment tags.
/**
* Theme Name: what you want
* Description: what you want
* Version: what you want
* Author: what you want
* Template: bp-default (this is very important: it’s the name of the parenttheme)
* Tags: blue, buddypress, two-columns, white…. (what you want)
**/default.css is the buddypress main css file and you don’t have to copy it to your child theme.
Also, you have nothing to import ! This is optionnal and not necessary.
Just use the same ID and class names of the parts you want to customize and do your css modifications.
Remeber also that in a few weeks, BP 1.7 will be avaible and will let you use any existing WP theme with the opportunity to spare some long tweaking to recreate the wheel. Perhaps.
https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/building-a-buddypress-child-theme-for-bp-1-2/
https://codex.wordpress.org/Child_ThemesMarch 13, 2013 at 11:24 pm #156319In reply to: Buddypress User country drop down menu
March 13, 2013 at 11:14 pm #156318In reply to: Is this a buddypress bug?
Nate
ParticipantThat’s what I was afraid of. Moving a large audience to BP soon so I wanted to be sure, thanks for confirming!
-
AuthorSearch Results