Andres Richero
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't set or remove featured images?same thing happens to me. any ideas on how to solve this?
thanks in advance,
andrésForum: Networking WordPress
In reply to: Multisite Broken PaginationAs I said previously
I´ve tried disabling all plugins and switching to twentyten theme but still the same problem.
I´ve got a long list of plugins on that site.
What draws my attention is the way in which it does work.
It seems more like a .htaccess problem than any other thing. Still I can´t get it to work properly.
Is there a way in which the permalink structure can be refreshed for all sites on mumtisite?Forum: Networking WordPress
In reply to: Multisite Broken PaginationFound another example that works.
Maybe someone can help me find out what´s going wrong here.http://www.farq.edu.uy/publicaciones/,/libros/page/3/
That, with the comma, would show the right set of posts.
Bottom paging works after it´s accessed through that link.
Same thing happens with http://www.farq.edu.uy/publicaciones/page/2/?cat=librosBut the right URL, or at least the one I would like, would be http://www.farq.edu.uy/publicaciones/libros/page/2/
Thanks for any help on this issue
Forum: Networking WordPress
In reply to: Multisite Broken PaginationSorry, it was blocked.
The example URLs that were posted before can be seen now.
I´ve ttried disabling all plugins and switching to twentyten but still the same problem. I guess it´s not a theme problem.
ThanksForum: Plugins
In reply to: Buddypress Full Name ProblemHi Webezy, thanks for the tip.
It did work ok for me too.
I´ll still have to look for another solution since the site I´m working on is in spanish and the field should therefore not be named “Display name”Thanks again!
Forum: Plugins
In reply to: Buddypress Full Name ProblemThanks @webezy for your quick reply. Pitty we have to wait, still, i´m glad there´s an explanation to it.
Forum: Plugins
In reply to: Buddypress Full Name ProblemI´m having more or less the same kind of trouble.
When editing any user´s profile in which the Full name was shown, upon update, full name gets replaced with user name. Even when it says the update has been successfull, there´s no other way to get back to the user´s full name other than editing the user profile from the users tab on WP.
Would anyone know how to fix this?
Thanks for any help!
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Causing Errors in WPMUThanks a lot for your help. I´ll keep it inactive. Please let us know when to activate it.
Best!
AndrésForum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Causing Errors in WPMUdid try, that meant having two plugin entries in the plugin manager, one called breadcrumb-navxt and the other one display_supplicant.
when display_supplicant is activated the same error shows on screen
should i keep display_supplicant inactive?Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Causing Errors in WPMUSame error for me lines 591 and 646 – wordpress multisite – please let know if there´s any fix
ok, one more thing…
my site is in spanish so instead of groups/x/ in the url
i´m using define ( ‘BP_GROUPS_SLUG’, ‘grupos’ );
to get grupos/x/ in the urlif i switch it back to groups i get the upload to work
but still no content shows as activity
just the description, nothing elsesorry, once again… any ideas on how to fix this to get both things running again?
activities showing and files uploading even when i use – define ( ‘BP_GROUPS_SLUG’, ‘grupos’ );
i look forward to any reply that might help
thanks a lot,
Andrés
i´m having big trouble with Group Documents
followed some of this posts and got admin network panel menu item to show and save but still, after migration from 1.2.10 to 1.5 and 1.5.1 can´t get previous docs to show as activities (blank activity shows instead) or to upload new documents. Constant failure on upload.
I´ve checked and my php version is 5.2 so that shouldn´t be the problem.
Activity data is still stored in the DB for the previous uploads but doesn´t show.
It does show the groups document list under the documents tab.
Can anybody help on solving this?
Thanks a lot,Andrés
Thanks a lot Dane.
That´s exactly what´s happening on my blogs.
Switched to define (‘MEDIA_TRASH’, false); and it all worked like a charm.
Unfortunately we miss the feature but I preferr that to not letting my users delete their own images 🙂
Thanks again,
AndrésBack here! Has anybody faced this kind of trouble?
Any help out there?Thanks again
Forum: Fixing WordPress
In reply to: Multiple Queries Compiling into one LoopThanks a lot for sharing, you code was a great clue to solving some other problems which needed merging queries.
Great work.