iTux
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Index] Sorting by Custom Filed NameHi Marc, still interested in this feature? I returned to development of this plugin. Best wishes, Thomas
Forum: Plugins
In reply to: [Post Index] sort the index from a custom fieldHi M, still interested in this feature? I returned to development of this plugin. Best wishes, Thomas
Forum: Plugins
In reply to: [Progress Bar (Edition for Readers)] Missing [shortcode]Hi Lucas,
thanks for your feedback! Point 2 is fixed in the current development version. What exactly do you expect for your point 1? Would you like to include the progress to a post or page by using the shortcode?
Best wishes
ThomasForum: Reviews
In reply to: [Post Index] Just perfect!!Hi aadje93, I added a few words to the settings page. Thank you for your idea!
Forum: Plugins
In reply to: [Post Index] caused errorHi, the issue was caused by the use of an old user level instead of the user role. Please update to 0.7.3 to fix that issue. Btw: It’s only an issue, because you have WP_DEBUG set to true in your wp-config.php.
Forum: Reviews
In reply to: [Post Index] Just perfect!!Thank you for your lovely review! Appreciate it!
Did you have a look into the FAQ section of the plugin, here at the codex? I listed all the supported codes there. What do you think, would it be better to list them on the installation page?
Forum: Plugins
In reply to: [Post Index] caused errorSorry for my late reply. I’ll investigate into this issue and come back with a solutions as soon as possible.
Forum: Plugins
In reply to: [Post Index] translate "jump to…" and hide lettersHi there,
thank you for your feedback. You can copy the german translation file and create a portugese version of it: http://plugins.svn.wordpress.org/post-index/trunk/post-index-de_DE.po. At least you should translate the “jump to” sentence. But if you have a few moments, you can also translate the admin menus etc.
My last activity on the plugin has been a few month ago, so I’m not a 100% sure. Let me check that and if not, I can provide this feature while uploading your portugese translation file.
Best wishes
ThomasForum: Plugins
In reply to: [Post Index] Index not displayingHi bgrosart,
thank you for sharing your current solution. Unfortunately, WP (at least < 3.9) is loading all custom fields and values as soon as you access one of the fields. The only possible solution to avoid this issue seems to be a complete custom database query. I’ll have a look into the new API (4.0), if there is any change and see, how we can fix the issue.
At the moment, the only solutions will be to reduce the amount of custom fields (and the values stored in custom fields), disable custom field support in the plugin or increase the allowed memory on your host.
Best wishes,
ThomasForum: Plugins
In reply to: [Post Index] Is it possible to create and Index for an Author's PostsHi paulizod,
not at the moment. A feature branch on GitHub already allows to index taxonomies. It should be an easy task to enhance that branch to allow also indexing the authors.
Best wishes,
ThomasForum: Plugins
In reply to: [Post Index] How to change the fonts and formatting?Hi there,
just to give a response to the issue: It depends on the template you are using. The plugin itself uses a few divs and ul/li lists, but does not add any special fonts or styling. That means, only a look at the source code on the rendered page will help identifying the cause of the issue.
Best wishes
ThomasForum: Plugins
In reply to: [Post Index] How do I exclude a categoryHi there,
unfortunately that is not possible at the moment. But the good news: It’s already on the list of enhancements.
What exactly is the use case in excluding a category? Because the plugin will index only one category anyway.
Best wishes
ThomasForum: Plugins
In reply to: [Post Index] Index not displayingHi there,
sorry for the late reply. A newer development version of the plugin is available on GitHub (https://github.com/thirsch/post-index). The new version does not use any output buffering anymore which might be the reason for the blank page. Are you familiar with manually updating your plugin? If yes, just download the development version from GitHub and give it a try.
Best wishes
ThomasForum: Plugins
In reply to: [Post Index] Feature Request: Customize Index TitleYou are 100% right. I already needed it in the past and implemented a small hack. Please create a custom field with the name book_title in your blog post to override the title. I’ll implement a proper way to handle custom titles in one of the upcoming version of post-index. Thank you!
Forum: Plugins
In reply to: [Post Index] You will find…posts in the category…on this blog.Hey Migo,
welcome to Post Index :-). You can alter the text under Settings -> Post Index. You could also try to remove the sentence there and see what is happening (maybe an empty line will stay).
Best wishes,
Thomas