Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 15,776 through 15,800 (of 22,612 total)
  • Author
    Search Results
  • #103894
    @mercime
    Participant
    cnatural
    Member

    hey guys sorry im so late on responding back, i started to lose hope on getting feedback since everywhere else i went for help (suffusion support forum never respond to any of my help post, wordpress.org at least someone was nice enough to direct me here) was pretty much pointless. but anyway i decided to dump the suffusion theme because i figured there wasnt any point in using a theme that didnt have much of dependable support forum and bought the platform pro theme and so far not only am i impressed but i realize u get what you pay for (free has its limits).
    i looked into what @youlichika said and http://site/groups/create/ takes you directly to the create page that i thought no longer existed. so i went thru my cpanel file manager and edited bp-groups.php and at line 155 i added this:

    bp_core_new_subnav_item( array( ‘name’ => __( ‘Create’, ‘buddypress’ ), ‘slug’ => ‘create’, ‘parent_url’ => $groups_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘groups_screen_group_create’, ‘position’ => 50, ‘user_has_access’ => ‘groups-create’ ) );

    and i got the create a group tab added next to invites, its not perfect but it gets the job done. im going to do the same thing for events and let you guys know how it turns out. thanks again everybody for replying to my post i found exactly what i was looking for and im more than happy to share what ive learnd hoping to help the next person being ignored from other forums lol

    I added the line to my functions.php as suggested. The login link (wp-login.php?action=register) redirects to the home page now. The WP login works fine, though.
    I’ve deactivated all plugins except the BP core. Made sure I’m not logged in, and cache/cookies have been cleared out.
    Anything else I should check?
    Greatly appreciate the assistance…

    Thank you, I will try that. Should I expect to encounter any problems with account creation? When I was searching I found a post that indicated there might be such issues, but it was from several months ago.

    Or, as an alternative, I want a Register page that does the following:

    – Option to use Janrain Engage
    – uses reCAPTCHA or an arithmetic challenge
    – forces minimum password length and displays password strength/match
    – Shows disclaimer text, with option to require users check box to Accept Agreement
    – Shows privacy policy text, with option to require users check box to Accept Agreement
    – sends customized activation email to non-Janrain registrations
    – sends customized username/password email to non-Janrain registrations

    I have all of this capability now, just not with BuddyPress.
    If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.

    Thanks

    Paul Wong-Gibbs
    Keymaster

    If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:

    `remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`

    #103811
    nathan12343
    Participant

    Sorry for the delay. It will be in your theme’s folder. If you are using the BP default theme then it will be in: your_wordpress_folder/wp-content/plugins/buddypress/bp-themes/bp-default

    If you are using this then it will probably be worth creating a child theme so that you don’t loose any changes with plugin upgrades. If that is what you want to do then I can give you some help there too.

    cwheelsone
    Participant

    Found solution on my buddypress site – This drove me crazy :) .. My clients wanted ‘Profile’ to show first when their link was clicked on. OK, makes sense for this site.
    1. Did not work: This method broke my buddydress theme in IE (but not Mozilla) – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’); ‘ to bp-custom.php and uploading it to /wp-content/plugins. .. useless for me.
    2. Worked – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’);’ to my wp-config.php file (up top, above – ‘// ** MySQL settings – You can get this info from your web host ** //’) – UREEKA BABY!!
    I’m using buddypress 1.2.7 , buddydress themes and wordpress 3.0.4 – Hope this helps someone..

    #103790

    In reply to: .htaccess problem?

    @mercime
    Participant

    @theartillerist do you mean you’re still using WPMU 2.9.2 or do you mean you installed WP 3.0.4 and created a network – multisite? In any case, you do not create a physical subdirectory with a .com at the end because all subdirectories and subdomains created with WP multisite are all virtual. You should read or re-read Create a Network.

    After installing WP at domain root, create a network then use the domain mapping plugin so that a new domain name e.g. theartillerist.com, would be pointed to domain root so it can be retrieved in subsite.

    Before installing BuddyPress, do resolve all installation and configuration issues including domain mapping at WP.org multisite forums – https://wordpress.org/support/forum/multisite

    #103742

    Your web host and/or hosting package aren’t providing your site enough memory to load BP up. By chance are you running a non-English installation?

    #103730
    HachiHazuki
    Member

    I’ve came up with a “solution”

    Vanilla 2 integration with WordPress it’s really easy. And now, they have widgets like “forum activity” and “recent post” widgets. So you can always put the “forum activity” widget in the “activity” of buddypress, it’s easy and can keep the activities look the same but more ordered.

    What I’m trying to do now is to put the user activity in a widget in the buddypress profile

    #103729
    ora8i
    Member

    Many Thanks mercime, the wordpress link is new to me :)

    ora

    #103727
    Paul Wong-Gibbs
    Keymaster

    It’s nothing to do with BuddyPress or WordPress. It’s probably more likely due to throttling of emails sent on your godaddy account. I’d start by getting in contact with godaddy support and asking them what the situation is.

    #103720

    In reply to: BuddyBar for bbPress

    julesmoretti
    Member

    @Xevo & @johnjamesjacoby What is this bbpress wp plugin and where can I find out more about it.

    I am running wordpress with buddypress and bbpress, and trying to figure out how to get the buddypress bar to work on the bbpress.

    The buddypress bar plugins returns me the following error:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_admin_bar_css’ was given in /home/gradidun/public_html/new/wp-includes/plugin.php on line 395

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_add_js’ was given in /home/gradidun/public_html/new/wp-includes/plugin.php on line 395

    Is there a fix for this issue? That would be incredible if yes.

    Thank you for your time and effort on this plugin since quite a while back now!

    #103716
    Anonymous User 96400
    Inactive

    @en3r0
    That’s not much help. It’s for version 1 of Vanilly. There’s version 2 out already, which ships with built-in seamless wordpress integration. So, getting it to work as a standalone forum should be easy. Integrating stuff like activity entries or group forums will be harder, though.

    #103708
    @mercime
    Participant

    Other than general overviews, you should be looking out for BuddyPress 1.2+ version tutorials
    WordPress.tv – http://wordpress.tv/flavor/buddypress/
    Youtube.com – http://www.youtube.com/results?search_query=buddypress&aq=f

    P.S. BP Codex https://codex.buddypress.org/home/

    #103705
    en3r0
    Member

    I would also like to see this done, maybe this will help someone? http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress

    #103698
    @mercime
    Participant

    @sumale.nin to make your WP theme compatible with BuddyPress, you need to install and activate BuddyPress Template Pack plugin. Then go to dashboard menu Appearance > BP Compatibility and go through the process.
    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
    https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

    Otherwise post at https://buddypress.org/community/groups/bp-jobs-board/forum/

    #103693
    kanoc
    Member

    I have the same problem so I need to reinstall my wordpress manually to make buddy press forum work?

    #103692
    modemlooper
    Moderator

    You need to use a BuddyPress compatible theme. Just activating BuddyPress on a WordPress site is not enough.

    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #103688
    Paul Wong-Gibbs
    Keymaster

    RE: Achievements. If Vanilla forums is not WordPress software — which it isn’t — you’re probably going to need to set up an AJAX request in WordPress so that you can communicate external events into WordPress, which Achievements can then make use of.

    #103684
    bloew11
    Participant

    i uploaded a blank, becaus if no .htaccess file exists, i get the error “permission denied”. now i checked the .htaccessfile and i only have this inside:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    is that correct?

    thanks
    beat

    hi, i have tried that plugin but i dont seems to get it working . below is my header.php file if someone can please help me out and tell me where i can edit to just add simple code to achive this function.

    <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; >
    
    <meta http-equiv=&quot;Content-Type&quot; content=&quot;; charset=" />
    
    <title></title>
    
    <meta name=&quot;generator&quot; content=&quot;WordPress " /> <!-- leave this for stats -->
    <link rel=&quot;stylesheet&quot; href=&quot;" type="text/css" media="screen" />
    <link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot; | " href="" />
    <link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot; |  | " href="" />
    <link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot; |  | " href="" />
    <link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot; " href="" />
    <link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot; " href="" />
    <link rel=&quot;pingback&quot; href=&quot;" />
    
    <body  id="bp-default">
    
    <div id="header">
    
    <h1 id="logo"><a></a></h1>
    <ul id="nav">
    <li class="selected">
    <a></a>
    </li>
    
    <li class="selected">
    <a></a>
    </li>
    
    <li class="selected">
    <a></a>
    </li>
    
    <li class="selected">
    <a></a>
    </li>
    
    <li class="selected">
    <a></a>
    </li>
    
    <li class="selected">
    <a></a>
    </li>
    
    </ul><!-- #nav -->
    
    <div id="search-bar">
    <div class="padder">
    
    <form action=&quot;" method="post" id="search-form">
    
    <input type=&quot;submit&quot; name=&quot;search-submit&quot; id=&quot;search-submit&quot; value=&quot;" />
    
    </form><!-- #search-form -->
    
    </div><!-- .padder -->
    </div><!-- #search-bar -->
    
    </div><!-- #header -->
    
    <div id="container">
    #103661
    youlichika
    Member

    @Andrea_r, can `activity stream` add a `Favorite` counter? that the post owner can see how many peaple mark a Favorite in his post article?

    popmoc
    Member

    I’m very new to Buddypress and to WordPress. I’m having a similar difficulty with profiles, groups, forums etc… links all redirecting back to the homepage. I had just loaded the great Suffusion theme, which i love, but will now try to go back to default to see if i can trace the problem. I would welcome any ideas.

Viewing 25 results - 15,776 through 15,800 (of 22,612 total)
Skip to toolbar