Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback for: Textpattern CMS 4.8.2 released
I didn’t need to do any tweaks, basically I’ve had apache and litespeed for different sites and they behave the same. I had a security issue with my new Litespeed host but it was quickly sorted. I’ve also noticed that I no longer get the error message with the default TXP .htaccess, so Michael must have altered something. Excellent support.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
I have three textpattern sites that have used litespeed for the last three years as well. No problems but I did wonder where the .htaccess went.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
jrmartin wrote #325072:
I have three textpattern sites that have used litespeed for the last three years as well. No problems but I did wonder where the .htaccess went.
do you have backups of yr site? if so see if putting back the .htaccess file makes any difference
…. texted postive
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
bici wrote #325073:
do you have backups of yr site? if so see if putting back the .htaccess file makes any difference
I think the implication is only its output is missing from the Diagnostics panel – check a few posts up where we’re discussing it being omitted on LItespeed.
Last edited by Bloke (2020-08-03 07:26:28)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
colak wrote #324978:
nice! Thanks to all! Installed with no issues
I just discovered an issue with the act_if_moble
plugin which no longer works, returning 1
after each instance. Replacing that with adi_moble solved it. no, same results
As such for the plugins site, we can add that act_if_moble
only works for txp versions ≤4.8.1 .
Last edited by colak (2020-08-07 05:45:37)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
colak wrote #325212:
I just discovered an issue with the
act_if_moble
plugin which no longer works, returning1
after each instance.
We’re working on a fix for this, we’ll be releasing it as part of Textpattern 4.8.3 soon.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
Installed fine. Works great. One thing that bugs me: can the default options for the excerpt format be changed somehow? I’d like to change it to “Leave text untouched” and have it stay that way.
james
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
Thanks to the developers for the language switcher on the login panel: useful for some of my clients and their multi-language writers!
(only visible if different languages are installed)
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
jrmartin wrote #325335:
can the default options for the excerpt format be changed somehow? I’d like to change it to “Leave text untouched” and have it stay that way.
There is Use Textile
pref in Publish
section, but the excerpt shares it with the body. Users with low privileges can not change it.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
Pat64 wrote #325339:
Thanks to the developers for the language switcher on the login panel
You’re welcome. Glad it’s useful. The language picker on the Users panel is also handy when creating authors as it sends the invites out in that language. And preselects their language on the login panel for a more seamless experience.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
jrmartin wrote #325335:
Installed fine. Works great. One thing that bugs me: can the default options for the excerpt format be changed somehow? I’d like to change it to “Leave text untouched” and have it stay that way.
Maybe raise an issue at the GitHub repo and this can be discussed. There is also the option of using…
<txp:excerpt escape="tags" />
…to remove any HTML tags from the excerpt, although admittedly this isn’t as clean as having plain text in the first place.
Offline
Re: Feedback for: Textpattern CMS 4.8.2 released
philwareham wrote #325342:
There is also the option of using…
<txp:excerpt escape="tags" />...
…to remove any HTML tags from the excerpt, although admittedly this isn’t as clean as having plain text in the first place.
Ah, well, that was easy enough. Thanks.
Offline