vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Links and Files Database (https://vborg.vbsupport.ru/showthread.php?t=60403)

kingady 08-18-2004 01:06 PM

ive fixedi t ;p thanks alot, great script

AndrewD 08-18-2004 04:38 PM

Quote:

Originally Posted by kingady
ive fixedi t ;p thanks alot, great script

Good, and good luck!

animehawk 08-19-2004 10:50 AM

Anderew, Great mod, It's exactly what i'm looking for to manage my downloads. I do have a small problem. I installed this mod late last night and seem to be running into an error.
http://www.animesanction.net/testsit...tion=jump&id=1 That is the link to the only link i have posted thus far and it just brings up a blank page. It is a local download and it does display the size of the file in the links table.
http://www.animesanction.net/testsit...ocal_links.php

The file type is setup in my admincp.

AndrewD 08-19-2004 10:54 AM

Quote:

Originally Posted by animehawk
Anderew, Great mod, It's exactly what i'm looking for to manage my downloads. I do have a small problem. I installed this mod late last night and seem to be running into an error.
http://www.animesanction.net/testsit...tion=jump&id=1 That is the link to the only link i have posted thus far and it just brings up a blank page. It is a local download and it does display the size of the file in the links table.
http://www.animesanction.net/testsit...ocal_links.php

The file type is setup in my admincp.

PM me an admin userid and pwd for your test board, as I can't tell anything without looking a bit deeper

animehawk 08-19-2004 11:45 AM

Thanks a bunch for your help. I have PM'd the requested info.

BioVader 08-20-2004 09:56 AM

AndrewD,
I've installed this program as a way to offer downloads on my site for registered users. Also as a way to keep people from linking my downloads to their site and chewing up my bandwidth....

The Categories work fine but I'm limited with only 5 downloads showing up per Category. I've tried changing the links_per_page to a higher number but it still only shows 5 links.... Now I have these set up with a forum permission which only allows registered users to view. Do you have any idea on how to fix this?

Here is a link to my Links Directory (File Downloads)

http://team-undercover.com/forums/local_links.php?

AndrewD 08-20-2004 10:05 AM

Quote:

Originally Posted by BioVader
AndrewD,
I've installed this program as a way to offer downloads on my site for registered users. Also as a way to keep people from linking my downloads to their site and chewing up my bandwidth....

The Categories work fine but I'm limited with only 5 downloads showing up per Category. I've tried changing the links_per_page to a higher number but it still only shows 5 links.... Now I have these set up with a forum permission which only allows registered users to view. Do you have any idea on how to fix this?

Here is a link to my Links Directory (File Downloads)

http://team-undercover.com/forums/local_links.php?

I see what you mean - but you've changed the templates? Have you removed the pagenav?

can you also try going into your main admincp/thread display options and change the number of posts per page and see what that does

BioVader 08-20-2004 09:03 PM

I change the settings in the admincp options but it's still the same...
This is what links_main looks like.....

PHP Code:

 <if condition="$viewcatname">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center"><strong>$viewcatname</strong>
    <if 
condition="$catclosed != 0"><span class="smallfont">[closed]</span></if>
    </
td>
</
tr><tr>
    <
td class="alt1" align="center"><span class="smallfont"><if condition="$show['member']"><b>You are ready to download</a></b>
        </if>
        <if 
condition="$show['registerbutton']"><b>You must first <a href="register.php?$session[sessionurl]">$vbphrase[register]</abefore you can download files. </b>
        </if></
span></td>
</
tr>
</
table>
<
br />
</if>
<if 
condition="$catlistbit">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center" width="20%"><strong>Category</strong></td>
    <
td class="tcat"><strong>&nbsp;Description</strong></td>
</
tr>
$catlistbit
</table>
<
br />
</if>            
<if 
condition="$linklistbit">
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
<
td align="$stylevar[right]">
<if 
condition="$show['pagenav']">$pagenav</if>&nbsp;
<if 
condition="$searchnav">
<
span class="smallfont">sort by 
<a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=N">title</a>&nbsp;
<
a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=d">date</a>&nbsp;
<
a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=h">hits</a>
</
span>
</if>
</
td>
</
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center" width="20%"><strong>Files</strong></td>
    <
td class="tcat"><strong>&nbsp;Description</strong></td>
</
tr>
$linklistbit
</table>
<if 
condition="$show['pagenav']">
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<
tr valign="bottom">
    <
td align="$stylevar[right]">$pagenav</td>
</
tr>
</
table>
</if>
<
br />
</if> 

And the original I started with...
PHP Code:

<if condition="$viewcatname">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center"><strong>$viewcatname</strong>
    <if 
condition="$catclosed != 0"><span class="smallfont">[closed]</span></if>
    </
td>
</
tr><tr>
    <
td class="alt1"><span class="smallfont">$viewcattext</span></td>
</
tr>
</
table>
<
br />
</if>
<if 
condition="$catlistbit">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center" width="20%"><strong>Category</strong></td>
    <
td class="tcat"><strong>&nbsp;Description</strong></td>
</
tr>
$catlistbit
</table>
<
br />
</if>            
<if 
condition="$linklistbit">
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
<
td align="$stylevar[right]">
<if 
condition="$show['pagenav']">$pagenav</if>&nbsp;
<if 
condition="$searchnav">
<
span class="smallfont">sort by 
<a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=N">title</a>&nbsp;
<
a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=d">date</a>&nbsp;
<
a href="local_links.php?catid=$viewcatid&amp;page=$pagenumber&amp;sort=h">hits</a>
</
span>
</if>
</
td>
</
tr>
</
table>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr align="center">
    <
td class="tcat" align="center" width="20%"><strong>Entry</strong></td>
    <
td class="tcat"><strong>&nbsp;Description</strong></td>
</
tr>
$linklistbit
</table>
<if 
condition="$show['pagenav']">
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<
tr valign="bottom">
    <
td align="$stylevar[right]">$pagenav</td>
</
tr>
</
table>
</if>
<
br />
</if> 


darkmage 08-21-2004 02:49 AM

I have an idea / rant....

It would be great if you could make a type of comment system for the links system. Such as,

when you submit a new link it makes a post in the forum if you want it to with the title of the file you submitted and in the post it will include the description. I think that would be a great idea! ^_^

I'm just dreaming though, that sounds a bit much to ask for. But if you made something like that to add on to this, I would be very happy. =)

AndrewD 08-21-2004 04:23 AM

Quote:

Originally Posted by darkmage
I have an idea / rant....

It would be great if you could make a type of comment system for the links system. Such as,

when you submit a new link it makes a post in the forum if you want it to with the title of the file you submitted and in the post it will include the description. I think that would be a great idea! ^_^

I'm just dreaming though, that sounds a bit much to ask for. But if you made something like that to add on to this, I would be very happy. =)

I think this is a great idea, it's just a matter of finding the time... Soon!


All times are GMT. The time now is 06:12 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.02343 seconds
  • Memory Usage 1,827KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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