Hide Tag Special

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

Previous topic - Next topic

anicolac

Spanish (color negro)
English translated by google (green)


Hola, Muchas gracias por este MOD.
Hello, Thank you for this MOD.

Cuando intento instalar la versión del MOD "HideTagSpecial30_(ONLY FOR 2.0RC5 & 2.0)" en SMF 2.0, me sale el siguiente error:
When trying to install the version of the MOD "HideTagSpecial30_ (ONLY FOR 2.0RC5 & 2.0)" in SMF 2.0, I get the following error:

8.    Executar Modificación    ./Sources/Post.php    Prueba fallida/failed test
          5.    Reemplazar    ./Sources/Post.php  Prueba fallida/failed test

En dicha acción, me quiere reemplazar:
That action replaces:
if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>')) === '')
por:

// Okay i will say there is something, so that i check for an real empty post :)
$context['user_post_avaible'] = 1;

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



Pero mirando el archivo "./Sources/Post.php" de mi base de datos, y lo que más se parece al primer código, son estos 2 resultados:
But looking at the ". / Sources / Post.php" in my database, which is most like the first code, these are 2 results:

Line 1523
// Let's see if there's still some content left without the tags.
if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img><object><embed><div><iframe>')) === '' && (!allowedTo('admin_forum') || strpos($_POST['message'], '[html]') === false))
$post_errors[] = 'no_message';


Line 2731
if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img><object><embed><div><iframe>')) === '')

Tengo instalados los siguientes mods
I have installed the following mods
1. SMF Links 2.3.2 [ Desinstalar ]
2. eBay BBCode 2.0 [ Desinstalar ]
3. Simple Audio Video Embedder 2.0.1 [ Desinstalar ]
4. Ad Managment 3.0.1 [ Desinstalar ]
5. Watermark.light 1.3 [ Desinstalar ]
6. cbi, 1.0 1.6.3 [ Desinstalar ]
7. Justify BBCode 2.3.2 [ Desinstalar ]
8. Highslide BBCode and Image Viewer 1.0 [ Desinstalar ]
9. Highslide 4 SMF 0.7a [ Desinstalar ]
10. Float BBCODE 1.0.2 [ Desinstalar ]
11. Custom Copyright 1.0.2 [ Desinstalar ]
12. Curve_centered_menu 1.4 [ Desinstalar ]
13. Google +1 1.0 [ Desinstalar ]
14. Disable 'last edit by...' for Administrators 1.2 [ Desinstalar ]
15. Caps_Lock_Detection_on_Login 1.1.0.1 [ Desinstalar ]
16. TinyPortal 1.104 [ Desinstalar ]


Por favor, alguien tiene alguna idea?, Muchas gracias.
Please anyone have any idea?, Thank you.
www.applemaniacos.es - SMF 2.0.4


enik

Install the mod with the error and attach me the file Post.php plase.

Remeber that Hide Tag Special Collides with mods of videos.

Bye enik...

anicolac

Quote from: enik on July 08, 2011, 10:30:26 AM
Install the mod with the error and attach me the file Post.php plase.

Remeber that Hide Tag Special Collides with mods of videos.

Bye enik...
Hello Enik ...
I have not understood. Sorry
www.applemaniacos.es - SMF 2.0.4


enik

Install the mod with the error and attach me the file Post.php plase.

Remeber that Hide Tag Special Collides with mods of videos.

Bye enik...




Instala el mod con el error y adjuntame la fila Post.php por favor.

recuerda que Hide Tag choca con los mods de videos.

Bye enik...

anicolac

Quote from: enik on July 11, 2011, 10:45:58 AM
Install the mod with the error and attach me the file Post.php plase.

Remeber that Hide Tag Special Collides with mods of videos.

Bye enik...




Instala el mod con el error y adjuntame la fila Post.php por favor.

recuerda que Hide Tag choca con los mods de videos.

Bye enik...

gracias, pero no te preocupes.
He desinstalado el mod de videos, y no ha dado errores

thanks, but do not worry.
I uninstalled the mod videos, and failed errors
www.applemaniacos.es - SMF 2.0.4


enik

Ok good news  ;)

Bye enik...

micky_2556

hello

i want to  hide my links from my members from use until they reply

so i tried to us mod

Hide Tag Special

but when i try to install it i found that error

in file post.php

that cod don't found in the file



                            if ($smcFunc&#91;'htmltrim'&#93;(strip_tags(parse_bbc($_POST&#91;'message'&#93;, false), '<img>')) === '')



and this is my post.php file on attach

please if there is anther  mod like what whant please told me about it

enik


micky_2556

Quote from: enik on July 26, 2011, 10:21:33 AM
It´s Done  ;)

Bye enik...

thanks for your help but it is still give me the same error

that it can't find this cod



                if ($smcFunc&#91;'htmltrim'&#93;(strip_tags(parse_bbc($_POST&#91;'message'&#93;, false), '<img>')) === '')



and when i opened the file and llok for it  and also idonot find it

thanks for you efffort

enik

Hello installs the package with the error, and then up that file overwrites the other.

Bye enik...

micky_2556

Quote from: enik on July 26, 2011, 04:41:48 PM
Hello installs the package with the error, and then up that file overwrites the other.

Bye enik...

hello i upload the file that you upload

and then try to istall the mod and ignore the error

then every thing is good on cpanel

but when i try to write any replay or start new topic

on internet explorer it give me page errror 500

and on mozila it give me a blank page

so what can i do to solve this problem

i unintall the mod now till the problem solved

studiowi33

Hi enik--

I have the same issue. I don't have a
if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false), '<img>')) === '')
in my Sources/Post.php

What code do I alter?
SMF 2.0.2

enik

Hey look for it just like this:

if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false),

The problem is that AEVA move that line.

studiowi33

Quote from: enik on July 26, 2011, 09:59:18 PM
Hey look for it just like this:

if ($smcFunc['htmltrim'](strip_tags(parse_bbc($_POST['message'], false),

The problem is that AEVA move that line.

Perfect!
SMF 2.0.2

Yngwiedis

Hello...

Can somebody tell me what to do to display the unhidden message ?

Members can only see the hidden message, and after post they see the hidden content, but not the unhidden message.

Thank you very very much.
AmityHost.com - The Affordable Host

enik

Check your settings in admin.

It installed without problems.

Yngwiedis

The settings are correct.
Yes the installation its ok.
I need to manually add the Subs.php modifications but everything else its ok.
AmityHost.com - The Affordable Host

Yngwiedis

Can somebody help please ?
AmityHost.com - The Affordable Host

enik


Yngwiedis

OK here is my Subs.php file...
AmityHost.com - The Affordable Host

Advertisement: