![]() |
|
Mod Options |
![]() |
|||||||||||
Yilmaz - Hide [code,php,html] content from guests (vb5.6.x)
![]() Developer Last Online: Sep 2023 ![]() ![]() ![]()
![]() Tested in vbulletin version 5.6.4 works fine
Features: This mod makes it so you can hide [CODE] [PHP] [HTML] BBcode content from guests Hide [CODE], [HTML] ve [PHP] from Unregistered/Unverified account. Description: This product allows you to decide if you want to hide [CODE], [HTML] and [PHP] BBCode content from Unregistered/Unverified on your site. Hidden content is replaced by a link to your registration page for guests and a simple message for restricted user groups. ======================================== How to install: ======================================== Upload the content of Yilmaz - Hide [code,php,html] content from guests directory to your root. that's all it. enjoy.. Please Mark as Installed if you use this. ![]() Donations always appreciated. ![]() 1.3.0 Cache issue fixed ======================================== How to uninstall: ======================================== 1. Remove the package "yilmazhidebbcodes" that located in /core/packages/ 2. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Hide [code,php,html] content from guests" Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
The following members like this post: lange
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Add-On Releases Yilmaz - Hide Links From Guests (Compatible 5.6.x) | yilmaz | vBulletin 5.x Products & Extensions | 9 | 16 Mar 2022 19:20 |
Mini Mods Yilmaz - vb5 GDPR I AGREE | yilmaz | Modification Graveyard | 5 | 29 Jun 2018 15:39 |
Show Thread Enhancements MARCO1 Hide Thread Content - With excluding forum to hide content | MARCO1 | vBulletin 4.x Add-ons | 81 | 06 Jun 2018 21:15 |
Show Thread Enhancements MARCO1 Hide Thread Content - With excluding forum to hide content | MARCO1 | vBulletin 3.8 Add-ons | 14 | 03 Aug 2014 14:38 |
Comments |
#2
|
||||
|
||||
I just want to make a suggestion just to point
I just want to make a suggestion just to point. In hiding html code the phrase Click Here To Register does not appear… It is found in core / packages / yilmazhidebbcodes / api / content / text.php on line 50. Maybe you left it that way for some reason but I left screenshots for if it is of interest for the text to be displayed. As always, thank you very much for your work and I'm just trying to help.
The following members like this post: yilmaz
|
#3
|
||||
|
||||
@Chicoynano
Thank you for your attention. I edited the overlooked part. It does not accept bbcode and html tags in HTML and PHP. It is necessary to find a solution to this, I would be glad if someone who knows the solution definitely offers a suggestion. Thanks again.
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#4
|
||||
|
||||
So far i got this
No members have liked this post.
|
#5
|
|||
|
|||
Hey, just installed, but problem as previous versions of this hack. Maybe it is just me?
1. Load a page with a hidden code as a guest, delete cache. 2. visit the page as user: code is hidden. 3. visit the page as user (you did that before), delete cache. 4. visit the page as a guest: code is not hidden and you can see all content Can anyone confirm this? VB 5.6.4 No members have liked this post.
|
#6
|
||||
|
||||
Originally Posted by Zweeper
I tested it again in VB 5.6.4, if I put the text.php line 18 in front of it with // comment, it will be what you said. 18. This line will delete the cache.![]()
The problem may be whether or not line 18 works. core/packages/yilmazhidebbcodes/api/ content/text.php on 18. Screenshot
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#7
|
||||
|
||||
It's bad that there is no separate login page in VB 5.x.x.
How do we detect the login link, that's the problem.
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#8
|
||||
|
||||
Originally Posted by Zweeper
Cache issue fixed in version 1.2.0
![]()
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#9
|
|||
|
|||
Seems to work now! Good job, nice hack!
![]() The following members like this post: yilmaz
|
#10
|
||||
|
||||
Thank you very much! I will test later.
The following members like this post: yilmaz
|
#11
|
||||
|
||||
Originally Posted by Wayne Luke;n4449447
This can help
your-website.ext/admincp/options.php?do=options&dogroup=bbcode Cache BBCode Render by Usergroup
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
|
#12
|
|||
|
|||
It is working since your last update without the cache bbcode render by usergroup option!
No members have liked this post.
|
#13
|
||||
|
||||
Great idea, and I respect your work... but I have some concerns.
The way you did the trick wipe out the entire cache every time a user LOOK into any post/ thread. Thats because you emty the cache every time an object of the class of your API-Extension been created/ initialized (thats the way the constructor works). So the forum will never build a cache of any data if any of your hide-mods are installed and that will (probably) affect the entire page speed. #Also if you install more than one of your hide-mods, the database-tables will be emptied for each mod. So if 2 of your mods installed and a user is open 1 thread, post, page.... the entire cache-table-data will be deleted 2 times. There is a table cache and another cacheevent. You comment out the part that emty the cacheevent ... you should delete that also. If it is ok for you, I will upload a similar mod in the next days/weeks that only delete the cache of the nodes with bbcodes. So the cache works almost normal... and if the option "Cache BBCode Render by Usergroup" is enabled you do not need to delete the cache... so I would select that option to find out if it is necessary to delete the cache of the post.
__________________
![]() |
#14
|
||||
|
||||
Originally Posted by delicjous
@delicjous, thank you for the great suggestion.![]()
I will apply and update the option you said. Thanks again. I did as you suggested
__________________
Donations always appreciated. ![]() vByilmaz.com vBulletin-forum.de Nobody has a monopoly on vBulletin templates. Stay away from selfish, self-righteous and parasitic. No members have liked this post.
Last edited by yilmaz; 29 Oct 2020 at 13:26. |
#15
|
||||
|
||||
Originally Posted by yilmaz
Thats only a part of my suggestion but even that is more solid than before (recommand if empty because options could be empty!). ![]()
Now you have the best solution for users who cachebbcodebyusergroup, but if not cachebbcodebyusergroup the entire cache is still emtied every time a user look into a post. The cache of 30 posts are about 1MB of data, so if you have 30 000 posts and a highly frequented forum you have around 1000 MB data without cache by usergroup, even you use only 5 usergroups the cache could grow fast. So this option is not good for everyone.
__________________
![]() No members have liked this post.
|
![]() |
Tags |
bbcode, guest, hidde, vb5.6.x |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 08:01.