Search Results for 'wordpress'
-
AuthorSearch Results
-
November 19, 2013 at 9:26 pm #174481
In reply to: Wrong Avatar Folder
modemlooper
ModeratorIs WordPress installed in the root or in a folder? sounds like the install got borked. In future I would always use the admin to update WP. Also, this error has happened before when WP was installed using a one click host installer.
November 19, 2013 at 8:03 pm #174475In reply to: Wrong Avatar Folder
WPWally
ParticipantYes it was working before, and no it is not multisite. I used svn to update WordPress.
November 19, 2013 at 7:53 pm #174474In reply to: Passing user role to custom xprofile field
noizeburger
ParticipantThank you @henrywright-1,
this would be a nice alternative to my own approach, but what about my original idea? Remember you asked the same question in another thread few weeks ago.
If there would be a way to pass over the different user-roles to xprofile-fields there would be no need to create templates. You could output the field in the member-loop and make it searchable. This would be the simplest way. What do you think about it?
As an example: a user registers on my site as “band” (which is a wordpress user role). The selected field would be inserted into a (maybe) hidden xprofile-field also called “profiletype”. This field could be echoed everywhere inside buddypress (clickable, searchable). I know this could be done with only xprofile-fields too, but without the possiblity to use bp-xprofile-acl an the advantage of different user capabilities. Am I clear?
November 19, 2013 at 4:14 pm #174464In reply to: [Resolved] Dummy content for theme developers?
November 19, 2013 at 2:30 am #174437Been Young
Participant@henrywright-1 Thanks for reply,
Ticket has been created. https://buddypress.trac.wordpress.org/ticket/5249#ticketNovember 19, 2013 at 1:17 am #174434In reply to: Disable Buddypress Sitewide Activity RSS
tse11
Participant@bphelp Thanks, unfortunately that didn’t work either.
For anyone wondering. I found a plugin that finally blocks the BP feeds. It is for wordpress but did the trick. The plugin is here:
November 18, 2013 at 7:12 pm #174421In reply to: [Resolved] no support on wordpress latest version
Hugo Ashmore
ParticipantYou need to follow up with your hosts, BP does not contain any nasties and this sounds like a false / positive from some form of scanning software your hosting provider uses, but you never did answer the question where you obtained BP from in the original failed attempts.
November 18, 2013 at 6:40 pm #174420In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantI got it working some how…i was able to find buddypress in the featured option in plugin… Any wayz thnx… U provide good support…
November 18, 2013 at 6:36 pm #174419In reply to: [Resolved] no support on wordpress latest version
modemlooper
ModeratorWhat hosting company?
November 18, 2013 at 4:42 pm #174412Henry
Member@mercime I should have added more info
It is default behaviour when the WP static front page is set to “Register”. I actually came up with a way of doing what I needed with the help from folks over at Stack Overflow:
http://stackoverflow.com/questions/20039607/different-wordpress-front-page-for-logged-out-and-logged-in-usersMy final code after some minor tweaks to the accepted answer is:
function bp_custom_front_page() { if ( ! is_admin() ) { if ( is_user_logged_in() ) { $page = get_page_by_title( 'Contact' ); update_option( 'page_on_front', $page->ID ); update_option( 'show_on_front', 'page' ); } else { $page = get_page_by_title( 'About' ); update_option( 'page_on_front', $page->ID ); update_option( 'show_on_front', 'page' ); } } } add_action( 'init', 'bp_custom_front_page' );November 18, 2013 at 4:18 pm #174411In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantThis is the error whn i try manual upload method :
Security alert
The file you r uploading was rejected by the server
It probably contains viruses or trojan that can damage your website
Dont attempt to upload it again as your IP address may b blockedNovember 18, 2013 at 3:55 pm #174409In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantRequires: 3.5 or higher
Compatible up to: 3.6.1November 18, 2013 at 3:50 pm #174407In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantM. Juz a beginner.. I dont know whr it is installed.. Whn my domain name got registered.. I got wordpress.. Den i installed a theme.. N the website was in existence.. Bt the default in WordPress is a blog website.. So to convert it in seconds network site m trying buddypress…. Plz help me in simple language
November 18, 2013 at 3:16 pm #174405In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantYup d same link.. Will let u know by trying installation on some other computer
November 18, 2013 at 3:14 pm #174404In reply to: [Resolved] no support on wordpress latest version
@mercime
Participant@mayur-hotkar Strange. Where did you download a copy of BuddyPress? Download at https://wordpress.org/plugins/buddypress/
How did it show that ” it shows it contains virus.. So cant b installed”? Where are you hosted? Is your WordPress installed at domain root?
November 18, 2013 at 3:12 pm #174402In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantI tried manually.. Bt whn i upload it shows it contains virus.. So cant b installed
November 18, 2013 at 3:09 pm #174401In reply to: [Resolved] no support on wordpress latest version
@mercime
Participant@mayur-hotkar are you on a multisite installation? If so, go to Network Admin > Plugins and activate BuddyPress. If you’re on a single WP installation, try to reupload BuddyPress manually, i.e. s/FTP
November 18, 2013 at 3:06 pm #174400In reply to: [Resolved] no support on wordpress latest version
mayur hotkar
ParticipantI my search in plugin option.. I cant find buddypress…
November 18, 2013 at 3:03 pm #174399In reply to: [Resolved] no support on wordpress latest version
Henry
Member@mayur-hotkar what doesn’t work with WP 3.7.1?
November 18, 2013 at 1:49 pm #174397In reply to: [Resolved] no support on wordpress latest version
@mercime
Participant@mayur-hotkar BuddyPress is compatible with WP 3.7.1.
November 18, 2013 at 1:49 pm #174396Henry
Member@beenyoung you can submit a BuddyPress Trac ticket at:
https://buddypress.trac.wordpress.org/
Trac is where the core developers hang out so if you think there is a bug in the way the BP core works then that is the best place to raise the issue.
November 18, 2013 at 10:53 am #174389In reply to: Ad Manager
BPress DEV
ParticipantHi Larry, ADRotate works pretty well.
November 17, 2013 at 11:58 am #174339Gyan Gaurav
Participant@henrywright-1 sorry henry..replying late. I was stuck with some more bad issues. actually I did try to by activating the default theme. but same happened.. some pages show a page not found error at first and gone away when I refresh it again.
Thanks for your help
November 17, 2013 at 8:00 am #174336In reply to: WP site for Musicians – How?
noizeburger
ParticipantIf your members should only be able to embed music you can use BP Profile Widgets. If you need the possibility to let them uploud music too, there’s rtmedia. Both plugins are available at wordpress.org
November 16, 2013 at 6:30 pm #174295In reply to: Removing Primary (Display Name) Profile Field
rsgGuru
ParticipantSorry for the delay Hans. You can just put the code in your site’s header. Different themes handle this in different ways. For example, in Genesis themes there is a Theme Settings option in the WP Admin tool that has options for adding header and footer code to the site.
Most themes also have a header.php file that you can edit if you’re comfortable with coding but this is usually a bad idea as future updates may undo your work.
Finally, there are some plug-ins that will give you the ability to add code within your sites HTML HEAD section:
https://wordpress.org/plugins/tags/head
Hope that helps!
-
AuthorSearch Results