View Full Version : Forum Home Enhancements - Top ibp Champs on Forum Home 3.7
stangger5
02-12-2008, 10:00 PM
This shows Top ibProArcade Champs on Forum Home..
This modification may not be copied, reproduced or published elsewhere without my permission.
(New) This version shows username group color ..
1.
Import Product: ibp-champs-forum-home.xml
Plugins & Products >> Manage Products >> [Add/Import Product]:
Upload the ibp-champs-forum-home.xml file from your computer.
2.
Edit 1 template
Styles & Templates >> Style Manager >> forum home template >> FORUMHOME
Find:
$navbar
Below add:
<!-- ibp top three champs on forumhome 3.7-->
<table cellpadding="1" cellspacing="1" border="0" style="width:100%" class="tborder">
<tbody>
<tr class="thead">
<td width="100%" align="left"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('ibpchamp')"><img id="collapseimg_ibpchamp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_ibpchamp].gif" alt="" border="0" /></a>
<span class="normalfont"> <b>Top ibProArcade Champs</b></span>
</td>
</tr>
</tbody>
<tbody id="collapseobj_ibpchamp" style="$vbcollapse[collapseobj_ibpchamp]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
$top_three
</center>
</div>
</td>
</tr>
</tbody>
</table>
<br />
<!-- /ibp top three champs on forumhome 3.7-->
Enjoy
stanger5
If you use this add-on,,please Mark as Installed..
This modification may not be copied, reproduced, published or posted for download elsewhere without my permission.
rinkrat
02-13-2008, 05:20 AM
This is cool! Not too overbearing, nice and discreet.
THANKS!!
rinkrat
02-13-2008, 05:25 PM
Uncached templates: top_three (3)
I've got this error message on beta 3 :
XML Error: XML_WAR_UNKNOWN_VERSION at Line 64
Magnumutz
02-13-2008, 07:25 PM
Do you mind showing us a Demo?
stangger5
02-13-2008, 08:32 PM
Uncached templates: top_three (3)
Just added that to the update..
I've got this error message on beta 3 :
I`ve installed this on vb3.6.7 and vb3.7.4..
Dont know why it would error for beta 3..
Do you mind showing us a Demo?
Added a image to the first post..
The only difference is the user names will use the usergroup colors,,,if you use different colors for them...
rinkrat
02-14-2008, 02:49 AM
The new version doesn't work for me. It shows the box and title but no three users.
Trip3151
02-14-2008, 07:10 AM
werid nothing shows up i get the Top ibProArcade Champs but nothing under it
stangger5
02-14-2008, 10:13 AM
Sorry,,,,its fixed now...
Zip updated...
Magnumutz
02-14-2008, 02:18 PM
I get this error:
Database error in vBulletin 3.7.0 Beta 4:
Invalid SQL:
SELECT c.*, g.gcat, g.gid, g.gname,u.username,u.usergroupid,cat.password,COUN T(champ_mid) AS total
FROM games_list AS g, games_cats AS cat, games_champs AS c
LEFT JOIN user AS u ON(c.champ_name = u.username)
WHERE c.champ_gid=g.gid AND g.gcat=cat.c_id AND cat.password=''
GROUP BY userid ORDER BY total DESC LIMIT 0,3;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Date : Thursday, February 14th 2008 @ 10:16:33 AM
Script : http://www.domain.com/index.php (http://www.arcademania.ro/index.php)
Referrer : http://www.domain.com/admincp/index.php?do=head (http://www.arcademania.ro/admincp/index.php?do=head)
IP Address : ...
Username : ...
Classname : ...
MySQL Version : 4.1.22-standard-log
I got a similar error when I installed the arcade... but when i disable the product, everything's ok... Any suggestions?
chatzworld
02-14-2008, 06:10 PM
I love it!
rinkrat
02-14-2008, 09:44 PM
Works perfect now :)
Trip3151
02-15-2008, 12:37 AM
Great work mate works sweet
Installed:)
stangger5
02-15-2008, 10:40 AM
I get this error:
I got a similar error when I installed the arcade... but when i disable the product, everything's ok... Any suggestions?
What did you do to fix the error when you installed the arcade ??
Magnumutz
02-15-2008, 01:33 PM
I ran the query found on this page: https://vborg.vbsupport.ru/showthread.php?p=1431041#post1403725
Straightupimp
02-16-2008, 10:32 AM
Now i Get This Error : XML Error: XML_WAR_UNKNOWN_VERSION at Line 70
stangger5
02-17-2008, 04:18 AM
Now i Get This Error : XML Error: XML_WAR_UNKNOWN_VERSION at Line 70
Just updated the XML file...Verion 2.1
You dont have to update,, if verion 2.0 worked..
If you do update,,uninstall 2.0 and then install 2.1..
:)
abu1958
03-22-2008, 02:06 AM
i use it in 3.6.8 and its working good
KURTZ
03-22-2008, 07:50 AM
RC1 here runs perfectly :)
anyway stagger a little suggestion: why you don't put this into "who's on-line"? i think is better to see the champs near the forum stats ...
Mother_Dee
03-23-2008, 08:36 PM
I cleaned up the code in my template, in two different styles the collapse button was flush against a side and the box was "squished" instead of matching the style:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tbody>
<tr class="thead">
<td class="tcat" width="100%" align="left" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('ibpchamp')"><img id="collapseimg_ibpchamp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_ibpchamp].gif" alt="" border="0" /></a>
<span class="normalfont"> <b>Top ibProArcade Champs</b></span>
</td>
</tr>
</tbody>
<tbody id="collapseobj_ibpchamp" style="$vbcollapse[collapseobj_ibpchamp]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
$top_three
</center>
</div>
</td>
</tr>
</tbody>
</table>
<br />
petacat
03-23-2008, 09:29 PM
I am running 3.6.8 and got this message when importing the xml file ... nothing else happened ...
XML Error: not well-formed (invalid token) at Line 1
Not sure why this would be
PaulSonny
03-24-2008, 11:07 PM
Is it possible to make them show beneath each other? for example if you look at my website, I am trying to put them down the side, cant seem to work it out.
Any help would be much appreciated.
Thanks, Paul.
stangger5
03-25-2008, 12:40 AM
Is it possible to make them show beneath each other? for example if you look at my website, I am trying to put them down the side, cant seem to work it out.
Any help would be much appreciated.
Thanks, Paul.
Looks like you got it...;)
TimberFloorAu
05-10-2008, 09:44 PM
Great little mod mate.
Have added it to our site.
www.yobromofo.com/forum
Thanks !!!
DISLEX
05-19-2008, 09:49 PM
Thank you! I love it!
Would it be possible to make it so that you can click on the usernames and be taken to their profile and you can click on the trophies and be taken to the game/s they hold the record in ? I think that would make it even more awesome!
DISLEX
05-19-2008, 10:01 PM
Oh and, if you could click on the "Top ibProArcade Champs" in the title bar and be taken to the arcade, that would be awesome too.
Raptor
06-20-2008, 12:44 AM
works a treat on 3.7.1 thanks
compact123
07-03-2008, 09:24 PM
thanks i installed...
Captain Tycoon
07-12-2008, 02:03 PM
How will i be able to put the avatar of the highscorers beside their name? What code/phrase will i need to use?
SSJB_7
07-15-2008, 12:38 PM
Thanks It's Perfect
bkpaul
09-01-2008, 03:29 AM
Hiya,
Thanks for the hack but it doesn't work on 3.7.3, just get the box with title and no high scores... is there a fix available please?
cheers
stangger5
09-01-2008, 04:03 AM
Hiya,
Thanks for the hack but it doesn't work on 3.7.3, just get the box with title and no high scores... is there a fix available please?
cheers
It works just fine with vb 3.7.3..
Sounds like you didnt do step #1..
Import Product: ibp-champs-forum-home.xml
Plugins & Products >> Manage Products >> [Add/Import Product]:
Upload the ibp-champs-forum-home.xml file from your computer.
;)
bkpaul
09-01-2008, 09:54 AM
lol sorry it does work, but you have to have a score available, the last time I used this hack 3.6.8. this wasn't the case.
thanks for your reply
murdoc
09-27-2008, 11:17 PM
is there anyway of putting it at the bottom instead of ontop of the forums ???
SPARKS MAN
09-28-2008, 12:30 AM
thanx its installed
stangger5
09-28-2008, 01:30 AM
is there anyway of putting it at the bottom instead of ontop of the forums ???
Try adding it under,,
<!-- end what's going on box -->
murdoc
11-11-2008, 04:32 PM
Hey man :D
i would like to know would it be possible to put it in What's Going On? section without the spacers :D
Kat_Bluerat
11-16-2008, 12:48 AM
We installed it on vBulletin version 3.7.3. Its working great on all the pages but the front page, where its not showing up at all. We're not sure what we didn't do.
Thanks, we love this product. :D
Gamelobby
11-16-2008, 05:31 AM
is there anyway of putting it at the bottom instead of ontop of the forums ???
Try adding it under,,
<!-- end what's going on box -->
Worked like a charm.!!
Sunka
12-13-2008, 11:51 PM
Installed!
Working very good.
Thanks!!
haytham
12-19-2008, 07:36 AM
Is there a way to change encoding to left to right?
I am using on an Arabic style so scores show up wrong. Look at first pic then the 2nd after I change the explorer's encoding manually to left to right.
Sunka
01-10-2009, 11:58 PM
Is this MOD working on vBulletin v3.8.0?
Gamelobby
01-21-2009, 09:42 AM
Why would it stop updating..?
Mine has the same three members listed that are NOT correct, & have not been correct for weeks now.
Any ideas.?
stangger5
01-21-2009, 10:27 PM
Is this MOD working on vBulletin v3.8.0?
Yes..
Why would it stop updating..?
Mine has the same three members listed that are NOT correct, & have not been correct for weeks now.
Any ideas.?
Uninstall and reinstall it,,see if that helps..
Gamelobby
01-22-2009, 12:21 AM
Well i uninstalled it, but the header is still there..!?
"Top ibProArcade Champs"
Before i re-install, i would really like to know whay that still exists.?
stangger5
01-22-2009, 12:25 AM
Step 2 is why its still showing...
You need to undo the template edit..
haytham
01-22-2009, 06:37 AM
Working on 3.8.0 fine.
Gamelobby
01-23-2009, 03:23 AM
Step 2 is why its still showing...
You need to undo the template edit..
Duh.. my bad. lol
I'm gonna re-install right now. :)
nando99
03-04-2009, 01:30 PM
wondering if there was a way to do this on a non vb page? thanks in advance...
BuckRodgers
03-06-2009, 08:15 AM
anyone up for a challange ?
can anyone get this to fit in a forum section on forum home ? ?
please see picture below
cheers :)
fayax
01-04-2010, 08:16 AM
Can we get a widget for this?
fayax
01-04-2010, 08:17 AM
Can we get the coder to make a block for this one for the forum side column in vb4 cms 4.0? That would be really nice.
Mrdby
06-10-2010, 12:54 PM
anybody?
Cherkez
08-23-2010, 01:20 PM
when i deleted it i got db error
Table 'fbs_forum.games_list' doesn't exist
8thos
10-08-2010, 03:37 AM
Does it work for vb4?
Lethaeus
01-03-2011, 08:19 AM
I think because the character does not show the members of Turkish 2 is empty
tommylayton
05-10-2014, 01:13 PM
I dont have $navbar in my template? What do I do now?
stangger5
05-11-2014, 01:56 AM
I dont have $navbar in my template? What do I do now?
You dont have $navbar in your FORUMHOME template ??
tommylayton
05-11-2014, 02:02 AM
I apologize I am using 4.2.2, my mistake sorry for any inconvenience
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.