roca2007-10-29 14:21 | Hi, » Quick.Cms v2.x |
treewood (OpenSolution)2007-10-29 20:25 | roca - it will be hard but if You want You can try.
$this->aPages[$aExp[0]]['sLinkName'] = '?'.change2Url( $this->aPages[$aExp[0]]['sName'] ).','.$aExp[0];
to
$this->aPages[$aExp[0]]['sLinkName'] = '?'.$aExp[0].','.change2Url( $this->aPages[$aExp[0]]['sName'] );
|
roca2007-10-30 11:24 | ok thanks, very gooood!!! |
avartec![]() 2007-11-22 22:47 | Witam, |
zecke![]() 2007-11-26 18:27 | A czy w przypadku mode-rewrite jest możliwość ustawienia linków z np: www.onet.pl/2,sport.html na www.onet.pl/sport.html ? |
merci![]() 2007-11-27 08:41 | zecke - posiadamy plugin friendly links, niestety jest on platny. Jego opis mozesz znalezc tutaj: http://opensolution.org/os/templates/pl_Quick.Cms_features.2.0.html#friendly-links |
Beks2008-11-22 12:43 | Hello! |
kalanta![]() 2008-11-22 21:56 | I think you need modify function change2Latin in libraries/Trash.php file (approx. from 297 line), for example: |
Beks2008-11-27 19:02 | I try it, but nothink change |
treewood (OpenSolution)2008-11-28 07:50 | Beks - did you changed it in editor which supports UTF8 encoding? |
beholder2008-12-03 02:39 | beks, this is a common problem. Please use Notepad++ and try to convert the file format of libraries/Trash.php to UTF-8 without BOM or to ANSI (depending on what file format the file has right now). |
beholder2011-02-22 04:39 | Beks' problem solved. I sent him the correct file in UTF-8 encoding. |
trzykas2011-03-18 00:14 | simple solution trzykas |