![]() |
![]() |
![]() |
|
|||||||
| Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
Guest
Posts: n/a
|
Good work Eduardo! Thanks for that!
Sorry for late answer btw.. ( I have attached script to this post which make paths for 3 and more levels of categories. If somebody have problems wiith paths you need to run this script, your path will be updated from titles with good structure. /topcat/subcat1/subcat2/ You need to copy this script to root of the domain and then run yourdomain.com/dir_from_path2.php |
|
|
|
#22 | |
|
Join Date: Feb 2008
Posts: 15
![]() |
Quote:
Any idea? |
|
|
|
|
|
|
#23 |
|
Join Date: Jun 2008
Posts: 42
![]() |
Rexinvn, there are actually two places where you need to make the same change in 2.2.06..
1. includes/util.php (affects sitemap plug-in, etc.) 2. includes/classes/esynSmarty.php (affects the general site links) Sadly, this information could have been provided in a very clear way but I personally as a new 2.2.06 user had to go around reading multiple threads before I had the full solution. I am still not even fully sure the changes I made covers everything. It's also odd that different folks from the same support team provide different solutions and some even have typos in them. There needs to be a unified front with this. Last edited by falsealarm; 10-28-2008 at 08:55 PM. |
|
|
|
|
|
#24 |
|
Join Date: Jun 2008
Posts: 42
![]() |
Yep, I was right. The changes I made did not cover everything. Feed output still does not display properly. Any ideas?
Update: Resolved by adding the following after line 100 in feed.php (2.2.06) Code:
esynLoadUTF8Util('utf8_to_ascii');
$value['title'] = utf8_to_ascii($value['title']);
Last edited by falsealarm; 10-28-2008 at 08:54 PM. |
|
|
|
|
|
#25 |
|
Join Date: Feb 2006
Location: Mexico City
Posts: 53
![]() |
How can this be done with the 2.4.1 script?? I need lowercases and to convert á to a in the url and any other accent... The tried the solutions and changing it in the util.php but it didnt work out...
|
|
|
|
|
|
#26 |
|
Administrator
Join Date: Sep 2005
Posts: 9,292
![]() ![]() ![]() ![]() ![]() ![]() |
Greetings,
The script should convert á to a by default. In order to make your URL titles lowecase you need to add the following line to your includes/util.inc.php file in code line #721: PHP Code:
__________________
Subrion CMS - free open source php content management system Business Directory Script - powerful php business directory software, Yellow Pages Script - the most advanced yellow pages php software |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|