vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Opt-Out Forums from Get New/Get Daily (https://vborg.vbsupport.ru/showthread.php?t=91025)

peterska2 09-15-2005 11:40 PM

/me hits the install button!

Just what I needed. You've saved me a job again there Kirby!

Andreas 09-16-2005 03:49 AM

@Pitman
I see. So actually you want a Forum setting "Can be excluded from Get new Posts" and a Usergroup Setting "Follow Forum Settings for excluding from Get New Posts", right?

@FleaBag
Which Phrase is missing where?

Pitman 09-16-2005 12:53 PM

Basically, yes :)

FleaBag 09-16-2005 07:56 PM

Quote:

Originally Posted by KirbyDE
@FleaBag
Which Phrase is missing where?

The phrases in the Usergroup Manager for the options. I am using RC3; could that be an issue?

Andreas 09-17-2005 04:46 AM

Hmm ... it's there for me.
Can you make a screenshot of where it is missing?

hardgainer 09-27-2005 12:13 PM

Is there any way to force certain forums to be excluded in all User CP's?

ConqSoft 09-27-2005 01:46 PM

When I upgraded to RC3, the option under each Forum in Forum Manager no longer shows. Do I need to re-run something?

Andreas 09-27-2005 01:51 PM

@hardgainer
You mean excluded from get new posts, or excluded from being excluded (:D) from get new posts?

@ConqSoft
Should not be necessary.
Check that the Bitfield XML is in place and that all Plugins are active.
Furthermore, this Hack does not add any Option to Forum Manager at all.

ConqSoft 09-27-2005 01:55 PM

Yeah, re-uploaded the bitfield XML over the old one just to make sure. The option shows for Usergroups, but not for Forums. Strange.

Andreas 09-27-2005 02:07 PM

Not strange, it's working as designed :)
This is a Usergroup Permission, not a Forum Setting.

ConqSoft 09-27-2005 02:08 PM

I thought it had an option to determine if a forum could be opted-out of or not?

Quote:

Description
This Hack allows the Users to select certain Forums they do not want to appear on Get New/Get Daily.
It includes a new Permission, so you can specify which Usergroups can use this feature, which Forums
can't be excluded
, etc.

Andreas 09-27-2005 02:17 PM

Yes - Forum Permissions.

ConqSoft 09-27-2005 02:20 PM

Duh. I knew I had seen it somewhere, and thought it was a forum option. :D Thanks

Boofo 09-27-2005 02:28 PM

Then you need to delete this in your instructions.

Quote:

You can also go Forum Permissions to specify which Forums "can't be excluded".
Forum settings, right?

Andreas 09-27-2005 02:32 PM

Yes, it need's an Update: to is missing.

Quote:

You can also go to Forum Permissions to specify which Forums "can't be excluded".

Boofo 09-27-2005 02:34 PM

Quote:

Originally Posted by KirbyDE
Yes, it need's an Update: to is missing.

Well, I don't see the option in there now after upgrading to RC 3.

Andreas 09-27-2005 02:36 PM

Should I take a Screenshot for you? ;)
Hint: Forum Permissions != Forum Manager

Boofo 09-27-2005 02:36 PM

Quote:

Originally Posted by KirbyDE
Should I take a Screenshot for you? ;)

Yes, do that and I will take one for you. ;)

ConqSoft 09-27-2005 02:36 PM

AdminCP->Forums & Moderators->Forum Permissions. Edit a Usergroup. You can pick which forums that usergroup can/can't opt out of.

It's not under Forum Settings (where I was thinking it was). It's under Forum Permissions, where it has always been. I just had a brainfart.

Boofo 09-27-2005 02:38 PM

Quote:

Originally Posted by ConqSoft
AdminCP->Forums & Moderators->Forum Permissions. Edit a Usergroup. You can pick which forums that usergroup can/can't opt out of.

It's not under Forum Settings (where I was thinking it was). It's under Forum Permissions, where it has always been. I just had a brainfart.

Ahhh, cancel the screenshot, Kirby. I was thinking as ConqSoft was. My mistake. Sorry. :(

Andreas 09-27-2005 02:39 PM

Hehe.
But it was always in the documentation so at least you can't blame me (except for the missing to) ;)

Boofo 09-27-2005 03:01 PM

Quote:

Originally Posted by KirbyDE
Hehe.
But it was always in the documentation so at least you can't blame me (except for the missing to) ;)

True, and that's why I ate my words. ;)

I don't use forum permissions enough, I guess. So, I'm not used to checking there. I will do so more often in the future now that I know you use them for a few of your hacks. Again, sorry for the misunderstanding. ;)

[high]* Boofo goes to gargle after choking on those words he had to eat. ;)[/high]

NuclioN 09-29-2005 06:05 AM

Installed! Just what we needed. ;)

dieselpowered 10-04-2005 09:16 PM

Is this running alright on 3.5 Gold??

Thanks!

Andreas 10-04-2005 09:26 PM

Why shouldn't it?

dieselpowered 10-04-2005 09:43 PM

Quote:

Originally Posted by KirbyDE
Why shouldn't it?

Well due to changes in the code...just like the PM hack:

https://vborg.vbsupport.ru/showthrea...9&page=1&pp=15

I just want to be sure before I go hacking it up :)

Andreas 10-04-2005 10:20 PM

There were no changes in the Code that caused these problems - it wouldn't have worked properly on any Beta/RC Version as well.

So answer is (as always): I expect it to be working, but I don't know if it really is.

dieselpowered 10-05-2005 01:22 AM

Quote:

Originally Posted by KirbyDE
There were no changes in the Code that caused these problems - it wouldn't have worked properly on any Beta/RC Version as well.

So answer is (as always): I expect it to be working, but I don't know if it really is.

Well my friend, it works just fine.

I do have a question though...

I have a link on the homepage to the specific forum, however, I have the forum indicated as not active so that it does not show on the forum index.

Now the problem is that it has to be active in order to be shown on the Excluded Forums list.

Is there anyway around this? Also, would it be possible to get this to work with CMPS so that when it shows say 19 new post, and all of those new post are in forums that were excluded by your hack, that it does not show the number? 'Cause right now, it shows 19 new posts, however, when you click it shows no new post (because it is excluded)

Thanks man!

Andreas 10-05-2005 01:27 AM

1) Edit the Plugin Code (Hook profile_editoptions_start) and remove
PHP Code:

AND ($forum['options'] & $vbulletin->bf_misc_forumoptions['active']) 

2) Link to the CMPS Module you are refering to?

dieselpowered 10-05-2005 01:41 AM

Quote:

Originally Posted by KirbyDE
1) Edit the Plugin Code (Hook profile_editoptions_start) and remove
PHP Code:

AND ($forum['options'] & $vbulletin->bf_misc_forumoptions['active']) 


Nevermind, found it :)

Quote:

Originally Posted by KirbyDE
2) Link to the CMPS Module you are refering to?

Ummm well it is built into CMPS, I guess just visit my site and look on the side where it shows new posts:

http://www.weapondepot.com

dieselpowered 10-05-2005 01:46 AM

Awesome man, that code change did the trick!!!

Now for the CMPS :)

Andreas 10-05-2005 01:46 AM

It does not show "new posts" anywhere for me (or I am just blind, that could quite possibly be the case).

dieselpowered 10-05-2005 01:50 AM

Quote:

Originally Posted by KirbyDE
It does not show "new posts" anywhere for me (or I am just blind, that could quite possibly be the case).

Darnit, I always forget that sometimes things I see guests will not.

Not that this will help, however, you can login as:

user: test-acct
pass: password

I have attached a screenshot as well :)

dsotmoon 10-05-2005 01:59 AM

can the admin pick forums to not show in new posts or just the users, example, if I dont want any threads from a "test" forum, can I select that as an admin?

csidlernet 10-05-2005 02:05 AM

coolies thanks!
/me hits install

KidneyBoy 10-05-2005 02:19 AM

Thanks! This is a great feature! I do agree this should be built into vBulletin, but at least you created it, and I for one really appreciate it. Thanks again!

KidneyBoy

dieselpowered 10-05-2005 07:42 PM

So Kirby, is it safe to assume that there is no way to fix the CMPS module so that it does not display posts that people have opt out of?

Andreas 10-05-2005 07:58 PM

I think it is possible, but I didn't have a look at it yet.
Will do so now (after precessing all new posts on vBorg)

dieselpowered 10-05-2005 08:03 PM

Quote:

Originally Posted by KirbyDE
I think it is possible, but I didn't have a look at it yet.
Will do so now (after precessing all new posts on vBorg)

Sure man no problem, I appreciate your time!

offline 10-05-2005 08:33 PM

Nice work, works great on 3.50 gold. One quick question... Is there a way to set a new user to automatically have a specific forum turned off from the new posts search?


All times are GMT. The time now is 11:54 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.01469 seconds
  • Memory Usage 1,818KB
  • 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_php_printable
  • (14)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
  • (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