vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick question about private forums (https://vborg.vbsupport.ru/showthread.php?t=149216)

Shinriu 06-08-2007 09:52 AM

Quick question about private forums
 
Not sure if this is doable or not. What I want to do is make one of my forum sections to show "private" on the forum home page for everyone.. But the catch is I don't want to restrict access to that section for the registered users. Why I want to do this is, it's a place for NSFW(not safe for work) links discussions etc. and I figure people at work etc, prob don't want some of the thread titles to displayed on the forum home page. Thank you for your time.

Dismounted 06-08-2007 10:13 AM

This could be achieved by wrapping the "last posts" column if conditionals, to check for the forum's id.

Shinriu 06-08-2007 10:15 AM

Thank you for the fast reply. I would edit the forumdisplay template then?

Dismounted 06-08-2007 10:40 AM

No, it would be one of the forumbit templates.

Shinriu 06-08-2007 11:24 AM

ok found the template. ( used trial and error till I found the template that effected the "last post") So I need to add an If condition in the template? Sorry for all the questions. New to this and learning a good bit with messing around with the code etc, just not up there if most people. yet.

deezelpope 06-08-2007 11:30 AM

Wouldn't password protecting that forum also work?:confused:

That's how I have mine...:)

Shinriu 06-08-2007 11:50 AM

Would this be right? Sorta right?

Code:

<if condition="$forum['forumid'] == FORUMID">stumped here</if>

Dismounted 06-08-2007 12:43 PM

Quote:

Originally Posted by deezelpope (Post 1264061)
Wouldn't password protecting that forum also work?:confused:

That's how I have mine...:)

Quote:

Originally Posted by Shinriu
But the catch is I don't want to restrict access to that section for the registered users.

Quote:

Originally Posted by Shinriu (Post 1264072)
Would this be right? Sorta right?

Code:

<if condition="$forum['forumid'] == FORUMID">stumped here</if>

Code:

<if condition="$forum['forumid'] == FORUMID">Private</if>
Remember, you're not trying to edit the header, you're trying to edit the column bit.

Shinriu 06-08-2007 12:46 PM

Thank you very much Dismounted


All times are GMT. The time now is 05:01 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.01548 seconds
  • Memory Usage 1,726KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete