Status
Not open for further replies.

s3ponline

Customer
I’ve been waiting for months to get this updated so I can use it.

Atm, I would settle for being able to remove a block. My website is on 1024x768 static, so the 3 blocks and full forum names crams it up.

Can we get it to where I only have a Left block and a right block and the right block is spread out to fit more of the thread post?

Thanks
 
For the future we intend to make the block configuration more customisable, in the meantime you can set character limits per block in order to ensure it works on your site.
 
Atm I don't think that it is possible :(
But you can request it as a feature for future updates

Wait an official reply from a moderator/Developer to be sure :D

Edit: He replied like 10 sec before me :cool:
 
@s3ponline , if you mean something like the following, I think I got the solution for you.

infopanels.png

In your style, edit templates, DragonByte Tech: InfoPanels Templates/dbtech_infopanels_topxstats remove everything in there and replace with the following:

Code:
<div class="collapse" style="margin-bottom: 12px;">
    <h2 class="blockhead" align="center">{vb:rawphrase dbtech_infopanels_top_x_stats, {vb:var limit}} <a class="collapse" id="collapse_dbtech_topxstats" href="{vb:raw relpath}#top" style="float: {vb:stylevar right};"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></h2>

    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <tr>
        <td><div id="dbtech_topxstats" class="content blockrow" style="padding:0;">
            <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
            <tr valign="top">
                <td class="blocksubhead" align="{vb:stylevar left}" width="30%">{vb:raw infoheader.1}</td>
                <td class="blocksubhead" align="{vb:stylevar left}" width="70%">{vb:raw infoheader.2}</td>
                
            <tr valign="top" style="height:100%">
                <td class="blockrow" style="padding:6px;margin:0px;border-width:0px;"><div id="dbtech_topxstats_column1">
                    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                    <tr>
                        <td>{vb:rawphrase dbtech_infopanels_loading}</td>
                    </tr>
                    </table>
                </div></td>
                <td class="blockrow" style="padding:6px;margin:0px;border-width:0px;"><div id="dbtech_topxstats_column2">
                    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                    <tr>
                        <td>{vb:rawphrase dbtech_infopanels_loading}</td>
                    </tr>
                    </table>
                </div></td>
                
            </tr>
            </table>
            <div class="blocksubhead">
                <vb:if condition="$bbuserinfo[userid]">
                    <span id="dbtech_infopanels_area" style="float:{vb:stylevar right}"><a href="javascript://;" onclick="InfoPanels.fetch();" rel="nofollow">{vb:rawphrase reload}</a>{vb:raw detached}</span>
                </vb:if>
                <span id="dbtech_infopanels_status"> </span>
            </div>
        </div></td>
    </tr></table>
</div>

<script type="text/javascript" src="dbtech/infopanels/clientscript/infopanels.js"></script>
<script type="text/javascript">
<!--
// Init the object
var InfoPanels = new InfoPanels_Obj();
InfoPanels.blocks     = {
    1 : '{vb:raw blocks.1}',
    2 : '{vb:raw blocks.2}',
};

InfoPanels.refreshtime    = '{vb:raw vboptions.dbtech_infopanels_refreshtime}';
InfoPanels.timeout     = '{vb:raw vboptions.dbtech_infopanels_refreshtime}';
InfoPanels.detached    = '{vb:var isdetached}';

InfoPanels.init();
// -->
</script>

If you want to change the block sizes in relation to eachother, it can be done in these 2 lines of the code:

Code:
<td class="blocksubhead" align="{vb:stylevar left}" width="30%">{vb:raw infoheader.1}</td>
                <td class="blocksubhead" align="{vb:stylevar left}" width="70%">{vb:raw infoheader.2}</td>

By changing 30% and 70% to suit your needs
 
Last edited:
Thanks Ozzy. I wish someone had come along and told me this several months ago. I would actually use the product.

I don’t suppose you know how to add a background color to the posts? It’s on our forum now but I’m not sure how to add the background (the guy who did it for me before is on vacation)
 
I am sure I can figure it out for you, but I may need admin privs in order to do it. user ozzy47

If so send me a pm with exactly what you want done, like a screenshot of where you want the color to be.
 
I am sure I can figure it out for you, but I may need admin privs in order to do it. user ozzy47

If so send me a pm with exactly what you want done, like a screenshot of where you want the color to be.

My friend, you have access.

The background color should be the same as the other top stats program.
 
s3ponline BTW I think you should change the


Code:
<td class="blocksubhead" align="{vb:stylevar left}" width="30%">{vb:raw infoheader.1}</td>                 <td class="blocksubhead" align="{vb:stylevar left}" width="70%">{vb:raw infoheader.2}</td>

to something other than 30% 70% maybe 50% 50%
 
Last edited:
s3ponline BTW I think you should change the


Code:
<td class="blocksubhead" align="{vb:stylevar left}" width="30%">{vb:raw infoheader.1}</td>                 <td class="blocksubhead" align="{vb:stylevar left}" width="70%">{vb:raw infoheader.2}</td>

to something other than 30% 70% maybe 50% 50%

Hey, I was wondering if you noticed the minimize at the top right and if it’s off center?
 
It looks ok to me?

s3p.png

EDIT: Ahh wait I see it now, let me see why
 
Last edited:
s3ponline I will have to investigate this further tomorrow to see why, I can not figure it out right now, I tink I have been playing around to long today to think straight.
 
Status
Not open for further replies.

Similar threads

Legacy InfoPanels

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
870
Customer rating
0.00 star(s) 0 ratings
Top