Search Results for 'wordpress'
-
AuthorSearch Results
-
February 9, 2009 at 2:41 am #37515
life2000
ParticipantYou are correct Scot;
It worked.
It’s perfect.
Thank you.
Vida
February 9, 2009 at 2:11 am #37512Scotm
ParticipantFor what it’s worth, I’m using it and I can get to the dashboard once logged in via ‘URL/wp-admin’.
February 9, 2009 at 2:09 am #37511life2000
ParticipantOf all the solutions, Burt’s plugin seems to work best, and of course if we can redirect the login page to whatever page we want to, it would be even better.
However, the only problem I have encountered with Burt’s plugin is that after I upload it, I can not access the dashboard as the administrator either! To get in the admin area, I have to remove the plugin again. Perhaps, there is a shortcut of something to avoid this.
Sorry Burt. The questions don’t seem to end. But I guess that’s how human beings have continued to evolve, eh?
Thank you

Vida
February 8, 2009 at 10:53 pm #37501In reply to: PHP in my header.php causing signup errors
Paul Wong-Gibbs
KeymasterWere you using the same version of WordPress MU when you were testing with Beta 1?
February 8, 2009 at 9:56 pm #37500In reply to: PHP in my header.php causing signup errors
realfam
Memberwas not trying to be rude, sorry if it came off that way. This script was used with the Beta 1 of BP without issue, so whatever changed in the Beta 2 that is related is what I need to find a workaround for. Just asking for some guidance/assistance. The script is textbook php so it works fine from that respect…. I have 2 databases in mySQL, 1 that is for the WordPressMU and Buddypress, and another that I created separately for another part of my site….the second database is the one the script is calling.
Any thoughts?
February 8, 2009 at 6:10 pm #37486Scotm
Participantburtadsit
function oci_login_redirect($redirect_to, $set_for, $user){
$redirect_to = bp_core_get_userurl($user->ID);
return $redirect_to;
}
add_filter(‘login_redirect’, ‘oci_login_redirect’, 10, 3);
How do I redirect to the user’s new blog versus their profile?
Thx
February 8, 2009 at 12:56 pm #37468In reply to: Avatar Upload Problems
karthik_kastury
MemberOkay so i followed the instructions here https://mu.wordpress.org/forums/topic.php?id=3173&replies=3#post-19388 .. here’s what I did..
# chown nobody -R blogs.dir
# chgrp nobody -R blogs.dir
# find blogs.dir -type f -print -exec chmod 644 {} ;
# find blogs.dir -type d -print -exec chmod 755 {} ;but it still doesn’t seem to work… any idea what to do?
February 8, 2009 at 12:13 pm #37462In reply to: Avatar Upload Problems
Paul Wong-Gibbs
Keymasterblogs.dir and some other folders will probably need to be chown’d to the user and group that runs the webserver. Apache2 by default (I think) uses the nobody user account, so I’m assuming that’s what your host uses.
Whilst 777 will let everything access it, from a security perspective, you should really go for 755 permissions and check that the owner/group of the files is the same as that of the webserver.
BTW if you’d have tested uploading an avatar on a plain WordPress MU install, you’d have had exactly the same problem. This isn’t buddypress.
February 7, 2009 at 9:56 pm #37431In reply to: clearing cache?
john268269
MemberI tried deleting blogs but everything went horribly wrong and I had to reinstall wordpress mu. The ids would go from 1 ,4 7 and so on . The ids would skip as if id 4 couldn’t be used…it was gone but it was still kind of there. I am amazed no one else is not having this problem, thanks tom for the advice, I don’t know how to deal with this.
February 7, 2009 at 7:53 pm #37427In reply to: buddypress blogs – want to tweak…
MartinNr5
ParticipantHi Laura.
Are you talking about the so called “widgets” that display information on your site (I can’t see the items you mention when I visit it)? These are responsible for showing, among other things, categories, recent posts, comments, and so on.
You can remove these from the WordPress admin page, under the Appearance section.
As for the problems with the avatars I’m not sure (I created a test account, MartinNr5, feel free to delete it if you wish). There might be a problem with the graphics library on the host that you have your site with so that the images isn’t processed properly.
Can you check with them to see if they support the minimum requirements for WordPress and buddypress?
February 7, 2009 at 9:55 am #37410In reply to: Invite Module
sdq80
Participant“Open Inviter” plugin http://openinviter.com/ is working with WPMU, try to download it from wordpress.org that one will work but not for all service providers.
BR
SDQ
February 7, 2009 at 12:43 am #37401life2000
ParticipantHi DJPaul:
So, I created the little plugin and placed it in wp-content/mu-plugin folder.
I then went back to the “welcome” box to make the changes to the outgoing text. No changes were made. Sorry for being slow here. But these are the questions I have right now!
1) I have no idea what to do with this step you mentioned above:
“Sorry, forgot to add. Use these tokens in your update_welcome_user_email function to tell WordPress where to insert the relevant values: USERNAME PASSWORD LOGINLINK SITE_NAME”
2) After I create the file and place it in the Mu plugin, where should I go to customize my final message going to the user.
I really appreciate the help.
Thanks so much;
Vida
February 7, 2009 at 12:10 am #37398In reply to: RSS feed from an external blog to my BP site
rishel
MemberUse FeedWordPress on the WordPress site. Let me know if it works for you.
February 6, 2009 at 4:51 pm #37374In reply to: Buddypress causing blank page with WordPress mu
jfcarter
ParticipantI found this post and it helped (https://mu.wordpress.org/forums/topic.php?id=7393)
In file wp-includes/capabilities.php add on line 2:
require_once(‘pluggable.php’);
Worked PERFECTLY!
February 6, 2009 at 4:50 pm #37373jfcarter
ParticipantI found this post and it helped (https://mu.wordpress.org/forums/topic.php?id=7393)
In file wp-includes/capabilities.php add on line 2:
require_once(‘pluggable.php’);
Worked PERFECTLY!
February 6, 2009 at 9:57 am #37352Paul Wong-Gibbs
KeymasterSorry, forgot to add. Use these tokens in your update_welcome_user_email function to tell WordPress where to insert the relevant values:
USERNAME PASSWORD LOGINLINK SITE_NAMEFebruary 6, 2009 at 1:49 am #37323In reply to: Upgraded to WPMU 2.7 now I have an error
Burt Adsit
ParticipantWe need to narrow this down further. Make a copy of the custom theme you’ve created. Save it someplace. Wipe the directory /wp-content/themes/home. That’s where the theme labeled “WordPress mu Homepage” is located. I’m guessing you modified that one. Upload a fresh copy of that directory to the server. No mods nothing. Right out of the download zip. Activate that theme and then see if you get the error.
February 5, 2009 at 11:35 pm #37311Adam W. Warner
ParticipantI have installed and been testing this login plugin, and it’s working great so far…even allows me to configure login and logout redirects, among other things.
February 5, 2009 at 11:29 pm #37308In reply to: is proudly powered by WordPress MU and BuddyPress?
Andy Peatling
KeymasterYou can legally remove it.
February 5, 2009 at 8:36 pm #37297In reply to: is proudly powered by WordPress MU and BuddyPress?
Burt Adsit
Participant(wheeze) I never should have come back to this thread. (wheeze) You guys are literally gonna kill me. You know I have asthma, a heart condition and psoriasis. (wheeze) Where’s my doctor’s number.. (giggling) There I go again. (wheeze) LOL.
I’m never coming back here.
February 5, 2009 at 8:16 pm #37296In reply to: is proudly powered by WordPress MU and BuddyPress?
Trent Adams
ParticipantYes can “legally” remove it. Morally, you will be killing puppies and kittens
There Burt! lolTrent
February 5, 2009 at 7:51 pm #37294In reply to: is proudly powered by WordPress MU and BuddyPress?
zanzoon
Participantlol I really don’t know what’s going on here!
apeatling, can you pleae tell me if I can legally remove it?
thanks…
February 5, 2009 at 7:42 pm #37293In reply to: is proudly powered by WordPress MU and BuddyPress?
Burt Adsit
ParticipantNow, Andy has the idea of this thread. LOL. C’mon Trent join in the fun.
February 5, 2009 at 7:41 pm #37292In reply to: BuddyPress Showoff: Post your links
mburp
MemberI have a Hungarian language install at http://unitarsalgo.unitarius-halo.net/ . I used BuddyPress 1.0b1 with WordPress MU 2.7 and bbPress 1.0 alpha. Hungarian language file is about 90% complete; I’ll make it available when its 100%. I’d say 1.0b1 was about 98% ready for use with other languages: I had to go through the files line by line to add missing get-text tags. Since I’m just finishing my 1.0b1 install, I think I’ll wait a bit before upgrading to beta 2. When I do I’ll be comparing my tweaked files to 1.0b2 files in ExamDiff to find changes I need to carry over; This time I’ll try to keep some notes so I can’t point the developers toward any remaining problems.
February 5, 2009 at 7:09 pm #37289In reply to: is proudly powered by WordPress MU and BuddyPress?
Andy Peatling
KeymasterYes, you can remove it, but you will also be killing puppies and kittens.
-
AuthorSearch Results