[istek] pagelinks mod'u

mustafa

Kayitli Üye
Joined
Nov 10, 2019
Messages
79
Reaction score
8
Points
8
Age
54
Merhaba webtiryaki.com her girişte bir özelikle karşılaşıyorum dayanamayıp benimde sitemde olsun diye istekte bulunuyorum  :-[ mumkunse pagelinks madunu paylaşırmışsınız.

Saygılar
 
mustafa said:
Merhaba webtiryaki.com her girişte bir özelikle karşılaşıyorum dayanamayıp benimde sitemde olsun diye istekte bulunuyorum  :-[ mumkunse pagelinks madunu paylaşırmışsınız.

Mustafa hocam buradaki temaya göre kodifiye edilmiş ben size organik basit bir yöntemini anlatayım
kullanılan tema index.template.php en üste
Bulun
Code:
// This defines the formatting for the page indexes used throughout the forum.
	$settings['page_index'] = array(
		'extra_before' => '<span class="pages">' . $txt['pages'] . '</span>',
		'previous_page' => '<span class="main_icons previous_page"></span>',
		'current_page' => '<span class="current_page">%1$d</span> ',
		'page' => '<a class="nav_page" href="{URL}">%2$s</a> ',
		'expand_pages' => '<span class="expand_pages" onclick="expandPages(this, {LINK}, {FIRST_PAGE}, {LAST_PAGE}, {PER_PAGE});"> ... </span>',
		'next_page' => '<span class="main_icons next_page"></span>',
		'extra_after' => '',
	);

Değiştirin

Code:
// This defines the formatting for the page indexes used throughout the forum.
	$settings['page_index'] = array(
		'extra_before' => '',
		'previous_page' => '<span class="main_icons previous_page"></span>',
		'current_page' => '<span class="button active current_page">%1$d</span> ',
		'page' => '<a class="button nav_page" href="{URL}">%2$s</a> ',
		'expand_pages' => '<div class="pagelinks-more"><a class="button expand_pages" onclick="potatoExpandPages(this, {LINK}, {FIRST_PAGE}, {LAST_PAGE}, {PER_PAGE});"> ... </a></div>',
		'next_page' => '<span class="main_icons next_page"></span>',
		'extra_after' => '',
	);

hepsi bu kadar

Kolay gelsin.
 
mustafa hocam açıkcası sizi sürekli aktif görünce forumunuzu merak etmiyor değilim. Forumda paylaştınız mı bilmiyorum ama bir ara adresi atarsanız bende görmek isterim.
 
Last edited by a moderator:
orhan hocam iyiki varsın
KeReM@ hocam sitemiz kurum sitesi kuruma dahil aylelerin sitesi dışardan üyelere kapalı güvenlik nedeniyle.
 
Last edited by a moderator:
Back
Top Bottom