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)

mark|3 02-12-2008 02:18 AM

thank you Jelle :D

ezurick 02-12-2008 08:43 AM

Quote:

Originally Posted by RS_Jelle (Post 1440996)
The DownloadsII "Downloads" part in the AdminCP is the downloads log. So these aren't files or something, but just a log of what files were downloaded when and by which members.

You can prune it automatically using the "Prune Download log entries" setting ;)

Ahhh! Got it! Thanks....

I seen others ask for this... but is there/will there be a way to prevent users from categories/sub categories. I have my downloads open to only certain folks. But I would like to open it more, but only certain public categories. The usergroup setting is off or on... there is no control there...

RS_Jelle 02-12-2008 08:59 AM

Quote:

Originally Posted by ezurick (Post 1441327)
I seen others ask for this... but is there/will there be a way to prevent users from categories/sub categories. I have my downloads open to only certain folks. But I would like to open it more, but only certain public categories. The usergroup setting is off or on... there is no control there...

There's the "Exclude Categories" usergroup setting:

Quote:

When set to "Yes", only the categories listed below can be viewed by this group. When set to "No", all categories can be viewed except the ones listed below.
So you probably want to set it to "Yes" and then list them in the field below.

HypedGaming 02-13-2008 04:20 AM

Great mod.. but when I enable the "tops" on all pages settings the WYSIWYG breaks the layout and expands the right table. (I would show you but it only does it when the user is logged in)

I guess this could be fixed by disabling comments but I would love to keep the comments and tops on all pages simultaneously, if possible.

ezurick 02-13-2008 11:15 AM

Quote:

Originally Posted by RS_Jelle (Post 1441332)
There's the "Exclude Categories" usergroup setting:
So you probably want to set it to "Yes" and then list them in the field below.


Ahh! Ok! that works! Somehow I missed that. I see that you have to list all categories and subcategories... But that is cool. Thanks and great MOD!!!

maidos 02-13-2008 04:13 PM

regarding your post about ads
https://vborg.vbsupport.ru/showpost....postcount=2270

Is it possible to only allow specific usergroup to view the ads?

RS_Jelle 02-13-2008 07:55 PM

Quote:

Originally Posted by HypedGaming (Post 1441955)
Great mod.. but when I enable the "tops" on all pages settings the WYSIWYG breaks the layout and expands the right table. (I would show you but it only does it when the user is logged in)

I guess this could be fixed by disabling comments but I would love to keep the comments and tops on all pages simultaneously, if possible.

You can't fix that at the moment as the WYSIWYG editor has a default width. For v6 we will be switching to the small Quick Reply type editor.

Quote:

Originally Posted by maidos (Post 1442280)
regarding your post about ads
https://vborg.vbsupport.ru/showpost....postcount=2270

Is it possible to only allow specific usergroup to view the ads?

You can use template conditionals:
HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
If in group 6, show this...
<else />
...or else, show this.
</if>

Easier:
HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
If in group 6, show this...
</if>

Multiple groups:
HTML Code:

<if condition="is_member_of($bbuserinfo, 6, 9, 10)">
If in group 6, show this...
<else />
...or else, show this.
</if>


maidos 02-14-2008 11:55 AM

thanks it works great

Black Tiger 02-14-2008 10:27 PM

If anyone has a good downloads.php addon for the vbseo google/yahoo sitemap generator (stand alone mod) which does not generate a parse error because it misses a ; somewhere (at least the error notice says this) I would really be obliged.
Because support is very slow in that mod, if any.

maidos 02-15-2008 04:55 PM

the bbcode is not activated on download main page. when i view the files through the category i only see commands while i visit the download page i can see the bbcode activated...


All times are GMT. The time now is 09:50 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.04577 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_html_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