Support Forum
currently investigating if this is an issue or not... frankly, not sure we ever tried it... 😉
Visit Cruise Talk Central and Mr Papa's World
so yeah, does look like there is an issue there... thanks for reporting it... will get a ticket opened for it and look at resolution - suspect its an easy fix... if so, we can post it back here for you to use now...
Visit Cruise Talk Central and Mr Papa's World
think we have identified the issue... working in a couple of quick tests... more in depth testing needed, but looks promising...
its a one line fix, so if it holds together, we will post the change here before too long...
Visit Cruise Talk Central and Mr Papa's World
Here is the code fix should you want to make it. The file in question is:
/wp-content/plugins/simple-press/sp-api/sp-api-filters.php
This is a big file ansd the function needed is about one-third of the way through it around line 588:
sp_format_links()
In that function is this line of code:
$chunked = (strlen($urlname) > $charcount && preg_match('#^(http://|ftp://|www\.)#is', $urlname)) ? substr_replace($urlname, '.....', ($charcount - 10), -10) : $urlname;
Comment that kine out - put a hash (#) in front of the code line - then add below it this replacement:
$chunked = (strlen($urlname) > $charcount && preg_match('#^(http://|https://|ftp://|www\.)#is', $urlname)) ? substr_replace($urlname, '.....', ($charcount - 10), -10) : $urlname;
That should sort the issue.
YELLOW
SWORDFISH
|
Not until 6. 0 comes out... The one past week was a security fix...
6.0 is essentially ready... Just have to find time everyone is around to release... Vacations and work travel getting in the way 😉
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)