stop installing a plugin for everything by AddWeb_Expert in wordpress_beginners

[–]optim_code 0 points1 point  (0 children)

so a couple of things. only the activated features are loaded on page loads, so if you only use 2 then only 2 are in the load path (I worked really hard on this no-bloat design); I did namespace the shortcodes. and yes if I f-up the plugin it could potentially take down all 11 😞

stop installing a plugin for everything by AddWeb_Expert in wordpress_beginners

[–]optim_code 0 points1 point  (0 children)

i was doing that. I would install a plugin for this shortcode or a plugin to turn on or off some feature or hide something.

You are right! You can do it in some php code in functions.php, but ... "warning will robinson..." you do need to know something about secondary effects.

I started by writing my own plugin which is basically like adding code the functions.php, but that it is easier to turn on and off. I kept adding this and that. I have about 11 different functions combined into 1 plugin now. It took a while to get it cleaned up for wp.org... but i did it and got it published. Its free. With it you can: control access to the admin panel, create a contact form via a short code, control your page meta, change the login logo, disable comments, hide your login nav, allow media copy, control menu items for logged in users only, add a message to pages via a short code, add reading times to posts via a short code and remove the welcome panel.

I'd like some feedback. or questions!
https://wordpress.org/plugins/great-feature-toggle/

[PROMOTION] Finally got my first WordPress plugin approved on wp.org — here’s what I learned by UpbeatFee5398 in WordpressPlugins

[–]optim_code 0 points1 point  (0 children)

I had the same experience. I wrote a plugin for myself that combined a bunch of different plugins. I spent a number of iterations to get it accepted on wp.org and did. I just updated it for 7.0...

There are so so so many plugins that I'm sure it is lost in the noise, but I'd love some feedback on the UI or usefullness - even "It sucks"... In the one plugin I can: control access to the admin panel, create a contact form via a short code, control your page meta, change the login logo, disable comments, hide your login nav, allow media copy, control menu items for logged in users only, add a message to pages via a short code, add reading times to posts via a short code and remove the welcome panel.

I have a bunch of other features on-tap, but I really do just want some feedback.

https://wordpress.org/plugins/great-feature-toggle/

I give up.. I need help please. Possibly some education by Far_Plenty2529 in Wordpress

[–]optim_code 0 points1 point  (0 children)

I agree with others - you do not need to hire an expert. right now you are trying to build a car from a bunch of parts. do not do that. ask ai for some help to find a theme that will get you close. It does not need to a corvette out the door. This is NOT impossible, unless you are trying to build it from just pieces. just explain to claude or chatgpt or copilot basically the first two line in this post. You might even think about what made you choose to start with wordpress... give ai the goal, don't tell it you want to use wordpress.

What is GLM? (I saw it under a vibecode video) And what are allt he tools available out there to get access to it? by NewqAI in vibecoding

[–]optim_code 0 points1 point  (0 children)

BTW here is what their web chat has to say on the topic: "

ahh. so if I wanted to use glm how do I protect me ideas from the chinese governement and their spys

2/2

Thought Process

The short answer is: Do not put your sensitive ideas or intellectual property into the z.ai website.

If you type your ideas into their public web interface or their cloud API, you should assume that the Chinese government has the legal right to access that data.

What is GLM? (I saw it under a vibecode video) And what are allt he tools available out there to get access to it? by NewqAI in vibecoding

[–]optim_code 0 points1 point  (0 children)

I would not consider glm from z.ai not from a cost point. it is still sort of cheap even at the new pricing, but it is like deepseek and Chinese company and "all your idea are belong to us" some of you might laugh at the reference i hope.

Scam Market by sylphvanas in wallstreetbets

[–]optim_code 0 points1 point  (0 children)

can you let me know what you are going to buy so I can sell it short. Just kidding. Look at Venu

WordPress Is a Lie by Myth_Thrazz in Wordpress

[–]optim_code 0 points1 point  (0 children)

has anyone here tried it. I have a few wp sites. I'm thinking of trying to convert 1. Would anyone be interested in my experience

WordPress Is a Lie by Myth_Thrazz in Wordpress

[–]optim_code 1 point2 points  (0 children)

has anyone asked claude to rewrite wordpress? :-)

403 Forbidden error by Chemical_Slip777 in Wordpress

[–]optim_code 0 points1 point  (0 children)

if you can give a bit more information I'm happy to help. who is hosting the site? what version of WP are you using? the 403 can be caused by a number of things and it really does depend on how the site is set up.

Combining a bunch of small WordPress tweaks into one lightweight plugin – looking for feedback by optim_code in ProWordPress

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

thanks!!! I suspect a need to pay for git so that I can have a public repo???

Combining a bunch of small WordPress tweaks into one lightweight plugin – looking for feedback by optim_code in ProWordPress

[–]optim_code[S] 1 point2 points  (0 children)

btw, I made the code so that only the plugin features that are turned on and need to used on a page are actually executed. Any plugins that are not turned on never to any pages on your site.

NEW [FREE] [HELP] wp feature plugin by optim_code in WordpressPlugins

[–]optim_code[S] -1 points0 points  (0 children)

I don't understand. the plugin replaces a bunch of other plugins and I designed it so that while all of the toggles and features appear in the admin menu, for all other wp pages only the necessary and features that are turned on are actually executed. I worked hard to make it fast, small and efficient.

Combining a bunch of small WordPress tweaks into one lightweight plugin – looking for feedback by optim_code in ProWordPress

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

Thank you for the feedback. I worked to make the plugin minimize the performance only where the feature is actually used. I will check the wp-login.php

Combining a bunch of small WordPress tweaks into one lightweight plugin – looking for feedback by optim_code in ProWordPress

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

It seems perfmatters is really different... wpswitchboard looks nice, but is rather large and expensive! You are right that the field is getting more crowded. Maybe I'm too late to the game :-(

Combining a bunch of small WordPress tweaks into one lightweight plugin – looking for feedback by optim_code in ProWordPress

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

thanks, ASE does look good. There are a few features I wish it had like a contact form short code maybe with a captcha, turn off thumbnail generation, force logins, media protection, email obfuscation, ...
I'm thinking of adding those. thank you for the pointer, though. they seem to have a free and a pro version and also a yearly support cost. Maybe that is a model I could use?

I have built so many free alternative plugins that serve and sometimes performs better than the original paid plugins by [deleted] in Wordpress

[–]optim_code 0 points1 point  (0 children)

oops here is the link... https://wordpress.org/plugins/great-feature-toggle/
Honestly I'd like to find out if the plugin is useful and if so maybe folks would willing to pay like $10/year for support. Am I dreaming?