Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,726 through 17,750 (of 32,678 total)
  • Author
    Search Results
  • b1gft
    Participant

    Thanks for all the answers, Before I start to work on it, let me just explain. I have my site on the .net domain and the .com is pointed to the .net . I am quite happy, (in fact with your help, would like to) transfer the site to the .com (less the multisite) and leave the multisite set up on the .net url. Just take posts ect off once they are moved to the .com

    So I am thinking, do I export the database, from the .net over to the .com and make the changes to the files then, to stop multisite. The .com has no database at the moment. Or could I install a fresh wordpress on the .com, install bp and transfer over only the databases of all the buddypress to the .com.
    If this is the best way, would I be correct in saying, export the bp files from the .net and import them back up to the .com database. Any pointers on this would be great.

    I can have the database in the same host if it makes it easier.

    Thanks

    #136686
    valuser
    Participant

    https://wordpress.org/extend/plugins/bp-extend-widgets/ or its code may take you some of way.

    #30233
    SK
    Participant

    http://wordpress.org/support/topic/plugin-bp-better-directories-ready-or-not

    Description says
    `This plugin is not ready to be used on a production site!`
    When will this be ready for production sites?

    modemlooper
    Moderator

    If you do not want the users blog content then you can export the BP database and re install it on a fresh site. The users blog content can be export by each user and then they can do what they want with it.

    these plugins may help:
    https://wordpress.org/extend/plugins/navayan-csv-export
    https://wordpress.org/extend/plugins/bp-export-users

    Tammie Lister
    Moderator

    I’d suggest you look at wp_mail as the starting point https://codex.wordpress.org/Function_Reference/wp_mail. You can hook into the profile fields (with some custom coding) and send using that I think.

    I would say looking at a plugin would be a good point to see code if not a direct solution for you.

    gaznev2000
    Member

    Hi just did a uninstall and reinstall but didn’t get any log errors. The errors below were the last errors that i received, but i don’t think they have anything to do with buddy press. Where should i go to get help with this?

    I am running wordpress locally on a mamp server could that be the problem?

    Regards
    gary

    30-Jun-2012 23:53:27 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16

    30-Jun-2012 23:53:23 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16

    30-Jun-2012 23:51:51 PHP Fatal error: require() [function.require]: Failed opening required ‘/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php’ (include_path=’.:/Applications/MAMP/bin/php5.3/lib/php’) in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5

    30-Jun-2012 23:51:51 PHP Warning: require(/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php) [function.require]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5

    #136650
    Roger Coathup
    Participant

    Hi Jeroen,

    we’ve built a lot of sites on BuddyPress – and forums are often a big issue for our clients.

    Clients / users expect forums to behave like normal forums (as your users have already indicated as well). Unfortunately, the BuddyPress group forum approach just doesn’t work in this regard.

    If forums are crucial to your site – then yes, install the bbPress plugin alongside BuddyPress, and work with the standalone forums it provides.

    You’ll need to implement some logic to control accessibility / visibility to certain restricted forums – but that’s not difficult – you can either use the BuddyPress Groups to group your guild officers, and then use the BuddyPress API to test whether a member is in that group. Or, if you don’t require the other group functionality, you may be best to create a new user role with the standard WordPress API.

    If you want to see a couple of examples of bbPress providing standalone forums on a BuddyPress site, you can check out our builds for http://worshipministry.com and http://enterprisenation.com

    Hope that helps, Roger

    #30222

    So I have been appointed head website tinkerer for our MMORPG guild. As such, I wanted a good platform for our website, and of course came to WordPress.
    One of the most important features of the site will be forums. Given what i read about buddypress / I think that would be an ideal solution:

    Basically what i want is to create forums, where part of the forums are
    – accessible to the general public
    – a large group of forums for guild members
    – a group of forums for moderators

    – a few forums for Guild leaders. (these are people form a ‘group’ moderators)

    General public
    People who are not a member of my blog, or who are not logged in

    Guild members
    People who are member of my blog and are logged in

    Moderators
    People who are guild members and are also in a group [moderators]

    Guild officers
    People who are guild members and are also in a group [Guild officers]

    A [guild officer] is always a [moderator]
    A [moderator] is not always a [guild officer]

    The confusion for me is how to set it up.
    I am quite sure, i could do this with a forums for groups set up,
    but a small survey among guild members is that they do expect to have one long list of forums. (similar to forum software of BBphp or SMF) with certain forums not visible depending on group membership. They are used to this method,

    The idea of this page being like:
    [General public]
    – Anouncements
    – rules
    [member forums]
    – Introductions
    – marketplace
    – helpdesk
    – fun stuff
    [moderator forums]
    – guides
    – discussions
    [guild officer forums]
    – guides
    – discussions
    – projects

    I am not here to start arguments, or flame wares, just want to see if i can set it up with the software i prefer to use, or if i have to move on to another platform

    I also am a bit confused about having to install the latest bbpress version additional to buddypress, or if that is not required/usefull.

    I have been reading, searching about the topic, but i might have used the wrong keywords. so a point in the right direction might help already :)

    #136648
    valuser
    Participant

    ok. this is happening with buddypress as the sole plugin active. (Single site install bp default theme admin user, non admin user – the behavior is as described above)

    opened a ticket https://buddypress.trac.wordpress.org/ticket/4320

    lakhlu
    Member

    Thanks a lot karmatosed, seems like its going the right direction

    Karmatosed, maybe there is a way to apply this particular cs styling to those pages only? or just to “pages” in wordpress and not the main one as well as post types?

    #136641
    Paul Wong-Gibbs
    Keymaster
    #136640

    In reply to: User blogs not created

    Paul Wong-Gibbs
    Keymaster

    Disable BuddyPress. Create a new site from inside the WordPress (Network) Admin. Can you access it?

    #30215
    luisrosario
    Participant

    Hey Guys, I need help. Running BP 1.5.6 on WordPress Network with Multiblog enabled sub domain install. Avatars don’t display at all. Image links are pointing to gravatar site. Anyone know how to resolve this issue? Pages are displaying fine with BP-default but I cant display original avatars from home site or even upload new ones. Any help on this would be amazing.

    Pinhead149
    Member

    Hi guys,
    i’ve installed a plugin called “liveTV bundle”.
    The user configuration to add livestreams is included in the normal wordpress profiles. But i want to show that in buddypress profiles. Can somebody edit the following lines?

    add_action( ‘show_user_profile’, ‘livetv_show_extra_profile_fields’ ); for example shows the profile fields (that i need) on wordpress profiles. How can i swap it to my buddypress profiles?

    Code:
    //Now hook to create extra profil fields
    add_action( ‘edit_user_profile’, ‘livetv_show_extra_profile_fields’ );
    //When the current on the current profil has capabilties to edit -> display
    add_action( ‘edit_user_profile_update’, ‘livetv_save_extra_profile_fields’ );
    //When the current on the current profil has capabilties to edit -> update

    add_action( ‘show_user_profile’, ‘livetv_show_extra_profile_fields’ );
    //When the current on the current profil has capabilties to show -> display
    add_action( ‘personal_options_update’, ‘livetv_save_extra_profile_fields’ );
    //When the current on the current profil is the current and edit -> update

    Hugo Ashmore
    Participant

    https://buddypress.trac.wordpress.org/ticket/4319 asks the question whether comments shouldn’t be updated.

    BobScott
    Member

    Hi, Thanks for the reply. What do I need to look at on ‘https://wordpress.org/support/forum/how-to-and-troubleshooting’ ? Do I search for broken Permalinks? What problem do I have with my Permalinks? Thank you for your asitstance. I have re-isntalled a new WP site but have not yet isntalled BuddyPress. What do I need to do first?

    #30207
    pklop
    Member

    I’ve just tried this a couple of time but I cannot install BuddyPress. I just installed WordPress and the first and only thing I did was to install BP with the default theme. I accepted all defaults (pages automatically created) but the installation seems to create problems with linking.If you try to create an account I get the message “The page isn’t redirecting properly” (from Firefox). Trying to login gets me a “Page not found” message. I tried exactly the same last week and it worked fine. I just have been experimenting with so many plugins that I wanted to start clean and I can’t even get the first stage to now work. Any help?

    You can look at the problem if you go to the site: http://www.orangeschedule.com

    xprt007
    Participant

    Hi,

    I was referring to this https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ under Step 1.

    I only have Components – Finish & nothing beyond, which should be the “Save & …” button.

    I think it’s a not a browser issue as this is the same on different PCs where no other such problem has shown up for WordPress plugins. Also I think it is no server issue, with the PHP 5.3 & 5.2, with all other scripts, including Drupal running.

    So running the installation wizard leads to a dead end. :(

    I would appreciate any help …

    Kind regards

    #136590
    Roger Coathup
    Participant

    Not sure this what this question has to do with BuddyPress – is there a reason why you haven’t asked it on the wordpress.org forums for the plugins?

    mememe123
    Member

    I already have Buddypress installed on my wordpress theme. After I install bbpress, I can’t access my dashboard anymore. When I click on dashboard I get this message:

    Server error
    The website encountered an error while retrieving http://www.


    . It may be down for maintenance or configured incorrectly.

    How do I fix this?!

    #30203
    Steve Ford
    Participant

    Hi All,

    After upgrading to wordpress 3.4 I am unable to use my e-mail users plugin. I have tried re-installing it, but when I go to send to all of my subscribers, I get a blank page. The I tried installing ” e-mail users 2″ plugin and when I try to send to my subscribers, i get the following error message:
    Parse error: syntax error, unexpected ‘}’ in /home/privatee/public_html/wp-content/plugins/emu2-email-users-2/emu2_send_group_mail.php on line 1

    Any ideas?

    Thanks,

    Steve

    #30202
    Steve Ford
    Participant

    Hi All,

    Recently after upgrading to wordpress 3.4 + buddypress. I was always able to e-mail my subscribers, however, when I try to use the group option to e-mail my subscribers with the “email users” plugin, I get a blank page. Tried to install e-mail users 2, plugin and when I proceed to send I get the following message:
    Parse error: syntax error, unexpected ‘}’ in /home/privatee/public_html/wp-content/plugins/emu2-email-users-2/emu2_send_group_mail.php on line 1

    Any suggestions?

    Thanks,

    Steve

    #30201
    Pinhead149
    Member

    Hi guys,
    first of all i’m currently using WordPress 3.4, my own theme, BuddyPress with BP-Template-Pack Plugin to integrate it to my own theme.

    I have some problems with groups in BuddyPress.

    1. Step 3 to choose your group avatar in “Create group” is empty.

    2. I can’t send friend requests because i don’t see members of my friendlist when my account is not activated per mail. i’m using the plugin “unconfirmed” to activate users in my admin panel. But also it don’t work for my admin account.

    3. I can’t see group members list with any account type, only my admin account is showing up, when he is in group. from other account will buddypress call me that there are nothing accounts in group.

    How to fix it, please help. Thanks

    And sorry about my english.

    Greetz

    #136578
    Jaja..
    Member

    Can anyone tell me why this is happening?

    Is it just they way it’s coded? Because i can’t find why WordPress or BuddyPress is not loading from the start but always waits a little while and after that it loads the site.

    I’ve enabled Gzip, Minify, (JS-/CSS) Cache, only 2 Grav’s on page, and optimized my Database but still i can’t get it underneath 1.4.seconds to load

    I know this sounds crazy because 1.4 seconds is very nice the only problems is that 1.4S isn’t the loading time 70% of this 1.4S is just waiting to get started with loading.

    Strange i can’t find it and solve it.

    #136577
    @mercime
    Participant
Viewing 25 results - 17,726 through 17,750 (of 32,678 total)
Skip to toolbar