Quote:
Originally Posted by silencerdeluxe
First, please excuse my bad english
Is there any easy way to hide the Link of the Category, if there is a image for the category?
Look @ this 2 Screens:
normal:
Attachment 70243
wanted (edited in photoshop):
Attachment 70244
Thx for any help!
|
Edit the downloads_main_catbit template using the Styles & Templates part in your AdminCP.
You need to remove:
HTML Code:
<a href="downloads.php?do=cat&id={$cat['id']}">{$cat['name']}</a>
and also the two <br /> instances (white space between the name and image).
Quote:
Originally Posted by teepeg
Hello,
Can someone tell how this is done?
Thx
|
You need to edit the downloads_main_catbit template using the Styles & Templates part in your AdminCP.
Replace:
HTML Code:
<a href="downloads.php?do=cat&id={$cat['id']}">{$cat['name']}</a>
with:
HTML Code:
<a href="downloads.php?do=cat&id={$cat['id']}"><strong>{$cat['name']}</strong></a>
Quote:
Originally Posted by eido
Hi
Please can anyone tell me how to approve a posted item ..
Thank you
|
There's a "Can Avoid Moderation Queue" usergroup setting to get all files approved by default. There's also an Approve/Unapprove link on the top and the bottom of the file page (next to the edit, delete, ... button). If you don't see it, check the "Can Edit All Files" usergroup setting, which is necessary for these actions (or "Can Edit Own Files" when applicable).
Quote:
Originally Posted by rollinjunk
ok im looking for this
Create directories in the 'Categories' menu under the 'Downloads' in your admincp
im not seeing this anyplace...
can someone help
|
Reupload all DownloadsII files to the forums folder on your ftp. You should have missed /includes/xml/cpnav_ecdownloads.xml which puts the Downloads admin part in your AdminCP.