vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Top ibp Champs on Forum Home 3.7 (https://vborg.vbsupport.ru/showthread.php?t=170367)

stangger5 02-12-2008 10:00 PM

Top ibp Champs on Forum Home 3.7
 
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:
Code:

<!-- 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">&nbsp;<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)

Veer 02-13-2008 06:02 PM

I've got this error message on beta 3 :

Quote:

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

Quote:

Originally Posted by rinkrat (Post 1442353)
Uncached templates: top_three (3)

Just added that to the update..

Quote:

Originally Posted by Pehchaan (Post 1442382)
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..

Quote:

Originally Posted by Magnumutz (Post 1442453)
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:
Code:

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,COUNT(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
Referrer      : http://www.domain.com/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

Quote:

Originally Posted by Magnumutz (Post 1442936)
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/showthrea...41#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

Quote:

Originally Posted by Straightupimp (Post 1444363)
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:

Code:

<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">&nbsp;<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

Quote:

Originally Posted by PaulSonny (Post 1473704)
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

Quote:

Originally Posted by bkpaul (Post 1611687)
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

Quote:

Originally Posted by murdoc (Post 1631909)
is there anyway of putting it at the bottom instead of ontop of the forums ???

Try adding it under,,
Code:

<!-- 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

Quote:

Originally Posted by murdoc (Post 1631909)
is there anyway of putting it at the bottom instead of ontop of the forums ???

Quote:

Originally Posted by stangger5 (Post 1631961)
Try adding it under,,
Code:

<!-- end what's going on box -->

Worked like a charm.!!

Sunka 12-13-2008 11:51 PM

Installed!
Working very good.
Thanks!!


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01273 seconds
  • Memory Usage 1,821KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete