Opened 3 years ago
Closed 2 years ago
#2634 closed Feature Request (duplicate)
Replace the elgg_get_friendly_title by this one
| Reported by: | Germanaz0 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Because the friendly title is not good for people who use words with UTF8, I had implemented my own version of friendly titles.
This function is useful for example, if we use a blog title, called "Canción para ñoquis" it will generate the url "cancion-para-noquis" ( SEO Friendly ).
My Function is on http://pastebin.com/wqhbdMFs as purpose.
Thanks for reading
Change History (3)
comment:1 Changed 3 years ago by Germanaz0
comment:2 Changed 2 years ago by brettp
- Milestone changed from Needs Review to Elgg 1.8
Dupe of #2276
comment:3 Changed 2 years ago by brettp
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In the actual function, if we use a blog title called "Canción para ñoquis" it will drop the special letters, and generate the url "cancin-para-oquis" (Not SEO Friendly)