Mod ismi: Pretty URLs
Yapımcı:
Linkleri goruntulemenize izin verilmiyor.
Kayit olun veya Giris yapinUyumlu sürümler: 2.0 RC1, 2.0 RC1-1, 2.0 RC2, 2.0 RC3, 2.0 RC4
Linkleri goruntulemenize izin verilmiyor.
Kayit olun veya Giris yapinSayfaları görüntülenmeyen (404 Not Found Hatası Alanlar) arkadaşlar ekteki .htaccess dosyasını rardan çıkartıp ana dizinlerine atarlarsa (forum kurulu olan yer) sorun çözülür.
./Themes/default/languages/Modifications.turkish.php'de
bul
?>Üzerine Ekle
// Şeker Linkler Modifikasyonu
$txt['pretty_admin_menu'] = 'Şeker Linkler';
// Board URLs interface
$txt['pretty_add_url'] = 'Ekle';
$txt['pretty_add_url_description'] = 'Add a URL. Note that what you enter here will be processed as only certain characters are allowed.';
$txt['pretty_board_url_title'] = 'Pretty URLs for: ';
$txt['pretty_deleted_board'] = 'Deleted board #';
$txt['pretty_duplicate_link'] = 'delete it first.';
$txt['pretty_duplicate_warning'] = 'That URL is already in use by another board. It will be available if you ';
$txt['pretty_make_primary'] = 'Make primary';
$txt['pretty_modify_board_url'] = 'Pretty URL';
$txt['pretty_no_primary_warning'] = 'Warning, no primary URL!';
$txt['pretty_numerical'] = 'Sorry, but as that URL is either a number or the same as a forum action the board ID had to be added as a suffix.';
$txt['pretty_primary_url'] = 'Primary';
// Settings descriptions
$txt['pretty_action_array'] = 'An array of forum actions, extracted from index.php.';
$txt['pretty_board_lookup'] = 'A serialized array of <tt>URL => ID_BOARD</tt> pairs, used for processing <tt>$_GET['board']</tt>. There can be more than one URL for each board.';
$txt['pretty_board_urls'] = 'A serialized array of <tt>ID_BOARD => URL</tt> pairs, used for generating pretty replacement URLs.';
$txt['pretty_enable_filters'] = 'Sets whether to prettify anything at all. 0 for no, 1 for yes.';
$txt['pretty_filters'] = 'A serialized array of filter data.';
$txt['pretty_filter_callbacks'] = 'A serialized array of callback function names, sorted by priority. Don't manually edit this, edit the <tt>pretty_filters</tt> setting instead.';
$txt['pretty_root_url'] = 'The base URL used by the board and topic filters, which by default is the same as <tt>$boardurl</tt>.';