Hide Tag Special

Started by enik, April 11, 2005, 03:41:07 PM

Previous topic - Next topic

poolhall

Quote from: REGNARTS_ on March 24, 2010, 04:07:28 PM
Does anyone know how to manually get this to work on RC3?
No one knows but you easily can track it down if this is due to conflicting mods.

Do you see where it says Test failed? Click on the icon corresponding to this entry. The popup will appear and say: find ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>')) === '') (this is an example). Then get your post.php, open it and see why the parser can find the needed code. If this is due to a conflicting mod, you usually will see it by the mod comments. Backup the original post.php and make the changes. You don't need to know PHP for that at all. You just need to have the eyes.

VegaTheChosen

Quote from: ディン1031 on March 24, 2010, 01:35:47 AM
Quote from: VegaTheChosen on March 23, 2010, 03:27:58 PM
Quote from: REGNARTS_ on March 22, 2010, 11:14:20 PM
Looks like a lot of people are having the following problem. What's the issue? Is it that we have Aeva installed? Can someone help me modified the individual code?


5. Execute Modification ./Sources/Post.php Test failed
1. Replace ./Sources/Post.php Test successful
2. Replace ./Sources/Post.php Test successful
3. Replace ./Sources/Post.php Test successful
4. Replace ./Sources/Post.php Test failed
5. Replace ./Sources/Post.php Test successful
6. Replace ./Sources/Post.php Test successful
7. Replace ./Sources/Post.php Test successful
8. Replace ./Sources/Post.php Test successful
6. Execute Modification ./Sources/Search.php Test successful
7. Execute Modification ./Sources/Subs.php Test failed
1. Add After ./Sources/Subs.php Test failed


I actually installed the Hide Hack prior to Aeva so the problem isnt there in my case but that could also be another problem.
but does anyone have a rememdy for this my attached files are still there and problem unsolved going on a week.
What kind of problem i don't know about a problem with attached files oO.

Quote from: ealexander on March 21, 2010, 03:09:18 PM
hi friends want to know what changes to make if you want to use this mod on smf 2RC2, thanks for your possible help
Greetings
The 2.3.6 should work with RC2...

here are the links to files and issue
http://www.simplemachines.org/community/index.php?topic=32954.msg2545367#msg2545367
http://www.simplemachines.org/community/index.php?topic=32954.msg2541860#msg2541860

REGNARTS_

Quote from: poolhall on March 24, 2010, 07:47:22 PM
Quote from: REGNARTS_ on March 24, 2010, 04:07:28 PM
Does anyone know how to manually get this to work on RC3?
No one knows but you easily can track it down if this is due to conflicting mods.

Do you see where it says Test failed? Click on the icon corresponding to this entry. The popup will appear and say: find ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>')) === '') (this is an example). Then get your post.php, open it and see why the parser can find the needed code. If this is due to a conflicting mod, you usually will see it by the mod comments. Backup the original post.php and make the changes. You don't need to know PHP for that at all. You just need to have the eyes.

Thanks for the info. So I gave it a try and it says to find static $disabled; and replace it with some other code. I searched the post.php and there's  no static $disabled;  Where should I add it to on post.php?

ディン1031

Quote from: poolhall on March 24, 2010, 07:47:22 PM
Quote from: REGNARTS_ on March 24, 2010, 04:07:28 PM
Does anyone know how to manually get this to work on RC3?
No one knows but you easily can track it down if this is due to conflicting mods.

Do you see where it says Test failed? Click on the icon corresponding to this entry. The popup will appear and say: find ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>')) === '') (this is an example). Then get your post.php, open it and see why the parser can find the needed code. If this is due to a conflicting mod, you usually will see it by the mod comments. Backup the original post.php and make the changes. You don't need to know PHP for that at all. You just need to have the eyes.
Haha... funny but i need the position and not on every position is a comment <<... also sometimes you need to extent the line, best example for this are the attachments... and and there are many reasons to use code as search code...

You can search some part of it... example

$smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>

The avea (don't konw the new name xD) for example extent this line with some tags ;) and the first part should be founded...

@REGNARTS
Also serach only the part of it ;).

static $disabled

Also this part is extented by other mod (i think also avae.)

Bye
DIN1031


Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

spandexforfun

Hi all SMF here and thank for great mod from ディン1031

I have question about Hide Tag Special 2.3.6 for smf2.0 rc3. that How can I hide attachment by this mod?

If anyone have guideline for that please point for me.

Thanks for advance.
S

ディン1031

Quote from: spandexforfun on March 29, 2010, 02:46:37 AM
Hi all SMF here and thank for great mod from ディン1031

I have question about Hide Tag Special 2.3.6 for smf2.0 rc3. that How can I hide attachment by this mod?

If anyone have guideline for that please point for me.

Thanks for advance.
S
Not included, and as far i know i programmed something for this... but i'm not sure where i postet it *g*
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

REGNARTS_

Quote from: ディン1031 on March 29, 2010, 12:30:32 AM
@REGNARTS
Also serach only the part of it ;).

static $disabled

Also this part is extented by other mod (i think also avae.)

Bye
DIN1031

Thanks  ディン1031 and poolhall. This is super easy now. LOL.

REGNARTS_

Now, when I test to reply to a post to unhide a link, I get this message. Any help?


Fatal error: Call to undefined function hidetagexists() in /home/xxxx/public_html/forum/Sources/Subs-Editor.php on line 131


ディン1031

Quote from: REGNARTS_ on March 31, 2010, 09:00:47 PM
Now, when I test to reply to a post to unhide a link, I get this message. Any help?


Fatal error: Call to undefined function hidetagexists() in /home/xxxx/public_html/forum/Sources/Subs-Editor.php on line 131

Hmm did you made all changes in the "./Sources/Subs.php".

I think you forgot to insert the function :). (It's the last replace.)

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

REGNARTS_

Quote from: ディン1031 on April 01, 2010, 03:13:32 AM
Hmm did you made all changes in the "./Sources/Subs.php".

I think you forgot to insert the function :). (It's the last replace.)

Bye
DIN1031

Oh I see. What I did was I used the packager to install. I thought the packager will install everything except the code that it cannot find. I had to go back in and add the rest of the code that the installer skipped.

Thanks again. :D

ディン1031

Normal the installer skip only thing that i mark as skip oO.
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

panafff

Hello, I am having issues trying to install the "Hide tag special " mod, I am running SMF 1.1.11 it should be compatible but when I try to install it I receive the error
this error:

Error in Package Installation

At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

I was trying to install Hide Tag Special Version 1.8.5


Any ideas?

ディン1031

Like stand there there is a error in the install ;P
Than mean that there is other mod with changed something so that this mod can not installed without errors ;).
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

aelmiger

Hi man, I would ask how do I make the mod visitors not show you the information you enter or registered to the forum. But the link does not have the hide code, and notice guests can not see the link I put the code does not hide and that is the idea that those who do not carry this code, everyone can see them, without having to enter or register on the forum.

Greetings and thanks man advanced.

Sorry for my bad English

ディン1031

Quote from: aelmiger on April 23, 2010, 09:24:44 PM
Hi man, I would ask how do I make the mod visitors not show you the information you enter or registered to the forum. But the link does not have the hide code, and notice guests can not see the link I put the code does not hide and that is the idea that those who do not carry this code, everyone can see them, without having to enter or register on the forum.

Greetings and thanks man advanced.

Sorry for my bad English
... sorry i've porblems to bing in my mind what you exactly want... there is an option which prevent to show the informations for guests...
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

deni100

Hello i need the file for 2.RC3
Can somebody help me where i can finde the file , because it doesnt work with the other files.

sharks

WOW! i am very impressed with all the consistent work that you have put into this mod,  ディン1031 :)
I believe that you are a true credit to SMF. Keep up the excellent work and thank you for this useful mod.

spandexforfun

I got problem about WYSIWYG editor in Smf 2.0 RC3 with Hide tag

When I need to modify [Hide] .... [/hide] message in my forum. I click on "Modify".
But in modify message page. The old message not appear in text editor form.





I try to fix this but not work. And I view source code of modify page I can see old message in that.



But when I remove hide code in that message . Anything normal.

So anyone can help me please. ;D ;D ;D

ディン1031

Quote from: deni100 on May 01, 2010, 07:17:58 AM
Hello i need the file for 2.RC3
Can somebody help me where i can finde the file , because it doesnt work with the other files.
The Version 2.3.6 is working with RC3

Quote from: spandexforfun on May 02, 2010, 12:26:46 PM
I got problem about WYSIWYG editor in Smf 2.0 RC3 with Hide tag

When I need to modify [Hide] .... [/hide] message in my forum. I click on "Modify".
But in modify message page. The old message not appear in text editor form.





I try to fix this but not work. And I view source code of modify page I can see old message in that.



But when I remove hide code in that message . Anything normal.

So anyone can help me please. ;D ;D ;D
Hmmm normal this bug should be fixed since the RC1 hmmm... i must look into this... it should not happen that the complete post is missing...
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

ディン1031

Quote from: spandexforfun on May 02, 2010, 12:26:46 PM
I got problem about WYSIWYG editor in Smf 2.0 RC3 with Hide tag

When I need to modify [Hide] .... [/hide] message in my forum. I click on "Modify".
But in modify message page. The old message not appear in text editor form.





I try to fix this but not work. And I view source code of modify page I can see old message in that.



But when I remove hide code in that message . Anything normal.

So anyone can help me please. ;D ;D ;D
So i tested you thing it's working normal... i tested with all ways to edit a post... and every way work fine... any special settings?
I would assume that changes are missing...
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

Advertisement: