vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   BB Code Enhancements - BB Code Hider Lite (https://vborg.vbsupport.ru/showthread.php?t=266744)

Sworm 12-06-2011 09:57 PM

Hi, Installed and nominated :). Can i know if in the setting message field can be used the script tag?

nhawk 12-06-2011 10:03 PM

Quote:

Originally Posted by kh99 (Post 2275332)
Hey nhawk, can you explain how you fixed the caching issue? I looked at the code briefly but couldn't see it. Actually, if you can explain how the caching system works that would be cool.

LOL, I saw your reply in the other thread and PM'd you..

But for everyone's benefit, it's really quite simple.

This was added to all plugins to kill the cached info..
Code:

$parsedtext = '';
To be perfectly honest, I'm still not 100% certain how the built in cache works. I just ran across it while working on something else and spotted a post with 'hidden' code in it and then it hit me what was happening with this mod. By adding the above code, it cancel's out the info read from the cache table.

nhawk 12-06-2011 10:11 PM

Quote:

Originally Posted by Sworm (Post 2275334)
Hi, Installed and nominated :). Can i know if in the setting message field can be used the script tag?

If you mean you want to attach a URL to the message displayed, not in the lite version.

Sworm 01-13-2012 08:15 PM

Hi, it was released vb 4.1.10....

This great hack will still work on the newest vb suite version? thanks

nhawk 01-13-2012 08:36 PM

Quote:

Originally Posted by Sworm (Post 2287427)
Hi, it was released vb 4.1.10....

This great hack will still work on the newest vb suite version? thanks

Yes, it is still working with 4.1.10.

Alan_SP 01-18-2012 01:53 AM

I know this is not purpose of this mod, but just to ask, how hard it would be to have mod that disables certain usergroups from using certain BBcodes at all? I know this is a bit off topic here...

nhawk 01-18-2012 01:55 PM

Quote:

Originally Posted by Alan_SP (Post 2289220)
I know this is not purpose of this mod, but just to ask, how hard it would be to have mod that disables certain usergroups from using certain BBcodes at all? I know this is a bit off topic here...

I'll look into it.

Nirjonadda 03-08-2012 07:01 PM

Installed Premium Version
Excellent Work on 4.1.10
Great Mod...Thanks

Sworm 04-02-2012 05:49 PM

Hi, i'm a premium user, can i know if it work on 4.1.11 PL1? Thanks

nhawk 04-02-2012 09:54 PM

Quote:

Originally Posted by Sworm (Post 2316093)
Hi, i'm a premium user, can i know if it work on 4.1.11 PL1? Thanks

Yes it does.

Sworm 04-11-2012 08:41 AM

Quote:

Originally Posted by nhawk (Post 2316146)
Yes it does.

Thank's, and it work on 4.1.12 too? I need to know before to install the last version. Thanks again

nhawk 04-11-2012 09:04 AM

Quote:

Originally Posted by Sworm (Post 2318978)
Thank's, and it work on 4.1.12 too? I need to know before to install the last version. Thanks again

I have not tested it on 4.1.12 yet.

I won't do that for at least 3 weeks to see how stable 4.1.12 is.

Sworm 04-11-2012 09:41 AM

ohh ok i'll wait to upgrade 4.1.12

davut_c20 04-12-2012 01:01 AM

this very good thanks :D

Merenguista 04-14-2012 03:33 PM

It works fine in 4.1.12 .. Thanks ..

Disco_Stu 05-15-2012 11:51 AM

I just installed this mod for 4.1.12 and it's working fine. Marked as installed.

Sworm 05-15-2012 05:54 PM

Quote:

Originally Posted by nhawk (Post 2318984)
I have not tested it on 4.1.12 yet.

I won't do that for at least 3 weeks to see how stable 4.1.12 is.

Hi nhawk i have waiting your test on 4.1.12 to install the lastest version of vbulletin.... can i install your great hack without problems on last vb version? Thanks

nhawk 05-15-2012 08:07 PM

Quote:

Originally Posted by Sworm (Post 2329641)
Hi nhawk i have waiting your test on 4.1.12 to install the lastest version of vbulletin.... can i install your great hack without problems on last vb version? Thanks

Yes, it works without a problem.

Disco_Stu 05-25-2012 04:08 PM

This mod works ok for 4.2 but I did notice something that everyone should be aware of:

You can block unregistered users from viewing the code snippet in your post but if they go to the tread listings and place the mouse over the post title it will show the first few lines of the post (6 lines I think) in a little popup . if you placed your code in the first few lines then it will be displayed without being blocked even with this mod.

Don't know if anyone else has noticed this or not. I guess to be safe don't put the code you want blocked in the first few lines of the post.

nhawk 05-25-2012 04:27 PM

Quote:

Originally Posted by Disco_Stu (Post 2332719)
This mod works ok for 4.2 but I did notice something that everyone should be aware of:

You can block unregistered users from viewing the code snippet in your post but if they go to the tread listings and place the mouse over the post title it will show the first few lines of the post (6 lines I think) in a little popup . if you placed your code in the first few lines then it will be displayed without being blocked even with this mod.

Don't know if anyone else has noticed this or not. I guess to be safe don't put the code you want blocked in the first few lines of the post.

For now you can also disable the preview by going to ACP->Settings->Options->Forum Display Options (forumdisplay) and setting 'Length of Thread Preview Text' to zero (0).

Also be aware that at this time the activity stream will show code in the first few lines of text.

Disco_Stu 05-25-2012 04:40 PM

thanks for the info...fyi I don't like the activity stream

nhawk 05-25-2012 05:02 PM

Quote:

Originally Posted by Disco_Stu (Post 2332737)
thanks for the info...fyi I don't like the activity stream

Here I thought I was the only one that didn't like it.

You can change the behavior of the 'What's New' tab back to it's original operation by going to ACP->Settings->Navigation Manager and changing the Target URL for the 'What's New' tab to ...

Code:

search.php?do=getnew&contenttype=vBForum_Post
Then disable the Activity Stream link below the tab name.

Disco_Stu 05-25-2012 05:08 PM

thanks...yeah the activity stream was a bad idea. Others are complaining about it as well.

nhawk 05-25-2012 06:06 PM

I'll have an update for the hider out in a day or so to handle the preview text and the activity stream.

synseal 06-14-2012 09:27 AM

Thank you very much for this!. *Installed.

Winter Sonata 08-16-2012 03:23 AM

Thanks alot, Installed!

Krusty1231 03-15-2014 11:59 AM

I wonder if you could tell me if I can add a clickable link in the tag?

For example, I use this mod to hide links, and in it's place I have "please register to view links!"

Is it possible to make that part clickable to the register page?

I think I read through the thread here, and believe the paid version does this.

I could use confirmation before I purchase.

Thanks

nhawk 03-15-2014 01:17 PM

Quote:

Originally Posted by Krusty1231 (Post 2487437)
I wonder if you could tell me if I can add a clickable link in the tag?

For example, I use this mod to hide links, and in it's place I have "please register to view links!"

Is it possible to make that part clickable to the register page?

I think I read through the thread here, and believe the paid version does this.

I could use confirmation before I purchase.

Thanks

Yes, you can do that with the paid version.

semaster 07-05-2014 06:55 AM

Hi,
when i enable your addon on my forum, it works but it parse every bbcode like text and does not actually make letters bold , italic or coloured etc.

for example : after applying your addon on my forum text becomes [.b]text[/b] it should not do this.

please see the attached image to get what i am saying.

https://vborg.vbsupport.ru/external/2014/07/31.jpg

please help.

nhawk 07-05-2014 09:55 AM

Quote:

Originally Posted by semaster (Post 2505267)
Hi,
when i enable your addon on my forum, it works but it parse every bbcode like text and does not actually make letters bold , italic or coloured etc.

for example : after applying your addon on my forum text becomes [.b]text[/b] it should not do this.

please see the attached image to get what i am saying.

please help.

I am unable to duplicate the problem...

https://vborg.vbsupport.ru/attachmen...1&d=1404557694

What version of vB are you running?

Also, try disabling all other add-ons to see if one of them is interfering with BB Code hider.

semaster 07-05-2014 10:23 AM

Quote:

Originally Posted by nhawk (Post 2505281)
I am unable to duplicate the problem...

https://vborg.vbsupport.ru/attachmen...1&d=1404557694

What version of vB are you running?

Also, try disabling all other add-ons to see if one of them is interfering with BB Code hider.

hi mate,
i have vbulletin 4.2.2
when i uninstall your mod everything works fine and when i install it, the problem comes again :(
can you give me your skype id , so we can chat on this ?

i will be really thankful for your help.

semaster 07-05-2014 10:39 AM

Problem solved mate. I had advanced bb code permission mod, i uninstalled it and the problem is solved.

Also i tried to buy the pro version of your addon by trying to signup on your forum. but i am not able to signup.
can you help me ?

blueperspective 07-05-2014 10:47 AM

Is this one working on 4.2.1?

nhawk 07-05-2014 11:44 AM

Quote:

Originally Posted by blueperspective (Post 2505291)
Is this one working on 4.2.1?

Yes it is. It works in all 4.2 versions.

nhawk 07-05-2014 11:45 AM

Quote:

Originally Posted by semaster (Post 2505290)
Problem solved mate. I had advanced bb code permission mod, i uninstalled it and the problem is solved.

Also i tried to buy the pro version of your addon by trying to signup on your forum. but i am not able to signup.
can you help me ?

Sorry, the pro version is no longer available.

http://snogssite.com/threads/notice-...d-of-life.625/

Krusty1231 08-06-2014 03:29 AM

I bought this from you. I just read the pro version is no longer available. I get that, but am wondering if the last update was 1.0.8 as I have it?

On your site it asks me to register - even tho I am logged in - and I can't see where to make sure I have the latest version before this goes kaput!

Thanks.

nhawk 08-06-2014 12:15 PM

Quote:

Originally Posted by Krusty1231 (Post 2509948)
I bought this from you. I just read the pro version is no longer available. I get that, but am wondering if the last update was 1.0.8 as I have it?

On your site it asks me to register - even tho I am logged in - and I can't see where to make sure I have the latest version before this goes kaput!

Thanks.

Yes, 1.0.8 was the last update for the premium version.

waldbauer.com 08-29-2014 01:42 PM

Hello ! Is it possible to let everybody see a code in a single post within a forum where only logged in users normally can see the code ?

nhawk 08-29-2014 01:58 PM

Quote:

Originally Posted by waldbauer.com (Post 2513047)
Hello ! Is it possible to let everybody see a code in a single post within a forum where only logged in users normally can see the code ?

No, that's not possible.


All times are GMT. The time now is 04:59 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.01425 seconds
  • Memory Usage 1,827KB
  • 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_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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