vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - DownloadsII ver 5.0 vbAdvanced Add-On (https://vborg.vbsupport.ru/showthread.php?t=110122)

DementedMindz 04-08-2007 10:21 PM

yeah I figured that out now thanks I couldnt get it to work so I been messing with it since and now its finally showing I just have it set up to show Latest Files, Most Popular Files made a new php file and all to test it couldnt figure out what was going on and it was I was using the old template in the php file also why is downloads_panel_bit needed in the templates to cache?

RS_Jelle 04-08-2007 10:55 PM

Quote:

Originally Posted by DementedMindz (Post 1222915)
yeah I figured that out now thanks I couldnt get it to work so I been messing with it since and now its finally showing I just have it set up to show Latest Files, Most Popular Files made a new php file and all to test it couldnt figure out what was going on and it was I was using the old template in the php file also why is downloads_panel_bit needed in the templates to cache?

That's every item shown by the module, the actual data template :)

rowlandc 04-18-2007 01:15 PM

Thank you, worked a treat :)

Jesakos 05-26-2007 05:48 PM

is that work on CMPS v3.0 RC1 ? and 3.6.7PL1 forum ?

thx

RS_Jelle 05-26-2007 05:52 PM

Quote:

Originally Posted by Jesakos (Post 1255073)
is that work on CMPS v3.0 RC1 ? and 3.6.7PL1 forum ?

thx

This works fine with vBulletin 3.6.7 PL1, but I didn't upgraded to vBa CMPS 3.0 since it's only a first RC release (not a final one). But as we are only using basic vBa functionality, I would be very suprised if it wasn't compatible (so 99,99% chance it works).

Jesakos 05-26-2007 08:08 PM

thnx it works fine ;) :up:

robca 05-27-2007 02:04 PM

is there a way to change the language of this hack? where can i find these words?

Neoszion 05-28-2007 03:57 PM

Great Mod just have one problem im trying to style it so that it looks like its in a table (each line starts a new style) here is the style im trying to use:

PHP Code:

style="
   color: #999999;
   font-size: 12px;
   font-family: Tahoma, Verdana, sans-serif;
   background-color: #272729;
   padding-top: 4px; 
   padding-bottom: 4px;
   padding-left: 4px;
   BORDER-TOP: 1px solid #111111;
   BORDER-LEFT: 1px solid #111111;
   border-bottom: 1px solid #323232;
   BORDER-RIGHT: 1px solid #323232;" 

Just trying to figure out where to put it?

rowlandc 05-28-2007 04:09 PM

Quote:

Originally Posted by RS_Jelle (Post 1222913)
That's possible, just change the adv_portal_ecdownloads template to what you want :)

This should work:
HTML Code:

    <tr align="center">
    <td class="thead" width="25%"><span class="smallfont">Latest Files</span></td>
    <td class="thead" width="25%"><span class="smallfont">Most Popular Files</span></td>
    <td class="thead" width="25%"><span class="smallfont">Top Contributors</span></td>
    </tr>
    <tr align="center">
    <td class="alt1">
      <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
      <legend>Latest Files</legend>
      <div style="padding:0px">
      <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
        <tr>
        <td width="100%">
          <table cellpadding="2" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
          $dpanel_latest_bits
          </table>
        </td>
        </tr>
      </table>
      </div>
      </fieldset>
      </td>
      <td class="alt1">
      <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
      <legend>Most Popular Files</legend>
      <div style="padding:0px">
      <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
        <tr>
        <td width="100%">
          <table cellpadding="2" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
          $dpanel_popular_bits
          </table>
        </td>
        </tr>
      </table>
      </div>
      </fieldset>
      </td>
      <td class="alt1">
      <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
      <legend>Top Contributors</legend>
      <div style="padding:0px">
      <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
      $dpanel_contrib_bits
      </table>
      </div>
      </fieldset>
    </td>
    </tr>



Sorry for being such a nub but do I have to copy in this code in adv_portal_ecdownloads section deleteing what was there first then. Saving? or do I have to replace this with something?

rowlandc 05-31-2007 08:07 PM

I couldn't wait so I gave it a try :p

I got this code up:

PHP Code:

 <if condition="$dl->statslatestfiles > 0">
      <
tr align="center">
     <
td class="thead" width="25%"><span class="smallfont">Latest Files</span></td>
     <
td class="thead" width="25%"><span class="smallfont">Most Popular Files</span></td>
    <
tr align="center">
     <
td class="alt1">
      <
fieldset class="fieldset" style="margin:0px 0px 0px 0px">
      <
legend>Latest Files</legend>
      <
div style="padding:0px">
       <
table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"
    <
tr>
     <
td width="100%">
      <
table cellpadding="2" cellspacing="{$stylevar['cellspacing']}border="0" width="100%"
          
$dpanel_latest_bits
      
</table>
         </
td>
        </
tr>
       </
table>
       </
div>
       </
fieldset>
      </
td>
      <
td class="alt1">
      <
fieldset class="fieldset" style="margin:0px 0px 0px 0px">
      <
legend>Most Popular Files</legend>
      <
div style="padding:0px">
       <
table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"
    <
tr>
     <
td width="100%">
      <
table cellpadding="2" cellspacing="{$stylevar['cellspacing']}border="0" width="100%"
          
$dpanel_popular_bits
          
</table>
         </
td>
        </
tr>
       </
table>
       </
div>
       </
fieldset>
      </
td>
     </
tr>    </if> 

Only problem i'm getting is that the border at the top isn't filling up :eek:

Anyone know what I need to add to the code to fix it?

http://www.animegunshuu.com/show.jpg


All times are GMT. The time now is 12:40 AM.

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.01330 seconds
  • Memory Usage 1,783KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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