Welcome, Guest. Please Login or Register.
May 05, 2024, 08:42:47 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Hide Hack 1.1 « previous next »
Pages: 1 2 [3] 4 5 6 Reply Ignore Print
Author Topic: [Done 1.5.1] Hide Hack 1.1  (Read 24425 times)
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] Hide Hack 1.0a
« Reply #30 on: June 18, 2002, 05:36:10 AM »
Reply with quote

I may have found another bug but I'm not sure.

If I post 2 sets of [hide][/hide] tags in a single post seperated by normal text it ignores all the hide tags between the first and the last tag.  eg:

[hide]test1[/hide]
and
[hide]test2[/hide]

It displays as

test1[/hide]
and
[hide]test2

Is this normal or just occurring on my board?
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done] Hide Hack 1.0a
« Reply #31 on: June 18, 2002, 01:09:01 PM »
Reply with quote

To be quite honest I've no idea. Just post the one set of tags. I'm going to have to rewrite the mod to get the text to dissapear/stay hidden when you quote it. The text is only hidden when the UBBC code is parsed...
I already did a rewrite, but I can't find it now. And I can't really be bothered rewriting it again!  :-\
Logged

PHPNews has been released!!! Download it now!!!
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] Hide Hack 1.0a
« Reply #32 on: June 19, 2002, 02:16:29 AM »
Reply with quote

I can live with just one set of hide tags but the hidden text appearing when quoted, in the message box I need to fix.

can you give me some idea where the code relating to that is found please.
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done] Hide Hack 1.0a
« Reply #33 on: June 19, 2002, 05:36:56 PM »
Reply with quote

I just told you, you can't just add the text there you'd need to rewrite the mod. The mod replaces the [hide] tags when the UBBC code is parsed, and when you quote, for obvious reasons its not called. You could do another mysql call, if you really wanted to but that would increase the SQL calls even more..
Logged

PHPNews has been released!!! Download it now!!!
Flying Thunder
Noobie
*
Posts: 5


I'm a llama!

Re:[Done] Hide Hack 1.0a
« Reply #34 on: June 21, 2002, 03:40:12 PM »
Reply with quote

Why doesn't it work for me ? I did everything manual, but not even the Hide Hack gif appears, I use YaBB 1.4 What did I do wrong?
Thx for your help.
Logged
Flying Thunder
Noobie
*
Posts: 5


I'm a llama!

Re:[Done] Hide Hack 1.0a
« Reply #35 on: June 21, 2002, 06:20:12 PM »
Reply with quote

Well ?
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done] Hide Hack 1.0a
« Reply #36 on: June 21, 2002, 06:30:42 PM »
Reply with quote

Read page 2 of this thread.
The step that modifies Printpage.php, change what it looks for, add the code before the "Censor It" bit of code.  ;)
Logged

PHPNews has been released!!! Download it now!!!
Flying Thunder
Noobie
*
Posts: 5


I'm a llama!

Re:[Done] Hide Hack 1.0a
« Reply #37 on: June 21, 2002, 08:22:02 PM »
Reply with quote

Ofcourse I've already done that hehe, well I did it before posting, and also that won't work, I don't understand it... I putted it before censor it, but still nothing happens, as well as that [hide][/hide] wont work.
Logged
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] Hide Hack 1.0a
« Reply #38 on: June 22, 2002, 01:15:57 AM »
Reply with quote

Wel all I did was change the one step in Printpage.php (mentioned above) and it installed perfectly with Boardmod and it worked fine.

did you try it first without displaying the graphic?
Logged
Swat
Noobie
*
Posts: 29


need some help with mods :P

Re:[Done] Hide Hack 1.0a
« Reply #39 on: June 22, 2002, 02:56:13 PM »
Reply with quote

i have instaled hidehack (Modding was done successfully. Everything should work now.)

but it don't work? :(
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done] Hide Hack 1.0a
« Reply #40 on: June 22, 2002, 03:02:56 PM »
Reply with quote

erm, you most likely got a "string not found error" from your YaBBPak, the version isn't compatible with the current 1.4/1.3 yabb se's. That's your problem.
Do a manual install if you want, making sure you edit where to put the string in Printpage.php (its documented above).  ;)
Logged

PHPNews has been released!!! Download it now!!!
Swat
Noobie
*
Posts: 29


need some help with mods :P

Re:[Done] Hide Hack 1.0a
« Reply #41 on: June 22, 2002, 09:11:04 PM »
Reply with quote

Big P what do you mean with manual?
i have don it by yabbpack center >> install mod... ???

how can i do it on a other way? please can u explain?
Logged
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] Hide Hack 1.0a
« Reply #42 on: June 23, 2002, 01:21:18 AM »
Reply with quote

No BigP doesn't mean with a manual but rather a manual install of the mod.  The file hide.zip contains both a boardmod compatible and a package manager manager compatible version of the hide mod.

It appears the Package Manager mod is not compatible with YaBB SE 1.4 so instead use the other mod and either install the mod manually (eg using an editor such as notepad, ultraedit etc and make the necessary modifications yourself to the YaBB SE source files) or use the Boardmod program to do it for you.

Just remember to change the step in Printpage.php as mentioned above.
Logged
Swat
Noobie
*
Posts: 29


need some help with mods :P

Re:[Done] Hide Hack 1.0a
« Reply #43 on: June 23, 2002, 09:55:51 AM »
Reply with quote

itswheelie tje boardmod don't work with yabb se it is for yabb 1 gold... damn i can't get it to work but i love the mod :(
is there comming a newer version later?
or can someone sent me the working one?
Logged
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] Hide Hack 1.0a
« Reply #44 on: June 23, 2002, 10:24:53 AM »
Reply with quote

download the YaBB SE version of Boardmod
Logged
Pages: 1 2 [3] 4 5 6 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Hide Hack 1.1 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.033 seconds with 19 queries.