phpBB3 Guest Hide BBCode MOD

Моды для phpBB3 от Web-Codes.Net!
Аватара пользователя
AllCity
Сообщения: 2508
Зарегистрирован: 18 апр 2008, 17:52
Контактная информация:

phpBB3 Guest Hide BBCode MOD

Сообщение AllCity »

About this MOD
Title: Guest Hide BBCode MOD
Description: With the hide BBCode, members can hide their message content from guest!
Version: 1.4.1
Installation Level: Easy
Installation Time: ~3 minutes


Author
Username: AllCity
Name: Shapoval Andrey Vladimirovich
WWW: http://web-codes.net/


MOD History
2008-12-15 - Version 1.0.0
Initial Release.

2008-12-17 - Version 1.1.0
Changed BBCode call tag.
Fixed bug when you click "Preview".
Added multi language support.
Added Russian language.

2008-12-24 - Version 1.1.1
Debug guest error FIX (Undefined variable: replace_hide).

2008-12-27 - Version 1.1.2
Added Hebrew language.
Added Ukrainian language.
Added html comment before and after the hide tag (Bug FIX).

2008-12-31 - Version 1.1.3
Added possible to ENABLED/DISABLED MOD.
Added possible to configure script.

2009-01-04 - Version 1.2.0
Added possible to ENABLED/DISABLED view the text only after the user post (From Simple Hide BBcode MOD).
Added possible to ENABLED/DISABLED Admins and Moderators read hidden content if view the text only after the user post on (From Simple Hide BBcode MOD).

2009-01-08 - Version 1.2.1
Added possible to ENABLED/DISABLED hide the text in search.

2009-01-27 - Version 1.2.5
Removed possible to view the text only after the user post (From Simple Hide BBcode MOD).
Removed possible to Admins and Moderators read hidden content if view the text only after the user post on (From Simple Hide BBcode MOD).
Added possible to ENABLED/DISABLED hide the text in review topics (Bug fix for guest reply).

2009-02-28 - Version 1.3.0
Rewritten almost the entire script.
This mod no longer works on hook system.
Now there are over hidden message indicates it is hidden or not.
Changed the language file (translation).
Fixed a bug where guest can watch what is hidden in the signature.
Fix style to BBCode hide.
Added new class for the style BBCode hide (line).
Added possible to ENABLED/DISABLED hide the text from bots.
Removed possible to ENABLED/DISABLED hide the text in search (But the bug for guest is fixed).
Removed possible to ENABLED/DISABLED hide the text in review topics (But the bug for guest is fixed).
Minor bugfixes...

2009-03-04 - Version 1.3.1
Added possible to ENABLED/DISABLED link to registration.
Style line fix.
Changed html coment.

2009-04-14 - Version 1.4.0
If the mod disabled the file style is not including.
Cleaned mod code.
Up to 1.4.0 version for validation on phpBB.com web site.

2011-01-18 - Version 1.4.1
Support phpBB 3.0.8


SCREENSHOT:
Изображение

Download:
guest_hide_bbcode_mod.zip
(45.84 КБ) 2437 скачиваний

Mod on phpBB.com: http://www.phpbb.com/customise/db/mod/g ... bcode_mod/

Demo:
My Hide BBCode ;)

Addons: Application mod for other BBCodes
darkeagle
Сообщения: 5
Зарегистрирован: 10 мар 2009, 11:55

Re: phpBB3 Guest Hide BBCode MOD

Сообщение darkeagle »

Hi, I have a problem with this mod.
I installed successfully, when I use this bbcode, after posting I have this error message:

Код: Выделить всё

[phpBB Debug] PHP Notice: in file /includes/message_parser.php on line 69: preg_match() [function.preg-match]: No ending delimiter '.' found
[phpBB Debug] PHP Notice: in file /includes/message_parser.php on line 69: preg_match() [function.preg-match]: No ending delimiter '.' found

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/includes/functions.php:3230) in /home/xxxxxx/public_html/includes/functions.php on line 3995

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/includes/functions.php:3230) in /home/xxxxxx/public_html/includes/functions.php on line 3997

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/includes/functions.php:3230) in /home/xxxxxx/public_html/includes/functions.php on line 3998

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/includes/functions.php:3230) in /home/xxxxxx/public_html/includes/functions.php on line 3999

How can we fix this?
Аватара пользователя
AllCity
Сообщения: 2508
Зарегистрирован: 18 апр 2008, 17:52
Контактная информация:

Re: phpBB3 Guest Hide BBCode MOD

Сообщение AllCity »

I do not know have to watch your web site :) .
darkeagle
Сообщения: 5
Зарегистрирован: 10 мар 2009, 11:55

Re: phpBB3 Guest Hide BBCode MOD

Сообщение darkeagle »

Address is:
http://www.serforum.com

If you need test account
Username: tester
Password: tester

Hide code is:
[gizle][/gizle] or Изображение button.

Thanks for your helps,
Regards...
Аватара пользователя
AllCity
Сообщения: 2508
Зарегистрирован: 18 апр 2008, 17:52
Контактная информация:

Re: phpBB3 Guest Hide BBCode MOD

Сообщение AllCity »

I think, mod was not installed correctly.
At the test forum and here everything works perfectly.
darkeagle
Сообщения: 5
Зарегистрирован: 10 мар 2009, 11:55

Re: phpBB3 Guest Hide BBCode MOD

Сообщение darkeagle »

Thanks for your helps.

I installed this mod three times for being sure.
It seems phpbb bug at message_parser.php file.
darkeagle
Сообщения: 5
Зарегистрирован: 10 мар 2009, 11:55

Re: phpBB3 Guest Hide BBCode MOD

Сообщение darkeagle »

Because when I have 1.1.2 version of this mod I have this error too.
Аватара пользователя
AllCity
Сообщения: 2508
Зарегистрирован: 18 апр 2008, 17:52
Контактная информация:

Re: phpBB3 Guest Hide BBCode MOD

Сообщение AllCity »

Try replace message_parser.php to the original file.
darkeagle
Сообщения: 5
Зарегистрирован: 10 мар 2009, 11:55

Re: phpBB3 Guest Hide BBCode MOD

Сообщение darkeagle »

It's solved. It has disarmony with MSSTI ABBC3 mod.

I fixed now.

Thanks for your helps
Regards.
Аватара пользователя
Smoke
Сообщения: 1038
Зарегистрирован: 01 фев 2009, 15:20

Re: phpBB3 Guest Hide BBCode MOD

Сообщение Smoke »

=) Come more ... ))
Ответить