aliciagh
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Bug: PHP Warning: Illegal offset typeHello,
I have the same problem. I’ve applied your patch and now the message doesn’t appear in the error log.
Thanks!
Forum: Plugins
In reply to: [Multisite Global Search] Thank you possible bugHi @ScreenfeedFr,
Thank you very much for your suggestions. I will include hooks for spam but not ofr mature or unmature because need version 3.1 and I prefer support from 3.0 version a bit more time.Regarding the get_blog_permalink() function, the other option to avoid switch_to_blog() is rewriting the whole get_permalink() function because permalink structure is different in each blog, but I prefer not rewrite core functions.
Thanks again ??
AliciaThe best solution for changing the text strings is editing the translation files.
Thanks!Forum: Plugins
In reply to: [Tools for Twitter] Twitter Tools API compatibility?Hi!
I had problems with Twitter Tools because Twitter changed his API on September 25th.
I’ve resolved the problem editing the file twitter-tools.php. Change the following lines:
define('AKTT_API_POST_STATUS', 'https://api.twitter.com/1/statuses/update.json'); define('AKTT_API_USER_TIMELINE', 'https://api.twitter.com/1/statuses/user_timeline.json'); define('AKTT_API_STATUS_SHOW', 'https://api.twitter.com/1/statuses/show/###ID###.json'); define('AKTT_PROFILE_URL', 'https://api.twitter.com/1/###USERNAME###'); define('AKTT_STATUS_URL', 'https://api.twitter.com/1/###USERNAME###/statuses/###STATUS###');
This hack works in WordPress 3.1.3 and Twitter Tools 2.4
Forum: Plugins
In reply to: [Multisite Global Search] [Plugin: Multisite Global Search] Does not workHi @malawimama,
It’s true, I supposed that you had some knowledge of PHP.
For example, this is my results page for word ‘e-learning’: https://grial.usal.es/agora/busqueda/?mssearch=e-learning&msp=1&mswhere=all
In my case, the name of the results page is ‘busqueda’ so the code that I’ll have to put in my PHP template must be:
<?php Multisite_Global_Search::ms_global_search_vertical_form('busqueda') ?>
About the style sheet, you are right. You can copy the style from the style sheet in the plugin directory and paste it in your own stylesheet.
Thanks a lot. I’ll update the FAQ section with this explanation.
AliciaForum: Plugins
In reply to: [Multisite Global Search] Multisite Global Search PaginationThanks @ccowell, but my only problem is that I don’t have enought time to implement new features outside of my job task. My idea is to publish a new version during my summer holidays.
Forum: Plugins
In reply to: [Multisite Global Search] [Plugin: Multisite Global Search] Does not workHi,
Sorry for the delay.
The Multisite Global Search form can be put in your site using the widget, inserting the shortcode in a page or post, or putting one of the following lines in the template:
Multisite_Global_Search::ms_global_search_vertical_form(your_results_page) Multisite_Global_Search::ms_global_search_horizontal_form(your_results_page)
Later, you can edit the style sheet including in the plugin directory to custom the form.
Thanks for using my plugin!
AliciaForum: Plugins
In reply to: [Multisite Global Search] Multisite Global Search PaginationThanks!
Sorry for the delay. The plugin doesn’t implement pagination of the results. I think in next versions it’s posible that I implement this feature.
Alicia
Hi @kgallegos19,
The plugin doesn’t group the results on pages but I want include this feature in next versions.
Sorry and thanks for interesting in my plugin.
AliciaHi,
My plugin doesn’t work with subdomains, only with subdirectories.
Thanks for interesting in my plugin.
AliciaI think that problem can be caused by bad closed tags in one post in the results… Can you send me a screenshot of the problem?
Thanks and sorry for the inconveniences.
AliciaI’ll check the plugin the next week and I tell you something about your bug.
About the second bug, you need create a globalsearch page in each blog that you the Global Search Form. That is because the owner of each blog can decide if use the plugin or not.
Hi,
That problem occurs because one or more posts have some HTML tag without closed. I’ve checked your posts and there is a problem with the Logika blog https://natal25desember.com/logika/2012/02/12/hello-world/
Tell me if the problem resolves deleting the post Hello of Logika blog.
Even so, I’ll try resolve this kind of problems in the next plugin version.
Forum: Plugins
In reply to: [Multisite Global Search] [Plugin: Multisite Global Search] nothing foundedOk, perfect ??
Forum: Plugins
In reply to: [Multisite Global Search] [Plugin: Multisite Global Search] nothing foundedHi,
All requeriments are ok.
I think your problem is that you have to write this shortcode in the content area of your page named “globalsearch”:
[multisite_search_result]The permalink of your search page must be https://yourblog/globalsearch
is the problem resolve with this tips?
Thanks you for using my plugin.
Alicia