vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   End-User Options - Selective Forum Filter (https://vborg.vbsupport.ru/showthread.php?t=215001)

wmlvb 12-05-2010 10:16 AM

keep trying to download but getting a download failed message.

BirdOPrey5 12-05-2010 12:57 PM

Maybe try another web browser because it's working for me...

Artes_Marciales 12-06-2010 06:53 AM

VB 3.8.6
Quote:

Originally Posted by Artes_Marciales (Post 2031204)
Is strange, not work for my : S
https://vborg.vbsupport.ru/
Any idea?


blue6995 12-29-2010 07:55 AM

Quote:

Originally Posted by AngelBlue (Post 2046926)
Here's how I got this working with vb4:
  1. Import attached version of the product, allowing overwrite. (this is the standard product, but with Fiel's changes included)
  2. Edit your 'navbar' template. Add: "&exclude={vb:raw bbuserinfo.excludeforumids}" to the end of all links which go to search.php, and which contain both "do=getnew" and "contenttype=vBForum_Post" in the URL.

Where would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}" and do I need to include the quotes "at each end"

I have this line for instance - <li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&amp;contenttype=vBForum_Post">{vb:rawphr ase new_posts_nav}</a></li>

Where in it would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}"

Thanks

BirdOPrey5 12-29-2010 12:51 PM

Quote:

Originally Posted by blue6995 (Post 2140573)
Where would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}" and do I need to include the quotes "at each end"

I have this line for instance - <li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&amp;contenttype=vBForum_Post">{vb:rawphr ase new_posts_nav}</a></li>

Where in it would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}"

Thanks

You'd make it:

Code:

<li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&exclude={vb:raw bbuserinfo.excludeforumids}&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>


blue6995 12-29-2010 01:52 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2140690)
You'd make it:

Code:

<li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&exclude={vb:raw bbuserinfo.excludeforumids}&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>


Very many thanks. That worked

Mellow 12-30-2010 01:00 PM

Quote:

Originally Posted by Trek (Post 2064210)
So I installed this, then realized it wasn't working with PaulM's Unread Posts mod.

There is probably a better way to get this to work with it, but this is what I did.

Open Plugin: Unread Posts and Reputation, Hook: Parse Templates

Find:

Code:

$eforums = unserialize($vbulletin->options['dupexcl']);
Add under it:

Code:

$eforums2 = explode(",", $vbulletin->userinfo['excludeforumids']);

Find:

Code:

in_array($xid,$eforums)
Add under it:

Code:

OR in_array($xid,$eforums2)
That should be it!

Hopefully this helps someone else using the same mod. =) Keep in mind though if/when Paul updates his mod, you'll have to make these changes again.

That didn't work for me for some reason..

The rest of the product is working just not Paul's mod w/your changes.

I'm also on 4.1 so that might have something to do with it.

Mellow 12-30-2010 09:55 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2140690)
You'd make it:

Code:

<li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&exclude={vb:raw bbuserinfo.excludeforumids}&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>


For this to work with Paul's unread post mod there's 3 phrases that also need to be modified I believe.

dup_no_posts
dup_unread_posts
dup_x_unread_posts

But, I'm not sure how to do that as editing the phrases and inserting the above won't work. Any ideas?

BirdOPrey5 12-31-2010 03:58 AM

I'm not familiar with Paul's mod- the best place to ask would be in the mod thread.

Mellow 12-31-2010 10:49 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2141679)
I'm not familiar with Paul's mod- the best place to ask would be in the mod thread.

You're right, my bad, will do it now.


All times are GMT. The time now is 10:42 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.01217 seconds
  • Memory Usage 1,748KB
  • 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
  • (7)bbcode_code_printable
  • (7)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