vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager (https://vborg.vbsupport.ru/showthread.php?t=228228)

r4ge 01-18-2010 12:00 PM

Quote:

Originally Posted by MARCO1 (Post 1958387)
Yes, This Mod doesn't use the Hide BBCODE, Until now they should refresh the page to see the links,Attachments.


Ok thanks for the reply. Is the hide BBCODE going to be put into next release? If not is there any way I can mass edit threads to delete the [hide] bit?

dmknights 01-18-2010 12:16 PM

Quote:

Originally Posted by dmknights (Post 1955749)
Before i download & install this mod, theres just a couple of things id like to know:

Now i understand that you can hide links from guests & members before they reply, but is the hidden links automatically hidden or do you have to use tags?

Please answer

1. I wont download if you dont say what its capable of
2. I wont click install if i dont install it on my forum lol

r4ge 01-18-2010 12:26 PM

Quote:

Originally Posted by dmknights (Post 1959122)
Please answer

1. I wont download if you dont say what its capable of
2. I wont click install if i dont install it on my forum lol

It don't use tags to hide links. It automatically hides them until someone replies.

MARCO1 01-18-2010 07:04 PM

Quote:

Originally Posted by dmknights (Post 1959122)
Please answer

1. I wont download if you dont say what its capable of
2. I wont click install if i dont install it on my forum lol

LOL, Sorry I'm really didn't see your reply :D, However r4ge has replied to you here :
https://vborg.vbsupport.ru/showpost....&postcount=204

opaa 01-19-2010 01:05 PM

Quote:

Originally Posted by Miguel86 (Post 1957795)
After installing it i cant enter to any post.
On the mail that is sent shows:

MySQL Error : Table 'web.post' doesn't exist

The table should be vb_post so prefix is not being recognized.

Same problem here. VB4.0.1 :o

tazattitude 01-19-2010 01:29 PM

If you have a prefix I added

.TABLE_PREFIX. in two different locations and it worked


PHP Code:

("SELECT userid from ".TABLE_PREFIX."post where threadid='$post[threadid]


Jackie1 01-19-2010 01:44 PM

Quote:

Usergroups permission for Attachments NEW!
I want member enough reputation or thanks to allowed download attachments. Please help me Thanks

eTiKeT? 01-19-2010 02:35 PM

1 Attachment(s)
Turkish Version Added
Türkçe Versiyonu Eklenmiştir ...

opaa 01-19-2010 07:32 PM

Quote:

Originally Posted by tazattitude (Post 1960185)
If you have a prefix I added

.TABLE_PREFIX. in two different locations and it worked


PHP Code:

("SELECT userid from ".TABLE_PREFIX."post where threadid='$post[threadid]


Thank you very much :D

MARCO1 01-20-2010 03:08 PM

Quote:

Originally Posted by eTiKeT? (Post 1960234)
Turkish Version Added
T?rk?e Versiyonu Eklenmiştir ...

Thanks Serhat,

You have done a very nice job, First Post updated.

seiki73 01-20-2010 06:29 PM

Quote:

Originally Posted by MARCO1 (Post 1916500)
Hiding attachments for guests you can change the usergroup permission and choose no on attachments permission


...

I have installed this and seems to work..... but I dont understand why does vbulletin allows to restrict access in group permission?? that does not work.. either the recommendatio done at the top of this message.... huh?

I also need to restrict access to any kind of code, inline images and attachments to visitors... why should I restrict members?

any idea on how to make it work this way... inline images are still shown to visitors

MarioRe 01-20-2010 07:37 PM

Whoa haa this sounds like mod of the year.

I haven't installed this yet but I got a couple questions.

1-Can any member hide there link when they create a thread?

2-This sounds like a hide hack if not what is the difference.

Marco thx If I use and it is what I think it is I will need an e-mail adress to donate to you.

Does anyone have this working properly on there sit if so can you please give me a link so I can see how it works.

MARCO1 01-21-2010 04:48 PM

Quote:

Originally Posted by seiki73 (Post 1961461)
I have installed this and seems to work..... but I dont understand why does vbulletin allows to restrict access in group permission?? that does not work.. either the recommendatio done at the top of this message.... huh?

I also need to restrict access to any kind of code, inline images and attachments to visitors... why should I restrict members?

any idea on how to make it work this way... inline images are still shown to visitors

Hmm, I'm not completely understand your question, ca you explain more ?

MARCO1 01-21-2010 04:51 PM

Quote:

Originally Posted by MarioRe (Post 1961537)
Whoa haa this sounds like mod of the year.

I haven't installed this yet but I got a couple questions.

1-Can any member hide there link when they create a thread?

2-This sounds like a hide hack if not what is the difference.

Marco thx If I use and it is what I think it is I will need an e-mail adress to donate to you.

Does anyone have this working properly on there sit if so can you please give me a link so I can see how it works.

No, The links will hide if they want or not but sure the admin and moderators and the thread author can see links.

Spika 01-21-2010 07:34 PM

Quote:

Originally Posted by lolo? (Post 1916401)
hello i try this but dosent work if you have a prefix for the db
use this if you have a prefix


You have to put the prefix in the name of the tables required
Open Product - MARCO1 Hide All Final.xml whit a text editor and search:

In word in red add the prefix (for ex.: if you use vb as prefix put vbpost

In line 25 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");

In line 45 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");
In line 55 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");
After reinstall the product

Extra PC 01-22-2010 04:06 PM

منتظرين الاصدار الجديد

أتمنى لا تنسى منع الروابط الموجودة ضمن Codeاو Quote

كذلك لو تخلي خيار لمنع الصور عن الزوار مثلا سواء تلك التي بكود Img أو تلك الصور التي بكود Img و Url

Miguel86 01-22-2010 04:31 PM

Quote:

Originally Posted by Spika (Post 1962683)
You have to put the prefix in the name of the tables required
Open Product - MARCO1 Hide All Final.xml whit a text editor and search:

In word in red add the prefix (for ex.: if you use vb as prefix put vbpost

In line 25 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");

In line 45 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");
In line 55 search:
Code:

$p=$db->query_first("SELECT userid from post where threadid='$post[threadid]'  AND userid=" . $vbulletin->userinfo[userid] . "");
After reinstall the product

I have done this and now works, dont fail when entering to posts but dont hide links to guests and i have enabled to hide links to them.

pozo 01-22-2010 09:37 PM

Waiting for the possibility to hide [code] or other BBCodes like [spoiler] :(

Gnoll 01-23-2010 06:04 PM

Nice :) Thanks for hack

@Spika thank you for solving my problem too

MARCO1 01-23-2010 06:45 PM

Thanks Guys, I will update the Mod with all of your suggests ASAP.

3DUInc 01-26-2010 02:01 AM

Does this work for hiding in Articles and blogs too, MARCO1?

Excellent work, tagged, voted, nominated!

iyama 01-26-2010 06:38 AM

Quote:

Originally Posted by MARCO1 (Post 1964660)
Thanks Guys, I will update the Mod with all of your suggests ASAP.

Include the option to [hide] and [/hide] ?
And with the thank you mod?

:up:

arena 01-26-2010 10:14 AM

<b><font color=red>[Dear Guest/Member you can't see link before reply<a href="register.php">click here to register</a>]</font></b>

not working

MARCO1 01-26-2010 10:32 AM

Quote:

Originally Posted by 3DUInc (Post 1966722)
Does this work for hiding in Articles and blogs too, MARCO1?

Excellent work, tagged, voted, nominated!

Until now only worked with forum. And the next version will be with blogs and CMS.

Thanks for your support.

MARCO1 01-26-2010 10:34 AM

Quote:

Originally Posted by arena (Post 1966936)
<b><font color=red>[Dear Guest/Member you can't see link before reply<a href="register.php">click here to register</a>]</font></b>

not working

Can you explain more what you are trying to do ?

arena 01-26-2010 10:45 AM

Quote:

Originally Posted by MARCO1 (Post 1966950)
Can you explain more what you are trying to do ?

look please
http://www.arenatr.com/threads/39221...117#post190117

this code work

<b><font color=red>Dear member\guest you have to reply to see the link</font></b>

coberr 01-26-2010 10:57 AM

MARCO1, first thank your for the plugin.

When we can expect the release with the option to hide also the bbcode?
Thanks.

dmknights 01-26-2010 05:40 PM

Installed

The admin instructions are a little difficult to follow, but its still a good mod

cicciotto 01-26-2010 07:38 PM

Hello, why when I activate the plugin get many email database error?
Excuse my English

cicciotto 01-27-2010 06:22 PM

hello, it is possible to display only the images but not the link?

MARCO1 01-28-2010 01:06 PM

Sorry I don't support people who use the Mod without clicking on Mark as installed.

cicciotto 01-28-2010 03:00 PM

oops sorry I did not know :(
Click immediately!

MARCO1 01-28-2010 03:03 PM

Quote:

Originally Posted by cicciotto (Post 1969024)
oops sorry I did not know :(
Click immediately!

Thanks, Looks like you are using vBulletin table_prefix check this post :
https://vborg.vbsupport.ru/showpost....&postcount=216

cicciotto 01-28-2010 03:08 PM

Yes, thanks to this post I solved, thanks!
Now I know if I can hide just missing the link, but not images?
thanks in advance!

MARCO1 01-28-2010 03:14 PM

Quote:

Originally Posted by cicciotto (Post 1969034)
Yes, thanks to this post I solved, thanks!
Now I know if I can hide just missing the link, but not images?
thanks in advance!

Great!, Can you explain more about your second request ?

cicciotto 01-28-2010 03:32 PM

example:
https://vborg.vbsupport.ru/external/2010/01/13.jpg
In my forum also hides images :(

MARCO1 01-29-2010 08:54 AM

Quote:

Originally Posted by cicciotto (Post 1969056)
example:
https://vborg.vbsupport.ru/external/2010/01/13.jpg
In my forum also hides images :(

I'm not completely under stand your question are you want to hide the images from guests ?

cicciotto 01-29-2010 12:05 PM

I would not hide the images to my guest!
Sorry for my English :(

MARCO1 01-29-2010 05:29 PM

Quote:

Originally Posted by cicciotto (Post 1969747)
I would not hide the images to my guest!
Sorry for my English :(

The Mod will hide the images if they have a link.

cicciotto 01-29-2010 06:20 PM

thanks for support! ;)


All times are GMT. The time now is 05:11 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.01887 seconds
  • Memory Usage 1,837KB
  • 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
  • (2)bbcode_php_printable
  • (21)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