[ABD] Simple Hide BBcode MOD 0.3.0 (phpBB3 RC8)

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

RATT wrote:Great Mod, but the edit is off for constants.php

Code: Select all

TWO: Edit includes/constants.php
(1) Find {CHANGE_THIS_NUMBER}
(2) Change {CHANGE_THIS_NUMBER} to the bbcode ID XX from (8), e.g. define('HIDE_BBCODE_ID', 14);
(3) Save the file and upload to your webserver
Should be

Code: Select all

TWO: Edit includes/constants.php
(1) Find // Number of core BBCodes
define('NUM_CORE_BBCODES', 12);
(2) Change ('NUM_CORE_BBCODES', 12); to the bbcode ID XX from (8), e.g. define('NUM_CORE_BBCODES', 14);
(3) Save the file and upload to your webserver
Hi, RATT

I wrote that because DIY is to be done after constants.php has been edited, and the code to be found should be

Code: Select all

define('HIDE_BBCODE_ID', {CHANGE_THIS_NUMBER});
I don't udnerstand your suggestion.

~Mac
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

mitthoo wrote:
mitthoo wrote:what about applying this mod to already posted topics. :roll: :cry:
Hey Hello..... Mod :) ... are you listening.. :) . anyone... listening.... :evil:
Hi, I've reply to this before, for those that have been using HIDE MOD, this will need to wait :)

Are you also using Philiweb's Hide MOD?

~Mac
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

2LaZi2ThInK wrote:Hello, can you please make one that works for efusion style too? pretty please =]
Here is the link for efusion http://www.black-fusion.com/download.php?style=8&id=72
Please wait for next release :)

~Mac
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

carmelomvp wrote:i can use an image instead of the text to show the users that they write a post to view the text?
Do you have images that you want to use?

~Mac
carmelomvp
Registered User
Posts: 85
Joined: Sun Sep 10, 2006 1:37 pm

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by carmelomvp »

Yes the image is it:

Image

Thanks!
Baltimorea
Registered User
Posts: 44
Joined: Sun Jun 18, 2006 5:06 pm

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by Baltimorea »

ycl6, links within the hide tags doesn't work... it appears as plain text.
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

Thank you all for the feedback.

~Mac
indepndent
Registered User
Posts: 129
Joined: Mon Feb 13, 2006 4:47 am

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by indepndent »

ycl6 wrote:
2LaZi2ThInK wrote:Hello, can you please make one that works for efusion style too? pretty please =]
Here is the link for efusion http://www.black-fusion.com/download.php?style=8&id=72
Please wait for next release :)

~Mac

Would it also be possible to put instructions for acidtech in the next release? http://www.phpbb.com/community/viewtopi ... 4&t=545803
Also etech http://www.phpbb.com/community/viewtopi ... h#p3037523 but if it's too much acidtech is of a higher priority.

Also if I install this but am unable to make the changes to the other styles how will the hidden content be affected on the styles that have not been edited?

Thanks
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

indepndent wrote:Also if I install this but am unable to make the changes to the other styles how will the hidden content be affected on the styles that have not been edited?
When the message is hidden, you won't see the warning message
When the message is unhidden, you will see the message

In both cases, you won't be able to see the nice hide box.

I'll try to add changes for those 2 themes

~Mac
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

2LaZi2ThInK wrote:Hello, can you please make one that works for efusion style too? pretty please =]
Here is the link for efusion http://www.black-fusion.com/download.php?style=8&id=72
I just found out that I can't download the style without registration, and I'm not going to register just to get access for the package.

Please find some way to send me the style (in private)

~Mac
carmelomvp
Registered User
Posts: 85
Joined: Sun Sep 10, 2006 1:37 pm

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by carmelomvp »

can you tell me how can i put the image please?

thanks!
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by ycl6 »

Baltimorea wrote:ycl6, links within the hide tags doesn't work... it appears as plain text.
It seems it's how phpbb3 works, for example on quote bbcode
This is the code I use:

Code: Select all

http://www.phpbb.com/

[url]http://www.phpbb.com/[/url]

[url=http://www.phpbb.com/]http://www.phpbb.com/[/url]
Therefore, I'm not going to treat this as a bug and fix it.

~Mac
User avatar
mitthoo
Registered User
Posts: 253
Joined: Tue Oct 03, 2006 12:34 pm

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by mitthoo »

ycl6 wrote:
mitthoo wrote:
mitthoo wrote:what about applying this mod to already posted topics. :roll: :cry:
Hey Hello..... Mod :) ... are you listening.. :) . anyone... listening.... :evil:
Hi, I've reply to this before, for those that have been using HIDE MOD, this will need to wait :)

Are you also using Philiweb's Hide MOD?

~Mac

i don't know what you are saying. and let me make it clear for you again. in case i didn't understand please explain again.


I am using the Mod the you guys have released in this forum. and i have not used any other mod before this is the first time i am using this mod.

Now how to go about already posted topics. How to apply this mod to already posted topics. as far as i have understood its for new Posts only..


Coorect me if i am wrong.
indepndent
Registered User
Posts: 129
Joined: Mon Feb 13, 2006 4:47 am

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by indepndent »

ycl6 wrote:
indepndent wrote:Also if I install this but am unable to make the changes to the other styles how will the hidden content be affected on the styles that have not been edited?
When the message is hidden, you won't see the warning message
When the message is unhidden, you will see the message

In both cases, you won't be able to see the nice hide box.

I'll try to add changes for those 2 themes

~Mac

Ok so basically it will work it just won't have the fancy packaging around it like the other styles?




Thanks I appreciate your effort.
Kleopatras_Sister
Registered User
Posts: 172
Joined: Sun Jul 08, 2007 5:37 pm

Re: [BETA] Simple Hide BBcode MOD 0.1.1

Post by Kleopatras_Sister »

Hello,

great work :) thank you very much :)

but i need help. i use the style brushed_metal an i need an tut or how i can insert this mod in to this style.

All other that you did works fine and well 8-)

i tried myself;

i use the tut from prosilver and edit like this the style brushed_metal;

styles/prosilver/template/bbcode.html,
styles/prosilver/theme/bidi.css, (not available in brushed_metal)
styles/prosilver/theme/colours.css,
styles/prosilver/theme/content.css

I edit like you told it for prosilver, but i dont know if all right or did i missed samething.

Please give me help.

And sorry about my bad english and translate, but i´m new and just startet today my first privat forum and i need many help in future too :)

kind regards

Return to “[3.0.x] Abandoned MODs”