vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=91107)

|oR|Greg 05-11-2006 06:21 PM

I saw your site, but not the new style... no love?

MissKalunji 05-11-2006 07:56 PM

Quote:

Originally Posted by |oR|Greg
I saw your site, but not the new style... no love?

yeah i applied it to the screen saver / wall paper

look

http://www.dancehallareaz.com/forum/...ks.php?catid=6

http://www.dancehallareaz.com/forum/...ks.php?catid=5

:)

MissKalunji 05-11-2006 09:02 PM

How can i prevent access to certain usergroup example if they click on the link they see an error page?

Thanks

|oR|Greg 05-11-2006 10:43 PM

can_access_link setting under permissions

I set mine to go to the register page.

Set that with protected_link under settings.

MissKalunji 05-11-2006 10:51 PM

But i dont want them to be able to see it at all! you understand what i mean?

|oR|Greg 05-12-2006 12:50 AM

Well, you have to set the categories to a forum that they cannot see then. For example a regular user cannot see the LIMMAC Downloads section on my site, but LIMMAC Members can, because the category is set for a protected forum that the LIMMAC Members only can access, hence the category is not visible in LDM.

|oR|Greg 05-12-2006 12:53 AM

You could also wrap your template(s) with an IF statement, and filter usergroups that way. Doing so will result in a member seeing like.. a category has 10 things, but when they look in it, they only see 5 things cause the other 5 are hidden from the usergroup. This way gets more granular results because they might be able to see the category, but not the item.

|oR|Greg 05-12-2006 01:00 AM

Wrap your template with this from before the <table> and right after the </table>:

Replace what usergroups you want to allow with the numbers.

Code:

<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)">

</if>

Example:
Code:

<tr>
<td colspan="2">
<div style="margin-top:3px">
<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
...template code...
</table>
</if>
</div>
</td>
</tr>


MissKalunji 05-12-2006 02:15 AM

Nice thanks lemme try

and how would i wrap up an error message like

<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)">

else

error message
</if>

AndrewD 05-12-2006 04:03 AM

Quote:

Originally Posted by MissKalunji
Nice thanks lemme try

and how would i wrap up an error message like


<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)">

else

error message
</if>

It's not clear to me what you are trying to achieve.

Do you want the existence of the private entries to be visible to the restricted usergroups or not?

If not, when would this error message be triggered?

You can easily make a category visible to everyone but only have certain of its entries visible

You can also easily make the category and all its entries visible but trigger an error message when a user tries to access those which are resticted.

or

You can make the category itself invisible to general users.


All times are GMT. The time now is 11: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.03523 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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