rbaccaro
Forum Replies Created
-
Hi
I am trying your plugin and I am impressed for what I am seeing. We should move into its direction anytime.
But we have a fundamental issue with our 70,000 users with avatars (we use User Avatar plugin, that uses same Buddypress folder and file structure – /uploads/avatars/[user id]/….bp-full and bp-thumb at the end of files).
I activate the “BuddyPress Avatar Transfer” but still not seeing the Avatars.
There is anything we have to do or you think we may have a problem as we have 70,000 users?
Thank you,
Hi,
This was my solution:
1) Uninstall and remove the plugin.
2) Drop the indexes:
ALTER TABLE wp_posts
DROP INDEX yarpp_title,
DROP INDEX yarpp_content;3) Download and reinstall the plugin.
4) If the options to relate title and body do not show up, drop the indexes again, item 2 above.
5) On plugin settings, run the ALTER TABLE to MyISAM.
6) Done.
If you still have problems, probably you need to run the query manually to create the indexes.
The problem should be related to some sort of time out when installing the plugin for large database as ours, specially creating the indexes.
BTW,
I am still not seeing the YARPP Experiments, event looking to at the screen options tab.
Any idea?
Thank you for the plugin.
BTW,
I am still not seeing the YARPP Experiments, event looking to at the screen options tab.
Any idea?
Hi,
This was my solution:
1) Uninstall and remove the plugin.
2) Drop the indexes:
ALTER TABLE wp_posts
DROP INDEX yarpp_title,
DROP INDEX yarpp_content;3) Download and reinstall the plugin.
4) If the options to relate title and body do not show up, drop the indexes again, item 2 above.
5) On plugin settings, run the ALTER TABLE to MyISAM.
6) Done.
If you still have problems, probably you need to run the query manually to create the indexes.
The problem should be related to some sort of time out when installing the plugin for large database as ours, specially creating the indexes.
Thank you for the plugin.
Hi,
After update WP 3.5.1, the registration popup is positioned on the right, not in the center anymore.
Anyone has the solution?
Thank you,
Forum: Hacks
In reply to: User description character limitForum: Fixing WordPress
In reply to: Changing the author slug in 3.3Talbet, we have our pages links around for a while, it would be a huge work change.
On another hand, it also is messing with the Archives by date links.
If anyone has a better solution, I would like to know.
Thank you anyway.
Forum: Fixing WordPress
In reply to: Pagination Redirect Issue in author.php Using Custom Post TypesI am joining the club. Permalink /author/author-name/ and pagination broken on authors page.
Any idea anyone?
Forum: Fixing WordPress
In reply to: Changing the author slug in 3.3Hi Talbet, I am facing the same problem.
Could you solve it?
Thank you.
Forum: Fixing WordPress
In reply to: YARPP – Exclude categories to be listedMitcho,
1) Thank you, I guess you helped but for example, we have 3 categories: A, B and C. I need to list “Related Posts” from category “A”, when calling the single.php and SINCE the post belongs to category “B” and/or “C.
Would it be a new “Display” option? For example:
“Display only for categories: A | B | C”
I was thinking to add an IF on the single.php to call the “related_posts()” but we run multisite installation and the category to list or not the “Related Posts” would not be the same from blog to blog. Can you help me with it?
Please, let me know if I am missing something.
2) ok, thank you!
Forum: Networking WordPress
In reply to: WordPress 3.0 in a subdomainAndrea, I’ve tried everything possible, do you know any other plugin to treat the authors as subdomain on MU?
Forum: Networking WordPress
In reply to: WordPress 3.0 in a subdomainAndrea, do you know if there is any problem between subdomains, WP 3.0 and the plugin WP Subdomains? My WP still in a loop when using subdomain author.
Regards, Ray Baccaro
Forum: Fixing WordPress
In reply to: Adding paging to Long Blog postIm migrating to WP with more than 20.000 posts. How can split the posts in pages, considering I do not have the <!–nextpage–> into the texts?