Blog Sections Open
Outputting Category Names Instead of IDs in autoFilter
How to make autoFilter show real category labels in a dropdown instead of raw numeric IDs.
A filter dropdown is only useful if people can understand it. When autoFilter outputs category IDs instead of human-readable names, the problem is usually in the mapping layer between stored values and visible labels.
The right fix is to enrich the filter output with the actual category titles rather than expecting editors or visitors to interpret IDs. Small changes like this make catalog filters dramatically more usable.
Fixing Password Reset Links in WebLoginPE
Why WebLoginPE may send a reset email successfully but fail to activate the new password after the visitor clicks the confirmation link.
Applying Multiple phpthumb Filters to One Image
How to combine more than one phpthumb filter in a single image transformation without losing the intended effect.