Quote:
Originally Posted by njolakoski
Okay got one, but i see no way of chmodding it and I see now File calle htaccess
|
It's not htaccess, but .htaccess (a small difference, but otherwise it won't work)
Quote:
Originally Posted by Draygonia
Warning: Invalid argument supplied for foreach() in /admincp/downloadadmin.php on line 366
Thats what I get when I try to import files from my server... Also, where can my users access the downloads section? There are no navbar edits 
|
I will look at the PHP warning this evening.
The navbar edit will be included in the 5.0.3:
Quote:
Find in the navbar template:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Add below:
HTML Code:
<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[ecdownloads_downloads]</a></td>
|
Quote:
Originally Posted by OziloZ
Its perfect.I have a question.
How can i change width of the main table?
|
Can you explain this a bit? Do you mean the right column? It's just 28% width for the left column and 72% width for the right ("main") column. You can change those values in the templates to other percentages or absolute ones