Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,976 through 18,000 (of 32,678 total)
  • Author
    Search Results
  • @mercime
    Participant

    @ktown28 I would look at the comments.php file and customization of comment form in functions.php. You could also install the Theme Check plugin and the Log Deprecated Notices plugin to check if your theme is up to WordPress standards.

    #29814
    Mike3853
    Member

    Hello, I have looked around a lot and I can’t find a working visual text editor for buddypress that supports the forums and the regular bpSite. The only text editor I could get working in bpForums is “Rich Text Editor For Comments”, but that does not work for comments on the non forum posts.

    I also tried “CKEditor for WordPress” but I can’t get the bpForum section to work(bpCKEditor). I tried all the settings but nothing worked.

    So now in order to have a editor that works in the Forums AND non forum posts I have installed 2, which looks kinda silly: http://msflights.net/screenshots scroll down a bit and you will see the 2 text boxes.

    So, does anyone know of a text editing box that works both on the regular bpSite as well as in the bpForums?

    Thanks a lot!

    John Peden
    Member

    I’ve created a gist here:

    https://gist.github.com/2888847

    The problem, I suppose is more to do with WordPress shortcodes. I’m sure the members loop would work but I’m struggling to get it to load from within the confines of a shortcode.

    #135548

    WordPress 3.2.2, GoDaddy Hosting, PHP Version 5.2. something…. Anyone know about this? Do you always have to enter a subject to send a message to another user???

    #135544
    Steve
    Participant

    It seems this is being caused by the WP Email Login login plugin. @r-a-y is an author so hopefully he sees this.

    I’ve made a post in its forum here: https://wordpress.org/support/topic/plugin-wp-email-login-this-plugin-allows-non-activated-users-to-login?replies=1

    #135540
    angslycke
    Participant

    Hi Paolo!

    Do check out the WordPress plugin S2Member which is a powerful membership plugin that supports PayPal.

    https://wordpress.org/extend/plugins/s2member/

    Steve
    Participant

    Hi,

    I have been doing some testing and have realised users can login without having verified their email address? Is this normal behaviour? Is it down to BuddyPress or is this a WordPress thing?

    #29802
    tom.182
    Member

    It is possible to allow comments on a users profile, from both registered and un-registered members? I just want the users page to be treated as a single blog post. I would assume I’d have to insert the comments_template tag in the profile loop, but not sure where to exactly?

    (I know I can use forums, and the activity features for discussions but ideally I’d like the same commenting setup for the user profile as a blog post.)

    Using the latest version of both WordPress and Buddypress. With the default template pack.

    #135523
    Jacob Schweitzer
    Participant

    Also, we’re using a foreign language version of WordPress and BuddyPress which both have completely translated mo files but the email came in English. Could this be related or another issue?

    #135522
    Jacob Schweitzer
    Participant

    It is WordPress 3.3.2 multisite installed in the root directory. We have a custom theme but based on bp-default without many modifications, certainly not any to the mail functionality except we had tried the Welcome Pack plugin but the activation link did not appear in that email either. This problem has occurred even without any other plugins running but BuddyPress.

    It seems to be a variable that should be created called $activate_url in /bp-core/bp_core_filters.php . Is there a way to add a filter there or somehow create another email to take precedence over this one?

    We’d like to keep email activation but if it doesn’t work we will have to manually re-send emails or disable it? Both seem like bad solutions, such a basic feature should be working without any tweaks to the system.

    darrenmeehan
    Participant

    I’m trying to showcase 6 random members on my homepage, while showing all members in the members directory.

    I’m using this code to change the number when its on the homepage. Which seems to be working fine.
    `if(is_front_page())
    {
    $dm_number = 6;
    }
    else
    {
    $dm_number = 20;
    }`

    but when I use the variable in bp_has_members() is doesnt work, it does work if I replace the variable with 6 though. The random parameter isnt working either.

    `if ( bp_has_members(“include=$filtered_users&max=$dm_number&type=random”) ) : ?>`

    I’m using the latest BP & WP, running on localhost – lamp environment. I’m also using this plugin for sorting out user types – http://wordpress.org/extend/plugins/buddypress-user-account-type-lite/ this is why `include=$filtered_user` is being used.

    I’m still getting my head around PHP and its been a while since I’ve used BuddyPress, I think my syntax is ok but I cant be sure! Any help would be appreciated.

    #135516

    Sorry I meant Multinetwork, i was given the below: but having some troubles… I’ll keep slogging away.. thanks

    1. BP MultiNetwork – https://wordpress.org/extend/plugins/bp-multi-network/ which requires WP MultiNetwork or Networks+

    2. BuddyPress Multi-Network – http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ which you can use with Join Blog Widget plugin which you’ll find in the same site.

    #135514

    I don’t really need buddypress not to be installed on the main site anymore, I’ve found a suitable theme that will allow me to do what I want, so now I need the ability to have the following but the ability to have users login to one and be able to move between them all:

    Main site = site1.com (buddypress theme/network)
    Child Site = child1.site1.com (buddypress theme/network)
    Child Site = child2.site1.com (buddypress theme/network)
    Child Site = child3.site1.com (buddypress theme/network)

    Question remains, do I need separate installs of WP and BP and if so how do I make it so users can move between them (so have one user database).

    Or do I use wordpress network and bp multisite?

    #135513

    They are not there own sites, I used wordpress network to create all the subsites, are you saying I need to create separate wordpress and buddypress installs for all the subsites, then use multi-network to join them all? I’m happy for them all to be separate, I just need the user databases to merge so people can login to them all without logging out and having different accounts to login with?

    #135334
    @mercime
    Participant

    If you have a bp-default child theme, copy group-header.php file.into your child theme folder as in wp-content/themes/yourchildtheme/groups/single/group-header.php
    then delete lines 11-15 of said file. If you also want to delete Group Mods, then delete lines 7-30

    #29791

    Hi, I have a need to setup a network of wp sites, what I need is a main blog that is a news style theme wordpress blog and a number of child sites that are all buddypress social networks, is this possible with networked wp?

    So

    Main site = site1.com (wordpress news theme)
    Child Site = child1.site1.com (buddypress theme/network)
    Child Site = child2.site1.com (buddypress theme/network)
    Child Site = child3.site1.com (buddypress theme/network)

    I have tried to push ahead and test the install on a test site, I followed these steps:

    1. Installed WordPress on main site – site1.com
    2. Installed and setup WP Multi Network
    3. Created my child sites – child1.site1.com, child2.site1.com, child3.site1.com etc – all works fine
    4. Installed Buddypress on site1.com (network install, couldn’t install on child sites which was expected but a shame)

    At this stage I noticed the site1.com had buddy press (I figure I can hide the bits on this site if I don’t want to have social networking on the main site) .. but I also noticed the sub sites have buddypress but just linking back to the mainsite, they are not social networks in there own right, each separate, which is what I need…. so

    5. I installed BP Multi Network – to have separate networks

    This didn’t do what I expected, the sites still all appear to link from the main site, the sub sites do not have pages for:
    Activity
    Blogs
    Groups
    Members

    I could create these but they will all go back to the main site, they need to be site specific, separate for each site…. which is what I expected BP Multisite to do..?

    Any ideas? thanks

    I can put up with buddypress on the main site, although I hoped not to have so I could have a good newspaper/magazine theme on the main site, but if thats the only way to have all the user databases connected I can hide what I need to.

    Any help please?

    My basic requirement is to have a network of sites using the same user database, someone registers on one they can log into another, subsites are all social networking sites, main site is a news/magazine platform.

    hummm help plz

    #135511

    I have tried to push ahead and test the install on a test site, I followed these steps:

    1. Installed WordPress on main site – mainsite.net
    2. Installed and setup WP Multi Network
    3. Created my child sites – site1.mainsite.net, site2.mainsite.net, site3.mainsite.net etc – all works fine
    4. Installed Buddypress on mainsite.net (network install, couldn’t install on child sites which was expected)

    At this stage I noticed the mainsite.net had buddy press (I figure I can hide the bits on this site if I don’t want to have social networking on the main site) .. but I also noticed the sub sites have buddypress but just linking back to the mainsite, they are not social networks in there own right, each separate, which is what I need…. so

    5. I installed BP Multi Network – to have separate networks

    This didn’t do what I expected, the sites still all appear to link from the main site, the sub sites do not have pages for:
    Activity
    Blogs
    Groups
    Members

    I could create these but they will all go back to the main site, they need to be site specific, separate for each site…. which is what I expected BP Multisite to do..?

    Any ideas?

    I can put up with buddypress on the main site, although I hoped not to have so I could have a good newspaper/magazine theme on the main site, but if thats the only way to have all the user databases connected I can hide what I need to.

    Any help please?

    @mercime
    Participant

    @pgrinnell Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your enews theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move it to just above `

    `. Careful when you do this in the /activity/index.php page.

    Save files.

    #135501
    @mercime
    Participant
    #135492
    Jamiethecomic
    Participant

    Does that mean I have to delete the theme and reupload the same theme but with the added 2 files or can I do it all within wordpress?

    enderandrew
    Member

    What is the best solution currently for a themed login page, BP support and a good captcha on registration?

    I’m currently using Theme My Login and si-captcha-for-wordpress.

    ktown28
    Member

    I’m using DanceFloorV2 theme, WordPress 3.3.2. BP 1.5.5 with BP Template Pack. I’ve got everything else working, but the comment/reply button. It seems when I try to post I get directed to a 404. I know it’s something in the theme, because it works fine with default theme. I can delete comments, select favorites just not make new comments. Not to confuse with posting updates because that works fine. Thanks in advance.

    POST http://edmraveconnect.com/activity/reply/ [HTTP/1.1 404 Not Found 1090ms]

    #135460

    In reply to: Help me!!!!!

    @mercime
    Participant
    #29770
    juanmaguerrero
    Participant

    Hi, I just installed and activated the BuddyPress Groupblog plugin http://wordpress.org/extend/plugins/bp-groupblog/ but I could not activate. I’m currently running the latest versions of WP/BP but I can’t see any admin options for the plugin. Doest it needs Multisite feature enabled? I searched at the support forums and others are having that issue but no one answers… any help will be welcomed!

    #135459
    Paul Wong-Gibbs
    Keymaster

    Talk to Automattic about Polldaddy; apparently it should be fixed.

    https://wordpress.org/support/topic/plugin-polldaddy-polls-ratings-wp_title-missing-arguments

Viewing 25 results - 17,976 through 18,000 (of 32,678 total)
Skip to toolbar