sitenin en altında sitemap 1 2 3 yaparak lınklerden konularınıza ulasır ve hızlı ındexlenme saglanabılır smf rc4 denenmıstır su an bulundugunuz site
index.template.php de ara
// Show the load time?
ustune ekle
echo '
<table border="0" cellpadding="0" cellspacing="0" height="25" width="100%">
<td class="titlebg" align="center"><b>Sitemap</b></td></table><fieldset>';
template_sitemap();
echo '
</fieldset>';
index.templated ara
// Show the menu up top. Something like [home] [help] [profile] [logout]...
ustune ekle
function template_sitemap()
{
global $scripturl, $modSettings, $txt; $totalPages = (int)($modSettings['totalTopics']/100)+1;
echo'
<a href="', $scripturl, '?action=sitemap;sa=topics;start=0.0">1</a>';
for ($i=1; $i<$totalPages; $i++)
{
echo',
<a href="', $scripturl, '?action=sitemap;sa=topics;start=', $i, '.0">', $i+1, '</a>'; } }
Smf konusunda destek arayanlar için şu siteyi inceleyebilirler.
www.smf.gen.trLinkback: https://www.buyuknet.com/smf-site-altinda-sitemap-1-2-3-yapma-t32014.0.html