Search Results for 'wordpress'
-
AuthorSearch Results
-
February 2, 2011 at 6:49 pm #104447
In reply to: BuddyPress/WordPress Menu Issues
bopyd
MemberI am having a similar issue. The menu bar link shows
http://siteURL/press/members/admin/activity/ which gives me an error. If I change it to
http://siteURL/press/index.php/members/admin/activity/ Then it works fine.
I am on Windows hosting IIS 6.0.Any suggestions?
February 2, 2011 at 4:39 pm #104441Barmy Blue Man
MemberAll is going okay so far, except the math challenge question.
The BP Humanity plugin only shows a static question. It doesn’t change the question when the page reloads.
Does anyone know of a BP-compatible plugin or script to give me a random math question, like the one shown here?
http://impacollective.org/social/register/Thanks,
February 2, 2011 at 10:25 am #104432In reply to: Only Admin Account can Login to Buddypress
n_sane
MemberI had used a fresh installation.
1. Installed WP using the instructions given at https://codex.wordpress.org/Installing_WordPress.
2. Installed BP according to the “Manual Installation” steps given at https://codex.buddypress.org/getting-started/setting-up-a-new-installation.
3. When WP prompted “BuddyPress is ready. You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features.”, I used the BuddyPress Default 1.2.7 theme.
4. I try to login as a normal user and nothing happens.
5. I try to login as admin-user and I can log in correctly.
6. If I disable buddypress, I can log in as a non-admin user.
7. If I enable BP again, I can’t login as a non-admin user.Please let me know if I can provide any other information.
February 1, 2011 at 2:32 pm #104388In reply to: Anyalityics and Reporting
Toby Cryns (@themightymo)
ParticipantGoogle Analytics is great for seeing the number of page views, but it won’t give you information about specific users.
We just released an alpha version of Heavy Analytics (http://heavyanalytics.com) for single-user WordPress installations. This plugin handles analytics and reporting on the WordPress and user level, picking up where Google Analytics leaves off.
In the near future, we will be releasing a BuddyPress add-on for Heavy Analytics, which will give you all sorts of information about how users are using your BuddyPress site – how they are interacting with each other, who are the quality contributors, etc.
February 1, 2011 at 10:48 am #104375In reply to: Insert Buddypress Forums in WordPress blog and pages
arpit.tambi.in
ParticipantOkay I figured it out and used following code in wordpress page template –
`<?php
global $bp;
$bp->groups->current_group = groups_get_group( array( ‘group_id’ => 1 ) );
locate_template( array( ‘forums/forum-loop.php’ ), true );
?>`February 1, 2011 at 10:30 am #104374In reply to: Some basic BuddyPress questions…
aljuk
MemberHi, I should preface this by saying that I’m not a BuddyPress developer as such, but have been coding WordPress themes professionally for a couple of years, and have been researching BP and putting together a BP-based startup for the past couple of months, so have been through these questions myself, and my own early steps may prove useful.
1. See https://wordpress.org/extend/plugins/bp-profile-privacy/
2. https://wordpress.org/extend/plugins/buddypress-private-community/ might be interesting. There’s another, more granular, privacy plugin that the community has its fingers crossed for, for further details see http://bp-privacy.com/
3. All of that should, and does, happen as a matter of course.
4. Semantics aside, they are all “subscribers” as far as WP is concerned, ie. members and commenters are one and the same.
5. BuddyPress themes contain extra template files for the parts of BP that are an extension on the WP template system (eg. activity, groups, user profile etc.) plus various css and javascript files. Running a regular WP theme with BP running won’t give you the framework to display that BP functionality. In order to achieve that, your WP theme needs the extra template files. You have two options, each with benefits and drawbacks:
a) Extend your existing theme with the required template files, javascript and css to enable and display the BuddyPress sections and functionalities. See https://wordpress.org/extend/plugins/bp-template-pack/ The drawback is that next time BuddyPress is updated, you might be faced with quite a fair amount of development getting your site aligned with the latest code base, new features etc.
b) Constructing a child theme. This relies on running the Default theme, and then adding your own css overrides and theme hacks as a non-destructive layer on top. The principle is that you can strip away your own additions, and you’ve still got the Default theme running beneath it, so in a sense it’s “unbreakable” and whilst you may need to modify your additions once BP is next updated, the underlying template will always function. With a decent caching strategy, unless you’ve expert level php behind you, I think it’s the way to go.
January 31, 2011 at 11:45 pm #104331In reply to: BuddyPress Privacy: Can we get it in core?
modemlooper
ModeratorI would forget bp-privacy and move on. There is this plugin as a start. Not sure if it works looks abandoned.
January 31, 2011 at 8:29 pm #104324In reply to: solo practice university
David Carson
Participant@satomom – No membership software. Just some basic PayPal subscription buttons and theme/function customizations based on whether a user is logged in or not. This method requires more oversight and maintenance (ex. if someone cancels their subscription), but it keeps everything simple for upgrades.
If you’re looking for a more robust solution, you might want to check out – https://wordpress.org/extend/plugins/s2member/
January 31, 2011 at 6:50 pm #104311In reply to: problem with basic formatting of buddypress menu
modemlooper
ModeratorIf you use a non BuddyPress theme then you need to do a little more work search for BuddyPress template pack plugin. Install and follow directions. This will move some extra theme files into your WordPress theme and include the necessary functions and JavaScript to run BuddyPress
January 31, 2011 at 6:43 pm #104310In reply to: problem with basic formatting of buddypress menu
kevin.finesse
Memberthe site URL (in case it helps) http://thepoetryclub.co.uk/wordpress
January 31, 2011 at 3:00 am #104270In reply to: Block user from all forums
Ipstenu (Mika Epstein)
ParticipantMark him as a bozo, on the backend of bbPress, or a spammer on the ack end of WordPress. Oughta do it…
January 30, 2011 at 7:17 pm #104254Barmy Blue Man
MemberExcellent. Thank you all. I will check those out.
January 30, 2011 at 7:15 pm #104253modemlooper
ModeratorYou can get all that working on the BP registration form.
The requiring x amount of numbers for a password can be done with JavaScript
January 30, 2011 at 7:01 pm #104250pcwriter
Participanthttps://buddypress.org/community/groups/bp-xtra-signup/ (for TOS, password strength meter, username availablity…)
https://buddypress.org/community/groups/welcome-pack/ (for welcome emails… might need updating though…)
https://buddypress.org/community/groups/buddypress-humanity/ (for arithmetic or alphabetic human check… simple and efficient)January 30, 2011 at 6:32 pm #104247Barmy Blue Man
Member@adamrice I switched to Suffusion.
@modemlooper Please see my second post. I’ll use the BP registration if it’s the easier way to get that functionality.January 30, 2011 at 6:06 pm #104244modemlooper
ModeratorJust curious, what is the reason to use WP registration?
January 30, 2011 at 5:56 pm #104241adamrice
Participantwhat theme did you switch to?
January 30, 2011 at 5:16 pm #104239In reply to: Forums Posting Problems: The definitive post
Virtuali
ParticipantUm, reinstalling wordpress is not necessary. This is an issue with your Database Connection, not connecting properly, changing your DB psw in your bb-config.php can trigger this to happen.
January 30, 2011 at 1:24 am #104214Barmy Blue Man
MemberI’ve verified it is related to the default Buddypress theme. I switched to a different BP-compatible theme, and I’m able to load the WP register page.
January 30, 2011 at 12:46 am #104211In reply to: Registration
akarimov
Memberyep, been an hour already;
i have another wordpress based webite on the same host, and emails are always sentJanuary 29, 2011 at 11:41 pm #104204In reply to: Bum Install?
@mercime
Participant#1. I see that you’ve installed WP 3.1 RC3. Unless you’re developing and/or interesting in debugging, you should install stable version of WP 3.0.4 which is what you’ll get in download here https://wordpress.org/download/. I recommend reinstall from scratch – clean database.
#2. Re Gallery plugin you installed – PhotoSmash Gallery plugin. I haven’t used the plugin and do not know whether it’s compatible with BuddyPress in terms of allowing users to upload media without going to the backend/dashboard i.e. uploading images in posts. There are free and paid Gallery plugins which are compatible with BuddyPress.
BP Album +: https://wordpress.org/extend/plugins/bp-album/
BuddyPress Media Component with KalturaCE Suppor: http://wpveda.com/buddypress-kaltura-media-component/
BP Gallery (paid): http://buddydev.com/plugins/bp-gallery/#3. How young are the kids you’re expecting to post in your site? In relation to that, won’t you need parental permission for kids to enter your site? Different laws for different states/countries.
#4. I suggest changing your admin username and password. Anyone can come in and mess around in your site – though I appreciate the pass since I saw right away what WP version you’re using and Gallery plugin you installed
January 29, 2011 at 6:51 pm #104194In reply to: Frontend menu links in Buddypress not working
vybedoug
MemberPaul thanks for the reply.I’ ve reverted to the theme and disabled buddypress as you suggested. I am working on fixing the rewrite issue and see what happens. I will also check the wordpress forum. I appreciate your time and effort.
Cheers,
DouglasJanuary 29, 2011 at 2:05 pm #104184In reply to: Missions Plugin
Paul Wong-Gibbs
KeymasterYou should be able to use https://wordpress.org/extend/plugins/achievements/ as a starting point.
January 29, 2011 at 12:08 pm #104182In reply to: Frontend menu links in Buddypress not working
Paul Wong-Gibbs
KeymasterI can’t get into your blog posts, which means you’ve got a bigger rewrite problem. Revert to the twentyten theme, disable BuddyPress and then fix the rewrite permalinks; best place to ask for / research common problems with WordPress is at https://wordpress.org/support/
January 29, 2011 at 12:07 pm #104181In reply to: “bp-default” parent theme
Paul Wong-Gibbs
KeymasterBP-Default is only distributed within the main BuddyPress plugin, which lives at https://wordpress.org/extend/plugins/buddypress/. You will need BuddyPress for BP-Default to work.
-
AuthorSearch Results