Search Results for 'wordpress'
-
AuthorSearch Results
-
August 3, 2013 at 1:04 am #169293
matthuf
ParticipantI also found a really nice plugin here that seems to do the job. Is that the one you’re referring to?
August 3, 2013 at 12:22 am #169290In reply to: BuddyPress missing Privacy Menu
Uncle Nerdicus
ParticipantWell.. after doing a little research and not finding anything about that feature (and also wondering how it was there in the first place?), I was able to find a plugin that does the same thing that I was looking for:
August 3, 2013 at 12:06 am #169289In reply to: New great plugin, buddypress-wall by @megainfo
meg@info
ParticipantHi @funmi-omoba, @bp-help, @hnla
Thank’s funmi omoba for the post, i want tell you that the first version of plugin is now available for download from wordpress repo :
https://wordpress.org/plugins/buddypress-wall/
I Hope the Buddypress users will enjoy the plugin.
Any suggestions are welcome.Regards,
August 2, 2013 at 5:53 pm #169280@mercime
Participant@iconimagery Not a BP issue at all. WordPress 3.6 has jQuery version 1.10.2
A WP theme or plugin should use jQuery version in WP core.
https://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list?replies=5#post-4484014August 2, 2013 at 12:18 pm #169267In reply to: I can'y crop my avatar!
4ella
Participant@mercime is right this is a javascript issue, cropping function conflicts with some code or plugin, happily I have discovered yesterday the same issue immediately after installing ajax message box in single.php from this site http://flintmaker.com/code/jquery-fade-message-in-or-out/ which I wanted to use to greet people with ajax message conditionally by knowing where are they from (using maxmind geoip which already works) and if they come from search engines, after removing that
line
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
from header.php cropping function start to work again, on wordpress.stackexchange.com are many answers (one of them cropping related and most of them speaks about this solution in code below in functions.php or bp_custom.php what are solutions which doesn’t work for me too 🙁// Javascript conflict function mytheme_enqueue_scripts() { wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2'); wp_enqueue_script('jquery'); } add_action('wp_enqueue_scripts', 'mytheme_enqueue_scripts');Hopefully @mercime should help me how to avoid this js conflict, I am unfortunately not able to use ajax-admin.php instead jquery as most people there advice to use.
WP 3.6 and BP 1.8 beta2 and I use bp default themeAugust 2, 2013 at 9:00 am #169261@mercime
Participant@leonardlapena glad you resolved the issue. Marking this topic as such.
As for BP themes, I roll out my own BP Default Child themes. Nearly all WordPress themes are compatible with BuddyPress. Issues arise in some premium themes which have proprietary templating systems which lock in the user to the theme at times. Some of those could be resolved by the theme author, some not.
August 2, 2013 at 8:21 am #169257In reply to: I can'y crop my avatar!
@mercime
Participant@techknowledgic upon further check, the problem is that your theme is loading the old jquery 1.7.2 version from Google
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
while WP/BP are using jQuery v1.10.2
<script type='text/javascript' src='http://www.techknowledgic.com/wp-includes/js/jquery/jquery.js'></script>This is a theme issue. Themes and plugins should use the jQuery version packaged with WordPress. Please contact theme author.
August 2, 2013 at 6:31 am #169247In reply to: Person Goal Setter
@mercime
Participant@maspegren you might want to check out the BP GTM System plugin https://wordpress.org/plugins/bp-gtm-system/ but it hasn’t been updated for some time.
August 2, 2013 at 6:29 am #169246@mercime
Participant@alanniemies you might want to check out how it’s done https://wordpress.org/plugins/buddypress-user-account-type-lite/
August 2, 2013 at 6:27 am #169245In reply to: registration doesn't work when set as homepage
@mercime
Participant@cupid4 you mean something like this? http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
August 1, 2013 at 7:45 pm #169229In reply to: Custom Login Page in BuddyPress
makbeta
ParticipantI had no luck with any code here. I used Theme My Login plugin and it worked like a charm. The custom page is displayed even on error.
August 1, 2013 at 7:05 pm #169227In reply to: Share Activity on Social Network ….
August 1, 2013 at 6:54 pm #169226In reply to: Getting Yoast SEO to work on all pages…
August 1, 2013 at 5:21 pm #169222In reply to: Need help regarding BuddyPress installation!
@mercime
Participant@omgayush recently posted template for sahifa
You just need to tweak CSS a little afterwards.
August 1, 2013 at 4:18 pm #169217In reply to: Buddypress example website / Press
Ben Hansen
ParticipantWell i think you have some competition already but there’s certainly nothing wrong with a new outfit trying to help promote what can be done with wordpress/buddypress so i think you would be welcomed in that endeavor. Not sure i have a good answer for that last one maybe sites like yours? If your site becomes popular and effective enough perhaps even more mainstream sites? i hear there is a new wordpress focused media outfit at torquemag.io maybe they have some interest?
August 1, 2013 at 1:31 pm #169211In reply to: No Forums/Userblogs in Components and no Setting tab
omgayush
ParticipantAre you using the default theme provided by WordPress? Have you installed bbpress?
To go to BuddyPress settings, go to
Settings > Buddypress..July 31, 2013 at 5:57 pm #169176In reply to: Arms Around #2
Tammie Lister
ModeratorHi,
At the heart of BuddyPress it’s simply a plugin that has a range of components making community features capable on a WordPress site. However, it’s much more than that. Think of it as a toolkit, you can bring in whatever works for the site you are going to create. However, like a toolkit you would rarely use everything on every project. You may use activity streams, maybe profiles on a site – not every site is the same.The start of every BuddyPress site really comes the thinking about what your community will need. Then you pick the components that fit the community.
Hopefully that helps?
July 31, 2013 at 4:26 am #169142In reply to: Help with page landing after log-in
bp-help
Participant@gunsblazen
Haven’t tried this one yet because I usually build my own redirect functions but it may fit your requirements.
https://wordpress.org/plugins/peters-login-redirect/July 31, 2013 at 3:49 am #169140In reply to: Pages registration, like on FB?
bp-help
Participant@3×7
Not a plugin but a tutorial. You may need to make adjustments depending on your theme but it is pretty straightforward if you know what parts need to be modified. I advise to only use this on a child theme as does the tutorial.
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/July 31, 2013 at 12:29 am #169132In reply to: [Resolved] "Before Installing" question
@mercime
Participant“BuddyPress does not work on installations where you give WordPress its own directory.”
@lwist That is true. Read the link about that specific WP install “in its own directory” https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory, it involves moving htaccess file and index.php from the subdirectory where WP is installed to domain root, among others. That scenario is totally different from installing WP in subdirectory e.g. example.com/buddypress and keeping every WP file in that subdirectory. There’s no conflict at all.formatting on that section of the page is kind of messed up
Looks fine to me in FF. What browser are you using?
July 30, 2013 at 7:59 pm #169124In reply to: Members Directory Pagination Help!
RiGoRmOrTiS_UK
ParticipantHi @boydspace Nope I tried looking at files for the plugin @megainfo recommended but unfortunately I didn’t understand any of the code. I’m totally winging it when it comes to PHP.
I’m now trying to tackle it from another angle; the members directory doesn’t list any members without activity (e.g. have never logged in). So my new angle of attack is to remove the meta data holding when they last logged in if their current WordPress role is “bbp_blocked”.
I’ve created a new function called “clr_activity()” which I call in members-loop.php as such:
<?php while ( bp_members() ) : bp_the_member(); ?> <?php clr_activity() ?>The contents of the function which is held in my theme’s functions.php are:
function clr_activity() { /********* GET USERS ROLE ********/ global $members_template; $user_id = $members_template->member->id; $user = new WP_User($user_id); $user_role = array_keys($user->wp_capabilities,"1"); /********* IF USER BLOCKED CLEAR LAST ACTIVITY ********/ if ( $user_role[0] == 'bbp_blocked') { bp_update_user_meta( $user_id, 'last_activity', ' ' ); } else { return 0; } }Before I even try to implement this I hope someone with greater PHP knowledge can check I’m using bp_update_user_meta correctly; for one thing I’m not sure the empty quotes will give me the desired value in the user’s last_activity meta field. I want it to be clear as if the user has never logged in.
July 30, 2013 at 7:59 pm #169123In reply to: [Resolved] How to delete users?
samuelboland
ParticipantDoing that just returns me to the same page that I linked above.
I’m beginning to think that this is a bigger issue than buddypress – maybe the wordpress installation is configured incorrecty. This is a server that’s been around for a few years, so I’m going to install a virtual computer and run a fresh WP install from there. Maybe that’ll do it.
July 30, 2013 at 7:29 pm #169114In reply to: [Resolved] How to delete users?
samuelboland
ParticipantSorry, new to wordpress as well – the adminbar, is that the bar at the top? Because I couldn’t find a way to delete accounts with that, either.
July 30, 2013 at 12:22 pm #169090In reply to: Converting Buddypress 1.8 to Bootstrap
jtm21
ParticipantAgreed – don’t worry, I feel the same about it all 🙂
For reference I was referring to https://wordpress.org/themes/firmasite
July 30, 2013 at 11:19 am #169083In reply to: Converting Buddypress 1.8 to Bootstrap
-
AuthorSearch Results