vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Thread passwords (https://vborg.vbsupport.ru/showthread.php?t=156147)

Been Told 09-13-2008 08:27 PM

All plugins and the product are active.

netwind 09-13-2008 08:33 PM

what about edit templates again ?
Readme.txt :
...
2. In template SHOWTHREAD find
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif"

..

Been Told 09-14-2008 08:58 AM

It's there.
The thing is that it doesn't show up ANYWHERE in the AdminCP.

netwind 09-14-2008 09:38 AM

That's OK. This product does not add any options in AdminCP at all.
Turn on product and it ready to work.

Been Told 09-14-2008 10:16 AM

Oh ok. Are only mods and admins allowed to assign passwords to threads then?

netwind 09-14-2008 07:46 PM

For a new thread only admins and mods can assign password. Thread masters can change (and delete) password for thread.

Been Told 09-14-2008 07:58 PM

Okay, then the problem remains that the box for creating a password and thread master is not there... :(

superthang 09-17-2008 10:17 PM

is there a way make the member start the thread to put their own password?
I am doing a school forum, and i want the student to create their own study group thread and password protect it so only their group can go in.

flasher33 09-18-2008 12:30 AM

will this work on 3.7.x

Been Told 09-18-2008 04:19 AM

Quote:

Originally Posted by superthang (Post 1624421)
is there a way make the member start the thread to put their own password?
I am doing a school forum, and i want the student to create their own study group thread and password protect it so only their group can go in.

I don't think it is possible with this hack. You might have to do it via usergroups and forum permissions and subforums or something like that.

Quote:

Originally Posted by flasher33 (Post 1624467)
will this work on 3.7.x

I had to change the template edit in order to make it work.
But with my edit, only admins can set/change the password.

Find:
Code:

<tr>
                <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif"

Before, add:
Code:

<if condition="$show['admincplink']">
                <tr>
                        <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/thread_lock.gif" alt="$vbphrase[threadpassword_setup_title]" /> <a href="threadpassword.php?$session[sessionurl]do=modify&amp;t=$threadid" rel="nofollow">$vbphrase[threadpassword_setup_title]</a></td>
                </tr>
        </if>



All times are GMT. The time now is 11:12 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.01674 seconds
  • Memory Usage 1,735KB
  • 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
  • (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