Hide Tag Special

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

Previous topic - Next topic

sebone

it works great! thank you!  :D

ディン1031

So the Package is now 1.1 Final compatible and work fine :).
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

Chmura

#302
I'm not sure how to install the package, i downloaded the zip file and tried to install it but i got an 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.


Modification parse error


So i don't think i should go through with it
The only other package i have installed is Country Flags
CHMOD is at 777 too
oh and i have 1.1
FaceTheMusik.net [nofollow]

Chmura

Will I have to do anything manually if I'm using the Dilber Theme RC3 and SMF 1.1 to install this mod??
FaceTheMusik.net [nofollow]

Greek

#304
It's working for me, but I have a question:
I noticed that there is no hide button and I have to enter the bb code every time manualy.
How can I add a hide button next to the others bbc buttons?

And something else (perhaps a little bit more difficult):
Is there any possibility, the hidden text to be unhidden ONLY if the answer is based on a predefined word or text (by admin)?
Example: The predefined word or text by admin is "I found it!". Then the hidden text can be unhidden only if the user give the right answer "I found it!" (like a quiz).

Thanks in advance for any answer  :)

AtelierGal

I'm using SMF 1.1.1
I downloaded your package many times using RC3 and it gave me many fatal errors that I ended re-installing & upgrading my forum just because of this.

Has anyone tested this with SMF 1.1.1 with the "Hide, You need xx posts" etc options available properly in this package?

Thanks

mgaidia

i wasnt able to install it on smf 1.1.1
im getting the following error
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

Please update it asap

Kiwitje

Quote from: mgaidia on December 21, 2006, 08:32:15 PM
i wasnt able to install it on smf 1.1.1
im getting the following error
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

Please update it asap

Not working here too..... I upload the package, then i get the message that there are no install actions. It is in my list of packages, but not working on the forum. To bad :( Any ideas?

BigGunn

In the latest version of this, where would one go about adding a link to a "unhidden" image. I tried the previous examples given and they did not work.

What I mean by "unhidden image" is an image that shows up after a person replies, thanking them for replying. Like this:


Vinspire

Quote from: BigGunn on December 24, 2006, 03:10:58 AM
In the latest version of this, where would one go about adding a link to a "unhidden" image. I tried the previous examples given and they did not work.

What I mean by "unhidden image" is an image that shows up after a person replies, thanking them for replying. Like this:



This is an awesome idea. I second his idea :)

Kiwitje

Nobody knows how to fix it with 1.1.1 ? :(

mgaidia

please update it
we need that mod asap

BigGunn

all you have to do to make it work with 1.1.1 is edit the package-info.xml and change this:

<install for="1.1 RC2, 1.1 RC3, 1.1">
<readme type="inline">
Version 1.1+ Install
This mod add the [hide][/hide].
This show the text/link/img etc. between the hide only if someone post in this thread.
Copyright 2005 by DIN1031 @ www.ayu-kult.de/forum/
</readme>
<modification format="boardmod">HideTagMod1.1rc2.mod</modification>
</install>
<upgrade from="1.2.0" for="1.1 RC2, 1.1 RC3, 1.1">
<readme type="inline">
Remove the BBC Tag bug, Thanks for the info winrules.
</readme>
<modification format="boardmod">Update120to121.1rc2.mod</modification>
</upgrade>
<uninstall for="1.1 RC2, 1.1 RC3, 1.1">
<modification format="boardmod" reverse="true">HideTagMod1.1rc2.mod</modification>
</uninstall>


to this:

<install for="1.1 RC2, 1.1 RC3, 1.1, 1.1.1">
<readme type="inline">
Version 1.1+ Install
This mod add the [hide][/hide].
This show the text/link/img etc. between the hide only if someone post in this thread.
Copyright 2005 by DIN1031 @ www.ayu-kult.de/forum/
</readme>
<modification format="boardmod">HideTagMod1.1rc2.mod</modification>
</install>
<upgrade from="1.2.0" for="1.1 RC2, 1.1 RC3, 1.1, 1.1.1">
<readme type="inline">
Remove the BBC Tag bug, Thanks for the info winrules.
</readme>
<modification format="boardmod">Update120to121.1rc2.mod</modification>
</upgrade>
<uninstall for="1.1 RC2, 1.1 RC3, 1.1, 1.1.1">
<modification format="boardmod" reverse="true">HideTagMod1.1rc2.mod</modification>
</uninstall>


Also, on that "Thanks for replying image" I mentioned above.. it would be great if there was a spot in the admin panel to set that one like there is for the "hidden" text message or image you can add in there.

Kiwitje

Yeah, really nice! working now. Thank you very very very much for the work!

BigGunn

if I knew what I was doing better I might try and work on a new version... but alas, i do not. wish someone else would though.

gamerdudes

#315
Quote from: BigGunn on December 24, 2006, 03:10:58 AM
In the latest version of this, where would one go about adding a link to a "unhidden" image. I tried the previous examples given and they did not work.

What I mean by "unhidden image" is an image that shows up after a person replies, thanking them for replying. Like this:



i want that add i third it

but i would like it so when it hided it had a hiden image thing too

BigGunn

all you have to do to put the "Hidden Text" image is put it in via the admin panel where you change the text that is displayed when a post is hidden... just use <img src="yourlinkhere"> instead of text.

mgaidia

it might be a bug but if somebody quote the hidden content it will appear to everybody.
Can you confirm it please

gamerdudes

#318
Quote from: BigGunn on December 28, 2006, 03:14:44 AM
all you have to do to put the "Hidden Text" image is put it in via the admin panel where you change the text that is displayed when a post is hidden... just use <img src="yourlinkhere"> instead of text.

nvmd i foudnit thx but now how after word when they reply it has

"Unhidden Image"
then "show hidden content"


??????

and do u got a hidden content image that go with


BigGunn

sent the pm to gamerdudes about my hidden images.

also i fixed my little situation.

for the "unhidden" image to appear I searched in Subs.php for this:

array(
'tag' => 'hide',
'before' => '<strong>',
'after' => '</strong>',


And changed it to this:

array(
'tag' => 'hide',
'before' => '<img src="linkgoeshere"><br><br><strong>',
'after' => '</strong>',


of course, change the linkgoeshere part to the actual link to your image.

Advertisement: