Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,876 through 16,900 (of 32,678 total)
  • Author
    Search Results
  • Henry
    Participant

    The Registration Options forum is closed, so I was hoping for some help here.

    My site has gotten slammed with spam – I have 46,000 waiting to be approved or denied. But I can’t load all 46,000 before it times out, so it never reaches the approve or deny buttons.

    I was wondering if there’s a simple way to put the approve and deny buttons at the top of the page, so I can delete users a few at a time. If you have any other ideas, please let me know.

    http://wordpress.org/extend/plugins/bp-registration-options/

    Thanks,

    Henry

    Home

    #141241

    In reply to: Theme compatibility?

    Sergio De Falco
    Participant

    Cool :) so a more deep integration into the wordpress core… Speaking of This, i’m just wondering why buddypress doesn’t use user_metadata and have a proprietary xprofile table.

    #141240
    fitnessblogger
    Participant

    Just to add @mercime I am a real novice to WordPress and BuddyPress so sorry if i dont completely understand!!

    #141237
    @mercime
    Participant

    @fitnessblogger if you have child theme of bp-default theme or are using the BP template pack plugin and moved BP template folders/files, then copy over this file https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/blogs/create.php following the directory structure and make the change.

    toccia
    Participant

    @dcavins Hey did you get a solution? I have exactly the same problem on a Linux server (RedHat).
    Latest wordpress and buddypress versions, default theme… Looked all over the internet…

    toccia
    Participant

    As described in the title, I get this screen every time I try to accept or reject somebody who ask to join a group.
    Wordpress and buddypress just installed, both latest versions, and default template of BP…

    Any idea?

    rcpessoa
    Member

    On trying to invite users to a private group, I have no button that allows me to do it.

    If I request to be in that group with another user account, In the admin/requests tab I see the request, and I press accept, and it gives me a message asking me if I was sure I wanted to do this, with only a try again button, which I pressed and takes me back to the group page, without having accepted anyone.

    I am using WordPress version: 3.4.2; buddypress version 1.6.1 on a clean instalation and the default theme.

    Thank you,
    Raul.

    #31724
    Jade2360
    Member

    We installed the buddypress plugin and we’re trying to activate the features but they aren’t working.

    We have an existing WordPress site that can be found here: http://www.allafrikawire.com and we wanted to add a social networking component. The page created for it can be found at: http://www.allafrikawire.com/members/

    How do I activate the buddypress features on the members page? Is it possible to get buddypress working with an existing WordPress site/theme or do we have to create a separate theme and page specifically for Buddypress?

    #31714
    Devilish Concept
    Participant

    So basically i turned of the wordpress admin bar an want to be able to add the menu items from it ( buddypress items, profile, groups etc) to my main menu, i tried using the plugin from modernlooper but it wont work with my theme as it operates via widgets and custom everything, i need to somehow get it so it shows up on the menus page so i can check and add it to any menu i want

    any ideas?

    #141172

    In reply to: Group Profiles

    Quint
    Participant

    @abovenbelow,

    give this a shot… I’m about to: https://wordpress.org/extend/plugins/buddypress-groups-extras/

    You may also want to check out: http://buddydev.com/tag/bp-gallery/ for the Gallery (but Brajesh is working on the next version), BP Media’s BP Album+ could also work for you; and you could give Boris’ Mapology plugin at http://shabushabu.eu a shot as well.

    #31712
    geekasso
    Participant

    I am only able to find a way to add a wordpress page, which is pretty straight forward. What if I want to create a new button in the member navigation (pages visible only from the member page)? I am unable to figure this out. If someone can point me in the right direction, I would really appreciate it.

    #31711
    CallMeAndy
    Participant

    My site has been in development since upgrading to 1.6.1, just discovered prior to going live that where new registrations previously had (perhaps wordpress functionality-rather than buddypress -I dont really know) the ability to make post and were contributors by default. There now seems to be no access to the admin post-editor for a user, I guess they are not contributors by default, but how do I provide this functionality, or where does a user find it.

    I want new registration to be able to post immediatly all be it pending editor role review.

    Perhaps related I see that Network Admin Users are not now showing with the main blog as a site attribute, however in the members area they do show as members of the main blog.

    This is a Multisite setup of course.

    Any help appreciated

    #141161
    4ella
    Participant

    Try to bump this topic too , Buddypress is much more in advance from those last posts so maybe new BP versions will allow it, is anybody here who use @justin_k Justin’s WP-FB autoconnect and who has the same problem as @ifanatics in the first post above ? I succesfully use premium WP-FB autoconnect too and have the same problem as him, users who register to my website via this plugin can see every page even when I have restricted that page to only one different role (I have created 2 new roles , “club” and “job_applicant”, both new roles works perfect when I want to show and hide the content to specific user but only facebook users can see everything :-( , (they can see everything even if I manualy assign them a different role in user profile edit page.
    Other problem is what can I do to show facebook users in EDIT author drop down field in EDIT post page ? I can see there only wordpress – buddypress users , but not Facebook users despite of they are all everywhere even in members directory, from that reason I cannot assign them any blog post / CPT post

    newbie2011
    Participant

    I installed the bp sliding login panel and I need to put a link just for the admins and users who can post to the site blog. Again trying to keep limited people to access the dashboard of wordpress. Sorry for the long post but, these are things I haven’t figured out yet. When adding code to the update-content.php the code will show up on the front end. I have added other links but, not any with a special function. Any help is appreciated. Thanks

    #141143
    newbie2011
    Participant

    @Roger Coathup – sorry didn’t realized that I should have posted seperately, will do and ash other questions on the wordpress forums, thanks

    #141137
    Roger Coathup
    Participant

    You should ask these as separate questions – the first two issues are general WordPress (not BuddyPress), so best asked on the wordpress.org forums.

    Post issue 3 as sep question on here, and issue 4 you could ask to @pollyplummer on her group for the plugin

    #31703
    newbie2011
    Participant

    Ok, for about three days I have been pulling my hair out. I have been working on locking out users from wp-admin, creating a generic login-page(not the wp standard), custom members homepage, and adding links to the bp sliding login panel.

    Issue One:

    In the finctions.php I put the following code:
    `add_action(‘admin_init’, ‘no_mo_dashboard’);
    function no_mo_dashboard()
    { if (!current_user_can(‘manage_options’) && $_SERVER != ‘/wp-admin/admin-ajax.php’) { wp_redirect(‘http://mensrightscoalition.org/activity/’) ; exit;
    }
    } `
    For the wp_redirect I used the http adress because I couldn’t get the code right for wordpress to render correctly. It worked till I added the wp email plugin. Why would this change that code? The site owner don’t want the members to have access to the dashborad of wordpress, only admins. The wordpress is being used to create a website and community. I searched for a plugin but, every plugin does what I don’t need to be done. Any help would be appreciated.

    Issue Two:
    I installed the A2 custom login plugin and this just isn’t what I am looking for. This site has a basic login page, how could I implement the same type of page?

    Issue Three:
    This is more of a question than an issue. Most social networking sites have a members homepage where a user can see whats going on at a glance. Well, I need to create a section called at a glance. This area will be the page that users see after logging in and gives information about that user activity and the entire site (i.e donations that they contributed, hours they volunteered, forum topics, etc…). Would it be easier to create a plugin or just create a new section in the core files.

    Issue Four:
    I installed the bp sliding login panel and I need to put a link just for the admins and users who can post to the site blog. Again trying to keep limited people to access the dashboard of wordpress. Sorry for the long post but, these are things I haven’t figured out yet. Any help is appreciated. Thanks

    #141136
    @mercime
    Participant

    Two plugins which look current and could help you https://wordpress.org/extend/plugins/activate-users-in-buddypress/ and https://wordpress.org/extend/plugins/wp-approve-user/
    As usual, the following disclaimer applies: backup DB and files before activating plugin

    jaymeselman
    Member

    Hey! I’m using wordpress 3.4.1 with the theme ‘backstreet’ everything looks ok except for the fact that the sidebar on buddypress pages is at the bottom. Thinking it’s a width issue but I have no idea. Here it is: http://www.homegrownshow.tv/blog2/members/admin/

    Please help me before I go insane :(

    Roger Coathup
    Participant

    You could try editing /profile/edit.php in your theme to use wp_editor() instead of textareas.

    Have a Google for guidance on using wp_editor() – it’s the WordPress wrapper around tinymce.

    You’ll probably also need to change the filters that sanitise your text inputs to ensure they allow the tags that you want to support in your editors.

    #141114
    @mercime
    Participant

    Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your paradise theme folder in server during the compatibility process.

    #141113
    Ryan Hellyer
    Participant

    I’m trying to do the exact same thing right now. It has gone smoothly, bar version 1.5 featuring no CSS for the admin bar, then on upgrading to 1.6 the admin bar CSS was fixed, but all the menu items in the admin bar disappeared.

    Any ideas on how to get the BuddyPress bar menu items back?

    I chose to use the new admin bar menu instead of the older one, so perhaps I could go back to that to fix it? It seems like moving to the regular WordPress one would be best though.

    #141111

    Well… mixed results. Replacing the 1.2.8 files with those from 1.5.6 blanked everything, including wp-admin. I tried putting them both in the plugins directory, de-activated 1.2.8, then tried to activate 1.5.6 but it wouldn’t activate.

    So essentially the upgrade so far has been a failure. On the other hand it is, as I mentioned, a temporary measure so that isn’t a catastrophe. In the process, though, I discovered that the files we’d been sent originally had been on a mac at some point, and the file system was littered [sic] with mac resource forks. I used ‘find’ to delete those, and we seem to be in a much, much better state than previously! Apparently WordPress tries to load and execute the resource forks where they’re present.

    There are still egregious problems with the site, but I’m inclined to think that most of them are to do with the corruption in the db data we were given initially, e.g. existing comments seem to have become disassociated from their original posts, whereas new comments are working properly.

    Thanks very much, everyone, for your help. I’m not marking this as resolved since my original problem hasn’t been solved, but I think we’re probably going to leave BuddyPress alone for the moment. WordPress is great when it works, but I’ve found it pretty opaque to debug; thanks again for helping me out!

    Cheers,
    Ben

    #141109
    newpress
    Participant

    “They said they were
    hoping to show off “that
    wow factor, “WordPress Opensource Wonder”

    this is not spam. This is rather an encrypted message. Buddypress is still stuck in 1,********s. No major release recently. Its 2.0 phobia

    “The audience liked
    their number, which ended
    with all of the guys dancing in trays of water”

    “Sharon liked it. Howie liked it but said it was “one-dimensional.”

    “Howard thought they “did well,” but also said it was “deja vu” – we had seen it all before or we were mesmerized”

    #141108
    @mercime
    Participant

    @newbie2011 we have a list of “template-packed” WordPress themes @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    If you need assistance for your current theme, open up your theme’s header.php, copy all code, paste in pastebin.com, click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php

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