Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,026 through 16,050 (of 22,613 total)
  • Author
    Search Results
  • #101023
    Boone Gorges
    Keymaster

    The plugin works fine on all my installations of the latest WordPress.

    If your users are not able to leave a star rating, it is likely that you are having a Javascript conflict. Are you using a custom theme? Try reverting to the BuddyPress Default theme to see if the stars work that way. If so, then maybe I it someone else can help you to troubleshoot the theme.

    I should make it an option in the future for admins to turn off the part of the plugin that requires star ratings.

    #101020
    MrNiceGuy2
    Member

    Update:

    I think it’s the template pack. If I remove the registration template folder from my template, then it works. While registration folder is there, login does not work. Do I really need this folder? Registration, login, and activation work without it on the old wordpress system… right?

    #100994
    Dfa327
    Participant

    Hi,

    I didn’t realize this was a problem. I’ll go patch it today. Easy fix. Please friend me or something if there’s a problem. I didn’t see this one until someone on the wordpress forum pinged me. I’m happy to fix stuff, just need to know ;)

    Thanks,
    Dave

    spanakorizo
    Member

    still cannot figure this out. Can we please go 1 by 1? I have a single installation WP+BP and i have buddypress registration on, so everybody is becoming a member through BP. Let’s say that i want to create a simple widget “About me” and echo what the author’s filled in *this* profile field. The profile field would be called “About me
    .This will appear only in author’s posts. I say again my wordpress installation is not MU but it is multi authors write in the same blog. this plugin does exactly what i want, but it echos the WP’s core “About me” and i want to modify it with buddyopres’s field!
    https://wordpress.org/extend/plugins/author-profile/
    Please help :(

    #100971
    @mercime
    Participant

    I’ve just checked your site. Looks like you’ve disabled BuddyPress.

    #100968
    bojan85
    Participant

    Hi everyone I am a beginner at all this and I am having a little problems with the bp implementation with the bp -mystique theme and was wondering if someone could guide me towards the right direction. The wp portion of the site is looking good but as soon as i go to a bp part the header is not where it suppose to be there is a big space and the background image for the site is not there anymore.

    It seems that the bp is not registering the modification I have made on the wordpress part.

    the site im working on is icacsports.com

    Any help would be most appreciated

    cheers,

    #100963
    Hugo Ashmore
    Participant

    @thealchemist do bear in mind that Multisite is a WordPress feature (and therefore really a WP support issue rather than a BP one) even though we are happy to help where we can with non BP support issues :)

    #100949
    @mercime
    Participant

    == Firstly, I can’t find the httpd.conf file they want me to edit. I do have the ability to add subdomains so I wonder if putting * in the cpanel field will suffice.==

    Depending on your hosting plan, some webhosts do not allow users to have access to httpd.conf file. Note that the subdomains created by WordPress are “virtual” not “physical” or actual subdomains you would create in your cPanel. And yes, sometimes just adding `*` in field will suffice, sometimes not.

    Have you tried to
    – install WordPress and go straight to Step 3 and see if you can already set up subdomain structure – there will be feedback/notice in admin panel whether you can or cannot go subdomain
    – Contact webhost if your hosting plan allows for WordPress Multisite in subdomain structure and point them to the WP Codex page re “Create A Network” to get a definitive answer. Some webhosts require server plan upgrade, some don’t.

    #100946
    @mercime
    Participant
    asshu
    Member

    Interesting ! I am waiting for that too.I know a plugin seaweed.But it is not working with Multisite installation and not updated by the developers a while .

    #100935

    fjrichman… I agree this is a problem. It would be one thing if BuddyPress only added the padding when the site visitor was logged in, but it’s poor form to add 25px pixels padding to the body regardless. I understand that it would be a problem for WordPress developers who don’t call body_class(), but, by default, the BuddyPress default stylesheet (adminbar.css) should specify its padding on body.logged-in, not on the generic body tag. In any case, that’s the easiest solution I know of. Just modify adminbar.css (most likely at /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css) on the first line to body.logged-in. If for some reason you have themes that don’t or can’t call body_class(), you can use the is_user_logged_in function to override the BuddyPress styling. Something like: `body#mypage { padding: 0px; } `. Hope that helps, two months later.

    Looking back at your question, I see that you were actually asking more generally to start about BuddyPress tweaking a design wether or not the user is logged in. Well, in that case it would be harder to have a one-size-fits-all solution. Sorry if I missed the thrust of your question, but this may be helpful to others.

    #100932
    @mercime
    Participant

    Sure. There’s one featured WordPress.tv presentation from WordCamp Yokohama. It’s a Japanese site (with English translation), http://loftwork.com, which only used BuddyPress components like Blog Tracking, Activity Streams, Private Messaging and Extended Profiles. Didn’t use Friends, Groups and Forums.

    #100924
    @mercime
    Participant

    Rename the buddypress folder in wp-plugins via FTP or cPanel to deactivate BuddyPress.

    The correct translation in WP lingo is “You do not have sufficient permissions to access this page.” And while this was triggered by activating BuddyPress, it starts with your WordPress installation.

    There are plenty of threads in WP.org forums and Google search with different solutions to get back your Admin/Super Admin privilege in the installation. Good luck.

    Andrea Rennick
    Participant

    no, I was referring to the fact that core wordpress only shows a user’s blog under “My sites” that they are admin on.

    If you alreayd have users with blog, and then add buddypress, then yes – this has been a persistant issues. BP doesn’t automagically go find them all.

    #100902
    Andrea Rennick
    Participant

    Are you on a Windows server?

    #100875
    Virtuali
    Participant

    What I am talking about is the administrator account. The mention identifier is “ @admin” Right next to name,

    My admin account username for wordpress is different, therefore the mention not being correct as “ @admin“, as it shows on my profile.

    Does this make sense?

    #100869
    Boone Gorges
    Keymaster

    Whenever you want to have multiple loops on a page, you’ll have to define your own WP_Query. Here’s a good tutorial: http://weblogtoolscollection.com/archives/2008/04/13/define-your-own-wordpress-loop-using-wp_query/

    It sounds like the key in your case will be ‘post_type=post’.

    See this codex article https://codex.wordpress.org/Template_Tags/query_posts for info on what arguments you can feed to WP_Query (they are the same as query_posts() )

    #100856
    @mercime
    Participant

    Yeah, I saw that WP.org thread and Andrea_r gave answer there and Ipstenu as well
    @wp_y2m5tr take time to read the link given you in that thread

    #100852
    @mercime
    Participant
    #100848
    @mercime
    Participant

    The best solution is to re-do the whole installation manually, as Andrea_r mentioned. If you’re getting into BuddyPress where you would have to add some configurations manually in htaccess/wp-config.php etc., then manual WP install and making it multisite would be good knowledge to have and good practice to boot.
    https://codex.wordpress.org/Create_A_Network

    #100845
    Andrea Rennick
    Participant

    “I recently used the plugin Enable Multi-Site to configure WordPress Multi-Site for my Buddypress install. “

    Seriously – this is not recommended. I always recommend people set it up manually. the plugin only does 2 or 3 things for you – not the whole business and it doesn’t do any server checks that need a human eye.

    ‘If I try to navigate back to the main URL, I get nothing but a blank screen. Strange….”

    No, not strange – it’s a common error called a white screen of death. ;) It means you have some php messed up somewhere.

    Can you get in to admin? Go in there, disable plugins. 90% chance something in there does not work with multisite.

    #100834

    well eevryone is i just posted as well…and im using all the latest updates both wordpress and BP

    #100829
    @mercime
    Participant

    @bcade someone posted the same thing about “Enable Multisite Plugin” in WordPress.org forums, see if solution provided there will work for you.
    https://wordpress.org/support/topic/plugin-enable-multi-site-enable-mult-site-only-partially-worked?replies=3

    Andrea Rennick
    Participant

    The GPL only applies to *distribution*. If your client plans on packaging up the website somehow… then worry about it.

    “Does that mean that all of the code for this project would have to be GPL licensed and made available for free because we use BuddyPress for social networking? “

    no, it does not. only if you actually *release * it. Just having it as part of your website is not releasing your code.

    think of it this way – Buddypress is a plugin for WordPress. Anyone who build a site on WordPress itself is also not required to release their code.

    (and I will note that GPL doesn’t mean it has to be free either. There’s plenty of for-sale GPL plugins and themes.)

    #100815
    r-a-y
    Keymaster

    If you want to use a WP network install, you need to install WP in the root and not a subdirectory:
    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Read the red notice.

Viewing 25 results - 16,026 through 16,050 (of 22,613 total)
Skip to toolbar