vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Moderators Functions - Force Users to Read a Thread (https://vborg.vbsupport.ru/showthread.php?t=241754)

smp3000 05-19-2010 01:54 AM

nothing for 3.8.x?

CharlieDelta 05-21-2010 02:08 AM

tagged and will use this shortly. Great mod!

ChopSuey 05-21-2010 03:03 AM

Quote:

Originally Posted by smp3000 (Post 2039582)
nothing for 3.8.x?

Its already been made, check the Developers profile.

Samish 05-24-2010 07:25 AM

Added this and well, I grabbed the thread id from url and it all was good. I saved it and nothing appeared in the threads that I've forced members to see?

rajubd 05-25-2010 11:59 AM

excellent mate working nice

Tyran1 05-29-2010 04:39 PM

Hab die vB3 und bekomme ständig eine info das eine Neue Version da ist was nicht stimmt bitte ändere das!

Abe1 05-31-2010 01:49 AM

Quote:

Originally Posted by Samish (Post 2042567)
Added this and well, I grabbed the thread id from url and it all was good. I saved it and nothing appeared in the threads that I've forced members to see?

If you are on the thread already, you wont get forced to read it if you are on it.

InTeNsE-HuMoR 06-10-2010 07:28 PM

Not working on 4.0.3 PL1. When I add a thread to be force viewed, it doesn't show up in the Admin CP.

Skyrider 06-11-2010 01:21 PM

Quote:

Originally Posted by InTeNsE-HuMoR (Post 2051705)
Not working on 4.0.3 PL1. When I add a thread to be force viewed, it doesn't show up in the Admin CP.

Does for me, it just won't effect the usergroup on the forums, they are not getting any force read message. Can anyone confirm this is working on the latest 4.0.3 PL1?

BrightStar 06-11-2010 02:26 PM

I've got it working on latest 4.0.3 PL1...no issues at all.

InTeNsE-HuMoR 06-11-2010 02:56 PM

Well, when I add a thread to be force viewed, once I click the OK button in the Admin CP, it doesn't seem to add it to the list of threads that are to be force viewed. If that makes any sense. Unless I'm doing something wrong.

BrightStar 06-11-2010 06:44 PM

Are you putting the thread id right??

InTeNsE-HuMoR 06-15-2010 09:19 PM

How do I get the thread ID if threads don't display an ID? I have advanced friendly URL's enabled.

Trek 06-21-2010 10:12 PM

Works good, thanks!

lucky_hacker 06-24-2010 06:58 AM

not working for 4.0.4

maidos 07-22-2010 12:14 PM

Quote:

Originally Posted by lucky_hacker (Post 2058637)
not working for 4.0.4

confirmed and not working for 4.0.5

CharlieDelta 07-27-2010 01:10 AM

Quote:

Originally Posted by lucky_hacker (Post 2058637)
not working for 4.0.4

Got it working.

General of the 07-30-2010 06:28 PM

looks nice, might try it near in the future :P

acezakj 07-30-2010 10:50 PM

1 Attachment(s)
I'm getting a error message when i try to make a thread forced. Proof in image:

Arae 08-02-2010 02:31 AM

Thanks. :)

max2008 08-03-2010 03:32 PM

Installed , thanks for the MOD , working on VB 4.0.4

surfer2124 08-05-2010 02:55 PM

EDIT: Scratch this my zip file didn't extract correctly and I missed a file upload

This doesn't appear after the install

https://vborg.vbsupport.ru/attachmen...hmentid=116614

I do see the option in the thread under the Admin drop down though and once set it does work.

Any suggestions?

X I Am Lethal X 08-09-2010 10:06 PM

I am having a little trouble. I keep hitting save and it saves but does not show up. I am not exactly show what I am suppose to put in the thread ID column?

Also where do you get the thread ID from on your boards?

Welshy2008 08-17-2010 11:44 AM

Is this working on vBs 4.0.5 and 4.0.6 please?

Sicilian 08-18-2010 05:36 PM

Anyone able to confirm that this works with 4.06?

DeathRS 08-18-2010 05:46 PM

No answer where to find the thread ID?

I have 4.0.5 and it's not working!

Falcon Capt 08-18-2010 09:32 PM

Is there a way to get rid of the "Force Read Thread" text link on the editors? (it is appearing down by the "Show your signature" and "Close this thread" checkboxes on the Quick Reply Editor)

I don't think that it is really necessary to have this option all over the place. This hack will probably be used for an occassional message, at which time setting it up in the AdminCP is sufficient. Adding that extra phrase on every editor doesn't look good and takes away from an otherwise very nice hack.

Falcon Capt 08-18-2010 09:41 PM

Quote:

Originally Posted by Falcon Capt (Post 2086005)
Is there a way to get rid of the "Force Read Thread" text link on the editors? (it is appearing down by the "Show your signature" and "Close this thread" checkboxes on the Quick Reply Editor)

I don't think that it is really necessary to have this option all over the place. This hack will probably be used for an occassional message, at which time setting it up in the AdminCP is sufficient. Adding that extra phrase on every editor doesn't look good and takes away from an otherwise very nice hack.

Figured it out, removed this code from the XML file and it seemed to do the trick.

Code:

                        <phpcode><![CDATA[require_once(DIR . '/includes/adminfunctions.php');

if (can_administer('canadminthreads'))
{
        $vbulletin->templatecache['SHOWTHREAD'] = str_replace('if ($show[\'openclose\'])', '$final_rendered .= \'<li><a href="\' . $vbulletin->config[\'Misc\'][\'admincpdir\']  . \'/force_read_thread.php?\' . $session[\'sessionurl\'] . \'do=edit&amp;threadid=\' . $threadid . \'" target="_blank">\' . vB_Template_Runtime::parsePhrase("force_read_thread") . \'</a></li>\'; if ($show[\'openclose\'])', $vbulletin->templatecache['SHOWTHREAD']);
}]]></phpcode>


thr45h3r 08-18-2010 10:21 PM

Quote:

Originally Posted by Sicilian (Post 2085880)
Anyone able to confirm that this works with 4.06?

Just installed it in 4.0.6 and yes it seems to be working just fine :up:

Falcon Capt 08-18-2010 11:32 PM

Quote:

Originally Posted by Sicilian (Post 2085880)
Anyone able to confirm that this works with 4.06?

I am also using it sucessfully on vB 4.0.6. I did implement the mod I mentioned a couple posts earlier. The links it was installing just didn't format nicely and were really unnecessary.

Footman 09-01-2010 02:54 PM

Is there a way to force a particular group to ALWAYS read a thread when they login? For example I have a free membership group and would like them to always see a certain thread/or sales page after they login.

Footman 09-01-2010 02:57 PM

Quote:

Originally Posted by DeathRS (Post 2085885)
No answer where to find the thread ID?

I have 4.0.5 and it's not working!

You'll see the forum id in the address bar of the thread. In the example below 63 is the thread ID.

domainname.com/forum/showthread.php?63-thread title

biggeorge 09-09-2010 12:58 AM

Installed and running perfectly on 4.0.6

Thank you!

SpankMe 09-09-2010 05:28 AM

1 Attachment(s)
Good idea for a mod, but found that it adds too many extra database queries to every page load, resulting in a large jump in server usage while I had it enabled.

badawidollah 09-09-2010 12:13 PM

installed...

g33k4u 09-10-2010 12:08 PM

Thanks, Installed :D

steve71 09-23-2010 06:26 PM

Quote:

Originally Posted by X I Am Lethal X (Post 2081526)
I am having a little trouble. I keep hitting save and it saves but does not show up. I am not exactly show what I am suppose to put in the thread ID column?

Also where do you get the thread ID from on your boards?


I am having the same problem even after entering the proper thread ID. I have used the previous version.

steve71 09-25-2010 02:33 PM

Quote:

Originally Posted by steve71 (Post 2102391)
I am having the same problem even after entering the proper thread ID. I have used the previous version.

Uninstalled. Deleted all uploaded files. Reinstalled and it worked.

pcmwebmaster 09-26-2010 07:18 AM

Hi
i installed but in Usergroups option , i can not see my Unregistered/not logged Group
why?

Spika 10-01-2010 01:06 PM

Installed! Works perfectly!

Only a note to users who are using tapatalk mobile app (iphone, android, etc):

Tapatalk don´t support redirecting, if a user login by tapatalk and this mode is active with some thread, the user will receive an login error, and the app will hang.


All times are GMT. The time now is 12:56 PM.

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.01385 seconds
  • Memory Usage 1,793KB
  • 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
  • (1)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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