Forum Replies Created
-
thanks Nicola…
that answer will work
*CLOSED
I had to put BP-dev plugins inside /plugins/buddypress/
however, not all of them work now…. my profile widgets do not show up in the “show widgets” area of the appearance>widgets>
the “widget area” shows up on the profile page, but i cannot add any of the widgets in
appearance>widgets> from the wp-admin backend
should i just add these sidebars to the functions page?
am i missing something? are they in wrong spot?
how about all the additional mods/plugins that work with buddyrpess ?
bp-dev plugins
terms_of_service
wp-captcha
those go in mu_plugins ?
or mu_plugins/buddypress/ ?
to clarify…..
site installed here domain.com
i want to change the domain.com to newdomain.com
exported domain,
found/replaced old domain.com with newdomain.com
changed mp_config
works for the most part… some errors though….
can’t upload group avatars… “dont have permission”
what am I missing?
awesome thanks!
bp-core-signup.php did it!
+1
somewhat of a similar issue:
xprofile fields are filled in, but don’t show on the profile,
changes made to certain fields don’t “save” or “show” on the profile
using trunk from a couple of weeks ago… and haven’t kept vary god track of the trunks
proly a few new ones since…. but my install gets more and more customized as time goes..
these updates, are they only to bp-xprofile files? or would i want to get the whole trunk?
danke
Yeyo!
works perfectly! thanks Burt
your title should be changed from “moderator” to “Master of the Universe”
Godaddy has become the walmart of web hosting…
you used to be cool godaddy! what happend?
dont get their grid hosting either… they’re pricing it cheap to see how it works and then will raise the rates…. which i bet won’t be $20/month like (mt)
thanks for the input,
looks like this will determine the background color…. (non transparent)
ImageColorAllocate ($handle, 255, 0, 0);
taken from:
http://php.about.com/od/advancedphp/ss/gd_library_2.htm
is this code something that exists in the bp-core avatars file?
im not sure where i would add this…
i\’ve looked in:
bp-core-avatars.php
wp-admin/includes/file.php
wp-admin/imcludes/image.php
i’m fine with hacking the core…
I would also be interested in Default Groups and Default Friends
+1
(not super-high on my “to do” list, or I’d offer payment to create this…soon though)
lol… thanks
completely switching to Trunk has solved this….
i agree…. where can i download the entire trunk rather than having to view each file?
update to the above problem:
when BP generates the /members link, it comes out as /MEMBERS_SLUG
?
thanks
how bout for us Mac users?
Someone responded…. Issue closed
thanks
update:
this VD server from Media Temple is by far the best host/server i’ve ever used….
I wish all my websites had a $50/month budget for hosting so I could use (mt)…
it freakin’ screams! (fast)
i too am doing an “arcade section”
im curious to see what you come up with
@ Manoj
thanks for answering me on your site… I\’ll move my issues to this thread
while the \”Full Name\” field cannot be changed, I was able to change it by duplicating the url to change a different field…
example:
when you edit any of the xprofile fields, the url shows somwthing like this:
http://mysite.com/wp-admin/?edit=profile_pageID=2
i just changed the \”2\” to a \”1\” and hit refresh…that allowed me to change the \”Full Name\” field to \”first name\”
my install is very customized, so I simpley can\’t \”roll back\” to a fresh install…
I will try changing the profile name back to \”Full Name\” and see if that works….
(more to follow)
@ theBigK
Well that would be bit difficult but not impossible because we have about 2200 users to be imported from old database. I also need to import their other profile data. Is this possible?
it doesnt look like you can add any additional information currently, however this plugin isn\’t super-complex, so you could probably add the functionality to add more user data by adjusting the PHP code (not sure how though)
you may also be able to export your SQL file in a | \”pipe\” delimited fashion
something like this:
\’
SELECT * FROM TABLE
ORDER BY ID INTO OUTFILE \’out.file\’
FIELDS TERMINATED BY \’|\’;
\’
I dont know much about this, but google it and Im sure you\’ll find something
Have you installed bpdev plugins in mu-plugins ?
if yes go to your wp-admin => bpdev-admin => switch on BPDEV TinyMCE
works for me!
I added the BPdev plugins to /mu-plugins/ NOT /plugins/
that added an additional Menu option on the /wp-admin/ backend
from there, I am able to view all the available bpdev plugins and turn them on/off
I think you put it in the wrong spot
My challenges are as follows –
1. Import the old data & other fields to corresponding WPMU database fields
2. Convert their passwords to encrypted passwords.
3. Send activation mail to all the users [handled by your plugin]
how many users do you have?
can you not simply enter them by hand and let WPMU generate a “new/temporary” password
yourcurrentuser|theirfirstname theirlastname|theiremail@email.com
that would
– Hash/encrypt their password (they still have to login and change it)
– import them into the DB
– send activation email/username + password
just a thought
Hey Manoj Kumar
great plugin… couple of questions
no matter how I format the user data, I always get “1 Error” and “processing complete”
example
username|firstname lastname|email@email.com => 1 Error
also, I’ve changed the “Full Name” profile field to be “first name” and added an additional field for “last name”… how does that change the format?
like this now?
username|firstname|lstname|email@email.com ?
thanks for your help
cool
thanks for the input..
I just purchase a Virtual Dedicated Server from MediaTemple ($50/month)
now comes the task of moving a half-made site to a new server….
awesome..
thanks for the input….
how bout the rest of you? where do you go for VDS / DS ?
ok… never mind… this DOES work
thanks for your help guys
<?php echo 'Welcome' . xprofile_get_field_data('First Name', $bp->loggedin_user->id) .', access your account below.'; ?>i wanna turn the lights off so bad…..
xprofile_get_field_data(field_1, $bp->loggedin_user->id)
xprofile_get_field_data(‘First Name’, $bp->loggedin_user->id)
xprofile_get_field_data(‘First Name’, $curauth->the_user)
xprofile_get_field_data(‘First Name’, $bp[‘loggedin_userid’]) //errors…
none of these work