Thread: Major Additions - DownloadsII
View Single Post
  #4079  
Old 01-22-2010, 06:53 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ansarion View Post
Thank you very much RS_Jelle for your support , you are making a great work.

I have aproblem when I installed new style as the the direction of typing in the tables changed and I want to adjust the direction to be from right to left instead of from left to right, how can I do this adjustment?
You only have that with one of your styles? Then it seems more like a style issue?

Btw, v6 (vB4 only) has better RTL support.

Quote:
Originally Posted by Llandy View Post
Tried searching for it, but can't seem to find the answer. Does anybody know how to change the side of where the latest files and downloads are shown, instead of having it on the default side (left), i want to have it on the right side.
Change the content of your downloads_wrapper_side template to:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
 <tr valign="top">
  <td>
   <table cellpadding="0" cellspacing="0" border="0" class="tborder" width="{$stylevar['tablewidth']}" align="center"> 
    <tr> 
     <td valign="top"> 
      <table cellpadding="{$stylevar['cellpadding']}" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%"> 
       <tr align="center" valign="top"> 
        <td class="thead" width="100%" colspan="3">{$vbphrase['ecdownloads_navigation']}</td>
       </tr>
       <tr valign="top">
        <td class="alt2" align="center" colspan="3" valign="top">$dlinks</td> 
       </tr>
       <tr valign="top">
         <td class="panel" style="border: 0;" colspan="3" valign="top">
          $dmain_jr
         </td>
       </tr> 
      </table>
     </td>
    </tr>
   </table>
  </td>
  <td>&nbsp;&nbsp;</td>
  <td width="225">
   $dpanel
   <br />$dl->downloadsmessage
  </td>
 </tr>
</table>
Quote:
Originally Posted by chick View Post
This is one of the best and most used mods on my site. Thanks so much for creating this.

I have one question and I have searched the templates for this : but I cannot find it so maybe the coder could tell me where it is... see image, I want to make : into this -

I need know where it is. Thanks
You need to edit downloads.php for that. Search for:
PHP Code:
$smalldesc ": ".$smalldesc
Quote:
Originally Posted by gnrx View Post
Hi.
When acces to downloads, in the title of explorer appears:
Name of my forum - Downloads
An if acces to any file appears:
Name of my forum - Downloads - Name of file

Well, my web is in spanish and I have translate to spanish DownloadsII.

I search for translate, in the title, Downloads to spanish, but I don't view what vbphare or waht templade I need edit.
I search in all NameVar, and in the templates of DownloadsII, byt I don't view that I need edit for that, appears, the name Downloads in the title of explorer in my languaje.

Thanks for your help.

Have nice day!
It's not a phrase, but a setting in v5. Change the "Title" DownloadsII setting.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01125 seconds
  • Memory Usage 1,785KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete