maxkool
Forum Replies Created
-
I just noticed there was another thread about this same problem from a year ago with a promise to solve it in the next version, which never came. At this point, I doubt this problem will ever be fixed officially, so here’s a quick hack to fix it yourself. In the contact_form.php file, go to line 1030 and replace the following:
$cntctfrm_options['email_label'][ $lang ]
With:
'Email:'
(or whatever you want your email field label to be)
Almost 6 months later, this bug is still present. For me, it started occurring once I upgraded the website to PHP 8.1. Note this is a very high severity issue, because if the Email field label is not displayed, and it’s a required field, users won’t know what they need to enter in that field and won’t be able to submit the form. Please fix this!
Forum: Plugins
In reply to: [WP-Paginate] Does wp-paginate work on category pages?The following might be a bug.
Pagination will not work on category pages if using “pretty” permalinks, i.e. /%category%/%postname% AND the “category” slug is removed.
https://www.website.com/categoryname/postname/page/2 returns nothing.
Forum: Fixing WordPress
In reply to: How to translate the website only to the desired langauge ?I’d also like to know whether this is possible. It’s a real drag to have the admin interface in anything other than English, I can barely find my way around. It’s not that the translation is bad, but English IS the official language for “computer speak”. I just want to translate my blog, not my admin interface.
Forum: Plugins
In reply to: [Plugin: User Photo] There is a bug in this plugin with the ADMIN userThanks a bunch, orioneyes!
I had the exact same problem and wasted an hour trying to figure out why the admin photo wasn’t displaying.
This issue really should be fixed (ie. the admin should be able to approve their own photo, or even better – have it approved by default)
Otherwise great plugin!
LE: forgot to mention that the bug may not replicate 100% — out of two WP installations one worked correctly and the other didn’t. (had to do it Orion’s way) and I have NO idea what I did differently.. sorry ??
Forum: Fixing WordPress
In reply to: Pretty Permalinks make have_posts() return falseI’ve finally managed to work it out.
It seems that (almost) all of the trouble I was having was because I forgot to change the blog URI to the root of my website.
However, after doing this, though the post on the homepage was displayed correctly, the links were incorrect. (of the type ./category/postname, as if I had installed WP in the root dir) But this was easily fixed by changing the permalink URI to /wordpress/%category%/%postname%/)