İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

vbulletin Footer Arşiv Link Boyut Sorunu

webmasterciler

0
İyinet Üyesi
Katılım
21 Eylül 2010
Mesajlar
600
Reaction score
4
Konum
izmir
Selamlar Öncelikle Arkadaşlar Biliyorsunuzki Yeni Açılan Forum Vardı Kurduğum Eklenti, ( product-falf ) Fakat Sitede Sayfanın, En Altına Bakarsanız, Footer Arşiv Likleri, Yazı Olarak Büyük Kalıyor Ve Bunları Ufaltmam Gerekli Bilgisi Olan Arkadaşım Varsa Lütfen Yardımcı Olsun İyi Çalışmalar


Site : www.webmastersiteniz.com Burdan Bakabilirsiniz

Eklentideki Kod Tümü


Kod:
<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="falf" active="1">
    <title>Forum Archive List Footer</title>
    <description />
    <version>0.0.1</version>
    <url>http://www.vbulletin.org/forum/showthread.php?t=134102</url>
    <versioncheckurl />
    <apm_releasedate>1166248800</apm_releasedate>
    <apm_author>Atakan KOC</apm_author>
    <apm_relatedurl />
    <apm_extrainfo />
    <apm_extraedit />
    <dependencies>
    </dependencies>
    <codes>
    </codes>
    <templates>
    </templates>
    <plugins>
        <plugin active="1" executionorder="5">
            <title>Forum Archive List Footer</title>
            <hookname>global_complete</hookname>
            <phpcode><![CDATA[$forum_url = $vbulletin->options['bburl'];
$sonucal = "";
$forum_sira = array();
if (empty($vbulletin->iforumcache))
  {
    require_once('./includes/functions_forumlist.php');
    cache_ordered_forums(1, 1);
  }

if (is_array($vbulletin->forumcache))
{
    foreach ($vbulletin->forumcache AS $forum)
    {
        $forum_sira[$forum['forumid']] = $forum['forumid'];
    }
    
  ksort($forum_sira);
  
foreach ($forum_sira as $forum_key => $forum_val) {
   $sonucal .= "<a href=\"".$forum_url."/archive/index.php/f-$forum_val.html\">".$forum_val."</a> ";
}  
}

$output = str_replace('</body>', '<center>'.$sonucal. '</center></body>', $output);]]></phpcode>
        </plugin>
    </plugins>
    <phrases>
    </phrases>
    <options>
    </options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product>
 

BlackThorn

1
İyinet Üyesi
Katılım
3 Haziran 2010
Mesajlar
1,490
Reaction score
49
Bu kodlar ile değiştiriniz;


Kod:
<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="falf" active="1">
    <title>Forum Archive List Footer</title>
    <description />
    <version>0.0.1</version>
    <url>http://www.vbulletin.org/forum/showthread.php?t=134102</url>
    <versioncheckurl />
    <apm_releasedate>1166248800</apm_releasedate>
    <apm_author>Atakan KOC</apm_author>
    <apm_relatedurl />
    <apm_extrainfo />
    <apm_extraedit />
    <dependencies>
    </dependencies>
    <codes>
    </codes>
    <templates>
    </templates>
    <plugins>
        <plugin active="1" executionorder="5">
            <title>Forum Archive List Footer</title>
            <hookname>global_complete</hookname>
            <phpcode><![CDATA[$forum_url = $vbulletin->options['bburl'];
$sonucal = "";
$forum_sira = array();
if (empty($vbulletin->iforumcache))
  {
    require_once('./includes/functions_forumlist.php');
    cache_ordered_forums(1, 1);
  }

if (is_array($vbulletin->forumcache))
{
    foreach ($vbulletin->forumcache AS $forum)
    {
        $forum_sira[$forum['forumid']] = $forum['forumid'];
    }
    
  ksort($forum_sira);
  
foreach ($forum_sira as $forum_key => $forum_val) {
   $sonucal .= "<a href=\"".$forum_url."/archive/index.php/f-$forum_val.html\">".$forum_val."</a> ";
}  
}

$output = str_replace('</body>', '<center><small>'.$sonucal. '</small></center></body>', $output);]]></phpcode>
        </plugin>
    </plugins>
    <phrases>
    </phrases>
    <options>
    </options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product>
 

webmasterciler

0
İyinet Üyesi
Katılım
21 Eylül 2010
Mesajlar
600
Reaction score
4
Konum
izmir
Bu kodlar ile değiştiriniz;


Kod:
<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="falf" active="1">
    <title>Forum Archive List Footer</title>
    <description />
    <version>0.0.1</version>
    <url>http://www.vbulletin.org/forum/showthread.php?t=134102</url>
    <versioncheckurl />
    <apm_releasedate>1166248800</apm_releasedate>
    <apm_author>Atakan KOC</apm_author>
    <apm_relatedurl />
    <apm_extrainfo />
    <apm_extraedit />
    <dependencies>
    </dependencies>
    <codes>
    </codes>
    <templates>
    </templates>
    <plugins>
        <plugin active="1" executionorder="5">
            <title>Forum Archive List Footer</title>
            <hookname>global_complete</hookname>
            <phpcode><![CDATA[$forum_url = $vbulletin->options['bburl'];
$sonucal = "";
$forum_sira = array();
if (empty($vbulletin->iforumcache))
  {
    require_once('./includes/functions_forumlist.php');
    cache_ordered_forums(1, 1);
  }

if (is_array($vbulletin->forumcache))
{
    foreach ($vbulletin->forumcache AS $forum)
    {
        $forum_sira[$forum['forumid']] = $forum['forumid'];
    }
    
  ksort($forum_sira);
  
foreach ($forum_sira as $forum_key => $forum_val) {
   $sonucal .= "<a href=\"".$forum_url."/archive/index.php/f-$forum_val.html\">".$forum_val."</a> ";
}  
}

$output = str_replace('</body>', '<center><small>'.$sonucal. '</small></center></body>', $output);]]></phpcode>
        </plugin>
    </plugins>
    <phrases>
    </phrases>
    <options>
    </options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product>


Allah Razı Olsun Hocam Oldu Çok Teşekkür Ederim :)
 

BlackThorn

1
İyinet Üyesi
Katılım
3 Haziran 2010
Mesajlar
1,490
Reaction score
49
Sizden de, ben teşekkür ederim :)

Saygılar efendim.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Üst