Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,701 through 14,725 (of 22,679 total)
  • Author
    Search Results
  • #114671
    David
    Participant

    Here’s how to get around activation. I was having the same problem on my test server, since it couldn’t send out activation emails. If you need activation emails enabled, then this workaround will not work for you.

    For users that have already been created and cannot login, you can go into the wp_users table in the database and change their ‘user_status’ from ‘2’ to ‘0’ (if you have database access). ‘user_status’ is not used in WordPress — it’s a dead field — but Buddypress uses it to redirect to the homepage if a user has not been activated (aka user_status=2).

    To avoid the problem for future user registrations, you can change a file to avoid activation (if you have FTP access). In the buddypress plugin directory, find bp-core/bp-core-signup.php. Find the line that says:
    `$wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 2 WHERE ID = %d”, $user_id ) );`
    In my installation (1.2.8) it is on line 357. Change the 2 on that line to a 0. So it should look like this:
    `$wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 0 WHERE ID = %d”, $user_id ) );`

    Now when a new user is created, they will automatically be able to login without their email needing to be confirmed.

    #114618
    Hugo Ashmore
    Participant

    We can’t see what that file parses and outputs! It looks as though there is no structure?

    So do a number of those function calls describe markup structure? You will need to look at them and edit or copy where necessary; however you shouldn’t really be having an issue? you view the generated output of an index.php or page.php and match that to a buddypress page and ensure that the BP page matches to your themes. What structure does the file above generate? it should match to the other pages in your theme and is the structure that your BP pages need to duplicate.

    raholt
    Member

    Hello,

    What I mean by “same content” is whatever I post on a page such as the main index page or other secondary pages, it would show up on the member sites as well. It would be the same content but even more than that it would be the same in that it’s not another duplicate site using the same content.

    For example: I create a master page which has “Hello World, this is Ron. Take a look at this Business Advantage bla bla bla [ picture of something ]
    The member would have the same site but it would be http://TheirID.MyWonderfulSite.com. The main page would be the same content but it would pull in the members first name and place it where I have my name. “Hello World, this is [Joe]. Take a look at this Business Advantage bla bla bla [picture of something].

    When you replicate a site like this and have 1000 members, you don’t have 1000 pages of content. You have 1 page and all 1000 members are using the same page but with their tags showing like their name, email etc.

    In addition, they would be able to have their OWN unique blog page or bio page which would have 1000 instances of that.

    Does this help?

    That is what a network marketing replicating website does. You can see what I am talking about by going to my site at http://www.getstartersite.com. It’s being done already. I just want to do it with WordPress.

    Thanks,

    Ron

    #114601
    Brajesh Singh
    Participant

    @famous, you are right about that. searching multiple blogs is too costly on database if the posts are not cached in a global table. The unified search does not includes it because most of the sites do not use any sort of global post caching, and searching the posts on a network of say more than 20 blogs will be too much for a shared server to handle. I remember there is a plugin https://wordpress.org/extend/plugins/multisite-global-search/ which does global search.
    The problem is, It will put some real strain on database. if you still want to use it, you can extend the unified search with the above mentioned plugin.

    hope that helps.

    #114591
    projectjerel
    Member

    NOPE!

    here’s my .htaccess file as well
    # BEGIN WordPress

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

    # END WordPress

    # MEMORY
    php_value memory_limit 16M
    # END MEMORY

    I have no idea how to disect the error log, does anything jump out at anyone?
    I’d be happy to repost the latest….

    #114580
    projectjerel
    Member

    I will try to be nice. Relative to me, this will not function out of the box. on a completely fresh install. Could well be a permissions issue. However, buddypress installs and works no problems at all. The forum setup says it did everything fine (or that i have to create teh bb-config.php file) it seems to be changing it’s mind.

    So the situation is this:

    buddypress – works installs no issues, very smooth.

    forum setup finishes
    dashboard ceases to function – website remains intact, forums tab goes to a 404 error.

    v1.2.8 of buddypress
    v3.1.2 and v3.1.3 of wordpress (both produce the same lack of function).

    when i say it’s absoutely busted, relative to me it is, which makes sense as its not working for me.

    bbPress is now absent from the picture as it seems it’s something all it’s own.

    I’m at a loss as to how to proceed…

    Paul Wong-Gibbs
    Keymaster

    However, that’s running BuddyPress 1.3.

    BuddyPress 1.2.8, which is the current version, does have a couple of small issues that we’ve noticed so far with WordPress 3.2, mainly with javascript in the BP-Default theme. If anyone spots any more, please let us know. We plan a same-day release of 1.2.something with WordPress 3.2 to address these.

    You can get the latest in the 1.2 series from https://buddypress.trac.wordpress.org/changeset/4550/branches/1.2?old_path=%2F&format=zip (at time of writing. SVN is https://svn.buddypress.org/branches/1.2/)

    @mercime
    Participant

    You can do all that when you transform your single WP into a multisite installation by creating a network with subdomain structure https://codex.wordpress.org/Create_A_Network
    Multisite support forum – https://wordpress.org/support/forum/multisite

    “same content” – if you mean that each user has a portfolio page, or about me page, a contact us page, etc. this can be achieved by creating a custom theme which you can designate as the default theme for each new subsite created by your members.

    Create a network/go multisite before installing BuddyPress plugin if you want to add social networking features – https://codex.buddypress.org/getting-started/before-installing/

    #114539

    In reply to: BP Blog question

    aces
    Participant

    wp in multisite/multi-user mode is for multiple blogs on the same installation, if that’s what you mean…

    https://codex.wordpress.org/Create_A_Network

    EDIT: darn it – beaten to it by moments….

    #114531
    LPH2005
    Participant

    You might start out small. Install BuddyPress and enable just the activity stream; disable everything else. Make sure that the theme css works well with the activity stream. You’ll need to install the BuddyPress template pack. After you are satisfied with the activity stream then change WP install to multi-site. You’ll want to lock it down so that you control creation of blogs – so that you don’t have to deal with splogs. Once you have that working then you can add a few other BP features – private messaging, etc.

    LPH2005
    Participant

    You can see 3.2RC1 on the BP Test site:

    http://testbp.org/

    #114521
    katemgilbert
    Participant

    @djpaul – here’s the .htaccess. 2 users needed their real URLs right away, so we have 301 redirects for them until this fix is solved. Could that be the issue?

    # BEGIN WordPress

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

    # END WordPress

    redirect 301 /a/kc /members/username1/
    redirect 301 /a/liam /members/username2/
    redirect 301 /kc /members/username1/
    redirect 301 /liam /members/username2

    #114517
    Paul Wong-Gibbs
    Keymaster

    I can’t see how it could be a caching issue. Are you on multisite or regular WordPress, and do you mind sharing what’s in your .htaccess file?

    #114509
    @mercime
    Participant

    @triznic have you tried to work on what I posted above?

    get_sidebar appears in footer.php for the intrepidity theme https://themes.svn.wordpress.org/intrepidity/1.5.1/footer.php so following the structure of your theme onto the activity/index.php file, you don’t add any get_sidebar calls in the other BP template files

    #114508

    In reply to: BP Blog question

    @mercime
    Participant

    WP started out primarily as a blogging tool.

    The default home page for BuddyPress using the bp-default theme is the blog index page like you see at http://testbp.org/

    If you want a static page in front page and have a “blog” link read https://codex.wordpress.org/Creating_a_Static_Front_Page

    Thibaut
    Participant

    Hi Pcwritter.

    I totally missed the fact Quickpost did authorize captcha guest posting !
    Activity plus is totaly awsome. I’m looking for this plugin from a while for other sites also.

    Well, the only little thing is that Quickpost is for creating posts, not activity updates. So i can’t use it with Activity plus.

    The solution of using only wordpress + quickpost assuming users can post media if they go trough the visual editor is not the best solution, yet it is one that can work.

    Thanks for the really helpfull help

    #114466

    In reply to: Can’t get members on

    aces
    Participant

    It’s possible that the server isn’t sending any mail….

    Some web hosting services need an extra plugin to send mail. I have successfully used: https://wordpress.org/extend/plugins/wp-mail-smtp/ but there are others.

    #114413
    @mercime
    Participant
    Boone Gorges
    Keymaster

    It’s not that the activation key is being “lost”. It’s that the user has already been activated, and the error being thrown by WP/BP (“provide a valid key”) is extremely unhelpful. It will be improved in BP 1.3.

    Just instruct your users to log in with their username and password. They should find that their accounts are fully functional.

    BTW, another plugin to help with activation is https://wordpress.org/extend/plugins/unconfirmed

    pcwriter
    Participant

    @v_andreev

    There’s also this plugin that’s supposed to work with BP: https://wordpress.org/extend/plugins/wp-activate-users/
    And the code snippet in this thread works very well (I’ve used it): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-non-activated-users/

    #114398
    Steve D
    Participant

    The reference to crossdomain.xml is probably caused by my server settings as my blog is a sub-domain and my bbPress installation is in a sub-folder on the domain. The bbpress settings in the BuddyPress Forums setup in wp-admin say that things are set-up correctly but suggests a re-install if there is a problem (as you most likely well know). I am worried about a re-install because my bbPress has a lot of work involved and I don’t want to impact it.

    I’ve had fits with this same issue in the past, and got it settled down to a workable condition. It has to do with the salt parameters, etc… between the 2 installations.

    To put it briefly, I’m afraid to re-install, however, I’ll keep chipping away at it.

    Thanks for your input Paul!

    Update:The forum topics entered through the BP groups forum are getting posted on the bbPress side, but the interface between my Buddypress/Wordpress is not smooth and the author is assigned “anonymous”.

    #114391

    In reply to: BuddyPress on zymic

    Paul Wong-Gibbs
    Keymaster

    I think you need to fix WordPress before you use BuddyPress. I am assuming your host has disabled ini_set; research into if you can re-enable it.

    pcwriter
    Participant

    @Shazar

    Joining a site running Buddypress can be as simple or as convoluted as you want to make it for potential members. There are quite a few plugins that can be implemented for captchas; authentification via other networks like Facebook, Google, etc; profile synchronization with other networks; custom login pages and much more. An example of the basic BP account creation process can be found on one of my sites here: http://buddylite.com/register/

    The only thing I’ve added to the default registration process on BuddyLite is a simple math captcha called Buddypress Humanity: https://buddypress.org/community/groups/buddypress-humanity/
    You can see a working example of one front-end post solution called TDO-Mini-Forms on the same site here: http://buddylite.com/buddybuilder-style-submission/ and the end results here: http://buddylite.com/category/custom-buddybuilder-styles/
    You’ll need to login as a test user to see the form though… user = buzzer / pass = hellobirdie

    On another site I’m currently working on, you can see an example of another front-end post form called Quick Post Widget: https://wordpress.org/extend/plugins/quick-post-widget/
    See it here: http://kwitterz.com/share-your-thoughts-with-all-kwitterz/
    Again, you’ll need to login… user = pjohn / pass = gollysarge

    Hope this helps to get you started! :-)

    #114378

    Make sure the .htcaccess file is at the root of your WordPress installation at that it has permissions of 644. Also, make sure Apache is enabled to do the URL rewrites that BuddyPress requires: http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/.

    #114352
    laconic
    Member

    > but why does BuddyPress think it’s not the case that a user should redirect to their info?

    That’s just the way it works. By default, the BuddyPress front page is not the user’s profile page.

    > Is there a way to code this, without getting into BuddyPress and later regretting it. I don’t want to use anymore plugins.

    You can either edit/create bp-custom.php in the plugins directory or use a plugin that someone has created like bp-profile-as-homepage. If you look at the code for this plugin (one short php file), it is very simple. It taps into a wordpress hook to add a check to see if the user is logged in and if so whether the current page is the front page. If it is, then it redirects to the user’s profile page. That seems to be what you want.

Viewing 25 results - 14,701 through 14,725 (of 22,679 total)
Skip to toolbar