![]() |
I can obter as the extended version ?
|
The Forum where I can "Buy" the EXTENDED Edition is totally unsupported and dead.
Do I still need to buy that ? If yes, the last update is almost a year ago and I can't seem to see any support on the board... I am confused. |
if you only need hide and thanks-hack, you dont need the extended-version.(use another thanks-hack)
|
I purchased the extended version for the per-forum and per-usergroup settings. With the exception of a few things I have noted and resolved, the product works. None of the other HIDE mods even make attempts at a complete hide.
Find what works for you and go with it. I understand the support issues. I have a mod I probably should post, but I am reluctant to due to the support load it would likely generate. It is an ugly mod, but it works for me. Sometimes that is what you need. |
Quote:
|
Quote:
|
Well, I installed it on my 4.0.8 forum and it worked fine (though I had to work 1 hour to make the thanks_postbit template look ok).
I tried to find a bug like you said, but everything was fine til now. I tried to quote the post, view source.... and it's still hidden. I think this mod will be perfect if the coder give full support as it supposed to. |
be used for vB4.0.1 or not?
|
Hey vS,
I asked about this on a previous version and you said you were going to look into it. Can you add the ability to view content for x amount of vbcredits? |
Quote:
|
We have noticed that hidden content can be found by quoting a post. I've narrowed it down to the newpost_quote template, and in styles where I remove the {vb:raw pagetext} from the template the vulnerability is removed (at the cost of quoting). I think the best solution would just be to add some command in the code to parse all BB code. I just don't know enough PHP to know what command to use. Here's an example of what I mean (I know parsebbcode() isn't real).
Code:
ORIGINAL: |
Quote:
I'm also interested to have this |
Quote:
PHP Code:
|
Quote:
We have noticed that hidden content can be found by quoting a post. I've narrowed it down to the newpost_quote template, and in styles where I remove the {vb:raw pagetext} from the template the vulnerability is removed (at the cost of quoting). I think the best solution would just be to add some command in the code to parse all BB code. I just don't know enough PHP to know what command to use. Here's an example of what I mean (I know parsebbcode() isn't real). Code:
ORIGINAL: |
My PAID license not work !!!!
Luckid..... !!!! |
That is the point of the fix I posted. It is a correction of the bbcode parsing routines in the hide hack that were not processing correctly during quoting. If you look at the code, and the hooks you will see this was intended to do what the poster was requesting.
At this point I'm not sure what is going wrong for you. I have spent roughly 40 hours tracking through how this mod works and fixing things on my sites so that I have the results I need. You are going to have to invest the same if you don't get what you are looking for in this or any of the other hide mods out there. I've looked back through my hacks to this mod, and they are minor and pretty simple. They work for me, but I don't know what else you have going on. Good luck. Quote:
|
I don't understand php or vBulletin nearly as much as you. I made exactly the change you outlined and it caused hidden messages to not appear at all. I removed the change and it started working again.
|
A question.
I would like that the text included in is only visible to admin specified usergroups. Can I do that using this mod or do I need the expanded version? I don't need any other feature, just this one. |
Quote:
I basicly just want our crew to be able to view the hidden text, everyone else no. |
there is an updated version at the developer's site
|
The version at the developer's site is the same. Tried to install it on a test board and now I get completely blank pages...
|
If anyone can help when trying to do the templates, all goes well until this one and then I get this error:
In file(s) ./includes/functions_forumdisplay.php Fatal error: Call to a member function parse_bbcode() on a non-object in /home/admin/public_html/includes/functions_forumdisplay.php on line 176 |
And although I have installed this hack:
vS.Hide.Hack.Resurrection.Expanded.Edition.v4.0.5 In the standard skin of the hack works without problems. In the Skin of the element works Thanks not when I click it does not point to thank who have thanked? On what is the? Reply With Quote |
good idea but this hack is kind of useless as you can just view source of the web page and see the hidden content which is included in the meta tag description.......
|
It isnt working on VB 4.0.8 anyways
|
Dear Psionic Vision,
If you do search with Show Post option, the hidden content is showed, please try to fix it and release new version. I'm using vBulletin 4.0.8 PL2 and find that bug. |
I finally figured out a fix.
In Plugin Manager find the newreply_quote in the vS Hide Hack section. Under PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Quote:
EDIT: what this stand for? array(28,30,32))"> |
Quote:
|
It seems to be there's nobody care about searching problem. vS-Hide cannot work if you do a search inside topic :D
|
Quote:
I've altered everything I can think of in the search_results_postbit and search_resultlist templates, with no luck. As long as it strips bbcode and formatting there's no [hide] tags to find and replace. Maybe someone with more knowledge can figure out a fix. |
Quote:
Who are you, NovoCiv? You're so active in this thread. I don't use vS-Hide anymore, so I don't care about it. I believe that you are really interested in fixing this Mod, so you want to find the way yourself? I can give you an idea. You're right, as long as strip bbcode, there's no HIDE tag to replace. So you can re-call it in original, replace the HIDE tag, and rebuild it to display in post. Even, you can use "if - else" fuction to let who has permission to see the content right that moment. And the Hook Location is "search_results_postbit". "search_resultlist" only builds the structure. |
I'm not entirely sure what you're suggesting but I was going to have the [hide] tags add a *hidden* Message here *hidden* inside, so I could preg_replace anything within the *hidden*s. The slight addition in clutter wouldn't be a very big deal to my mod staff if it means patching the vulnerability. The main section we use it for (mod applications) I just disabled searching.
I'd rather have a working tag right away than figure out a fix myself, as I still have quite the backlog of features to develop. If you tell me how you've fixed it I would be very grateful. And to your question of "Who are you?", I used to be a mod at a ~50,000 member flash games website. When I got sick of trying to convince the administration to do things that make it more enjoyable for the members I quit and got my own vBulletin license, then made a website for most of the active members to go where we do everything we can to make it enjoyable. My only coding experience is an intro to Java university course, and I do most of the coding and development myself, so it's a lot of work. I basically look through source code, other mods, and php tutorials to figure out ways to make it do what I want to do. |
Quote:
Quote:
|
Quote:
@ NovoCiv: it's funny if you're going to disable searching system. Bad idea. To fix the small problem, you have a bigger one. I'm already give you an idea, I thought you're interested... So, add a new plugin Product: *Your Product* Hook Location: search_result_postbit Title: Hide when Search (Show Post) PHP Code: Code:
global $vbphrase, $db; |
Thank you! As far as I know my Hide hack is completely patched now :)
|
Quote:
|
But then I would be the one that's not offering support. (I can't support when I hardly understand vbulletin myself).
|
Quote:
But, we need no [HIDE-THANKS]... we (only) need a correct workin' solution for the [HIDE-REPLY] function. Quote:
Quote:
|
They would get more help searching this topic, honestly.
|
All times are GMT. The time now is 02:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|