Forum Replies Created
-
@mercime Ok. Thanks for all your help so far.
I have done BP for awhile and the work around…and will implement it on my 2nd site soon…
Thanks
Great… One more question, how can i show photo on a sidebar, is there a sidebar plugin for this above album plugin..?
Ok. thanks. I will try to avoid using outdated plugin…
THis should be the plugin you mentioned? Correct?
https://wordpress.org/extend/plugins/bp-album/@merime
I managed to get it to work now… I do the hard way, reset everything and start all over under a new folder /dev. Its working. But alignment is Out a Little.
http://learningdigitalphotography.net/dev/register/
But when i register myself as a new user, it doesn;t give me any activation code… i just register and approved it via a link sent to my email.
I wanted to add this plugin to allow sharing of photo…
https://wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music/I believe this photo sharing plugin works? How can i integrate them into my site?
I have contacted my host and checked and confirmed all the setting on the server can support BP.
I create a sub-folder named dev/ and manually installed WP 3.3.1. and then upload the WP-Content folder, and create a new DB and uploaded the DB files into my new DB. That was what i did.
I tried to create a group name under profile setting, But it can’t allow me to create one.
That’s so much i have done, but still cannot get the BP up and running.
I don;t know what else i can do…I have reinstalled WP into a Sub-Folder. Still remain the same.
http://learningdigitalphotography.net/dev/registration
I think this plugin just don’t work…
@mercime If i do the WP reinstallation manually, will that affect my site and SEO of my site?
@mercime any news and recommendation?
I have deleted the BP files and Reinstall back manually.
The result is still the same.? Is it due to my WP wordpress installation, how can i reinstall wordpress, can this be the issue?I tested with Twenty Eleven theme and there is NO changes, I can’t see the Name Field on registration page. See below.
http://learningdigitalphotography.net/registrationHi.
My WP version is 3.3.1.
BP plugin 1.5.5
BP template pack 1.2.1
I am using Single WP
WP installation is running on HostGator (i suppose is Window Based) and Using cpanel (fantastico).
– I install both the files WP and BP automatically. The BP Plugin is installed by using the admin >> Plugin >> Add New.I can try to delete the BP and upload again manually…
What else i need to check on…@mercime I have done what you mentioned, deactivate BP and plugins and change to Twenty eleven theme and the registration page still the same as it is, not change.
What i discover is that on the admin Plugin page, there is a plugin which is deactivated by default by WP due to a invalid header. besides that, i don;t have anything elses… What can i do.
I don;t make to send you my WP admin login to help me see what went wrong..Thanks
Anyone has any sample page to show me how the registration page should looks like?
I am not able to get what its suppose to be…Thanks
Yes, I was told to modified this:
https://buddypress.org/community/groups/creating-extending/forum/topic/buddy-press-pages-not-working-1/SCroll down to the link and i follow the instruction to change the 16 files…
I Change the script as suggested in the list in above link…total 16 files in total i have changed.
Some files i can’ t find this script
so i just remove those line which looks exactly the same on top and bottom of scripts.
Let me know if this is what causes the problem…
I have upgraded to 1.5.5 The registration page remain the same.
I go to Buddypress>Fields>add new and create a “Name” group, But it Failed. It says there is an error saving the group.
I change to a BP default Theme, its the same thing, that it doesn’t work.
How do i create a Name Field Under Profile Name ?
How to get my registration page to accept User registration?Hi,
I have not upgraded to 1.5.5. I will do it. When i do it, do i need to change the register.php file after i upgraded it?
I will go to Buddypress >> Field >> Add new and create a Name field.
I think i have this issue for almost close to 2 weeks now..and not able to proceed any further.
Worst case, i will have to switch to other plugins if no further support given..
@mercime
Need your help to see why my registeration page is not displaying the right information field to allow user to key in name.This is my code for the register.php
http://pastebin.com/Jg2Wxq1DI have disable most plugin which potential is a conflict. My other plugins which are active are:
fast secure contact form
google analytics
get the image
mail from
max banner ads
seo friendly image
seo pressor
seo smart link
TinyMCE advanced
Wordpress SEO (Yoast)
wordpress related posts
Tweetmeme
Google xml sitemap
comment luvThanks
This is the register.php file.
Is there anything missing? Please advice.
Thanks
The problem is if i remove the page-link-to plugin.
All the pages will end with a .html. I wonder if this is due to my SEO plugin which default all pages and post with a .html URL.
Instead of http://learningdigitalphotography.net/registration/ It becomes :
http://learningdigitalphotography.net/registration.htmlWhat can i do to change it?
Thanks
I tried to add in a functions.php by added above code to my existing functions.php in my theme folder, and it gives an error. This doesn’t work.
The page URL is a Page_name by itself, when creating a new page, the URL end with a .html I am using a special plugin call “Page Link To” to link the page to the correct Page name. That is from http://learningdigitalphotography.net/registration.html to http://learningdigitalphotography.net/registration/ this is so because my permalink is not working to what i intented the page URL to be. Will this cause an issue?
ANother things which i have question is the the registeration page seems missing some field.
http://learningdigitalphotography.net/registration/
There is a profile Detail but no field to enter those info. Is there some info which needs User to Key in?Very strange that why My registration page is Not accepting user registration. You can do a try to register.. http://learningdigitalphotography.net/registration/
The activate page is this http://learningdigitalphotography.net/activate-2/
Beside functions.php, is there any other files is causing the issue?
So for functions.php , what i need is to create a file and with the code below:
//Fix Email issue
function fix_bp_core_email_from_address_filter() {
return apply_filters( ‘bp_core_email_from_address_filter’, ‘noreply@yoururl.com’);
}
add_filter( ‘wp_mail_from’, ‘fix_bp_core_email_from_address_filter’ );@ORyanMcentire you mentioned you add a code into functions.php. Where can i find this file? Which part should i insert this code.
//Fix Email issue
function fix_bp_core_email_from_address_filter() {
return apply_filters( ‘bp_core_email_from_address_filter’, ‘noreply@yoururl.com’);
}
add_filter( ‘wp_mail_from’, ‘fix_bp_core_email_from_address_filter’ );Tried…. No Results at all.
I wonder if there is any setting needs to be done..
Hi…
I have tried all ways mentioned above.. added the Mail-From and wp-mail-smtp plugin and it still doesn’t work at all. It just bring me back to the home page without any successful registration complete message…
What can be wrong?