Güncel
Vbulletin 4.2.1 Rank sıralaması
Konuyu değerlendir:
Geçerli Reyting :
Görüntüleme : 10228
Yorumlar : 7
Bilgilendirme : Bu konuya son mesaj 3764 gün önce yazıldı . Eğer yazınız doğrudan bu konu ile ilgili değil ise yeni bir konu başlatmanızı tavsiye ederiz.
-
01.Ağustos.2013, 11:19
#1
offline
Vbulletin 4.2.1 Rank sıralaması
Merhaba Forumumda rank sıralaması karışık yapıyor .Mesela benim rütbem admin iken diğer eklediğim yan üye grubları üste çıkıyor ben en altta kalıyorum.
-
01.Ağustos.2013, 11:19
#1
Merhaba Forumumda rank sıralaması karışık yapıyor .Mesela benim rütbem admin iken diğer eklediğim yan üye grubları üste çıkıyor ben en altta kalıyorum.
-
01.Ağustos.2013, 11:42
#2
offline
-
-
01.Ağustos.2013, 11:48
#3
offline
Cevap: Vbulletin 4.2.1 Rank sıralaması
Kurucu Ana üye grubu ilave üye grubları ise bursaspor Fakat Bursaspor ekleyince direk kurucu rankın ana üye grubunun üstünde çıkıyor.
Örnek Resimlerinizin boyutu çok mu büyük?
-
01.Ağustos.2013, 11:48
#3
Kurucu Ana üye grubu ilave üye grubları ise bursaspor Fakat Bursaspor ekleyince direk kurucu rankın ana üye grubunun üstünde çıkıyor.
Örnek Resimlerinizin boyutu çok mu büyük?
-
01.Ağustos.2013, 14:56
#4
offline
Cevap: Vbulletin 4.2.1 Rank sıralaması
-
01.Ağustos.2013, 14:56
#4
-
01.Ağustos.2013, 22:41
#5
offline
Cevap: Vbulletin 4.2.1 Rank sıralaması
Greatking Nickli Üyeden Alıntı
Konu Güncel !!!
Admincp login atar mısınız bana ...
-
01.Ağustos.2013, 22:41
#5
Greatking Nickli Üyeden Alıntı
Konu Güncel !!!
Admincp login atar mısınız bana ...
-
@eTiKeT™ hocam benim aynı bu arkadaşın anlattı sorunum var
where do I change the order of rank images? - Page 2 - vBulletin.org Forum
burda sorunla ilgili çözüm anlatılmış bizim adımıza ordan kodları alıp paylaşırsanız sevinirim.
-
offline
Cevap: Vbulletin 4.2.1 Rank sıralaması
I'm actually working on this. XD
In theory, all we need to do is add a field to the "rank" table called "rankorder".
In the insert block on the /admincp/ranks.php, we need to add a field to this:
This would be the field added
and change it to
That will take care of inserting the rank into the DB.
Now to edit existing ranks, find this in the edit block on the same page:
Before print_submit_row(); (wherever you want it), add the line:
Next, in the doupdate block of the same page, again find this code:
and add in there
Now, you have to change the build_ranks() function in includes/functions_ranks.php. Look for
We are going to change the ORDER BY bit of the query to be
Alıntı
P.S.: I have NOT done this to my own forum yet, so I can only ASSUME this would work. I am also a vB Programming newbie, so there might be a much better, easier, faster way.
Figures, I actually came here because I was looking for help on how to update the rank display for a single user after changing said user's membergroupids. XD
-
I'm actually working on this. XD
In theory, all we need to do is add a field to the "rank" table called "rankorder".
In the insert block on the /admincp/ranks.php, we need to add a field to this:
This would be the field added
and change it to
That will take care of inserting the rank into the DB.
Now to edit existing ranks, find this in the edit block on the same page:
Before print_submit_row(); (wherever you want it), add the line:
Next, in the doupdate block of the same page, again find this code:
and add in there
Now, you have to change the build_ranks() function in includes/functions_ranks.php. Look for
We are going to change the ORDER BY bit of the query to be
Alıntı
P.S.: I have NOT done this to my own forum yet, so I can only ASSUME this would work. I am also a vB Programming newbie, so there might be a much better, easier, faster way.
Figures, I actually came here because I was looking for help on how to update the rank display for a single user after changing said user's membergroupids. XD
-
offline
Cevap: Vbulletin 4.2.1 Rank sıralaması
-
Benzer Konular
-
Konu Sahibi vbulletin Gezer Forum vBulletin.org Modifikasyonlar
Cevap: 0
Son Mesaj : 29.Temmuz.2015, 11:11
-
Konu Sahibi Erne Forum vBulletin Sorunlarınız
Cevap: 1
Son Mesaj : 20.Temmuz.2015, 02:37
-
Konu Sahibi hannibal Forum vBulletin Sorunlarınız
Cevap: 4
Son Mesaj : 19.Mart.2015, 11:26
-
Konu Sahibi Ali Evcan Forum vBulletin Sorunlarınız
Cevap: 1
Son Mesaj : 11.Ocak.2014, 23:24
-
Konu Sahibi vbulletin Gezer Forum vBulletin.org Modifikasyonlar
Cevap: 0
Son Mesaj : 27.Ocak.2013, 00:15