[OzzModz] Auto Title Case

[OzzModz] Auto Title Case [Paid] 2.0.0 Patch Level 2

No permission to buy ($15.00)
This resource has been removed and is no longer available. The following reason was provided:
This resource has been deleted by XenForo Ltd. in line with our resource housekeeping criteria.
 
I have a forum with 1000s of threads/resources already. Is there a cron job with this add on that can change all the casing that was made prior to installation and configuration?
 
Is there any chance that AMS/Bobs Addons could be added and supported? Not sure what the workload would be for this.

Thank you
 
  • Is the whitelist auto-loaded with Title Case exceptions?
  • Is this done on the fly or via a DB update?
  • How do I buy multiple licenses?
  • What does "Allowed UPPERCASE percentage" mean?
 
Last edited:
I render LaTeX and some people use it titles. The addon is oddly messing with it even though there are no words with proper boundaries in the equation text.

Code:
##a_n= \left[\dfrac {\ln (n)^2}{n}\right]##

changes to

Code:
##A_N= \Left[\Dfrac {\Ln (N)^2}{N}\Right]##

Also, character whitelist is not working

Code:
How can I solve 1+i^3+i^5+...+i^553+i^555?

changes to

Code:
How can I solve 1+I^3+I^5+...+I^553+I^555?
 
Last edited:
  • Is the whitelist auto-loaded with Title Case exceptions?
  • Is this done on the fly or via a DB update?
  • How do I buy multiple licenses?
  • What does "Allowed UPPERCASE percentage" mean?

I render LaTeX and some people use it titles. The addon is oddly messing with it even though there are no words with proper boundaries in the equation text.

Code:
##a_n= \left[\dfrac {\ln (n)^2}{n}\right]##

changes to

Code:
##A_N= \Left[\Dfrac {\Ln (N)^2}{N}\Right]##

Also, character whitelist is not working

Code:
How can I solve 1+i^3+i^5+...+i^553+i^555?

changes to

Code:
How can I solve 1+I^3+I^5+...+I^553+I^555?

@Painbaker will answer as soon as he can.
 
Here's another issue.

Trying to add a space to split the words in the beginning

Code:
inwhat Situations Do We Enounter the Golden Ratio?

changes to

Code:
inWhat Situations Do We Enounter the Golden Ratio?

The space is not added when saved but the W is capitalized, odd behavior.
 
Acronyms are a problem too. Maybe we can create a rule where if there are two or more uppercase letters together, then don't touch them. Also would be nice to only run on new thread and leave the ability to edit the title manually how we want.
 
Top Bottom