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)

Digital Jedi 01-25-2010 09:00 PM

Quote:

Originally Posted by b6gm6n (Post 1966503)
Just wondered if anyone else has a problem with their custom style footer...? it's all bunched up, as if the whats-going-on has been broken, might be just the style... but it should not interfere with it right?

It shouldn't, but sometimes a mod will reveal layout problems in your HTML that wouldn't have shown up otherwise. Try running it through the validator: http://validator.w3.org

TheInsaneManiac 02-04-2010 02:48 AM

Great mod!

I have a few feature requests:
Is it possible so that when there is new content in the Downloads area the navigational link will turn red or display a small image that says "new" next to it?


Even though this modification is small that is found HERE:
https://vborg.vbsupport.ru/showthread.php?t=230008

I like a few of it's features and I'd like to see them in Downloads II:
Screenshots
Managing Moderated Files

Goomzee 02-04-2010 03:27 AM

anybody please tell me how do i make condition to user like at least 10 posts for downloads videos

RS_Jelle 02-04-2010 10:08 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1974387)
Great mod!

I have a few feature requests:
Is it possible so that when there is new content in the Downloads area the navigational link will turn red or display a small image that says "new" next to it?


Even though this modification is small that is found HERE:
https://vborg.vbsupport.ru/showthread.php?t=230008

I like a few of it's features and I'd like to see them in Downloads II:
Screenshots
Managing Moderated Files

That's more someting to suggest for the vB4 version. I'm not planning any big updates on the vB3 version.

Quote:

Originally Posted by Goomzee (Post 1974407)
anybody please tell me how do i make condition to user like at least 10 posts for downloads videos

You can do this with usergroups. You can promote users to a different group when they reach the 10 posts.

TheInsaneManiac 02-04-2010 05:00 PM

Quote:

Originally Posted by RS_Jelle (Post 1974563)
That's more someting to suggest for the vB4 version. I'm not planning any big updates on the vB3 version.

I'll donate for the extra time you will be spending to port it from 4 to 3.8. I don't plan on upgrading to 4.0 I don't need it.


Quote:

Originally Posted by Goomzee (Post 1974407)
anybody please tell me how do i make condition to user like at least 10 posts for downloads videos

<if condition="$post['postcount'] == 10"></if>

That would be the conditional, you would just need to place it over the download buttons, or do what Jelle said and promote the users.

Goomzee 02-08-2010 03:39 AM

Quote:

Originally Posted by

<if condition="$post['postcount'
== 10"></if>

That would be the conditional, you would just need to place it over the download buttons, or do what Jelle said and promote the users.

cold you please tell me which template should i post this condition

Stanthrax 02-09-2010 08:44 PM

1 Attachment(s)
Here is a little tweak that replaces the upload and download text with icons within the postbit. You can see the number of uploads or downloads when you mouse over the icon. I credit post 3394 for the if statements so they only show when there is an upload or download.

Upload the attached icon files to your images/misc directory and replace everything in your downloads_memberinfo_postbit template with the following code.
Code:

<if condition="$post[downloads]>0"><img border="0" src="images/misc/16_icon_download.gif" width="16" height="16" alt="{$vbphrase['ecdownloads_downloads']}: $post[downloads]"></if>
<if condition="$post[uploads]>0"><img border="0" src="images/misc/16_icon_upload.gif" width="16" height="16" alt="{$vbphrase['ecdownloads_uploads']}: $post[uploads]"></if>

http://www.talkatropolis.com/gallery...bit_before.jpg http://www.talkatropolis.com/gallery...tbit_after.jpg

weedheaven 02-10-2010 08:04 AM

I am having a problem, after last time we imported the database from vb3.8 cause vb4 wasnt working really well for us. But now when i upload or want to download a file in the download section. It says ERROR: File not found While it does vieuw like it uploads it, when its redirected. I get the page as usual, when i click download i get : ERROR: File not found

How can i fix this, i never had this prob before. And for now i dont know a solution, or would a reinstall help? All is setup as it should. Linked files do download. But no files that where uploaded or what i am trying to upload.

Clayton 02-10-2010 08:34 AM

check your 777 for the downloads folder etc

I moved server and the same occurred to me

hope this helps

weedheaven 02-10-2010 10:12 AM

Quote:

Originally Posted by Clayton (Post 1978967)
check your 777 for the downloads folder etc

I moved server and the same occurred to me

hope this helps

Was already chmod 777 (so didnt helped me) as the right settings are set.

-edit- Problem solved

ec_tmp folder wasnt chmodded


All times are GMT. The time now is 05:52 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.05358 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_code_printable
  • (7)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