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

Reply
 
Thread Tools
MARCO1 Hide Thread Content - With excluding forum to hide content Details »»
MARCO1 Hide Thread Content - With excluding forum to hide content
Version: 1.00, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.0 RC 2 Rating:
Released: 12-13-2009 Last Update: Never Installs: 88
Uses Plugins Auto-Templates
Translations  
No support by the author.


MARCO1 Hide Thread Content
With excluding forum to hide content


Description :
This Mod is coded as daPLAYBOY request in this post :
https://vborg.vbsupport.ru/showpost....1&postcount=83
This Mod hide thread content from guests

Features :
Hide thread content from guests
Excluding any forum to hide thread content
You can customize the hide message from vBulletin Admincp

Install :
Import the product from admincp
upload the images folder to your vBulletin dir

Screen Shots & Download :
In Attachments

Download Now

File Type: zip MARCO1 No Thread Content.zip (403.2 KB, 1272 views)

Screenshots

File Type: jpg 1.jpg (54.5 KB, 0 views)
File Type: jpg 2.jpg (38.6 KB, 0 views)
File Type: jpg en cp.jpg (66.8 KB, 0 views)
File Type: jpg en cp2.jpg (67.2 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-15-2009, 09:30 AM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
Downloaded / tagged / installed and uninstalled.

when trying to make some of my forum sections viewable to the public it promts sql error.
so gonna try either a later vb version, or a later version of this..

but rated 5 stars cause this is great, ewen though i cant use it

Code:
Database error in vBulletin 4.0.0 Release Candidate 2:

Invalid SQL:
UPDATE forum SET
title_clean = 'Main Forum',
title = 'Main Forum',
description_clean = 'General forum, for general chit chat.',
description = 'General forum, for general chit chat.',
link = '',
displayorder = 1,
parentid = 1,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options - 8192, options),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
options = IF(options & 131072, options - 131072, options),
styleid = 0,
imageprefix = '',
password = '',
MARCO1_forumnocontent = '1'
WHERE forumid = 2;

MySQL Error   : Unknown column 'MARCO1_forumnocontent' in 'field list'
Error Number  : 1054
Request Date  : Tuesday, December 15th 2009 @ 12:58:59 AM
looks like it didnt create the colum "MARCO1_forumnocentent" dureing install..

Yes, that's correct the Mod doesn't installed completely in your forum
This may have some conflicting Mods with this Mod try to disable all other Mods that's do the same job "hide" (Hide links,attachments ..etc) then re-install the Mod again

Thanks Vaupell for your reply
Reply With Quote
  #13  
Old 12-17-2009, 08:51 PM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had the same issue as Vaupell...mainly when using the 'Forum Manager' and trying to save changes which resulted in this error; the way round it was to disable your Mod, then I could save changes in the 'Forum Manager'.

Hope you can find a fix, Marco1, as it's a great Mod.
Reply With Quote
  #14  
Old 12-17-2009, 09:16 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daPLAYBOY View Post
I've had the same issue as Vaupell...mainly when using the 'Forum Manager' and trying to save changes which resulted in this error; the way round it was to disable your Mod, then I could save changes in the 'Forum Manager'.
as it's a great Mod.
well that was the problem. but also noticed it only "hides" the first post in a thread,
sooe,, uninstalled..

i was thinking i could block specifik forums with this message and have a few completely open.

just waiting for a new release or something no rush
Reply With Quote
  #15  
Old 12-17-2009, 09:33 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
well that was the problem. but also noticed it only "hides" the first post in a thread,
sooe,, uninstalled..

i was thinking i could block specifik forums with this message and have a few completely open.

just waiting for a new release or something no rush
Looks like I need to review the coding, however I have now more than 4 paid Mods so If I have a free time I will take a look at it :up:
Reply With Quote
  #16  
Old 12-18-2009, 08:48 AM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daPLAYBOY View Post
I've had the same issue as Vaupell...mainly when using the 'Forum Manager' and trying to save changes which resulted in this error; the way round it was to disable your Mod, then I could save changes in the 'Forum Manager'.

Hope you can find a fix, Marco1, as it's a great Mod.
Hi again,

I have tried the Mod more than 3 times in 3 different forums. What's your vBulletin version "B or RC" ?
Reply With Quote
  #17  
Old 12-18-2009, 11:49 AM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Marco1!

The script I'm working on for a client is RC!
Reply With Quote
  #18  
Old 12-28-2009, 11:52 AM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARCO1 View Post
Sure I can, but can you give me some more info ?
I only want to hide some parts of a post. I should work like a HIDE-BBCode.
that i can make [hide]not visible for guests[/hide]
Reply With Quote
  #19  
Old 12-28-2009, 01:43 PM
iyama iyama is offline
 
Join Date: Sep 2008
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kolbi View Post
I only want to hide some parts of a post. I should work like a HIDE-BBCode.
that i can make [hide]not visible for guests[/hide]
Include me to
Reply With Quote
  #20  
Old 12-28-2009, 05:57 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kolbi View Post
I only want to hide some parts of a post. I should work like a HIDE-BBCode.
that i can make [hide]not visible for guests[/hide]
Working on it!
Reply With Quote
  #21  
Old 12-29-2009, 06:03 AM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARCO1 View Post
Working on it!
Thank you

I would appreciate if you can manage this addon that I can choose which bb-code are not visible for guests.

Example:

I want to hide the bbcode "hide" and "code, so I choose "hide" and "code"
Second admin wants to hide "code" and "html" bbcodes so he chooses these in your addon.

Is something like that possible?
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 08:40 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.04603 seconds
  • Memory Usage 2,351KB
  • Queries Executed 27 (?)
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
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete