Search Results for 'wordpress'
-
AuthorSearch Results
-
January 9, 2009 at 6:55 am #35936
In reply to: forum keys
Burt Adsit
ParticipantI’m kinda guessing you are talking about getting bbpress and mu configured to share user tables and sessions.
https://mu.wordpress.org/forums/
EDIT: the above was also posted in what seemed to be a topic at random on the bbpress forums.
January 9, 2009 at 12:03 am #35929In reply to: MAMP & email
Per Søderlind
ParticipantUse SMTP instead, more information here: http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/
January 8, 2009 at 11:04 pm #35927In reply to: No admin bar in blogs
Pk
MemberThanks. I think the previous template didn’t have that. I think im using 2.6.5 as i still have the message “WordPress 2.7 is available! A new version of WordPress MU will be available soon.”
If a user logs in via the mail link “http://paulka.runningfree.co.za/wp-login.php” there is no bbpress admin bar, is this correct?
How does one get to paulka.runningfree.co.za/wp-admin/ with out using the email link? As i understand the options pages from the bbpress bar only change the profile seen http://runningfree.co.za/members/name-of-member/….
January 8, 2009 at 9:21 pm #35922In reply to: OpenID Support?
Will Norris
ParticipantI’m going to be focussed primarily on getting OAuth into WordPress for the next bit, so won’t have a lot of time to look into this myself. If you all find any problems in the plugin that need to be patched in order to work with BP, do let me know. Best bet would be to ping me directly (willnorris.com).
January 8, 2009 at 9:49 am #35884gpo1
Participantburtadsit, but this feature needs to be looked at because we can use most of the wordpress plugins and its very handy for users!
I hope Andy could shed some light on this…
January 8, 2009 at 1:24 am #35865In reply to: strange admin address
nickmu
MemberGuys,
I’ve got a solution!
go to:
http://www.callum-macdonald.com/code/wp-mail-smtp/
and download this plugin:
Download: Current Testing Version: 0.8.2, Released 14/Dec/2008
activate the plugin and call up the “Email” page on your dashboard
check: Send all WordPress emails via SMTP.
bluehost users enter:
“localhost”
465
check: Use SSL encryption.
check: Yes: Use SMTP authentication.
username: noreply@yourdomain.com [this is the important part…make sure to enter “noreply” and that you have an email setup up for this on your server]
password: the password you set up for noreply@yourdomain.com
you may be able to change other settings using those lines of the bp_core.php files but at least these emails will come from your domain now! YAY!
January 8, 2009 at 12:25 am #35863In reply to: “Next page” problem
Trent Adams
ParticipantThis topic might get more attention if you post it in the WPMU forums as it isn’t a buddypress related issue.
January 7, 2009 at 11:40 pm #35862In reply to: BP Themes Site
Trent Adams
ParticipantI love that idea! Thanks @danielfelice! I tweeted it and hope others might start using it as well since there is no repository yet. You can also encourage people to submit their themes to http://themes.wordpress.net as well for great access

Trent
January 7, 2009 at 10:09 pm #35853Burt Adsit
Participant@gpo1 That’s what doesn’t work. The bp member theme isn’t a normal theme. That seems to be the problem. A normal theme does a bunch of *something* that the bp member theme doesn’t. The mu widget stuff is confused. Doesn’t know what blog id it’s on. Doesn’t like registering a sidebar in it. Dunno what it is, but it’s something.
January 7, 2009 at 8:23 pm #35840In reply to: strange admin address
chriscarter
ParticipantI did what Burt suggested, commenting out those lines, and it helped slightly. The email now comes from the address I designated in the WPMU settings. However, the email says it is From: WordPress and not from my site.
January 7, 2009 at 7:38 pm #35838gpo1
ParticipantI need help on this issue,
<div class=’widgetcase’>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>
<?php endif; ?>
</div>
It works for normal wp..
I might be missing something?
January 7, 2009 at 4:01 pm #35814In reply to: Forum Integration: HELPING HINTS
Trent Adams
Participant@slaFFik I would check that you saved the right information in your WPMU admin for the forum user and that you have pingbacks and xmlrpc checkboxes on in bbPress. As well, you can’t have .htaccess blocking of your forums or it will not work. You can’t use the original force login plugin for bbPress (not mine) or it will not work.
You also have to make sure that you disable the forum for a group and then enable it after each and every change you make to try and get this working. If you enable it and then change more things it will not work. So basically, if it isn’t working, check over and change things to make sure it has the ability to work and then disable/enable the forum for a group. If you enable it and it isn’t working and then you change a setting so that it would work, but don’t disable forum posting and then re-enable, it still won’t work.
Hopefully that isn’t too confusing, but as long as all the settings are there and your WPMU install has access to the bbPress xmlrpc.php file, it should work. There is no doubt that Andy will eventually be doing more for the forums side of things, but it might be a couple of months.
Wish I had a magic wand to get everyone’s forums working, but really it boils down to triple checking all the settings and keep disabling/enabling forums for a group until it works.
As for the WPMU 2.7 download (before it is released), go to the bottom of the following page for the link to the zip.
https://trac.mu.wordpress.org/browser/trunk
Trent
January 7, 2009 at 4:04 am #35785iseec
MemberThanks Brad,
I is still not clear in my mind the difference for buddypress in group forum and site wide forum configuration
Should i still do these steps?
1) you have bbpress installed and a new user created on the “bbPress” side which you granted “administrator” rights by the keymaster
2) you copy the “buddypress-enable.php” plugin out of the bp-forums folders and copy it into your /my-plugins/ folder (create if it doesn’t exist) so it is /my-plugins/buddypress-enable.php
3) Enable the plugin through your bbPress administration side for plugins
4) Edit “settings” to enable xmlrpc and pingbacks (both)
5) edit your bb-config.php and just before the closing php call at the bottom of the page put:
$bb->bb_xmlrpc_allow_user_switching = true;
Do you still do these steps? Or skip these steps and just installed the bbpress and do common wordpress integration like cookie and user integration?
Thank you
January 6, 2009 at 10:47 pm #35779In reply to: Forum Integration: HELPING HINTS
dyzine
Memberthanks slaFFik, but i searched through trac.mu.wordpress.org for quite a while and still came up short. is there not a zip download offered somewhere?
January 6, 2009 at 10:24 pm #35777realfam
Memberthis is the error and whats going on:
ok, on my actual public profile page when I click on “Flickr” I see this error:
Warning: Invalid argument supplied for foreach() in /home/realfamc/public_html/wp-content/mu-plugins/bpdev-flickr.php on line 333
Additionally, in the wp-admin I see the BPDEV Plugins menu option, when I click on it the “Thank you for using WordPress” box that is supposed to be at the bottom it now inthe center of the page and blocking some of the text. when I select all and copy/paste the text beneath that can not be sen reads:
Warning: ./cache/969ebb6942853d6ce3e721b0da764898.spc is not writeable in /home/realfamc/public_html/wp-content/mu-plugins/bpdev-simplepie/simplepie.inc on line 1773
January 6, 2009 at 9:16 pm #35775usergnome
MemberThanks
wp-admin/options.php sorted it.
January 6, 2009 at 12:47 pm #35744In reply to: Forum Integration: HELPING HINTS
Slava Abakumov
Moderatortrac.mu.wordpress.org – here you can find 2,7
Trent, nothing helped.
I installed or did:
1) WPMU (r1585);
2) bbPress Alpha 4;
3) integrate them properly;
4) edit bb-config.php and config.php;
5) install BuddyPress;
6) install bp-forum-enabled.php;
7) create a new admin user in bbPress;
write his login/pass to option page in WPMU;9) create group in BP;
10) nothing changed.
What happened? Why can’t I launch forum?
January 6, 2009 at 7:00 am #35725realfam
Membermy website is: http://www.realfam.com
I installed Version 0.92 of Flickr plugin…..
ok, on my actual public profile page when I click on “Flickr” I see this error:
Warning: Invalid argument supplied for foreach() in /home/realfamc/public_html/wp-content/mu-plugins/bpdev-flickr.php on line 333
Additionally, in the wp-admin I see the BPDEV Plugins menu option, when I click on it the “Thank you for using WordPress” box that is supposed to be at the bottom it now inthe center of the page and blocking some of the text. when I select all and copy/paste the text beneath that can not be sen reads:
Warning: ./cache/969ebb6942853d6ce3e721b0da764898.spc is not writeable in /home/realfamc/public_html/wp-content/mu-plugins/bpdev-simplepie/simplepie.inc on line 1773
any ideas?
January 6, 2009 at 2:55 am #35711gogoplata
ParticipantTry changing default role here (domain.com/wp-admin/wpmu-blogs.php?action=editblog&id=1) and here (domain.com/wp-admin/options.php) to “contributor” then do a test registration to see if the new user is a contributor or subscriber.
If that doesn’t work in wp-includeswpmu-functions.php change this:
add_user_to_blog(‘1’, $user_id, ‘subscriber’);
to this:
add_user_to_blog(‘1’, $user_id, ‘author’);
That should take care of all future signups, however existing users will be unchanged. If you don’t have too many users yet you can simply manually change them to authors, however, if you have a lot of signups check out this thread for a way to mass add users as authors.
January 6, 2009 at 12:27 am #35697In reply to: Forum Integration: HELPING HINTS
dyzine
Memberwithout running the risk of sounding ignorant, where can i get a copy of 2.7 so that i too can attempt this install of bbpress? from the mu.wordpress site only 2.6.5 is available and i’ve googled the 2.7 but im not finding anythign anywhere. where are you guys getting your 2.7 copies? thanks
January 5, 2009 at 11:22 pm #35688usergnome
MemberMany thanks for your replies. I’ve progressed a bit now with the site.
@gogoplata “All you’d need to do to get this setup is to change the default role for the main blog from subscriber to contributor” – I know this is possible on classic WordPress though strangely I cannot find this option in either: /wp-admin/wpmu-users.php or /wp-admin/users.php ~ any ideas?
Thanks.
January 5, 2009 at 1:40 pm #35647In reply to: Forum Integration: HELPING HINTS
Mike Pratt
ParticipantAm dealing with an entirely different mysterious monster here: After running for weeks, I somehow corrupted my db and felt a fresh db was the only way to go (only test data to worry about) Currently running 2.7, BP latest trunk and a bbPress 1.0a4.
After getting all the way to bbPress/Wordpress integration menu (and seeing all the properly entered cookies/salts) when I enter the “wp_” prefix and click “Save settings” I am kicked out to the bbPress forum login screen and upon login of the keymaster or any other account, I am returned the error message “user does not exist” and thus completely locked out of the install. This happens whether I clear cookies or not at various stages in the process. Please help!
January 5, 2009 at 9:13 am #35624In reply to: strange admin address
nickmu
Memberhi burtadsit,
I’ve tried editing the php.ini and my notification emails are still sending out as “myusername@box441.bluehost.com”. I’ve tried changing my outgoing email in Operational Settings in wordpress’s dashboard to an email that i’ve set up on bluehost but that’s not working either. It appears that a ton of people are having this same problem on bluehost. there’s gotta be a simple answer. could it be the pluggable.php file or some other file in wordpress that I can manually edit? I can’t launch my new site with buddypress until i resolve this.
thanks in advance for your help!
Nick
January 5, 2009 at 7:07 am #35613In reply to: set default Role of new user
gogoplata
ParticipantIn wp-includeswpmu-functions.php change this:
add_user_to_blog(‘1’, $user_id, ‘subscriber’);
to this:
add_user_to_blog(‘1’, $user_id, ‘author’);
That should take care of all future signups, however existing users will be unchanged. If you don’t have too many users yet you can simply manually change them to authors, however, if you have a lot of signups check out this thread for a way to mass add users as authors.
January 4, 2009 at 11:15 pm #35585In reply to: set default Role of new user
Mike Pratt
ParticipantNo Joy. When I went to Site Admin -> Blogs -> and changed the Default Role to “Author” (also tried “author”) but every time I register a new user it shows up in my main blog as “Administrator” and if you look at the user under the Site Admin -> Users menu it says they are a Subscriber.
So which is it? Are there roles for both the User and the main blog that are different? I also tried a plugin found here https://mu.wordpress.org/forums/topic.php?id=4166
no love. this is a biggie for me so I’ll be so so gracious if someone has insight! Thanks,
Mike
-
AuthorSearch Results