vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

CyberRanger 04-15-2008 11:37 AM

Quote:

Originally Posted by desmomax (Post 1490382)
i installed this mod on my 3.6.9 vbulletin
everything is fine but i can not find the "download" menu in main forum page?
where the user can click and enter to the download section?
thanx

Quote:

Originally Posted by CyberRanger (Post 1490497)

Quote:

Originally Posted by desmomax (Post 1491008)
I apologize for the probably stupid question, but how can i open downloads.php in my forum? your mod is nowhere linked in my main forum menuv after your installation..
thanx

I've lost track of the number of times I've answered this question. Once again, if you want a Downloads link in the navbar see https://vborg.vbsupport.ru/showpost....postcount=2284 :)

desmomax 04-15-2008 11:48 AM

I am sorry for let you repeating..
many thanx for the patience.. :)

maidos 04-15-2008 12:31 PM

why not just edit the thread and get a FAQ up?

desmomax 04-15-2008 12:31 PM

it works, many thanx

CyberRanger 04-15-2008 04:00 PM

Quote:

Originally Posted by maidos (Post 1491232)
why not just edit the thread and get a FAQ up?

well, it's in the Readme-Install.txt file. The instructions are also in the second post (https://vborg.vbsupport.ru/showpost....22&postcount=2 ) with a link to that post in the first post. I guess I need Jelle to make it BIG and BOLD in the first post. hehe :)

HUMMERh3 04-15-2008 07:06 PM

Hello i got everything set up but when i try to access the download page it gives me this error

Quote:

Evilthoutz, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
I am Root Admin. I dont understand why this would come up.


..//*edit* lol sorry didnt read the usergroup permission part :D Fixed now

sweeps78 04-16-2008 04:51 PM

Where's the setting to extend the limit on the length of the category name?

sweeps78 04-16-2008 05:32 PM

Quote:

That's not a default feature as some people are using bigger images, which will mess up the layout. I'm doing it with some template edits of the downloads_main and downloads_main_catbit templates. You need to put a higher colspan value in the first template and put the category image in a separate td in the second template.

Could you explain how you accomplished this? I'm decent in php, but not an expert. If I had some examples to go off of, I could go from there.

EDIT: Never mind, I figured it out.

Just an FYI to anyone that was wondering, I edited the downloads_main template:

PHP Code:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="{$stylevar['tablewidth']}align="center">
 <
tr
  <
td>
   <
table cellpadding="{$stylevar['cellpadding']}cellspacing="{$stylevar['cellspacing']}border="0" width="100%"
    <
tr align="center"
     <
td class="thead" width="10%"></td>
     <
td class="thead" width="20%">{$vbphrase['ecdownloads_category']}</td>
     <
td class="thead" width="60%">{$vbphrase['ecdownloads_description']}</td>
     <
td class="thead" width="10%">{$vbphrase['ecdownloads_files']}</td
    </
tr
   
$dcatbits
   
<tr align="center">
    <
td class="thead" colspan="3">
     <
span style="float:left">{$vbphrase['ecdownloads_downloads']}: {$dl->stats['downloads']}</span>
     <
span style="float:right"><phrase 1="{$dl->stats['files']}2="{$dl->stats['categories']}">{$vbphrase['ecdownloads_x_files_in_y_categories']}</phrase>.</span>
    </
td
   </
tr>
   </
table>
  </
td
 </
tr>
</
table

and the downloads_main_catbit
PHP Code:

<tr valign="top">
    <
td class="$bgclassvalign="top" align="middle" nowrap="nowrap">
        <if 
condition="$cat['catimage'] != ''">
            <
br /><br /><a href="downloads.php?do=cat&amp;id={$cat['id']}"><img src="{$cat['catimage']}alt="{$cat['name']}title="{$cat['name']}border="0" /></a>
        </if>
    </
td>
    <
td class="$bgclassvalign="top" align="left" nowrap="nowrap">
        <
a href="downloads.php?do=cat&amp;id={$cat['id']}">{$cat['name']}</a>
    </
td>
    <
td class="$bgclassvalign="top" align="left"><span class="smallfont">{$cat['description']}$subcats</span></td>
    <
td class="$bgclassvalign="top" align="center" height="40"><span class="smallfont">{$cat['files']}</span></td>
</
tr

You'll have to experiment with the width though

GafferSports 04-18-2008 09:04 PM

I followed your guide but when trying to upload a 3mb file, I get "The upload failed! Upload error."

Any ideas?

GafferSports 04-18-2008 09:43 PM

Resolved - thanks.


All times are GMT. The time now is 08:29 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.04530 seconds
  • Memory Usage 1,781KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (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