alfred
Administrator
Gepostet am:21.10.2010 14:49
function ident($string){ $string = str_replace(' ', '-', $string);
$string = iconv('utf-8', 'ascii//translit', $string);
$string = preg_replace('#[^a-z0-9-.]#si', '', $string);
return str_replace(''', '', $string); }
alfred schrieb:
Zitat:The first is with the seo, accents are change to %e3%... and i try to delete accents to have better links but i don't know how to make.
Fatal error: Cannot redeclare newbb_load_object() (previously declared in /home/finalfan/public_html/modules/newbb/include/functions.ini.php:41) in /home/finalfan/public_html/modules/newbb/include/functions.ini.php on line 42
The first is with the seo, accents are change to %e3%... and i try to delete accents to have better links but i don't know how to make.
The second need i have is with the notify. When users reply to a post, no email are sending to others users of the post and i think it's important. DOes it works with other website which use your version of cbb??
| Forum | Thema | Antworten | Views | Letzter Beitrag |
|---|---|---|---|---|
| Modulentwicklung | New Xoops Xcreate Module | 0 | 4098 | 26.11.2025 15:22 efkan |
| Modulentwicklung | XOOPS Custom Field Module | 1 | 1563 | 24.11.2025 11:21 Goffy |