Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,801 through 6,825 (of 22,649 total)
  • Author
    Search Results
  • #228499

    In reply to: Help: User limit

    mcpeanut
    Participant

    you need to read up about scaling wordpress and not just buddypress tbh, i have been doing a good bit of research on the matter recently, there is alot to it! I suggest as henry and shane says, you need to create a good infastructure of servers, i would suggest getting a setup where you can have one server running as a dedicated database server independently whilst having a few other servers for specific tasks within the network such as file servers and firewalls etc, there are solutions out there but they can be costly and you will need to be a dab hand with linux to pull it off as a one man team, maybe the best way to deal with these issues is first get to the point where you will need to worry about doing it, if you had that sort of regular users within your website im sure you could hire a team to do it with the revenue it would generate if setup right.

    #228496
    mcpeanut
    Participant

    @hami007 best thing to do would be scrap the free hosting for a start as when errors like this occur you may find you are limited in what you can do to troubleshoot issues, like hugo said it sounds like you need to check all your plugins 1 by 1 as a starting point then i would at least look into some cheap basic hosting rather than free, there are some great deals on shared hosting around that are really really cheap but to be honest running wordpress and buddypress on shared hosting further down the line will probably end up failing you due to restrictions and overuse of the server etc etc, at least look into getting an half decent vps server to start off with and learn the basics of server maintenance before moving on to the likes of dedicated servers etc though, i jumped straight from shared to dedicated and found myself lost and at mercy to linux as a novice user, so i decided to take 8 months time out and learn everything about linux server hardening and security i could alongside the correct way to set everything up for running multiple wordpress websites etc etc, it all sounds daunting at first but if you stick with it or at least move away from free hosting it will be worth it with time and effort. just a little advice for you before looking for a real hosting solution as i kinda jumped into the deep end, as i have read so many stories of people who went and got a good deal on a dedicated server etc that didnt have a clue how to use it but found themselves in a 12 month contract, luckily i wanted to spend the time learning myself so it paid off for me.

    #228489

    In reply to: Share Button

    Henry Wright
    Moderator

    Hi @panezio

    Check out the Share Buttons by AddThis plugin

    #228486
    shanebp
    Moderator

    The default member search is not that robust.

    Most people write their own code or use a plugin like: bp-profile-search.

    #228485
    Katalo
    Participant

    I use the latest wordpress and buddypress installation on a localhost

    shanebp
    Moderator

    Automatically? No.

    You could try using the bbPress tools.
    …/wp-admin/tools.php?page=bbp-repair

    If that doesn’t work, you’ll need to replace those urls.
    You can write a script or use a search & replace tool like this one.
    It’s a powerful tool. Definitely try it on your clone until you understand how to use it.

    #228290
    Splendorito
    Participant

    @Asynaptic , I understand, I have been checking fragment cache also. Oki, so the only thing a need to do for is to activate the wt3c page but only for ignore logged in users. For I want that my wordpress part should be cached and leave buddypress and bbpress out of the cache. What settings should be set then..?

    #228283
    shanebp
    Moderator

    >Thanks i will try that with but with your solution i cant call the content, but simply echo somthing ?

    Correct.

    >If i have a wp page that use the default template the slug of this page is /invitation/ i can grab only the content of that page to load it in the new tab in bp profile ?

    Use get_post

    #228278
    Toby
    Participant
    #228277
    shanebp
    Moderator

    Confirmed.
    Might be a bug.
    Please create a ticket on trac.

    #228261
    Cartographer
    Participant

    Hi @mercime

    I really appreciate your help.

    1) I use a hosting provider – linux – apache server. (php 5.3.29)

    2) It is a single installation

    3) This is my .htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    #228244
    @mercime
    Participant

    @cartographer Where are you hosted? Server info? https://codex.wordpress.org/Finding_Server_Info What’s in your htaccess file? Single WP or WP Multisite?

    #228222
    @mercime
    Participant

    @fugglet Unless you’re using the BP Default theme, the change you made won’t affect what shows up in your theme as you found out. Instead of revising core files (which would be overwritten when you upgrade next), you could do either of the following:

    – copy over https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-templates/bp-legacy/buddypress/members/register.php into your theme or child theme following the directory structure, i.e. yourThemeName/buddypress/members/register.php and make the changes in that file.

    – or http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/

    #228213
    Icaroferreira
    Participant

    It seems strange that the visitor is browsing the site, and then be redirected to a completely different layout “wordpress”.

    So I want the visitor is always sailing in the same layout, it’s beautiful. In this case, which recommends plugin?

    #228204

    In reply to: Profile BuddyPress

    Henry Wright
    Moderator

    Hi @icaroferreira

    That’s how your theme styles the page. It’s done via HTML and CSS. Regarding your question, you have a few options:

    1. Write HTML and CSS yourself so that the style looks the same. See here and here for a guide to get you started
    2. Find a theme from the Themes Directory that does this for you. Note that you’ll want a theme that includes styles for the BuddyPress profile page (unfortunately, there’s not many around right now but more and more are slowly being released)
    3. Hire a designer to write some custom styles. The BP Jobs Forum is a good place to start if you decide to take this option.

    #228198
    Henry Wright
    Moderator

    Hi @yokosix

    comments_template() will work inside page.php or single.php

    Ref: https://codex.wordpress.org/Function_Reference/comments_template

    #228192
    Paul Bursnall
    Participant

    By default Buddypress doesn’t have it’s own Login or Forgot Password pages. The behaviour of your site is correct. You could create your own page templates for separate pages, or use a plugin something like this:

    https://wordpress.org/plugins/clean-login/ or
    https://wordpress.org/plugins/zm-ajax-login-register/

    To redirect users on login/logout:

    https://wordpress.org/plugins/peters-login-redirect/

    #228187
    Icaroferreira
    Participant

    About question 1, I still could not solve, even with installing the plugin. So how do I get the “Login” option redirect to the page of BuddyPress? And why only the “Register” option is that are targeting for the BuddyPress page?

    2 other questions:
    1° When the user does login is being redirected to the site home page, how do I to be redirected to profile his?

    2° How do I get the “forgot password” redirect to a page in BuddyPress? instead of staying open a page of wordpress?

    #228168
    okomogo
    Participant

    BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair…..Please help me, i,m new to this but i have applied all the solutions i got here and still not working, i even created the page as one of you guys said in one post, but the page is just there like normal page without written content. please help me

    #228156
    @mercime
    Participant

    @icaroferreira
    1. Those are the default settings. Logging in and Registering are related but have totally different functions. What exactly is the issue you find with the current settings? BuddyPress has a log in widget which you can add to your sidebar area so that people can just log in in the front end of your site.

    2. Check out style960’s recommendation above. If that doesn’t work for you, there are plugins like https://wordpress.org/plugins/wp-brand-identity-lite/ which can help you customize the toolbar in your site or you can search for other admin bar or toolbar plugins which cater to what you need at https://wordpress.org/plugins/

    #228154

    In reply to: login page help

    Paul Bursnall
    Participant

    @king-generous Are you using any of the following:

    A theme with a custom login page?
    A plugin to create a custom login page?
    A plugin to change the URL of the WordPress login page?

    Buddypress uses the standard WordPress login page at http://yoursite.com/wp-login.php

    Paul.

    #228153
    Paul Bursnall
    Participant

    @icaroferraira For toolbar modifications I would recommend WP Symposium Toolbar – https://wordpress.org/plugins/wp-symposium-toolbar/

    You can decide which WordPress roles should see which toolbar items, and create custom menus of your own should you want to.

    Paul.

    #228151
    worldholder
    Participant

    @mercime @henrywright @djpaul
    Thanks folks for the suggestions, but it doesn’t seem to be my case…
    I did all that with a freshly installed WordPress, with NO other active plugins and with the Twenty Fourteen theme (it was active by default).
    I have just tried once more and switched to another standard theme (Twenty Thirteen) before the BuddyPress activation, but I got the exactly same result…

    Is it possible that the problem is connected to my hosting configuration?

    #228149
    Paul Wong-Gibbs
    Keymaster

    We can’t help with validating the translations on translate.wordpress.org. I am not sure who manages the Persian translations. If you can’t find out either, ask on https://make.wordpress.org/polyglots/

    Thank you for contributing translations to BuddyPress 🙂

    #228147
    Paul Wong-Gibbs
    Keymaster

    Well.. I haven’t updated Welcome Pack since 2011-12-4, and that was when WordPress about version 3.3.1 :). Parts of the plugin might still work, but I doubt everything is going to work perfectly.

Viewing 25 results - 6,801 through 6,825 (of 22,649 total)
Skip to toolbar