Quote:
Originally Posted by ansarion
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
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> </td>
<td width="225">
$dpanel
<br />$dl->downloadsmessage
</td>
</tr>
</table>
Quote:
Originally Posted by chick
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
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.