Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Opt-Out Forums from Get New/Get Daily Details »»
Opt-Out Forums from Get New/Get Daily
Version: 1.0.3, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-24-2005 Last Update: 09-26-2005 Installs: 254
DB Changes Uses Plugins Template Edits
 
No support by the author.

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.

Details
1 Product XML with 3 Plugins, 4 Phrases and 1 SQL Query
1 Bitfield XML
1 Template Edit

History
1.0.0 Initial Version
1.0.1 Added Option "None" for users who don't know about their CTRL Key
1.0.2 Updated for RC1
Note: This Hack does only work for vBulletin 3.5.0 RC1 and up!
1.0.3 Fixed a small Typo and a possible Problem with Forums that contain HTML in Title

Please only click Install if you actually have installed/are using this Hack, and click Uninstall when you don't use it any longer!

This Hack is unsupported! All support requests except proven bugs will be ignored

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
CynamiteCMAG

Comments
  #72  
Old 08-18-2005, 08:24 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure If I understood you correctly, but there was a possible Problem with Forums that had HTML in Title.
Should be fixed now.
Reply With Quote
  #73  
Old 08-18-2005, 08:47 PM
edschaum's Avatar
edschaum edschaum is offline
 
Join Date: Jul 2004
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My forum names are images, not text, therefore the forum jump menus are blank. However, with v3.5, there is now support for adding a title tag:

Code:
<img src=graphicalforumname.image><title>Text Name of Forum</title>
In v3.5, vbulletin picks up the text between the title tags and inserts it in places where the textual forum name is needed, like in the forum jump menu.

Currently, the Exclude Forums box is blank for me because my forum names are images. I've inserted title tags with the textual forum names in between, and now my forum jump menus work, but the Exclude Forums box is still blank.

I'm hoping that this mod will also pick up the text in the title tags and insert it into the Exclude box.

Sorry for the cumbersome explanation.

Ed
Reply With Quote
  #74  
Old 08-18-2005, 08:51 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you try Version 1.0.3 already?

Btw: Your Forum Names will generate invalid HTML, as <title> is only allowed in <head>
Reply With Quote
  #75  
Old 08-18-2005, 11:11 PM
edschaum's Avatar
edschaum edschaum is offline
 
Join Date: Jul 2004
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
Did you try Version 1.0.3 already?
It works fine with 1.03, problem solved.


Quote:
Btw: Your Forum Names will generate invalid HTML, as <title> is only allowed in <head>
It appears that vbulletin is using those tags as internal markers only. They are being stripped out before the page is rendered, so it doesn't cause a problem.

Thanks,

Ed
Reply With Quote
  #76  
Old 08-19-2005, 10:22 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure?
HTML Code:
<!-- BEGIN TEMPLATE: forumhome_forumbit_level2_post -->
<tr align="center">
	<td class="alt2"><img src="http://localhost/vb35/images/statusicon/forum_old.gif" alt="" border="0" /></td>
	<td class="alt1Active" align="left" id="f41">
		<div>
			<a href="forumdisplay.php?f=41"><strong><s><u>Testforum</u></s><title>Just testing</title></strong></a>
			
		</div>

		
		
		
	</td>
	<td class="alt2" nowrap="nowrap"><!-- BEGIN TEMPLATE: forumhome_lastpostby -->

<div class="smallfont" align="left">
	<div style="clear:both">
		
		<a href="showthread.php?goto=newpost&amp;t=2" title="Go to first unread post in thread 'Thread A'"><strong>Thread A</strong></a>
	</div>
	<div>
		by <a href="member.php?find=lastposter&amp;f=41" rel="nofollow">newuser</a>

	</div>
	<div align="right">
		Yesterday <span class="time">09:18 PM</span>
		<a href="showthread.php?goto=lastpost&amp;t=2"><img class="inlineimg" src="http://localhost/vb35/images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
	</div>
</div>

<!-- END TEMPLATE: forumhome_lastpostby --></td>
	<td class="alt1">11</td>

	<td class="alt2">49</td>
	
</tr>


<!-- END TEMPLATE: forumhome_forumbit_level2_post -->
That obiously isn't valid HTML (see <title> Tag being used) ...
Reply With Quote
  #77  
Old 09-10-2005, 10:51 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of adding a per forum permission that are overridden by the forum permissions by usergroup if they are set?
Reply With Quote
  #78  
Old 09-10-2005, 10:53 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've read that sentence 4 times, and still don't get what you want?
Reply With Quote
  #79  
Old 09-10-2005, 11:40 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

An option in AdminCP -> Forums & Moderators -> Forum Manager -> Edit Forum -> Can be Excluded from Get New / Get Daily

It would make it a lot easier to set a global per forum option and if you want specific usergroups to have a different permission than is set on the forum, you can set an access mask-like permission such as the one currently being used.
Reply With Quote
  #80  
Old 09-14-2005, 02:04 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
I've read that sentence 4 times, and still don't get what you want?
Just checking to see if you understood the last post
Reply With Quote
  #81  
Old 09-15-2005, 08:53 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting the issue reported with phrases not showing upwhen editing a Usergroup... Tried editing a phrase, and re-installing the product - to no avail.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05288 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete