Mini FrontPage - Anchor Text in links being trimmed
- Posted by Judd Muir (5) Offline
 
				Hi,
The anchor text of links in the intro content is being randomly stripped. So instead of the anchor text being e.g. "register now" it might say "ster now" or "ster"
You can see this lower down the home page on the enclosed link.
Thanks
			
						
								11 years 4 months ago								#1
				by Judd Muir
			
		The anchor text of links in the intro content is being randomly stripped. So instead of the anchor text being e.g. "register now" it might say "ster now" or "ster"
You can see this lower down the home page on the enclosed link.
Thanks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5370) Offline
 
				Hi juddmuir,
What is the language of your website? Can you share your website URL so we can take a look?
						
								11 years 4 months ago								#2
				by TemplatePlazza
			
		What is the language of your website? Can you share your website URL so we can take a look?
Please Log in or Create an account to join the conversation.
- Posted by Judd Muir (5) Offline
 
				Hi,
The site is in Spanish. I had put URL into the form, but here it is again:
d3v.yabadoo.es/
E.g. the phrase "un motivo más para jugar en egaBingoYa. " should read "un motivo más para jugar en JuegaBingoYa. "
This is a dev site, migrating from Joomla 1.5 to 3.2, so quite a few things don't work if you try navigating around the site you may get errors.
Thanks
			
						
								11 years 4 months ago								#3
				by Judd Muir
			
		The site is in Spanish. I had put URL into the form, but here it is again:
d3v.yabadoo.es/
E.g. the phrase "un motivo más para jugar en egaBingoYa. " should read "un motivo más para jugar en JuegaBingoYa. "
This is a dev site, migrating from Joomla 1.5 to 3.2, so quite a few things don't work if you try navigating around the site you may get errors.
Thanks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5370) Offline
 
				@juddmuir
can you open this file with your php editor :
[root]/modules/mod_minifrontpage/helper.php
then change this code (at line 445):with this one
Then let me know the result
						
								11 years 4 months ago								#4
				by TemplatePlazza
			
		can you open this file with your php editor :
[root]/modules/mod_minifrontpage/helper.php
then change this code (at line 445):
$strip = mb_substr($strip, 0, $limit);$strip = mb_substr($strip, 1, $limit, 'UTF-8');Then let me know the result
Please Log in or Create an account to join the conversation.
- Posted by Judd Muir (5) Offline
 
				Hi - unfortunately there's been no change to the output after making the above code amendment.			
						
								11 years 4 months ago								#5
				by Judd Muir
			
		Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5370) Offline
 
				Hi Juddmuir,
Can you make a test on your local server with a fresh joomla install, then use the same content as your live server have?. I wan't to know whether this is something related to the content itself or something else because you said that it's a migration from j 1.5
						
								11 years 4 months ago								#6
				by TemplatePlazza
			
		Can you make a test on your local server with a fresh joomla install, then use the same content as your live server have?. I wan't to know whether this is something related to the content itself or something else because you said that it's a migration from j 1.5
Please Log in or Create an account to join the conversation.