asimeon
Forum Replies Created
-
Forum: Plugins
In reply to: [Wikipedia Widget] Can I window just the info box?Thats currently not possible, sorry.
I can have a look if its easy to implement as an optional feature…
Forum: Plugins
In reply to: [Wikipedia Widget] Not able to activate itIts because an older version of PHP on your webserver…
Can you replace the line 45 in wikipedia-widget.php with:
$options = get_option('widget_wikipedia_widget'); $options = is_array($options[$this->number]) ? $options[$this->number] : array();Alternative I can update the plugin.
Greetz
Forum: Plugins
In reply to: [Wikipedia Widget] Retrieve several results based on tags?Does i understand you right, that you want to have an excerpt of a wiki article for each tag?
I can have a look if i easily can implement this as a native function…
Forum: Plugins
In reply to: [Dynamic Search Widget] Problem – to fix in this pluginThanks for the note.
I will push a new version these days after i may made the changes of your other post.Hi,
1. i could do this, but thats not a widget functionality… so may its better to use this plugin: http://ww.wp.xz.cn/plugins/widget-shortcode/2. the standard search gives no possibility to combine search parameters, what do you miss or why do you need it?
regards
Forum: Plugins
In reply to: [Wikipedia Widget] woocommerceSorry for the late answer…
As a short workaround you can use the class of the product title. That means in the configuration of the wikipedia widget insert “.product_title” (without “) as an alternative search-field. That gives you the wikipedia search results for the product name.
Forum: Plugins
In reply to: [Wikipedia Widget] how do you define post title as seach query?Thats definitely a thing i want to implement in the next version. Unfortunately the wiki-api gives not the best possibilities to find things, as i think.
What especially do you want to have?
Forum: Plugins
In reply to: [Wikipedia Widget] how do you define post title as seach query?Forum: Plugins
In reply to: [Wikipedia Widget] how do you define post title as seach query?Hi,
the plugin should automatically get the post title on a single post page.Ok,
my solution for now is to check directly in the template which user wants to edit what kind of post…I wrote something like this into the template file before the loop starts:
if ( isset($_GET['pid']) && get_post_type( $_GET['pid'] ) == 'page' ) { echo "You are not allowed to edit this page."; get_footer(); exit(); }Forum: Plugins
In reply to: [Easy Invitation Codes] Multisite Invite Codes Not Showing Up In SignupIts the same problem for me and it would be really nice to have a solution for that…
Do you already have on?
greetz simeon