Adding custom fields to bbpress topic form

Ernest Marcinko Blog, Tutorials, Wordpress 26 Comments

As some of you may noticed, our support forum’s new ticket form has some custom fields included. I have searched through the web for tutorials/plugins before creating the new support form, but unfortunately there is almost nothing out there. I knew I will have to code a lot, even if I find some tutorials. Actually, this is not hard at all, since bbpress has a bunch of actions and filters integrated, which helps us to modify the look and feel of it, without actually touching the bbpress code.

Tutorial level: Medium

Responsible WordPress plugin development – More compatibility, less support tickets

Ernest Marcinko Tutorials, Wordpress 1 Comment

The wordpress plugin database is now filled with thousands of plugins. In my first few months of development I encountered lots of incompatibility issues, I almost recieved a support ticket after each selling. Altough you cannot make a plugin that is 100% compatible with all the other plugins in the repository, but you can and must try to make it …

Privacy Policy and Cookies

Last Update: Jan 25, 2022. Company Details Name: Web Continental s.r.o. Address: Hlavná 31, Marcelová, Slovakia 94632 Email: [email protected] EU-VAT Number: SK2120186948 Registry Data: Nitra Companies Registry, 40034/N The Basics 1. Definitions These definitions should help you understand this policy. “GDPR” refers to the Regulation (EU) 2016/679 of 27 April 2016 on the protection of natural persons with regard to the …

Related Posts Plugins performace – measured

Ernest Marcinko Blog, Reviews 16 Comments

Last week I found out that many WordPress hosts ban many of the most popular plugins from their users. Most of these plugins are Related Posts plugins. I guess they are afraid of excessive database usage. However I myself was interested in this topic as I already made one related posts plugin myself, called Related Posts Lite. Before you continue, please …

Rocket Loader for Wordpress

Controlling Cloudflare Rocket Loader for WordPress

Ernest Marcinko Tutorials, Wordpress 18 Comments

What is Rocket Loader? Automatically optimizes your pages to minimize the number of network connections and ensure even third party resources won’t slow down page rendering.Cloudflare Rocket loader from Cloudflare is definitely worth some time for every WordPress site owner. Proper configuration is however a little bit tricky, as there is only a limited access to the WordPress header. How …

Stay connected box for WordPress without a plugin

Ernest Marcinko Tutorials, Wordpress 1 Comment

I’ve done a lot of research to look for a plugin, that can add a “stay connected with us” box below my posts. Unfortunately there is none. The main reason for this, is because there is no proper hook in wordpress to add a content block after the sinlge post. Fortunately, the workaround isn’t too hard. It’s attractive, visitors will …