Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,776 through 16,800 (of 32,678 total)
  • Author
    Search Results
  • #141847
    9087877
    Inactive

    I am not certain this is what you desire but check out my blog. I have code snippets that may help you. Read the post and you will understand the end result from the snippet. Have a great day and hope it helps!
    http://ezwebdesign.wordpress.com/2012/09/14/removing-admin-bar-removing-dashboard-access/

    #141842
    kraigg
    Participant

    I think this is a bug that was found when integrating bbPress 2.1 with Buddypress. If that’s the same problem, they are working on a fix for bbPress 2.2 https://bbpress.trac.wordpress.org/ticket/1906

    #31913
    jasonewillis
    Participant

    I was hoping to use the BP Multi Network plugin to allow BP on all sites within a Multisite install. I created a help post on the plugin page here: http://wordpress.org/support/topic/plugin-bp-multi-network-all-bp-links-point-to-root-site?replies=2 and was directed to ask here.

    I read the plugin instructions as best I could but didn’t get the functionality I wanted. When I go to a new subdomain and click on the BP links from the nav bar, they all point to the root domain.

    I tried first to find the folders listed in the instructions, but the instructions didn’t seem up-to-date…probably refers to WPMU I am guessing. After installing, I looked for the database items to rename but couldn’t find it. So, I figured that information might be dated also.

    Next I deactivated BuddyPress on the network, installed bp multi network and activated BP on the test subdomain, but all links pointed to the root domain in BP. Then I tried to network activate and still all BP links point to the root domain. Any help would be great, I am trying to mesh BP and MultiSite for indiviudal classes withing an edu type site, so people using BP need to get from subdomain (i.e. a class or teacher) to subdomain. Thanks,

    jw

    #141830
    Anointed
    Participant

    Yeah I’m quickly learning that the buddypress and bbpress trunk is nowhere near as stable as the WordPress trunk. I’ve always run the WordPress svn trunk updated nightly for years now and have never had a problem.

    #141828
    @mercime
    Participant

    @artxx on the link to profile page, you add the code yourself https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-dynamic-link-to-main-menu-item/

    Or use https://wordpress.org/extend/plugins/buddypress-profile-menu/ if you’re using bp-default or child theme of the BP Default theme.

    As for incorporating jQuery Edit in Place plugin with members’ profile pages, that’s beyond the scope of the forums. You’d either have to code it yourself and/or post it in jQuery forums or stackexchange.com where a volunteer may be available to assist you or hire a developer to do so.

    #31905
    gapi78
    Member

    hi

    i realy need your help.
    I have a wordpress site and buddypress installed (latest version) and a couple of weeks ago the site started working strange (after an update).

    The problem is that when user has a space in his user name private messages are not working.

    Can anyone help me? is this wp problem or buddypress problem.

    #141807
    Anointed
    Participant

    I am using bp 1.7bleeding with WordPress 3.5alpha.
    Yes, I can upload themes, update plugins etc. Everything else works perfectly. This is the first problem I have come across with this install.

    @mercime
    Participant

    >> Can we assign specific widgets to specific pages?

    @awclubbock Yes. You can use the widget logic plugin https://wordpress.org/extend/plugins/widget-logic/ where you use WP’s or BP’s conditional tags to control where that widget shows up.

    >> How do we create the Lost Password URI for the BBpress login widget in the footer?

    https://bbpress.org/forums/

    >> How do we list all forums on the forums page?

    Go edit the Forums page in dashboard and add the bbp-forum-index shortcode https://codex.bbpress.org/shortcodes/

    >> How do we enable the registration on the register page? [The register page is blank right now.] (Can we limit who can register with a code?

    – Make sure you’re logged out before trying to register
    – Did you activate BP template pack and go through Appearance > BP Compatibility process? Or go to Settings > BuddyPress > Pages panel and check if a page has been assigned to Registration

    #31897
    Tanya
    Participant

    I’m not sure which file to edit to have my member’s forum pages line up properly.

    I have tried forums->index.php but this isn’t changing anything, using `

    `

    See what it looks like here: http://netballscoop.com/members/netball-scoop/forums/

    Using WordPress 3.4.1 and Buddypress 1.6.1 with BBP-Template-Pack

    #141789
    Tammie Lister
    Moderator

    Are you using the latest version of BuddyPress with the default theme? If not, then what is your set up theme wise and what version of BuddyPress?

    Also, just as a check can you upload themes to your media area in WordPress?

    #141769
    @mercime
    Participant

    Curious, can you log in at WordPress.org and bbPress.org with the username and password used to log in BuddyPress.org?

    #141767
    @mercime
    Participant

    @hamzahali You need to change 16 template files within the 6 BP folders transferred to your bold theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your bold 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:
    `

    <div class="post clearfix" id="post-main-“>
    <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('

    ‘); } ?>

    `

    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 //

    `

    Save files.

    #31875
    erikahrend
    Member

    Hi, I have placed a button in the menu for users to logout, but it directs them to the WordPress login page, I would like the button to redirect them to homepage instead. I have currently set the button´s css class to “function-is-user-logged-in” so only logged in users can see it. I would like to know if I can achieve the redirect with a css class too.

    I have also installed the “BpDev Logout Redirect to Mainsite for Mu/BP” plugin, but that is having no effect over the logout button (it does work with the Buddybar´s logout button though…).

    I would appreciate any tips. Please, as usual, bear in mind that i have very limited coding skills. Thanks in advance for all the kind help and replies.

    Best,

    Erik.

    #141746

    In reply to: Stress/load Testing

    meg@info
    Participant

    Hi @alex_h ,
    you can peronlize BuddyPress Default Data plug to make it stress testing script. this pluging will create lots of users, messages, friends connections, groups, topics, activity items – useful for testing purpose.

    https://wordpress.org/extend/plugins/bp-default-data/

    #141741
    @mercime
    Participant

    == . I want my subscribers to have the option to choose which sites they want to be a member of. ==

    You can make suggestions via https://wordpress.org/extend/plugins/welcome-pack/ then also add this plugin to blogs/subsites created by users http://buddydev.com/plugins/join-blog-widget/

    #31870
    Anointed
    Participant

    Sad to see we still don’t have group forums using the new bbPress plugin.

    Question:
    If I install sitewide forums for now, will I be able to switch the sitewide individual forums over to individual group forums in the future?

    Explanation:
    1. activate sidewide forums
    2. create dozens of individual forums, some as sub-forums

    Later:
    3. choose an individual forum I created above and assign that to a group
    4. if the individual forum I assign to the group has child forums, then those children should also move to the group forums when we move them.

    Am I going to be able to do this in the next vs?

    *Like everyone else I’ve been waiting years now for the promised group forums, only to see them pushed off vs. after vs.
    I am finally at the point where I HAVE TO move my old vb forums over to WordPress. I want to make sure that I make the right decision on the initial move so I don’t get totally screwed over later, as I absolutely have to have a group forum setup someday.

    #31865
    bobmorris60
    Participant

    I’m helping move a long-time Drupal site with a several thousand users to WordPress. We’re using BuddyPress and the Atahualpa theme. I have Forums installed.

    Question: How do I do user diaries in BuddyPress as they work in Drupal? These are personal blog written by one person in which posts can be promoted to the front page. I know this can be done in BuddyPress. I’m just not sure how.

    Any help appreciated. Thanks!

    @mercime
    Participant

    @benzine You’re welcome.

    == if I want to get rid of the sidebar, other than modifying my css for sidebar ==

    Two parts in removing sidebar in templates where you want full-width

    A. Near top of file, remove the line
    `<?php if (get_option_tree('blog_layout_sidebar', '')) { echo '

    ‘; } else {echo ‘

    ‘;} ?>`
    and replace it with
    `

    `

    B. Near the bottom of the file, remove the line
    `<?php if (get_option_tree('blog_layout_sidebar', '')) {} else {echo '

    ‘;}?>`
    and replace it with
    `

    `

    == I also want to list the members like an album view sort like (in rows and columns – grid like) ==

    This is now beyond BuddyPress template compatibilty. I would suggest checking out the styles used in themes set up with grids like those listed at http://www.dessign.net/grid-style-theme/ or posting or assistance at https://wordpress.org/support/forum/how-to-and-troubleshooting or hire a developer at http://jobs.wordpress.net/

    Marking this topic as resolved.

    #141710
    David Carson
    Participant

    Haven’t looked, where can I find the error logs?

    Depends on your hosting service. Usually found in Control Panel or Plesk or in root folder.

    But you didn’t mention whether anything is shown on screen when the activation link is clicked.

    You might also want to verify that your hosting meets the minimum requirements if you haven’t already. No idea if that’s what’s causing your issue but can’t hurt to check.

    https://wordpress.org/about/requirements/
    https://buddypress.org/about/requirements/

    It’s always easiest to troubleshoot core functionality (new users, new forum posts, new groups, upload avatar, new blog posts, etc.) before you start adding plugins or customizing anything. If you come up empty in error logs, I’d recommend a clean install so that you can better troubleshoot the issue. Otherwise, you might end up chasing your tail.

    My server is running PHP version 5.3.15 and MYSQL 5.5.23. I have WordPress installed on the root of my Subdomain. When I install the plugin I am able to go into the settings and save changes but I am missing all of the additional functionality that I need in the installation wizard. Please help.

    #31861
    business31
    Member

    I updated my buddypress plugin to1.6 and now its messing with my other widgets. When I deactivate the buddypress 1.6 then my other widgets starts working, but when I activate the plugin then the widgets will not move.
    I don’t understand because I have wordpress 3.4.1.

    Also I’m seeing this as well in my back office: Don’t worry! We’ve moved the BuddyPress options into more convenient and easier to find locations. You’re seeing this page because you are running a legacy BuddyPress plugin which has not been updated.

    i need this plugin in order to make a community out of it. HELP!!

    #31860
    maddogmcewan
    Participant

    Hi All, am having problem with users saying that they cannot create new groups. I logged in to site and created a group now problem. I then registered a new user, and logged in and tried to create a new group.. and what happens is when loading the first step, a browser alert box with nothing but the site url pops up and when you close it it redirects you to the the site landing page.

    I am running WordPress 3.4.2 with BuddyPress 1.6.1 on multi site (this occurs on main site). Plugins that might have bearing here being BP Group Management and BP Group Hierarchy, also Membership Premium from WPMUDEV,

    All members are automatically assigned Subscriber status ( I tried Contributor as well) and assigned a “Free Membership” level in Membership Premium. I have checked and double checked all access rights to all pages and posts, menu’s etc and as a test gave registered members full access to every option in membership Premium, but that changed nothing

    In BP Settings have enabled “Enable group creation for all users “, also set the amount of groups and forums a user can create to 3. “Allow BuddyPress Groups to have their own forums ” is ticked as ON and lastly in CubePoints set “Enter how many points a member must have before they have access to create a tribe.” to ….. and as i am typing this i realize, and i realize….. and yes, i set that down to zero and all works again, and i just obviously needed to talk to a few professionals …

    thanks for listening

    Quint
    Participant

    @shanebp,

    Could you provide a reference of that plugin implemented for a BuddyPress site? I don’t see any examples (on their site) that specifically illustrate a BuddyPress implementation.

    @verteus,

    If all you’re looking for is a WordPress event plugin, here’s another you may want to research: http://eventespresso.com

    #141670
    erikahrend
    Member

    That absolutely did the trick!! Awesome. THANKS!!!

    #141660
    9087877
    Inactive

    I would check them all because I have used plugins that broke registration and it was usually the last one I tried. Matter of fact I know disable wordpress updates was the culprit on one occasion. Just disable them all one by one to weed out the issue and then come back if the problem persists. Just a piece of advice for the future, anytime you install a new plugin, test that the registration still works each time. It sounds tedious but it will save you a headache if you have installed many plugins and you have to weed out the registration killing plugin because you failed to test it.

Viewing 25 results - 16,776 through 16,800 (of 32,678 total)
Skip to toolbar