vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Guest must register? (https://vborg.vbsupport.ru/showthread.php?t=116820)

Cool21 05-27-2006 12:18 PM

Guest must register?
 
Is there somewhere I can change my forum so that guest have to register in order to view the index and forum? Oh, and is there a place where I can ask questions and won't have to post new threads....lol. I feel kind of bad posting them. thanks :)!

TTG 05-27-2006 12:21 PM

admincp >> forums and moderators >> forum permissions

Cool21 05-28-2006 12:41 AM

okay, one more question to who ever can answer? Is there a way that you can place the Cat. column where the forum, last post, replies, ect column is and the forum, last post, replies, ect column where the cat. column is? Get what I mean?

peterska2 05-28-2006 12:47 AM

in your forumhome template find

Code:

<tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>

delete it.

in your forumhome_forumbit_level1_nopost

find
Code:

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">

add below
Code:

<tr align="center">
          <td class="thead" width="35">&nbsp;</td>
          <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="200">$vbphrase[last_post]</td>
          <td class="thead" width="65">$vbphrase[threads]</td>
          <td class="thead" width="65">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="120">$vbphrase[moderator]</td>
          </if>
        </tr>

that's it

Cool21 05-28-2006 01:31 AM

okay, thanks. One more question. I know you are so tired of me...lol. Anyways, is there a way that you can make a space between each cat. and forum? get what I mean? like you have a space between the cat./forums and the stats menu. I want that between get cat.

TPOCJames 05-28-2006 01:34 AM

Just a note on the guests not viewing your forum, you should do Admin CP --> Usergroups --> Guests --> Can View Forum = No. It'll make it a lot easier.

Cool21 05-28-2006 01:35 AM

okay, thanks....I did that. It was too much trouble to do the forum permission. thanks!

TPOCJames 05-28-2006 01:43 AM

No prob. ;)

peterska2 05-28-2006 01:47 AM

here is the category spacing mod

https://vborg.vbsupport.ru/showthrea...tegory+spacing

Cool21 05-28-2006 02:36 AM

Okay, thanks!


All times are GMT. The time now is 07:38 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.01084 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete