News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Hide Tag Special

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

Previous topic - Next topic

ディン1031

Version 1.12
I've made a mistake in the search for the modsettings.php i put a blank to much in the search variable.

Version FP1.12
FP = Faster Parsecode
The Version FP1.12 is only for user who installed the Faster Parsecode mod. Don't use it for normal install.

If you install 1.11a or FP1.11b successfull you don't need to update.



Thanks to keisko who found this mistake...
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

pilsentico

In Edit features and options og hide mod what can i do to change the text for user without Post in the thread for an image i try [img] but don;t work???
Thanks!!   :D

ディン1031

Quote from: pilsentico on May 31, 2005, 01:58:45 PM
In Edit features and options og hide mod what can i do to change the text for user without Post in the thread for an image i try [img] but don;t work???
Thanks!!   :D

bbc don't work there you can only use html for this somthing like <img src="linktopic.gig" />
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

#23
I made a special Version for the Faster Parscode made by Sheepy -> http://www.anetcity.com/bbs/index.php?topic=999.0

You find it attached to this Post, normaly it should work in the older Versions to.

(It's currently untested, because i've no installed Version of the Faster Parsment Code!, so use is on you own risk ;D)

Gruß
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

azuregenesis

oh, anguz's spoiler tag also works with 1.0.5 due to sheepy's faster parsecode mod upgrade!

i uploaded to 1.0.5 version of the spoiler tag here:
http://www.simplemachines.org/community/index.php?topic=19831.msg295362#msg295362

jetli68

hi a newbie to the smf dortware but got  my forum installed and running i have installed the hide mod but when i got to  do a post i the hide button are not there anybody know what i am doing wrong?

tia for any help


ディン1031

Quote from: jetli68 on July 04, 2005, 11:02:10 AM
hi a newbie to the smf dortware but got  my forum installed and running i have installed the hide mod but when i got to  do a post i the hide button are not there anybody know what i am doing wrong?

tia for any help


There ist no hide button, it adds only the [hide][/hide] bbctag :).

Gruß
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

EkSeS

Does it works with SMF 1.1 Beta 3 Public. version too ? someone tested ?

diane_tt

wow this is exactly the mod i'm looking for!!!  :D now this is the first time i'm using smf and so far i like it very much. i'm not good with layouts or anything yet but i have a question for you. since i haven't downloaded any version which one should i download? thank you very much for this mod and all your help. i look forward to hearing from you take care!

Charge

1. Execute Modification ./Sources/ModSettings.php Success
2. Execute Modification ./Sources/Display.php Success
3. Execute Modification ./Sources/Post.php Success
4. Execute Modification ./Sources/Printpage.php Success
5. Execute Modification ./Sources/Subs.php Failure
6. Execute Modification ./Themes/default/languages/ModSettings.english.php Success
7. Execute Modification ./Themes/default/languages/ModSettings.german.php File not found


hi guys, i got this error what can i do ??

ディン1031

Quote from: EkSeS on July 07, 2005, 08:29:16 PM
Does it works with SMF 1.1 Beta 3 Public. version too ? someone tested ?
I think it's not working in the 1.1. betas, because the code is complete overworked in the subs.php...

Next week i try to make a version for the 1.1 beta's (but currently i work on to much projects).

Quote from: Charge on July 08, 2005, 09:28:25 PM
1. Execute Modification ./Sources/ModSettings.php Success
2. Execute Modification ./Sources/Display.php Success
3. Execute Modification ./Sources/Post.php Success
4. Execute Modification ./Sources/Printpage.php Success
5. Execute Modification ./Sources/Subs.php Failure
6. Execute Modification ./Themes/default/languages/ModSettings.english.php Success
7. Execute Modification ./Themes/default/languages/ModSettings.german.php File not found


hi guys, i got this error what can i do ??
Did you install it on 1.1. beta 3?
Did you've installed the farster parsment code?
If yes which version do you installed?
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

Charge

i install it on 1.0.5, yes i'm using farster parsment code version 1.09

Charge


ディン1031

Quote from: Charge on July 13, 2005, 05:11:29 AM
anyone to help ???
http://www.simplemachines.org/community/index.php?topic=32954.msg295173#msg295173

Did you install this version that is attached to the post?

This is a special made verison for the faster parscode.

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

blackbone

hi,

I got a similar problem. You can fix it by using this one: http://www.simplemachines.org/community/index.php?topic=32954.msg295173#msg295173

but in the HideTagModFP112a.mod you have to replace this:
<id>
din1031:HideTagFP
</id>

<version>
1.12aFP
</version>
<edit file>
$sourcedir/ModSettings.php
</edit file>

<search for>
array('check', 'enableBBC'),
</search for>

<add after>
array('text', 'hide_hiddentext'),
array('check', 'hide_adminshouldsee'),
</add after>

with this one
<id>
din1031:HideTag
</id>

<version>
1.12
</version>
<edit file>
$sourcedir/ModSettings.php
</edit file>

<search for>
array('check', 'enableBBC'),
</search for>

<add after>
array('text', 'hide_hiddentext'),
array('check', 'hide_adminshouldsee'),
</add after>


or you will get an error during the installation
------

Will there ever be the option for a thx-button? Because this would prevent spamming. The Threads got flooded with "thx" or "let me see" - You know^^
But great Job at all - your mod works perfectly

greetings blackbone

Charge

i tries it but still the same error.. and i just install it but it couldn't works still oh man

Charge

Quote from: din1031 on July 13, 2005, 06:47:00 AM
Quote from: Charge on July 13, 2005, 05:11:29 AM
anyone to help ???
http://www.simplemachines.org/community/index.php?topic=32954.msg295173#msg295173

Did you install this version that is attached to the post?

This is a special made verison for the faster parscode.

Bye
DIN1031

yes, i'm using that version to install it..


blackbone

hm.. do you have installed other mods? maybe one of them makes changes in the subs.php

Charge

hmm, i install the shoutbox mod that all.. plus faster parscode.. no more other MOD

Smoothie

I can't wait to see a version compatible with SMF 1.1 beta 3 :D

Keep up the good work

Advertisement: