Bastien Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [Event post] Show excerpt in Widgetthe parameters is not usable in the widget, but it is in the shortcode.
If your theme does apply “do_shortcode” filter on text widgets, you can use it right now !
Forum: Plugins
In reply to: [Event post] Update to 2.8.0 broke Event post for meI’ve changed the test behavior, using
get_queried_object()
instead ofglobal $post
.I was think that you maybe redeclare $post somewhere in your page.
Does it works for you ?
Forum: Plugins
In reply to: [Event post] HELP: disable event and change position inside loop!Hi,
thank you for the comment.-
The first problem should be solved, a previous version was filling dates if empty, but it as been corrected.
Which version are you using ? -
I have some problems to deal with.
If I only display the event bar on the single page, every piece of texte apply “the_content” filter will also display the event bar.
So I’ve added a check to compare content filters and current post content. executing the function earlier would make both content not match.Maybe can you move the bar using jQuery inserBefore()
regards
Forum: Plugins
In reply to: [Event post] Update to 2.8.0 broke Event post for meHi,
can you see the difference betweens the 2 variables ?
Forum: Reviews
In reply to: [Event post] Great, but needs finesseHi,
thank you for your review, and sorry for my english ??
I’ll try to answer :
Some texts and UI have been changed since version 2.8.*, taking care of your comments. thank you.
There is a sort parameter for the shortcode, I’ll add it into the readme.txt :
'order'='ASC'
or'order'='DESC'
a second attribute can be also used :
'orderby'='post_title'
The integration of caldav is in the roadmap, but it’s a big work, so I can’t announce any release date yet.
But there is one point I’m sure : I won’t add any support for Google tools. I’m working hard to stop being chained by it, and trying to find free and open resources in communities.
(Google calendars are also accessible via caldav).Do not hesitate to give me feedback !
Hi !
sorry, I was mistakenly not following this plugin by email.
So I’ve just saw your topic right now.Of course, I’m open to collaborate and improve functionalities.
But the mindcat plugin is still young and I do not have any road-map yet.
I was just thinking about adding tags, pages and sub-pages…Maybe, the best way is to think code the more flexible as possible in order to let other ones inter-operate. At this time, I don’t know wpit-gant. Can you tell me more about this plugin please ?
regards
Forum: Reviews
In reply to: [MindCat] Nice and tidy, does the job wellMany thanks !
Forum: Plugins
In reply to: [Event post] Exclude some events from loopAs it’s not a big development, I add put it in the next release, I’ll mark the topic as resolved when it’ll be done.
thank you
Forum: Plugins
In reply to: [Event post] Exclude some events from loopOk, with an example it’s more explicit ??
So I see 4 ways :
- a parameter in shortcode/widget to exclude some posts from having a link, but the parameter could be obscure for many people
- a custom post-type which only appears in calendar/map without any link, but we take distance with the purpose of the plugin
- a settings on categories to add some specific behaviors, but which behaviors do make sens ?
- automatically do not link posts with empty content (could be set in the general settings page)
I’m seriously thinking about the 4th option.
a short description could be displayed using the excerpt.Forum: Plugins
In reply to: [Event post] Exclude some events from loopHi.
thank you.
Some of my event do not jutify a complete post
Does it mean that some of your events do need a single page ? If true, we have to deal with different behaviors.
For a next release, I was thinking about adding a custom post-type “event” just to allow users to add markers on a map, but it could be use for non content events.
The reason why it’s not done yet is that this plugin was made to differ against other event plugins which doesn’t use the native post object, and many times, an event justify a post to explain it.
any opinion ?
regards
Forum: Plugins
In reply to: [SpeakUp! Email Petitions Importer] Trouble with uploadThank you.
I’ve just added some of your modifications in last release. By the way, I also check the optin value, just as confirmed that is converted from numeric to translated in the csv.Forum: Plugins
In reply to: [SpeakUp! Email Petitions Importer] new field in existing petitionHi, sorry, I did not received the post.
Do you still need help ?Forum: Plugins
In reply to: [SpeakUp! Email Petitions Importer] Plugin italian translationHi !
thank you.
You can put a link in comment, or I can add you as SVN commiters.Forum: Plugins
In reply to: [MindCat] Connection between categoriesHi,
Thank you.
Subcategories are linked to there common parent, it’s just a special way to print native WordPress behavior.
Using a different link would need to add a special behavior, such as keywords or anything else.At this time, I have no preconditioned idea about this… Do you ?
Forum: Plugins
In reply to: [Event post] Display the posts feature imageHi,
it’s a good idea, thank you.
I’ll implement these options in the next release. -
The first problem should be solved, a previous version was filling dates if empty, but it as been corrected.