Search Results for 'wordpress'
-
AuthorSearch Results
-
July 13, 2010 at 8:07 pm #85473
r-a-y
KeymasterThe code I posted above should allow you to do what you mentioned.
Youtube videos in forum posts for all users can be done with the oEmbed for BP plugin.
July 13, 2010 at 7:41 pm #85470In reply to: WordPress 3.0 – Run Buddypress on Secondary Blog
Anonymous User 381093
InactiveSame problem
sak1968
MemberRay, thanks a million, I email matthew from the link http://www.matthewcasey.co.uk/2010/04/01/setting-up-wordpress-mu-on-iis/ you send me and his suggestion was to do the following:
To fix:
open YOURSITE > wp-includes > pluggable.php and search for the line:
header(“Refresh: 0;url=$location”);
This will be inside a function called wp_redirect.
Change this to:
header(“Location: $location”, true, $status);Thant works like a charm. Perfect. Thanks again to you and Matthew,..
July 13, 2010 at 6:10 pm #85453In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterIf you’re the admin of your WP site, you should see a “My Blogs” menu in your BP admin bar (located at the very top).
Mouseover this menu and find a link called “Dashboard”. Click on that and you should be good to go!
July 13, 2010 at 6:05 pm #85452In reply to: How does WordPress/Buddypress work?
roelant
ParticipantYeah, thanks, I got that thing working, and it seems that that was the problem yesterday when I couldn’t see my new setup-fields.
But now I have a new problem… I cannot enter my admin site anywhere!Where should I do that?
July 13, 2010 at 5:27 pm #85441In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterWelcome to BuddyPress!
First of all, are you installing a fresh WordPress install with no prebuilt theme? If so, make sure you have BuddyPress activated, then in the WP admin area, navigate to “Appearance > Themes” and enable the “BuddyPress Default” theme.
July 13, 2010 at 4:40 pm #85434In reply to: Login bar and comment clashing
Mark
ParticipantOr is there any way to enable comments on buddypress pages, I’m using the wordpress HTML changes at the moment which may explain why it messes up the sidebar?
July 13, 2010 at 3:48 pm #85429Roger Coathup
ParticipantYou will need to create pages (in your wp-admin backend), and perhaps design bespoke page templates (html / php) if you want to enhance the basic layout of these pages. You would then implement your navigation menu to link to these pages.
This is WordPress rather than BuddyPress specific, so you will be best to visit the WordPress help pages:
https://codex.wordpress.org/Pages
https://codex.wordpress.org/TemplatesJuly 13, 2010 at 2:41 pm #85424In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Codebanshee
Participantyou’ll have been sent an email with an account activation link, clicking that will activate the account and enable you to log in. (I have just done this myself using my WP3.0 test install).
July 13, 2010 at 2:30 pm #85422In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
ketan khope
ParticipantPlz help ********************
July 13, 2010 at 12:06 pm #85407In reply to: Hide Activity Stream
Joe Marino
Participant@hnla could you provide an example of how to create a “child theme”? I am new to the WordPress/PHP community so I’m learning as I go here.
July 13, 2010 at 2:49 am #85365In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
ketan khope
ParticipantI have checked anyone can register box and trying with the small letter username.
The problem is not with user creation. I mean when do signup on my site user is created and i can see the entry same on my admin panel / users.
But when i try to log in the site with newly created user name and password it just doesn’t.
July 13, 2010 at 2:18 am #85364In reply to: How to make a private community?
holyphoenix
ParticipantThere are tons of different code edits in here. I am wondering which I should use for buddypress with multisite wordpress 3.0 and where to put it. I made my own bp-custom.php file, but it doesn’t seem to work. Is this file suppose to exist already? And if so it didn’t appear on my installation. :p At least not in the path wp-content/.
Thanks for your help.
July 13, 2010 at 1:59 am #85359In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
abcde666
Participant– Dashboard / Settings / General: check anyone can register box
– username has to contain small letters onlyJuly 13, 2010 at 1:42 am #82003In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
ketan khope
ParticipantI can create them from Admin panel but thats not what i want it to be. I have like 500 users for this community i m going to develop so cant create them manually from admin panel . user need to register from website itself.
July 13, 2010 at 1:37 am #85357intimez
ParticipantHave a look at this plugin and see if it will work for you
https://wordpress.org/extend/plugins/s2member/July 12, 2010 at 10:57 pm #85345In reply to: Top Navigation redirecting to Members Directory
davidtaylorjr
MemberOk, the page navigation links work such as “groups” “activity” etc…
What isn’t working is in my admin bar at the top, I can’t go to like profile, or edit profile, and such. It takes me back the the root page of the site every time.My setup is on a fresh install of wordpress 3.0 with networking enabled, the only plugins I am running are BuddyPress and since I am having the problem, maintenance mode. My hosting is done through http://www.site5.com
My WP 3.0 install is in the root directory of my public_html folder.
website is http://www.redsfancentral.com
July 12, 2010 at 9:08 pm #85318In reply to: Catchable Fatal Error in bp-core.php on line 566
r-a-y
KeymasterOkay, just re-reading this again. I don’t think you should use bp_core_signup_user().
For your custom script, you can try using wp_insert_user() and then add in the extra profile information later.Or, you can try using the Import From Ning plugin, which also works with CSVs:
http://teleogistic.net/code/wordpresswordpress-mu/import-from-ning/ (read the comment section)July 12, 2010 at 7:40 pm #85300r-a-y
Keymaster@elizawhat – You need to finish your upgrade from WPMU to WP 3.0 properly.
Read and implement everything listed here:
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/July 12, 2010 at 3:55 pm #85265In reply to: How do I edit the Adminbar?
techguy
Participant@hnla
That page makes quite a lot of sense once you start to understand actions and filters and how they work on WordPress. If you don’t, then it can be confusing. I’m going to add a note at the top that links to the WordPress page for Actions and Filters: https://codex.wordpress.org/Plugin_APIJuly 12, 2010 at 1:55 pm #85247In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
emmadw
MemberI’ve done something similar, however, the user I created I did by using the dashboard feature to create a new user. I could then login as that user. (Wasn’t quite sure what level to give them, mind).
I wonder if it sent you a confirmation email (you, in the user role, not you in the admin role) & your email system spammed it?
Have you tried creating one from the admin dash?
July 12, 2010 at 1:09 pm #85244In reply to: No authorization Buddypress – WordPress 3.0
Hugo Ashmore
ParticipantYou may need to explain things in greater detail. Installed WP? and could you login in to the backend? before any plugins were uploaded; or had you managed to activate BuddyPress?
The error message you are getting is covered quite a few times on WP forums and the issue stems from WP rather than BP so you may like to look through a few of these threads for solutions?
https://wordpress.org/search/You+do+not+have+sufficient+permissions+to+access+this+page?forums=1July 12, 2010 at 11:53 am #85240In reply to: Read more button on activity stream not showing
abu_eldahab
MemberSame thing with me BP 1.2.5.2 and wordpress 3.0
July 12, 2010 at 11:47 am #85239In reply to: bp 1.2.2.1 new users unable to login
ketan khope
ParticipantJuly 12, 2010 at 11:44 am #85238In reply to: New user Registration Problem — NO Confirmation Mail
ketan khope
Participant -
AuthorSearch Results