Forum Replies Created
-
@r-a-y @djpaul Here’s what happens:
Mikey3D wrote:
Hi,
I just saw your new (hosting name) layout but something is missed in my database. Here’s the problem:
There are no older topics.
I did not post at buddypress yet because after I saw Paul Gibbs posted. This below will be post after you.
=====================================================
“The DB table is “wp_bb_posts”. If there are posts in that table, then that’s good! You could then try repairing the database table.”Yes, there are posts in that table wp_bb_posts. I just did repair this wp_bb_posts table.
“Could also be a plugin conflict. If you’re running any caching plugins, try flushing the cache, or disabling the plugin.”
I disabled W3TC and all plugins except BuddyPress. Also empties the bp-custom.php and functions.php.
All that it’s still the same problem. Huh? Why?
======================================================John S. wrote:
> Hi,
>
> I just saw your new (hosting name) layout but something is missed in my database. Here’s the problem:When we changed the control panel over we did nothing to the MySQL installs on our machines. Just the front-end has changed, so it could not have affected your database.
That being said we would have no info based on what you provided on why you would be having that issue.
We have backups of the site and database on file for the past 10 days, if you would like to check against them.
Please let us know if you have any more questions.Mikey3D wrote:
>>>We have backups of the site and database on file for the past 10 days, if you would like to check against them.
Please I would like to have backup database for 10 days old ago. If the backup database still have the same problem. I may do, how would I give buddypress folk the permission to go into my site?
Ryan S. wrote:
Hello,
> Please I would like to have backup database for 10 days old ago.
Alright, we have restored the database backup from 10 days ago.
> If the backup database still have the same problem. I may do, how would I give buddypress folk the permission to go into my site?
We don’t know. There may not be a way. As we said, we have not made any changes to your database, and if the problem happened more than 10 days ago (but you only noticed it recently), then the oldest backup will have the same problem. In this case, you may need to restore from an even older backup that you have made yourself, and forfeit all additions since that point.
Mikey3D wrote:
WOW!!!! It works.
John, can you tell me why buddypress folks are right? It’s database. I spend a half a day to figure it out why there was no older post. Why is it, John?
Ryan S. wrote:
> Can you tell me why buddypress folks are right? It’s database. I spend a half a day to figure it out why there was no older post.
The Buddypress folks are not right.
They said it’s a host problem. But it’s not a host problem.
Yes, we have database backups, so we helped you to restore an older backup. But the problem was caused by your application. The application broke the database. Restoring the database backup fixed the problem.
In the future, you should also keep your own database backups, too.
Hope that helps!
================================
Have I been misleading?Mikey3D
It’s very simple to fix it. In your child theme, open the file header.php and move the Blog Posts RSS Feed and Blog Posts Atom Feed codes between this characters “@@@” just under the style.css’s media=”screen” codes:
`
<link rel="stylesheet" href="” type=”text/css” media=”screen” />
<link rel="alternate" type="application/rss+xml" title=" | ” href=”” />
<link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />
<link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />
@@@<link rel="alternate" type="application/rss+xml" title=" ” href=”” />
<link rel="alternate" type="application/atom+xml" title=" ” href=”” />@@@
<link rel="pingback" href="” />`Change to:
`
<link rel="stylesheet" href="” type=”text/css” media=”screen” />
@@@<link rel="alternate" type="application/rss+xml" title=" ” href=”” />
<link rel="alternate" type="application/atom+xml" title=" ” href=”” />@@@<link rel="alternate" type="application/rss+xml" title=" | ” href=”” />
<link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />
<link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />
<link rel="pingback" href="” />`
How is that workout for you? Don’t forget to delete this characters “@@@.” It’s just for the demonstration.
Mikey3D
I just try it above muchad’s code and put that in your child theme function.php. It works, why? Because the characters are messing it up. Here’s workable code:
`//=Change the number of activity items to show per page
function my_custom_query_filter( $query_string ) {
$query_string .= ‘&per_page=30’;
return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );`If you are doing a research about (display:none), no one said it’s not the best way to use it. There is a purpose for using (display:none) to hide and it does not remove it.
In your child theme, open adminbar.css and add
#admin-bar-logo{display:none}that it.Analytic Your Page Speed
1) BuddyPress.org got an overall Page Speed Score of 59 (out of 100).
2) CUNY Academic Commons got an overall Page Speed Score of 58 (out of 100).
3) Bp-tricks.com got an overall Page Speed Score of 74 (out of 100).
4) Yoast.com got an overall Page Speed Score of 87 (out of 100).
You should be able to optimizing your site goes faster.
@mercime – Its works perfectly!
Thanks, Mikey3D
How to make a link of Author’s blog posted? Example John James Jacoby’s member:
Activity | Followers (158) | Following (24) | Groups (18) | Author (11)
Thanks, Mikey3D
Because you can use W3TC for shared hosting to start with and you felt APC is need therefore W3TC has no chance for whatever your reason. And you wondering with other choice CloudFlare without understanding the whole cache based on apps. That is all I’m going to say it. Good Luck!
Why do you need APC without much traffic? The reason I mention pilot is it take time to learn how to fly an airplane with a lot of push buttons to scale. I’m just using philosophy example. So have you had an experience check all those features of W3TC and press Preview before Deploy it.
I don’t understand you keep harboring the beat down the dead horse about shared hosting that has no chance to show. I guess you made your mind. Good luck with that without solution for shared hosting.
And one more thing htaccess is important to optimize to cache your site.
W3 Total Cache is developed with Dedicate hosting or VPS hosting on mind.That is not true. W3 Total Cache said, “Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters.”
With a Shared hosting, most of the advantage of W3 Total Cache are missed out.Can you elaborate what are missed out?
But since my site is under developingYou don’t have much traffic that is what shared hosting is for. Do you know how to pilot? There is a learning curve to optimizing your site.
Slugs:
define( 'BP_GROUPS_SLUG', 'teams' );I don’t recommend using of W3 Total Cache.Have you configured properly? What is your objection of Mashable is using W3 Totlal Cache?
How come Mashable can do it? They have so much HTTP files request and are able to stand out.
Have you asking your hosting? They should be helping you. It could be permission writable.
"Does anyone have an alternative to minify?"You could do your own minify of all yours CSS styles.
Have you try W3 Total Cache?
Group is like a root of categories as an example Microsoft.
Forum is a topic of issues as an example: How to do command prompt in Windows 7? That topic should be in the group of Microsoft.
You haven’t add
Disallow: /?in your robots.txt file.I just playing around with buddypress.org links and I see the problem is duplicate contents causing the BuddyPress plugin. It doesn’t redirecting URL like WordPress does. Example:
WordPress: Try deleting a few letters at the end of this URL and it always redirect to the right URL.
https://buddypress.org/2010/12/buddypress-1-2-7/https://buddypress.org/2010/12/buddypress-1-2-
BuddyPress: It doesn’t redirect to the destination URL. Example:
No slash and slash at the end of URL:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/download-pagehttps://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/download-page/
Try deleting some letters at the end of URL to see what you get:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/download-pahttps://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/downlo
I get the title “Pagination Issue (5 posts)” page above when delete any letters of URL?
Why is that it doesn’t redirecting the URL like WordPress? Can it fix it?
Thanks r-a-y. I’m going to do the same as you do without Gravatar.
After I put my email in Gravatar, it said I have to put “Username will be permanent, choose wisely.”
I’m not ready to use Gravatar. Why can’t I just change avatar without Gravatar?
Sorry. I mean buddypress.org, not my site. Thanks!
Install and Configure W3 Total Cache in 7 Easy Steps
zemalf.com/1443/w3-total-cache/
Why would you change permalink structure?
Never start the custom permalink string with any of these %postname%, %category%, %tag%, or %author% because the performance reasons.
Firstly, it’s really not any better for SEO to have the category in there, or to have just the postname there by itself. And anybody who tells you differently is wrong. If you disagree with me, then no, I’m not interested in arguing this point with you; you’re just wrong, period, end of discussion.