Search Results for 'wordpress'
-
AuthorSearch Results
-
November 8, 2014 at 4:03 am #228499
In reply to: Help: User limit
mcpeanut
Participantyou 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.
November 8, 2014 at 1:25 am #228496mcpeanut
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.
November 7, 2014 at 5:04 pm #228489In reply to: Share Button
Henry Wright
ModeratorHi @panezio
Check out the Share Buttons by AddThis plugin
November 7, 2014 at 4:02 pm #228486In reply to: Multiple search_terms displays nothing
shanebp
ModeratorThe default member search is not that robust.
Most people write their own code or use a plugin like: bp-profile-search.
November 7, 2014 at 3:31 pm #228485In reply to: Multiple search_terms displays nothing
Katalo
ParticipantI use the latest wordpress and buddypress installation on a localhost
November 6, 2014 at 2:14 pm #228313shanebp
ModeratorAutomatically? No.
You could try using the bbPress tools.
…/wp-admin/tools.php?page=bbp-repairIf 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.November 5, 2014 at 4:59 pm #228290In reply to: W3tC Caching certains parts of Buddypress
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..?
November 5, 2014 at 3:12 pm #228283In reply to: New tab + it's content from a wp page ..?
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
November 5, 2014 at 2:35 pm #228278In reply to: Mentions autosuggest not working on group home page
Toby
ParticipantNovember 5, 2014 at 2:23 pm #228277In reply to: Mentions autosuggest not working on group home page
November 5, 2014 at 6:13 am #228261In reply to: Users keep complaining about not being able to login
Cartographer
ParticipantHi @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 WordPressNovember 4, 2014 at 8:49 pm #228244In reply to: Users keep complaining about not being able to login
@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?
November 4, 2014 at 3:27 pm #228222In reply to: [Resolved] Change the registration text
@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/
November 4, 2014 at 12:05 pm #228213In reply to: Top bar – Help me please
Icaroferreira
ParticipantIt 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?
November 4, 2014 at 10:35 am #228204In reply to: Profile BuddyPress
Henry Wright
ModeratorThat’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.November 4, 2014 at 9:48 am #228198In reply to: How can I use normal comments on BP pages?
Henry Wright
ModeratorHi @yokosix
comments_template()will work inside page.php or single.phpRef: https://codex.wordpress.org/Function_Reference/comments_template
November 3, 2014 at 11:39 pm #228192In reply to: Top bar – Help me please
Paul Bursnall
ParticipantBy 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:
November 3, 2014 at 9:45 pm #228187In reply to: Top bar – Help me please
Icaroferreira
ParticipantAbout 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?
November 3, 2014 at 12:24 pm #228168In reply to: Where is the option to register?
okomogo
ParticipantBuddyPress 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
November 2, 2014 at 5:59 pm #228156In reply to: Top bar – Help me please
@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/
November 2, 2014 at 5:43 pm #228154In 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.
November 2, 2014 at 5:39 pm #228153In reply to: Top bar – Help me please
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.
November 2, 2014 at 2:27 pm #228151In reply to: [Resolved] Fatal error activating BuddyPress
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?
November 2, 2014 at 1:04 pm #228149In reply to: Persian support buddypress
Paul Wong-Gibbs
KeymasterWe 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 🙂
November 2, 2014 at 12:47 pm #228147Paul Wong-Gibbs
KeymasterWell.. 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.
-
AuthorSearch Results