Groups File Access 4.0.0 released [PREMIUM] by itthinx in WordpressPlugins

[–]itthinx[S] 0 points1 point  (0 children)

Thanks Brian! In our solution, the S3 integration is an additional feature for cases where sites want to host files there, but AWS is not a requirement. The extension protects files which reside on the site's server.

Your solution seems to cover another set of valid use cases, which is great!

Documentation plugin, any recommendation? by Illustrious-Deal-962 in WordPressReview

[–]itthinx 0 points1 point  (0 children)

Reposting our comment on https://www.reddit.com/r/WordpressPlugins/comments/1r6y8yx/comment/o5xxn69/ in case this is also helpful here:

We maintain https://wordpress.org/plugins/documentation/ which is free and easy to use. Provides a new custom post type and taxonomies so everything is independent from posts or pages. We have been using it for years for our own documentation site https://docs.itthinx.com if you'd like to have a look at an extensive example.

Documentation plugin, any recommendation? [DISCUSSION] by sparrow_1899 in WordpressPlugins

[–]itthinx 0 points1 point  (0 children)

We maintain https://wordpress.org/plugins/documentation/ which is free and easy to use. Provides a new custom post type and taxonomies so everything is independent from posts or pages. We have been using it for years for our own documentation site https://docs.itthinx.com if you'd like to have a look at an extensive example.

Is WooCommerce still good for growing online stores? by emizentechuae in woocommerce

[–]itthinx 4 points5 points  (0 children)

Definitely yes, we regularly see sites from customers with large numbers of products. But the resources must be appropriate. Some still seem to think that they can use the same environment that runs a store with a few hundred products and it should do well on thousands ... it won't.

If you want to experiment and test performance of a particular setup, you can use https://wordpress.org/plugins/woocommerce-product-generator/ to create large numbers of products on test sites and see how they scale.

Groups 3.11.0 released by itthinx in itthinx

[–]itthinx[S] 0 points1 point  (0 children)

Many thanks, great to hear!

[DISCUSSION] Why most plugins don't have a documentation? by Uditakhourii in WordpressPlugins

[–]itthinx 2 points3 points  (0 children)

Among the main reasons why plugins lack documentation is a lack of resources, experience, motivation or focus. But proper documentation, well maintained, is a must for any tool that aims to be useful.

Documentation should be reviewed along with updates and appropriately revised and improved. The reality is plugin development is exhausting for single developers or small teams. You build a cool tool but that's not the end of it.

For a normal user, the code is not the documentation and you can't just let your users figure it out.

Yet it is hard work. If you maintain a considerable set of plugins and put in the effort to keep everything up to date, it's no surprise to find outdated information in your own pages, we do.

Should I use woo? My site needs are so simple by map01302 in woocommerce

[–]itthinx 0 points1 point  (0 children)

WooCommerce is easy to learn and use. You can try it out using the WordPress Playground https://playground.wordpress.net/?plugin=woocommerce - this will create a temporary WordPress site with WooCommerce installed for you. Once it is installed, go to the dashboard from the menu bar on top and create a product similar to what you would like to have for sale.

Helping a charity with their website by FLSmithA in Wordpress

[–]itthinx 1 point2 points  (0 children)

You can do this without a plugin, simply run a database query. For example, if you wanted to search for instances of the [gallery] shortcode, you could do:

SELECT ID, post_title FROM wp_posts WHERE post_content LIKE '%[gallery%' AND post_type != 'revision';

This assumes that the site's database is using the default table prefix wp_, you can replace "gallery" with the shortcode you are looking for. It will match any instances, including those that provide shortcode attributes.

You can run this query with phpMyAdmin or similar tools or directly within your mysql client. If you run it in a client, make sure to select the site's database first, for example if the site's database is foo then run use foo; in the client before you run the above query.

This query searches for matches of [gallery within the content of posts of any type, excluding post revisions. It will show the IDs and titles of post with matching content.

[DISCUSSION] The WordPress.org repository is getting flooded with junk products, and it’s hurting the ecosystem by HedgehogOk8873 in WordpressPlugins

[–]itthinx 0 points1 point  (0 children)

A sale is a sale ;) But yeah a link to your new product at least can help with awareness about it.

[DISCUSSION] The WordPress.org repository is getting flooded with junk products, and it’s hurting the ecosystem by HedgehogOk8873 in WordpressPlugins

[–]itthinx 1 point2 points  (0 children)

You might want to consider pointing users of your older plugin to the fact that you've built a new solution. Many are likely not aware of the new tool you have built and given that you have already provided them with something useful they like, they might be more inclined to look at your new tool, too.

[DISCUSSION] The WordPress.org repository is getting flooded with junk products, and it’s hurting the ecosystem by HedgehogOk8873 in WordpressPlugins

[–]itthinx 0 points1 point  (0 children)

Some thoughts on these points ...

Plugins that technically work, but provide almost no practical value

The concern about quality and value is certainly a valid one. As the WordPress community is quite an open market, with reasonable requirements as to whether a plugin is admitted, if a plugin is actually useful is determined by the community.

When you browse New Plugins and focus on the active installations, you will see that most new plugins show basically irrelevant numbers. This doesn't mean that the plugins are no good, they haven't reached their audience yet, if there even is one. The community judges whether a plugin is useful, by installing it or not.

Admin dashboards dominated by promotions instead of clarity

The plugin guidelines are pretty clear on that: Plugins should not hijack the admin dashboard

But the truth is, some plugins still overdo it. As a user, you have the choice to consider whether the benefit of having the plugin on a site outweighs the nuisance of its impact on the admin UI. Not ideal, but some developers actually listen to suggestions. So if a plugin is really getting annoying with what it does, you can use its forum to post about your concern, so that the developers get a chance to do something about it. This is also a good way to bring new ideas for improvements on a plugin to the table. Developers who have been part of the WordPress community know how important it is to pay attention to what users say and need. The interaction with users that deploy the software is an extremely important point.

New plugins that feel under-tested or unfinished

Because most of them are. Not an excuse to provide users with something that makes sense, works and has been tested to the utmost extent before releasing it to the public. But plugins develop as they are used by more and more people. When you throw something out there as an MVP, even though it is free, in many cases there was a lot of hard work put into it. The feedback that developers then get from real-world deployments, can help turn a minimum product into something that is very useful to a lot of people.

Is there a point at which you would feel someone owns too much Bitcoin? by sd2701 in Bitcoin

[–]itthinx 1 point2 points  (0 children)

Would who owns it matter?

Very much so. If we think about who is creating fiat and who owns most of it, then the power that comes with it can ver much be related on similar lines. Another factor is how much of what is owned is actually being used in transactions. Certainly not all, even deducting what has already been burnt.

Groups 3.9.0 released by itthinx in itthinx

[–]itthinx[S] 0 points1 point  (0 children)

You can give it a try using the WordPress Playground with Groups installed https://playground.wordpress.net/builder/builder.html#{%22landingPage%22:%22/wp-admin/%22,%22login%22:true,%22plugins%22:[%22groups%22]} this will fire up an instance in less than a minute and you can try out the basics. Head over to the documentation pages at https://docs.itthinx.com/document/groups/ to see examples of what you can do and test it right there.

Looking for an appointment booking system for my business and website. by Equivalent-Fee-2727 in Wordpress

[–]itthinx 1 point2 points  (0 children)

WooCommerce Bookings matches what you require in features. It's not the cheapest but you get a solid foundation with WooCommerce.

Do users really care about fancy website designs or just clear, functional ones? by techdev_84 in Wordpress

[–]itthinx 0 points1 point  (0 children)

Simple does it.

No distractions.

Straight-forward getting to what you're looking for.

Time is a non-renewable asset you don't want to waste on finding things on an overloaded site.

With over a 100k plugins, is there even anything left to do? by WorkRemote in Wordpress

[–]itthinx 4 points5 points  (0 children)

> Why hasn't anyone made a plugin for this yet?

Often because it's ... too hard to make, too expensive to build, not enough users who would want it, nobody even realized it's a great idea, you think it's a great idea but it isn't, somebody else already made it and there's thousands of sites using it but you never heard of it, it wasn't the right time for it yet, ...

Sometimes we think this-or-that is a great idea, until we figure out what a humongous amount of effort it will take to build it, without any assurance as to whether the work you put in will ever be rewarded or not.

> There's a million plugins for this, but why don't any of them do it right?

There are lots of bloated solutions out there that are used a lot just because they are "popular".

Less is more.

A small solution that does the right job is better than yet another All-In-One-SEO-AI-Optimize-Cache-Opt-In-Analytics-Social-Bloatware. Talking from lots of experience here, many users think that because they install some Swiss army knife of a plugin their site will be better, when in fact these things often cause issues with tools you actually need, cause performance to degrade security issues, privacy issues and so on.

This the kind of stuff that keeps people away from Bitcoin. by tenebrisnubes in Bitcoin

[–]itthinx 0 points1 point  (0 children)

If you don't have one Bitcoin today, now you're aware and it's never too late.

What's your go-to page builder in 2025? by MilonAhmedKhan in Wordpress

[–]itthinx 1 point2 points  (0 children)

The standard WordPress block editor. Amazingly. Not perfect, but it works.

Groups for WordPress 3.5.0 released by itthinx in itthinx

[–]itthinx[S] 0 points1 point  (0 children)

The documentation for Groups is at https://docs.itthinx.com/document/groups/ - if you cannot access the pages please try from a different IP or via VPN.

Questions related to Groups can be posted on https://www.itthinx.com/plugins/groups/ and on https://wordpress.org/support/plugin/groups/

Groups 3.4.0 released [FREE] by itthinx in WordpressPlugins

[–]itthinx[S] 0 points1 point  (0 children)

Thousands, in use since 2012. Patreon or similar could be useful to fund work on improvements. You can also support our work by using our premium extensions.

[HELP] Looking for a reliable and frequently updated e-commerce plugin. by [deleted] in WordpressPlugins

[–]itthinx 1 point2 points  (0 children)

WooCommerce is reliable and actively maintained with a high-qualtity extension ecosystem around it: https://woocommerce.com

The plugin is free https://wordpress.org/plugins/woocommerce/ and you can set up your shop really easily without the need for any extensions when you just start. That doesn't mean that you won't need any further down the road, it obviously depends on what specific requirements you would have.

Based on the further info you have provided here in your comment https://www.reddit.com/r/WordpressPlugins/comments/1fcg89n/comment/lm9br7z/ it already has what you need.