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)
-   -   End-User Options - Ignore Thread: Allow Users to Ignore Threads of Their Choosing (https://vborg.vbsupport.ru/showthread.php?t=127487)

pcg 05-10-2007 10:01 PM

If you ignore a thread, can you "un-ignore"? Making it re-appear?

djbaxter 05-11-2007 12:49 AM

Quote:

Originally Posted by pcg (Post 1245215)
If you ignore a thread, can you "un-ignore"? Making it re-appear?

Yes. It's a simple option change in the User CP.

abrecher 05-14-2007 05:46 AM

I tried installing this mod to vBulletin 3.6.5 without any success. Has anybody had any success installing this on vb 3.6.5 ?

djbaxter 05-14-2007 10:54 AM

It worked for me with 3.64, 3.65, and now 3.66.

TTG 05-14-2007 10:57 AM

Working fine on my 3.6.6 :up:

Kimiko 05-15-2007 12:54 AM

Thanks! Installed on 3.6.6~!

harley_m 05-15-2007 02:29 PM

Lovely hack - well done! :)

Not sure how hard it would be and therefore if you would want payment for it, but there is something else that could be included in this that I would find extremely useful.

Moderators upwards being able to set a thread to be ignored by a certain user. Obviously that thread would not appear in their ignored threads list, but instead in some listing in the Mod panel. This would be rather like banning from a thread, but actually be much more effective because that user doesnt get the constant reminder they have been acted against.

Simply perfect for members who have started an arguement on an established thread.

My site is non profit, but I would gladly fork some cash out of my own pocket to see this available to me and others.


Harley

tinycg 06-10-2007 02:19 AM

harley, I agree I wasnt really that interested in this mod until the point you brought up, it would make for a very nice implentation of a per-post moderation system to be able to do that.

I would gladly help donate some money to this effort out of my pocket being non-profit myself, but realizing how useful this could be for us.

harley_m 06-15-2007 05:27 PM

Well tinycp - let's hope we can capture the enthusiasm (or greed!) of the developer!

It would turn this mod from being just a useful addition for members to being a useful addition to members and a HUGE improvement to moderating any vb forum. I could not even count the number of instances where being able to do this would have helped me out.

Harley

David Lama 06-16-2007 07:47 AM

update?

djbaxter 06-16-2007 09:42 AM

Quote:

Originally Posted by David Lama (Post 1269585)
update?

Update what? or on what? If you're going to ask a question, at least provide a bit of information so someone can answer it.

harley_m 07-02-2007 10:13 AM

Quote:

Originally Posted by harley_m (Post 1248133)
Lovely hack - well done! :)

Moderators upwards being able to set a thread to be ignored by a certain user. Obviously that thread would not appear in their ignored threads list, but instead in some listing in the Mod panel. This would be rather like banning from a thread, but actually be much more effective because that user doesnt get the constant reminder they have been acted against.


Would this not be possible then?

I would be very grateful :)


Harley

pcg 08-28-2007 04:31 AM

I love this, but one request. We have a notificatin of unread posts hack as well. When a usre ignores a thread, they still show up as unread. any way to fix this so ignored threads are not listed as unread threads??

JadedSouls 10-01-2007 05:07 AM

It's funny, a member JUST inquired about a mod such as this this afternoon and I said "I'll try and find one!"

Lo and behold, here it is!

thanks

*installed*

El Orans 10-05-2007 06:49 AM

*Clicks install *

tikichick 11-25-2007 02:19 AM

Cool mod. I'm using 3.6.8 and it only works for administrators. Can't figure out why and can't find any way to set permissions for registered users to use this. Any suggestions?

ericgtr 11-27-2007 07:28 PM

For anyone who is interested, I wanted to add this to the forumdisplay as well. This way it could be ignored without having to go into the thread if the user wants, it also prompts them, just in case. Here's how I did it:

In the threadbit template find
Code:

<if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
Add this just above it
Code:

                <span style="float:$stylevar[right]">
                &nbsp;<a href="javascript:decision('Are you sure you want to ignore this thread?',
'profile.php?$session[sessionurl]do=ignorethread&amp;threadid=$thread[threadid]&amp;forumid=$thread[forumid]')"><img class="inlineimg" src="$stylevar[imgdir_misc]/hide.gif" alt="Ignore this thread" border="0" /></a>
                </span>

Now add this to the header template at the very bottom
Code:

<!-- Confirm Ignore Thread -->
<SCRIPT LANGUAGE="Javascript">
<!---
function decision(message, url){
if(confirm(message)) location.href = url;
}
// --->
</SCRIPT>
<!-- /Confirm Ignore Thread -->

Add the attached hide.gif (x) image to your images/misc directory

Fungsten 11-29-2007 05:40 PM

Quote:

Originally Posted by ericgtr (Post 1390551)
For anyone who is interested, I wanted to add this to the forumdisplay as well. This way it could be ignored without having to go into the thread if the user wants, it also prompts them, just in case. Here's how I did it:

In the threadbit template find
Code:

<if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
Add this just above it
Code:

        <span style="float:$stylevar[right]">
        &nbsp;<a href="javascript:decision('Are you sure you want to ignore this thread?',
'profile.php?$session[sessionurl]do=ignorethread&amp;threadid=$thread[threadid]&amp;forumid=$thread[forumid]')"><img class="inlineimg" src="$stylevar[imgdir_misc]/hide.gif" alt="Ignore this thread" border="0" /></a>
        </span>

Now add this to the header template at the very bottom
Code:

<!-- Confirm Ignore Thread -->
<SCRIPT LANGUAGE="Javascript">
<!---
function decision(message, url){
if(confirm(message)) location.href = url;
}
// --->
</SCRIPT>
<!-- /Confirm Ignore Thread -->

Add the attached hide.gif (x) image to your images/misc directory

Groovy.

ryancooper 01-09-2008 07:12 PM

Any way to ignot threads with vBadvanced?

Phalynx 02-13-2008 01:57 PM

Quote:

Originally Posted by pcg (Post 1327156)
I love this, but one request. We have a notificatin of unread posts hack as well. When a usre ignores a thread, they still show up as unread. any way to fix this so ignored threads are not listed as unread threads??

Same here... any solution to this?

pigsy 02-28-2008 12:43 PM

Does this work with 3.7?

Fungsten 04-15-2008 06:04 PM

Quote:

Originally Posted by pigsy (Post 1452867)
Does this work with 3.7?

Yes.

pakomen 04-23-2008 06:50 AM

Quote:

Originally Posted by ryancooper (Post 1418534)
Any way to ignot threads with vBadvanced?

Please?

Lynne 04-23-2008 04:02 PM

My users love this Mod. Thanks!!!

jilly 05-13-2008 04:57 PM

If a user changes their mind, how can they take the thread off of ignore? It doesn't appear to be showing up in the thread tools menu to remove the ignore status

Fungsten 05-25-2008 07:43 PM

Quote:

Originally Posted by jilly (Post 1518478)
If a user changes their mind, how can they take the thread off of ignore? It doesn't appear to be showing up in the thread tools menu to remove the ignore status

I'm on 3.7 and same here on my live board.

dknelson 05-25-2008 09:30 PM

I'm also on 3.7 and have been running this since 3.6 something. There should be a new entry in your usercp under the settings and options menu. "Ignored Threads". That's when you can remove the ignore.

Fungsten 05-25-2008 09:55 PM

Quote:

Originally Posted by dknelson (Post 1531307)
I'm also on 3.7 and have been running this since 3.6 something. There should be a new entry in your usercp under the settings and options menu. "Ignored Threads". That's when you can remove the ignore.

It's strange that it's not there.

Lynne 05-25-2008 10:06 PM

Quote:

Originally Posted by Fungsten (Post 1531323)
It's strange that it's not there.

Go through the readme file again. You need to do a manual template edit.

Fungsten 05-25-2008 10:12 PM

Quote:

Originally Posted by Lynne (Post 1531329)
Go through the readme file again. You need to do a manual template edit.

I checked and rechecked each style.

Lynne 05-25-2008 10:51 PM

Quote:

Originally Posted by Fungsten (Post 1531335)
I checked and rechecked each style.

Then check your source code and see what is showing up there. Or, put something next to it like the letter X (in your template) and see if it shows up on the page. Maybe you are putting it in a conditional and the condition isn't correct so it isn't showing up. (There are two template edits to do. One in showthread and the other in usercp_shell.)

jilly 05-26-2008 03:43 AM

i re-did my template edits and now it is showing up in my user cp list of side bar left options. weird, it wasn't before, but now it is..

Fungsten 05-27-2008 09:23 PM

This is what I have ib ny User CP Shell template:

Quote:

<tr><td class="thead">$vbphrase[settings_and_options]</td></tr>
<if condition="$show['avatarlink']">
<tr><td class="$navclass[avatar]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr>
</if>
<if condition="$show['siglink']">
<tr><td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr>
</if>
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr>
<td class="$navclass[ignoredthreadslist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=ignoredthreadslist">$vbphrase[ignored_threads]</a></td>
</tr>

<tr>
<tr>
<tr>


ssandgirls 06-13-2008 10:39 PM

For this to work on 3.7, do I have to do anything different?

Many thanks

dknelson 08-18-2008 10:53 AM

Folks, I've had this mod installed for a long time. I'm running 3.7 now and I swear that it was working but now the option to ignore thread is not showing up in the Thread Tools dropdown.

I checked and discovered that the template edit was missing. I must have missed it during an upgrade at some point. I re-edited the Showthread template though and the option still does not show up in the drop down. I have the "Ignored Threads" link in the UserCP but nowhere for a user to actually add a thread to their ignored list.

Did something change in 3.7 that requires a different edit in the Showthread template? I would really like to get this working again. I even tried re-installing the product but it still doesn't work.

dknelson 08-19-2008 09:40 PM

Never mind. Figured it out.

AndyP 09-18-2008 07:53 AM

It still works at 3.7.2. But I did have to reinstall and re-edit templates.

AndrewRich 09-19-2008 08:23 PM

Installed! Also using the forumdisplay enhancement as well.

Canis Firebrand 12-03-2008 02:24 PM

Quote:

Originally Posted by Phalynx (Post 1442177)
Same here... any solution to this?

This is the biggest complaint I have received after installing this.

The users at my site love the ability to ignore threads. But, they complain of phantom posts generated from those ignored threads. Their unread post count will show a number and when they click on it, it will say no posts exist. However, the icon next to the forum area where the ignored thread is shows new posts.

If the ignored threads could be excluded from the Get New Posts count, that would be awesome.

edytwinky 01-05-2009 03:16 AM

Does this work on 3.7.4?

What template edits do I need to perform?


All times are GMT. The time now is 04:10 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.01426 seconds
  • Memory Usage 1,829KB
  • 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
  • (6)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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