Thanks Mark for the update, thanks Ryan for the fix
I’ll try that out !
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
Hmmmmm. That shouldn’t be possible as both use the same bit of code... [~[+id+]~]
Are you sure your title has that as its link?
Fixed, I missed a [+ somewhere..... 6.3.2
NewsListing Version 6.3.2
CRITICAL UPDATE
Fixed previous bug.
Mark,
I notice in 6.3 you have abandoned the API method for resolving placeholders in favour of the direct str_replace method. Any particular reason?
The reason I ask is that I have added a placeholder of my own
Also the version in the file header for 6.3.2 still says 6.3.1.
Thanks.
Also the version in the file header for 6.3.2 still says 6.3.1...
Sorry about that! I put in a bugfix Jason made right before I had to leave (I was running late) so I didn’t get a chance to change that.
I changed from placeholders to a str_replace because the API function I was using to merge the placeholders was
a) Out of date
b) Related to a bug where if a placeholder’s value is blank then it will use the last set value of the placeholder...
So, I pulled out the raw parts of the API I needed and with Jason’s help turned it into an str_replace that is alot more reliable.